-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Insights: swiftlang/swift
Overview
Could not load contribution data
Please try again later
108 Pull requests merged by 39 people
-
Reapply "Drop references to clang-pseudo-gen after removal"
#83523 merged
Aug 4, 2025 -
[ClangImporter] Allow LLDB to prefer serialized bridging headers.
#83415 merged
Aug 4, 2025 -
[cmake] add FindSwiftPlatformOverlay.cmake
#82895 merged
Aug 4, 2025 -
Revert "[Build] Temporarily add -j 1 to swift-corelibs-foundation Windows build"
#83010 merged
Aug 4, 2025 -
[cxx-interop] Support conforming to protocols with default assoc types
#83461 merged
Aug 4, 2025 -
[Concurrency] Fix availability problem with UnownedTaskExecutor.
#83515 merged
Aug 4, 2025 -
[Sema]: fix @discardableResult interaction with implicit @Sendable conversions
#83475 merged
Aug 4, 2025 -
[Build] Fix deployment version handling for StdlibDeploymentTarget.
#83398 merged
Aug 4, 2025 -
[test] Add some more known crashers
#83509 merged
Aug 4, 2025 -
Optimizer: support statically initialized
Atomic
andMutex
globals#83505 merged
Aug 4, 2025 -
[test] Update some crasher signatures
#83504 merged
Aug 2, 2025 -
Fix projecting a tuple element out of a tuple with packs.
#83501 merged
Aug 2, 2025 -
build.ps1: clean up some android related workarounds
#83495 merged
Aug 2, 2025 -
utils: add SBoM to Windows toolchain builds
#83467 merged
Aug 2, 2025 -
[build][android] Use a CMake toolchain file to cross-compile Testing
#83260 merged
Aug 2, 2025 -
[CS] Limit the number of chained
@dynamicMemberLookup
lookups#83477 merged
Aug 2, 2025 -
[CSOptimizer] Fix a conditional that ignores function type parameters…
#83489 merged
Aug 2, 2025 -
[cxx-interop] Move back addressability behind a flag
#83483 merged
Aug 2, 2025 -
Strengthen SILFunctionType's isolation preconditions
#83491 merged
Aug 2, 2025 -
Extract and use SILTypeProperties without a TypeLowering
#83490 merged
Aug 2, 2025 -
Tests: Delete
SymbolGraph/infer-target.swift
#83498 merged
Aug 2, 2025 -
[SILOptimizer]: fix some missing use after consume diagnostics
#83473 merged
Aug 2, 2025 -
Sema: Adjust dynamic member subscript diagnostic in swiftinterfaces
#83493 merged
Aug 2, 2025 -
update_checkout: add swift-subprocess to the checkout set
#83104 merged
Aug 1, 2025 -
PrintAsClang: Fix crash and document
Unicode.Scalar
printing behavior#83472 merged
Aug 1, 2025 -
Embedded WASI: fix
storeEnumTagSinglePayload
type mismatch#83480 merged
Aug 1, 2025 -
[cxx-interop] Fix import virtual methods with rvalue ref params
#83453 merged
Aug 1, 2025 -
tests: disable embedded/unowned-task-executor.swift for arm64e
#83485 merged
Aug 1, 2025 -
build.ps1: further trim superfluous parameters to
Build-CMakeProject
#83484 merged
Aug 1, 2025 -
Embedded WASI: fix
InitializeWithCopy
VWT type mismatch#83479 merged
Aug 1, 2025 -
[CSDiagnostics] Diagnose requirement failures in closure parameter po…
#83471 merged
Aug 1, 2025 -
rename the feature AddressOfProperty to AddressOfProperty2
#83474 merged
Aug 1, 2025 -
utils: Remove obsolete CMake arguments
#83469 merged
Aug 1, 2025 -
[stdlib] Update
UTF8Span
documentation#83418 merged
Aug 1, 2025 -
Embedded WASI: fix some concurrency tests
#83456 merged
Aug 1, 2025 -
Revert "[cxx-interop] Move addressable parameters in interop behind a flag"
#83430 merged
Aug 1, 2025 -
[CSRanking] Pass down a flag to enable debug output in `CompareDeclSp…
#83439 merged
Aug 1, 2025 -
[CSOptimizer] Decrease an operator argument score only if requires op…
#83414 merged
Aug 1, 2025 -
AST/ModuleInterface: Re-baseline features
#83406 merged
Aug 1, 2025 -
[concurrency] Emit nonisolated(nonsending) async throw initializers correctly
#83405 merged
Jul 31, 2025 -
AST: Allow overloads to be disambiguated by obsoletion version
#83384 merged
Jul 31, 2025 -
CMake: ensure we can build compatibility libraries with macOS 14.0 SDK
#83468 merged
Jul 31, 2025 -
build.ps1: be more explicit about SwiftSDK for
Differentiation
#83462 merged
Jul 31, 2025 -
[test] ClangImporter: Add missing header search path
#83466 merged
Jul 31, 2025 -
[stdlib] Change the builtin used to get the address for Atomic
#83397 merged
Jul 31, 2025 -
[6.2][concurrency] Emit nonisolated(nonsending) async throw initializers correctly
#83410 merged
Jul 31, 2025 -
[Concurrency] Downgrade errors when isolated member is referenced from a preconcurrency context
#83420 merged
Jul 31, 2025 -
[6.2][Concurrency] Downgrade errors when isolated member is referenced fro…
#83434 merged
Jul 31, 2025 -
Runtimes: ensure that we validate the linkage on Windows
#83443 merged
Jul 31, 2025 -
build.ps1: remove the specification of
CMAKE_Swift_COMPILER_TARGET
#83450 merged
Jul 31, 2025 -
[Index] Fix a couple of
reportRelatedTypeRef
issues#83427 merged
Jul 31, 2025 -
Add
WinSDK.GDIPlus
Clang module.#83425 merged
Jul 31, 2025 -
tests: fix the requirements for embedded/unowned-task-executor.swift
#83435 merged
Jul 31, 2025 -
[Concurrency] Fix task switch performance issue.
#83327 merged
Jul 31, 2025 -
Revert "DebugInfo: Bring back accidentally dropped
DIFlagArtificial
flag#83451 merged
Jul 31, 2025 -
[test] Add timeout for
fd52bd37cd5c96.swift
#83428 merged
Jul 31, 2025 -
[Sema] Increase depth and count limits for opaque result type substit…
#83392 merged
Jul 31, 2025 -
[AST] TypeSubstitution: Add a
nullptr
check before attempting to us…#83389 merged
Jul 31, 2025 -
stdlib: Fix warning about superfluous 'const' on return type
#83437 merged
Jul 31, 2025 -
[presets] Actually make https://github.com/swiftlang/swift/pull/81284 work
#82358 merged
Jul 31, 2025 -
Track Darwin module refactoring to fix Swift tests on macOS 26
#83431 merged
Jul 31, 2025 -
[SILCombine] Skip load-only unchecked_take_enum_data_addr with noncopyable base.
#83404 merged
Jul 31, 2025 -
[Diagnostics] Add fix-it to
@main
struct without main static function.#82989 merged
Jul 31, 2025 -
build.ps1: clean up
-SwiftSDK
handling#83383 merged
Jul 30, 2025 -
build.ps1: some minor simplifications
#83419 merged
Jul 30, 2025 -
DebugInfo: Bring back accidentally dropped
DIFlagArtificial
flag#83445 merged
Jul 30, 2025 -
[test] DebugInfo: Adjust test to pass after e246f0de591423694b7bed3f1e7d6e6f0d73b084
#83442 merged
Jul 30, 2025 -
[stdlib] fix availability of
Span.bytes
#83416 merged
Jul 30, 2025 -
Test Interop/Cxx/stdlib/overlay/custom-collection.swift fails on iOS simulator bots
#83239 merged
Jul 30, 2025 -
Revert "[6.2][Test] Fix IRGen/abi_v7k.swift"
#83401 merged
Jul 30, 2025 -
Bump clang to 21.0.0 to match 21.x
#83417 merged
Jul 30, 2025 -
[6.2] Rewrite the type of
nonisolated(nonsending)
closures#83386 merged
Jul 30, 2025 -
utils: Do not set the Android C/C++ compilers
#83409 merged
Jul 30, 2025 -
Address
llvm::PointerUnion::{is,get}
deprecations#83400 merged
Jul 30, 2025 -
RemoteInspection: Add AsyncTaskInfo.IsSuspended based on HasTaskDependency
#82965 merged
Jul 30, 2025 -
Fix OSSA RAUW utility for move_value that changes ownership.
#83403 merged
Jul 30, 2025 -
Manually merge main into rebranch
#83424 merged
Jul 30, 2025 -
[NFC] build-script: add
argparse.Namespace
type annotation#83376 merged
Jul 30, 2025 -
[cxx-interop] Avoid trying to instantiate copy constructors of explicitly non-copyable structs
#83402 merged
Jul 30, 2025 -
swift-symbolgraph-extract: Fix
-target
inference test#83413 merged
Jul 30, 2025 -
build.ps1: compute the proper SDK for building the runtime
#83411 merged
Jul 30, 2025 -
Rewrite the type of
nonisolated(nonsending)
closures.#83385 merged
Jul 30, 2025 -
Bump swift-collections version to 1.1.6 for swift-foundation
#83310 merged
Jul 30, 2025 -
utils: prepare for enabling the dynamic experimental SDK
#83332 merged
Jul 30, 2025 -
[Clang importer] Allow noncopyable C structs to define "destroy" operation
#83364 merged
Jul 30, 2025 -
build: check and add
-fsized-deallocation
#83399 merged
Jul 29, 2025 -
[test] Import locale modules explicitly in PrintFloat.swift.gyb.
#80089 merged
Jul 29, 2025 -
[windows] update to the 6.1.2 toolchain in build.ps1
#82914 merged
Jul 29, 2025 -
SILGen: Fix positioning of store_borrow for addressable references to closure captures.
#83381 merged
Jul 29, 2025 -
Skip
Interop/Cxx/stdlib/use-std-set.swift
on Fedora 41#83412 merged
Jul 29, 2025 -
Fix assertion in InstructionDeleter::trackIfDead.
#83390 merged
Jul 29, 2025 -
[cxx-interop] Modularize xsmf_control on Windows
#83395 merged
Jul 29, 2025 -
[Backtracing][Linux] Fix crash handler for musl.
#82633 merged
Jul 29, 2025 -
[6.2] RemoteInspection: Add AsyncTaskInfo.IsSuspended based on HasTaskDependency
#82968 merged
Jul 29, 2025 -
Support 16 KB page sizes on Android
#81596 merged
Jul 29, 2025 -
embedded: don't try to specialize witness tables for abstract conformances
#83391 merged
Jul 29, 2025 -
[cxx-interop] Move addressable parameters in interop behind a flag
#83371 merged
Jul 29, 2025 -
Sema: Diagnose
@dynamicMemberLookup
subscripts that are not accessible enough#83362 merged
Jul 29, 2025 -
Supplemental: Android fixes for the Supplemental Runtimes
#83382 merged
Jul 29, 2025 -
[test] Add some more known crashers
#83368 merged
Jul 29, 2025 -
Overlay: adjust flags and VFS overlay
#83379 merged
Jul 29, 2025 -
SwiftCompilerSources: move the
Context
andMutatingContext
protocols from the Optimizer to the SIL module#83367 merged
Jul 29, 2025 -
FreeBSD: Fix more compiler tests
#83319 merged
Jul 29, 2025 -
swift-synthesize-interface: Infer target triple
#83377 merged
Jul 29, 2025 -
[CSApply] Key path dynamic member lookup argument is Sendable only if its captures are
#83348 merged
Jul 28, 2025 -
[CSOptimizer] A narrow fix for nil coalescing operator optimization
#83365 merged
Jul 28, 2025 -
[swift-snapshot-tool] Two small improvements to the README.md
#83335 merged
Jul 28, 2025 -
Runtimes: fixes for dependencies
#83374 merged
Jul 28, 2025
44 Pull requests opened by 30 people
-
[IDE] Add basic signature help request to SourceKit
#83378 opened
Jul 28, 2025 -
Update inlining heuristics of some ossa instructions
#83380 opened
Jul 28, 2025 -
[cxx-interop] Do not consider extensions blessed by SWIFT_PRIVATE_FILEID to be retroactive
#83387 opened
Jul 29, 2025 -
WIP: Implement swift-inspect dump-concurrency for Windows
#83388 opened
Jul 29, 2025 -
Vectorize UTF16->UTF8 transcoding
#83407 opened
Jul 29, 2025 -
🍒 [6.2][windows] update to the 6.1.2 toolchain in build.ps1
#83421 opened
Jul 30, 2025 -
[build] Make the new `--cross-compile-build-swift-tools` flag public
#83422 opened
Jul 30, 2025 -
[SILGen] Fix the type of closure thunks that are passed const T&
#83426 opened
Jul 30, 2025 -
Adds `mapValues` and `compactMapValues` to CxxDictionary:
#83429 opened
Jul 30, 2025 -
[Embedded] Introduce a new linkage model for embedded Swift
#83432 opened
Jul 30, 2025 -
[stdlib, 6.2] fix availability of `Span.bytes`
#83438 opened
Jul 30, 2025 -
Fixit for missing @dynamicMemberLookup impl
#83440 opened
Jul 30, 2025 -
Add brotli support to FoundationNetworking
#83441 opened
Jul 30, 2025 -
Runtimes: add a build for _Volatile
#83447 opened
Jul 31, 2025 -
UpdateCheckoutJSON: codeowners +etcwilde +justice
#83448 opened
Jul 31, 2025 -
[windows] add a parameter to skip building experimental SDKs in build.ps1
#83455 opened
Jul 31, 2025 -
Test: allow different deployment target versions for tests on Darwin
#83464 opened
Jul 31, 2025 -
[6.2] [stdlib] Update `UTF8Span` documentation
#83481 opened
Aug 1, 2025 -
[cxx-interop] Support importing subscript operators with multiple params
#83487 opened
Aug 1, 2025 -
[windows] upgrade to Python 3.10.1 embeddable
#83488 opened
Aug 1, 2025 -
FreeBSD: Update build preset
#83494 opened
Aug 1, 2025 -
build.ps1: begin isolating the SDK builds
#83496 opened
Aug 1, 2025 -
[Parse] Ignore '(' on newline after attribute names
#83497 opened
Aug 1, 2025 -
Override -_fastUTF8StringContents:utf8Length: to give bridged Strings O(1) access to their UTF8 contents
#83499 opened
Aug 2, 2025 -
🍒6.2: Grabbing missing changes on main for FreeBSD support
#83500 opened
Aug 2, 2025 -
[6.2][build] Make it possible to build a cross-compilation toolchain for Android, including Testing
#83503 opened
Aug 2, 2025 -
[Embedded] Introduce a new linkage model for Embedded Swift
#83506 opened
Aug 3, 2025 -
Reapply "Drop references to clang-pseudo-gen after removal"
#83508 opened
Aug 3, 2025 -
[CSSyntacticElement] Remove an assert that is too strict
#83511 opened
Aug 4, 2025 -
New SIL Loop Invariant Code Motion pass
#83512 opened
Aug 4, 2025 -
[test] Add assertion messages to crasher test cases
#83514 opened
Aug 4, 2025 -
[cxx-interop] Import decls in extern blocks within namespaces
#83516 opened
Aug 4, 2025 -
[NFC][windows] add named arguments to Copy-Item calls in build.ps1
#83517 opened
Aug 4, 2025 -
utils: integrate swift-subprocess build into build.ps1
#83518 opened
Aug 4, 2025 -
[windows] remove unittest2 from build.ps1
#83519 opened
Aug 4, 2025 -
[cxx-interop] Properly check the safety of function types
#83520 opened
Aug 4, 2025 -
utils: Update debug flags
#83521 opened
Aug 4, 2025 -
Re-instate `infer-target.swift` test
#83522 opened
Aug 4, 2025 -
utils/wasm: Add Node.js WASI runner
#83524 opened
Aug 4, 2025 -
[6.2][SILOptimizer]: fix some missing use after consume diagnostics
#83525 opened
Aug 4, 2025 -
[ClangImporter] Prefer serialized bridging headers in LLDB.
#83526 opened
Aug 4, 2025
17 Issues closed by 15 people
-
@discardableResult on global actor-isolated function is ignored
#83463 closed
Aug 4, 2025 -
Inserting parameter pack into another parameter pack causes crash
#80937 closed
Aug 2, 2025 -
[SR-14482] Inconsistent behavior in multi-layered keypath-member-lookup.
#56837 closed
Aug 2, 2025 -
Compiler fails to prevent accessing protocol extension members on consumed values
#83277 closed
Aug 2, 2025 -
Metatype key path literals with nested types crash the compiler.
#83486 closed
Aug 1, 2025 -
[6.2 nightly] Assertion failed: should not be copying move-only values in canonical SIL
#83270 closed
Jul 31, 2025 -
Add GDI+ submodule to WinSDK module
#83408 closed
Jul 31, 2025 -
Swift/release5.10, SwiftSyntax/Trivia.swift:36:28: error: cannot specialize protocol type 'Sequence'
#70648 closed
Jul 31, 2025 -
No Fix-It for `@main` struct without main static function
#58518 closed
Jul 31, 2025 -
Combination of `-g` and `-O` flags with Embedded Swift crashes `swiftc` in IRGen
#72118 closed
Jul 30, 2025 -
When building in embedded mode and LTO enabled the Objects.LinkFileList isn't passed to clang
#70022 closed
Jul 30, 2025 -
Using `String` in Embedded Swift mode reports missing symbols when using Strings as keys to dictionaries
#75678 closed
Jul 30, 2025 -
Actor is unable to return a sending value via a protocol conformance
#76677 closed
Jul 30, 2025 -
global actor isolated type cannot return a sending value
#77090 closed
Jul 30, 2025 -
@MainActor annotations are not applied correctly in some cases
#83311 closed
Jul 29, 2025 -
Dynamic member lookup does not honor sendability of key paths
#77105 closed
Jul 28, 2025
20 Issues opened by 11 people
-
`import WASILibc` is unavailable in Embedded Swift for WASI
#83513 opened
Aug 4, 2025 -
Null dereference in mapTypeIntoContext on Linux with async typed throws
#83510 opened
Aug 4, 2025 -
[6.2 Nightly] Runtime crash near `swift_getObjectType` only on macOS
#83507 opened
Aug 3, 2025 -
Enable all remaining Embedded Swift for WASI tests
#83482 opened
Aug 1, 2025 -
nonisolated GAIT initializers should behave more like synchronous actor initializers
#83478 opened
Aug 1, 2025 -
[6.2 nightly] Compilation crash: "Found outside of lifetime use?!" "Found ownership error?!"
#83476 opened
Aug 1, 2025 -
Poor codegen for typed throws
#83470 opened
Jul 31, 2025 -
Embedded Swift: Float Printing
#83460 opened
Jul 31, 2025 -
Embedded Swift: Float Parsing
#83459 opened
Jul 31, 2025 -
Embedded Swift: Int Printing
#83458 opened
Jul 31, 2025 -
Embedded Swift: Numeric Printing & Parsing
#83457 opened
Jul 31, 2025 -
Parameter Packs Don't Support `ExpressibleBy`
#83454 opened
Jul 31, 2025 -
Crash lowering AST to SIL when calling WinSDK function `IsEqualGUID()`
#83452 opened
Jul 31, 2025 -
Handle the cross-repository dependency for SwiftCMakeConfig.h
#83449 opened
Jul 31, 2025 -
Add support for static linking the standard library on Windows
#83446 opened
Jul 30, 2025 -
`_fatalErrorForwardModeDifferentiationDisabled` is not given the correct DLL Storage
#83444 opened
Jul 30, 2025 -
☂️ Define and document the [Embedded] Swift Linkage model
#83433 opened
Jul 30, 2025 -
more efficient comparisons of optional unsafe pointers or class references
#83423 opened
Jul 30, 2025 -
Import C++20 spaceship operator (`<=>`) into Swift
#83394 opened
Jul 29, 2025 -
Compiler fails to prevent consuming parameter implicitly copied
#83393 opened
Jul 29, 2025
60 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Diagnose unannotated C++ APIs returning SWIFT_SHARED_REFERENCE types at their Swift usage sites
#83025 commented on
Aug 4, 2025 • 30 new comments -
Reimplement floating-point description implementation in Swift.
#82750 commented on
Aug 4, 2025 • 20 new comments -
[cxx-interop] [CxxStdlib] Add initializer for std.string from String?
#83223 commented on
Aug 4, 2025 • 7 new comments -
Implement reflection support for Symbolic Extended Existential types.
#82389 commented on
Aug 4, 2025 • 6 new comments -
[Dependency Scanning] Reduce the amount of copying of collections of module IDs
#83306 commented on
Aug 1, 2025 • 5 new comments -
[Concurrency]: call AsyncStream's onCancel at most once
#83190 commented on
Aug 4, 2025 • 5 new comments -
[IDE] Add full documentation to code completion result
#82464 commented on
Aug 4, 2025 • 4 new comments -
[concurrency] Change #isolated to mask out the TBI bits of the witness pointer of the implicit isolated any Actor pointer so we can do optimizations on TBI supporting platforms in the future.
#83346 commented on
Aug 3, 2025 • 4 new comments -
Wrap SE-0481 into an upcoming feature until source incompatibilities are resolved
#82732 commented on
Aug 3, 2025 • 2 new comments -
Update utils/availability-macros.def
#83294 commented on
Aug 4, 2025 • 2 new comments -
Support differentiation of wrapped value modify accessors
#78794 commented on
Jul 31, 2025 • 1 new comment -
Bump deployment target of the stdlib
#81711 commented on
Jul 31, 2025 • 1 new comment -
Improves diagnostic and adds fixit when an implicit member-wise initializer is a protocol witness and needs to be public to fulfill the requirement
#80939 commented on
Jul 30, 2025 • 1 new comment -
[Windows] Use a multiroot data file to test (corelibs-)foundation on Windows
#80122 commented on
Aug 4, 2025 • 1 new comment -
[stdlib] Remove the dependence on the Darwin, Linux, and Windows overlays in Synchronization
#83240 commented on
Jul 31, 2025 • 1 new comment -
[6.2 🍒][Dependency Scanning] Consider `-swift-module-file` inputs when looking for dependencies
#82939 commented on
Jul 31, 2025 • 0 new comments -
Enable InlineArray type sugar
#82987 commented on
Aug 4, 2025 • 0 new comments -
[6.2][cherrypick] Plumb native-clang-tools-path to build support.
#82768 commented on
Aug 4, 2025 • 0 new comments -
[NFC][RBI]: rename some utility methods & add more RBI logging
#82518 commented on
Aug 1, 2025 • 0 new comments -
Archive command failing from Xcode 16.3 and XcodeCloud
#80938 commented on
Jul 28, 2025 • 0 new comments -
[6.2] Enable InlineArray type sugar
#82988 commented on
Aug 4, 2025 • 0 new comments -
[Compile Time Constant Extraction] Support for open existential expressions
#83008 commented on
Jul 29, 2025 • 0 new comments -
Add pretty print and skip synthesized members options to swiftc
#83044 commented on
Jul 30, 2025 • 0 new comments -
Serialization: Consider C++ interop use in module cache hash, preventing collisions
#83246 commented on
Aug 4, 2025 • 0 new comments -
[6.2] SIL: allow casts to class-bound archetypes to be done as scalar-casts instead of address-casts
#83255 commented on
Aug 1, 2025 • 0 new comments -
draft: Improve map performance through unsafe uninitialized capacity
#83297 commented on
Aug 4, 2025 • 0 new comments -
[stdlib] Fix implementation of Unicode text segmentation for word boundaries
#83314 commented on
Jul 31, 2025 • 0 new comments -
Overlay: add C++ interop libraries
#83347 commented on
Aug 1, 2025 • 0 new comments -
Add presets for OpenBSD bootstrapping.
#83355 commented on
Aug 3, 2025 • 0 new comments -
[wasm] Update wasi-libc to version 27
#83360 commented on
Jul 29, 2025 • 0 new comments -
[AST] Clear module lookup cache in `SourceFile::addTopLevelDecl`
#83369 commented on
Aug 4, 2025 • 0 new comments -
[cxx-interop] Test trivial usage of `std::variant` from Swift
#83372 commented on
Jul 30, 2025 • 0 new comments -
[demangling] make printGenericSignature virtual
#83375 commented on
Aug 1, 2025 • 0 new comments -
When one module references another module, the autogenerated `-Swift.h` header breaks
#83373 commented on
Jul 30, 2025 • 0 new comments -
Non-Copyable Struct Prevents Function Specialization, Crashing in Embedded Mode
#72627 commented on
Jul 30, 2025 • 0 new comments -
Linux: --debug-swift: undefined symbol: ss27_allocateUninitializedArrayySayxG_BptBwlFyp_Tg5
#78815 commented on
Jul 31, 2025 • 0 new comments -
Embedded swift crashes when trying to use ManagedBuffer
#75716 commented on
Jul 31, 2025 • 0 new comments -
Bug compiling embedded Swift project with `-no-allocations` flag enabled with swift-mmio
#76857 commented on
Jul 31, 2025 • 0 new comments -
[AVR] swift frontend crashes when trying to emit LLVM IR
#78380 commented on
Jul 31, 2025 • 0 new comments -
Invalid "Classes cannot have non-final generic functions in embedded Swift" error
#78150 commented on
Jul 31, 2025 • 0 new comments -
Embedded non allocating mode fails at compile time when converting 32-bits integers to 64-bits integers
#80635 commented on
Jul 31, 2025 • 0 new comments -
Server for GPG keys randomly produces compressed files, sometimes.
#68047 commented on
Jul 31, 2025 • 0 new comments -
Init Accessors with nonmutating modify fails to compile
#75071 commented on
Jul 31, 2025 • 0 new comments -
Missing fixits for missing @dynamicMemberLookup impl
#83344 commented on
Jul 31, 2025 • 0 new comments -
Embedded Swift: Int Parsing
#75730 commented on
Aug 1, 2025 • 0 new comments -
Crash in Swift 6.1 when using async let inside a do {} block (Xcode 16.3+)
#81771 commented on
Aug 1, 2025 • 0 new comments -
Enabling C++ Interoperability breaks Swift code
#72620 commented on
Aug 1, 2025 • 0 new comments -
Crash accessing a KeyPath to generic nested container
#83197 commented on
Aug 1, 2025 • 0 new comments -
App crashes on the boundary between Swift 5 and Swift 6 code
#82618 commented on
Aug 3, 2025 • 0 new comments -
Compiler should produce error when consuming a variable captured by an `@escaping` closure
#83282 commented on
Aug 4, 2025 • 0 new comments -
DNM: toolchain build
#65907 commented on
Jul 30, 2025 • 0 new comments -
[CSSolver] Don't re-run solver to diagnose ambiguities
#66036 commented on
Jul 31, 2025 • 0 new comments -
[Sema] Fix compiler error when extending a typealias of a partially specialized generic type
#73169 commented on
Jul 31, 2025 • 0 new comments -
[swift-project-settings] require flymake-proc
#80041 commented on
Aug 1, 2025 • 0 new comments -
Better `debugDescription` for `EncodingError` and `DecodingError`
#80941 commented on
Aug 4, 2025 • 0 new comments -
[cxx-interop] Add `CxxStack` protocol for `std::stack` ergonomics.
#81087 commented on
Jul 29, 2025 • 0 new comments -
[DNM] Rebranch testing
#81190 commented on
Jul 29, 2025 • 0 new comments -
[NFC] [cxx-interop] Re-enabling a test on Windows platform.
#82143 commented on
Jul 29, 2025 • 0 new comments -
Re-apply "Tests: enable Swift PM tests in Windows toolchain build""
#82274 commented on
Aug 1, 2025 • 0 new comments -
[Concurrency] Updates after second SE pitch.
#82456 commented on
Aug 4, 2025 • 0 new comments