-
Hello,
I wonder if it would be possible to generate an Amazon Linux 2 SDK ?
When I try to follow instruction to generate a SDK with a docker image, it generates files with the name `Ubuntu`
I s…
-
I would like to lint my code during the build process.
Not sure if I'm doing anything wrongly, since the plugin integration seems to be undocumented, but using this simple `Package.swift`:
```
…
-
Hi,
I'm currently exploring the use of Bazel to build and distribute our internal SDK but running into an issue where the `apple_xcframework` action fails while i try to build a swift_library due t…
-
When I try to build any project using sweetpad, the build fails with an error `unknown option: -XLinker` from ld. Checking man, it seems that that isn't an option of ld at all, but rather an option of…
-
### Description
When using the toolchain from https://www.swift.org/install/macos/ under "Package Installer", it is impossible to build swift-syntax. Here is the error:
error: 'swift-syntax': Inva…
-
What about new swift 6 version? Are you planning update library to strict concurrency? If yes, when?
-
When referencing WhisperKit from a SPM package as a dependency, it does not recognize the "v" prefixed version as a version string (for both from and exact). The error in Xcode is "Invalid semantic ve…
-
Hello dear community,
I am currently trying to organize a project in which I want to access Apple's Secure Enclave operations via Rust.
I have so far managed to execute operations on the Secure En…
-
Hi there. I maintain a uniffi-based library which we have recently broken into two (I'll call them `main` and `low-level-types`). Our main library imports some of the types defined in this lower-level…
-
### Description
I've identified a potential data race condition in the reachability:statusChanged: method of the Firebase library (version 10.25.0). Specifically, the issue is in the following line o…