-
In the SDK bundle, all the libraries that are required to be included with a program (like `libswiftCore.so`) are included in the same folder as the core NDK libraries that are needed for linking (lik…
-
Hi @finagolfin, thanks a lot for implementing and building this as a Swift SDK. This is a big step forward!
I noticed when testing this just now that `swift build --static-swift-stdlib` appears to …
-
Hello, I am using a `staticlib`-only iOS project with UniFFI, and I am having some trouble generating Swift bindings.
I have a small proof-of-concept here https://github.com/bes/uniffi-2024-11-poc
…
-
https://opentelemetry.io/docs/languages/swift/libraries/
-
### Is it reproducible with SwiftPM command-line tools: `swift build`, `swift test`, `swift package` etc?
- [X] Confirmed reproduction steps with SwiftPM CLI. The description text _must_ include re…
-
### Description
#68985 introduced a way to load an LLVM pass from a dynamic library into the compiler. Unfortunately the test case for this is subtly broken as it links against the (static) library…
-
### Bug Description
Crashed after installing to Applications from portable. Came from Opentoonz having the same issue after several install attempts, from many different versions. Decided to give Tah…
-
```
test-swift-external user$ swift package resolve -v
Running resolver because the following dependencies were added: 'pulseloghandler' (https://github.com/kean/PulseLogHandler)
Fetching https://g…
-
We're seeing this crash randomly during testing and from users. I'm not even sure what "Resurrection of an object" means.
Any ideas on what might be going wrong?
```
(lldb) bt
* thread #5, que…
-
There seem to be 2 popular library distribution systems in the eco-system:
- https://cocoapods.org/ (older)
- swift packages (source distributions via git repos and tagging)
We should evaluate wh…