-
### Description
I added a few lines to my project and the compiler is crashing. Need to enable C++ interop. Concise repro attached.
### Reproduction
```swift
import Synchronization
public…
-
1. Apple Swift version 6.0 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
2. Compiling with effective version 5.10
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the …
-
I built from scratch the sdk on Fedora. So I used the new Swift 6 Fedora 39 build, made a darwin-tools-linux toolchain with it, then built swift-sdk-darwin with that toolchain and Xcode 16.
Now, I…
-
Trying to build bcc with LLVM 19 fails with the following error:
```
/root/rpmbuild/BUILD/bcc-0.30.0-build/bcc-0.30.0/src/cc/frontends/clang/b_frontend_action.cc: In member function ‘bool ebpf::MapV…
-
### Description
When conforming to a complex protocol with (at least?) three associated types, where:
* one associated type (say `A`) is unbounded
* the other two associated types (say `Param` and …
-
1. Apple Swift version 6.0 (swiftlang-6.0.0.9.10 clang-1600.0.26.2)
2. Compiling with effective version 5.10
3. While evaluating request ExecuteSILPipelineRequest(Run pipelines { PrepareOptimization…
-
### Description
When using `.map` on a C++ collection (e.g. a `std::vector`), I can map values to a Swift Array (`[String]`).
This works fine in debug, **but crashes in release**!
### Reprodu…
-
### Reproduction
```swift
func f(_ c: [any RandomAccessCollection]) {
let _ = c.compactMap(\.last)
}
```
### Stack dump
```text
1. Apple Swift version 6.0 (swiftlang-6.0.0.9.10 cla…
-
Support Linux by writing an LLVM frontend
See https://www.reddit.com/r/programming/comments/6290hb/_/dfm6nmr
-
### Description
Seeing a crash compiling [AsyncExtensions](https://github.com/lhoward/AsyncExtensions/tree/linux) with Swift 6.0.2 ~~on Android~~.
OK, interestingly I see this targeting macOS wi…