-
### Description
The following example crashes the compiler. I can only reproduce the crash if the two type definitions are located in separate files.
### Reproduction
```swift
// ProtectedState.sw…
Jnosh updated
2 months ago
-
### Description
The compiler binary from the Windows ARM64 toolchain build crashes (segfaults) right after it's launched and it cannot even compile a hello world program.
https://download.swift.or…
-
Thank you for providing such a useful tool, I can create HDR HEIC photos using the app in the repo, but when I was trying the script, the error occurred
```
["HDR_iOS17.swift", "source-images/hdr…
-
### Description
I think this has something to do with the `inout` + `sending` combination in the `with` function. Removing either allows the code to be processed succesfully.
### Reproduction
```sw…
-
### Description
With the latest available Windows ARM toolchain, I'm building the swift-toolchain-sqlite project in release mode and get the compiler crash. It builds fine in debug.
### Reproduction…
-
### Description
The following code compiles but my impression is that it should raise a concurrency error with the usage of sending. The call to the body passing a resource should transfer the resour…
-
### Description
Simply checking out the latest main of swiftpm using the latest Windows ARM64 toolchain
### Reproduction
```
swift build
```
### Stack dump
```text
Please submit a bug report …
-
### Description
when conforming a type to a protocol that has marked a method with `@differentiable` I get a crash.
### Reproduction
```swift
import _Differentiation
struct Wrapper {
…
-
After #986, building with -DENABLE_SWIFT=ON and a -DCMAKE_BUILD_TYPE that is not `Release` or `RelWithDebInfo` causes swift-frontend to crash generating IR for TestAKBindings.swift.
Seen with Xcode…
-
| | |
|------------------|-----------------|
|Previous ID | SR-9191 |
|Radar | rdar://46998530 |
|Original Reporter | @w…