swift
swift copied to clipboard
The Swift Programming Language
### Description similar with https://github.com/swiftlang/swift/issues/80432 on macos sequoia 15.3.2 intel x86_64 with xcode 16.3 simple swift code runs well otherwise, but when I create intermediate llvm ir or bc compiled...
### Description on macos sequoia 15.3.2 intel x86_64 with xcode 16.2 simple swift code runs well otherwise, but when I create intermediate llvm ir or bc compiled program crashes. ###...
Doing this should be a nop for public Clang decls, which have always been imported as swift::AccessLevel::Public. It should also be a nop for top-level Clang decls, whose access is...
### Description Initializing trivial memory that is known at compile-time within a @_noLocks annotated function results in an error indicating that reference counting operations can cause locking. ### Reproduction ```swift...
### Description Swift's compiler crashes when compiling [Destiny](https://github.com/RandomHashTags/destiny) (my upcoming networking library). Compiler crashes using the 6.1-RELEASE and main-snapshot-04-03 toolchains when trying to build. Successfully compiles using 6.0.3. ### Reproduction...
This will hopefully prevent random line breaks from being inserted into the `-dump-ast` output and interfering with FileCheck's matching. Resolves rdar://148855879.
- **Explanation:** Attempts to address a test failure that happens on some bots. This will hopefully prevent random line breaks from being inserted into the `-dump-ast` output and interfering with...
This fixes a regression from a00157ec431f312bb85ed9c3ddd166a659a07784. My change made it so that sourceKey.Kind was checked after being overwritten with an abstract conformance, so we would never take the if statement....
I forgot to add the `mutableBytes` property in https://github.com/swiftlang/swift/pull/79650. Furthers rdar://138440979