-
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…
-
In order to merge my example using grpc-swift from RSPM I need to be able to add the alwayslink = True tag to the generated build file for SwiftAtomics. The tests will crash on Ubuntu if this is unset…
-
=> API design and evolution
=> semantic versioning and SwiftPM considerations
=> observability (pull in logging guide, metrics, tracing, etc)
=> cross platform
-
Hi, Thanks for your great effort. Do you have any plan to pack your code az an SPM package? I tried to do it myself but I found out it has Objective-C code inside. I believe the package can be platfor…
alizx updated
4 years ago
-
### Description
Hello!
Aliasing immediate and transient dependencies in a Swift package breaks builds with Swift 5.9.2 (Xcode 15.2) when library evolution is enabled. It fails with an error like t…
-
### Description
The SwiftIfConfig library has a `BuildConfiguration` protocol, but there is no concrete implementation of the `BuildConfiguration` protocol in the library. The only `BuildConfiguratio…
-
Hey there.
We are currently struggling a bit with the support of Swift in MAUI. We have a library which doesn't expose a ObjectiveC interface but we are in dire need of a binding library for a 3rd p…
-
### Expected behavior
Now that the [Static Linux SDK](https://www.swift.org/documentation/articles/static-linux-getting-started.html) has been released, it open the doors to cross-platform compilat…
-
As I was working on #134, it was adding an invalid entry to `.zprofile` – the final line in this codeblock. I saw as other tools had modified the file they had sometimes commented who the line was add…
-
Scenes:my project complete with swift an objective-c,and also have other Third-party dependency,like `AFNetworking` write in objective-c
it is worked well when push remote pod repo by source code.…