swift-android-sdk
swift-android-sdk copied to clipboard
Android SDKs for Swift
Macros work with the latest swift 6 Android toolchain on a macOS host (🎉), but Testing is not included in the built SDK, resulting in errors when building a newly...
Why does termux-debug.apk need to be installed in order to run swift-nioPackageTests.xctest? https://github.com/finagolfin/swift-android-sdk/blob/8ccdf2935fcfa07a08acc21b47a91f8366325bbd/.github/workflows/sdks.yml#L466-L474 If it is just so the test can access resources, it seems like it would be simpler...
```shell clang: error: no such file or directory: '/Users/purpln/Library/org.swift.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift_static/android/aarch64/swiftrt.o' ``` Temporary fixed it by creating symbolic link at `/Users/purpln/Library/org.swift.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift_static/android/aarch64` targeting `../../swift_static-aarch64/android/aarch64`. Somehow compiler ignores `swiftStaticResourcesPath` at `swift-sdk.json`. SDK for swift...