-
Please add support for clang 20 (or greater):
```
cd /tmp
git clone https://github.com/NASA-SW-VnV/ikos
cd ikos
md build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/tmp/ikos/dist ..
make
```
…
-
llvm 19.1.3
glibc 2.34
gcc 14.2.0
```
cc -o obj/skia/skcms_TransformBaseline_and_public/skcms_TransformBaseline.o
1. parser at end of file
2. Code generation
3. Running pass 'Functio…
-
### Description
Compiler crashes while compiling the following short code. (only with Swift 6 mode)
### Reproduction
```swift
import Darwin
actor MyActor {
func doSomething() {
pr…
-
Below is the program code for test.cpp.
```
#include
#include
using namespace cl::sycl;
int main() {
queue q;
const int size = 1024;
std::vector data(size, 1);
buff…
-
### 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
Using FoundationXML.XMLDocument crashes the compiler.
### Reproduction
```swift
import FoundationXML
_ = try XMLDocument(xmlString: "foo", options: [])
```
`swift build`…
-
### Description
I built Ladybird with Swift turned on and swift-frontend crashes with an error.
See https://github.com/LadybirdBrowser/ladybird/issues/1101
### Reproduction
cmake --preset …
-
**Description**
swift-frontend crashes during release build and `SWIFT_OBJC_INTEROP_MODE = objcxx`
```
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and includ…
-
### Description
Conforming an actor to a protocol with async initializers using synchronous initializers seems to crash the compiler using the new Swift 6/Xcode 16 toolchain.
### Reproduction
```sw…
-
### 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