-
When building and running tests against `swift-algorithms` on an x86 host+emulator with the Swift 6.0 Android toolchain, I'm seeing the following warning and error:
```
WARNING: linker: /data/loca…
-
### Description
When attempting to compile the latest branch of Swift Foundation (https://github.com/swiftlang/swift-foundation/) using the swift.org release of Swift 6.0.1 on MacOS, the compiler cra…
-
### Describe the feature
building a project using the SDK with `swift build --swift-sdk aarch64-swift-linux-musl` will fail because `aws-crt-swift/aws-common-runtime/aws-c-common/source/posix/system_…
-
### Description
I'm trying to migrate a project to depend on external swift dependencies via `rules_swift_package_manager`. When a `rules_ios` `apple_framework` depends on a target generated by `rule…
-
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…
-
### What problem or need do you have?
[Swift Package Manager supports declaring a `.binaryTarget`](https://developer.apple.com/documentation/xcode/distributing-binary-frameworks-as-swift-packages) as…
-
### Description
When a library defines a custom type conforming to `ExpressibleByStringInterpolation`, merely having an import statement in one file in the module can cause unexpected compilation e…
-
When attempting to build a project on windows, It throws a ton of `lld-link` warnings, and eventually fails:
note, I didn't include all `lld-link` warnings, because there are thousands of them
`…
-
### Swift version
swiftlang-6.0.3.1.4
### Platform
macOS 15
### Editor
VS Code
### Description
When there is an SDK mismatch, sourcekitd silently fails
### Steps to Reproduce
1. Have a tasks.…
-
I am getting a bunch of objective-c errors when trying to run `make javakit-run` (see below)
I am one an M3 MacBook Air.
This is java --version:
```
openjdk 23.0.1 2024-10-15
OpenJDK Runtime…