swift-android-sdk
swift-android-sdk copied to clipboard
Android SDKs for Swift
hello. how to generate .so library for android from SPM project? In ios project we have core library written with swift pm. How i can build this lib for android...
Hello, I'm trying to follow your guideline but I'm having some issues. I have tried using nativelly from the MacOS system and I have tried as well from docker using...
Was curious if there was a premade GitHub action that we could use in our repositories for building projects against this tooling? I see that you already have CI setup...
This PR adds a `macos-toolchain-tests` job to the CI workflow that builds a simple test executable on a macOS runner and runs it in an Android x86_64 emulator. The macOS...
The Android SDK that is currently being generated by CI creates a [`destination.json`](https://github.com/apple/swift-package-manager/pull/1098) file that can be used for cross-compilation to Android with a command like: ``` swift build --destination...
PR https://github.com/finagolfin/swift-android-sdk/pull/162 adds building and testing the Android SDK on macOS. It currently just re-uses the Ubuntu SDK that is created and cached in the CI. Ideally, we would also...
It works well with the new Android overlay when natively compiling, but cross-compilation hasn't been tested as much.
This PR adds testing for the https://github.com/marcprux/swift-corelibs-foundation-android-test.git repository, which is a fork of https://github.com/apple/swift-corelibs-foundation.git that builds only the `Tests/` part of the package and adapts a number of Foundation tests...
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/local/tmp/swift-android/swift-algorithms/swift-algorithmsPackageTests.xctest: unsupported flags...