Swift Android Action
Version updated for https://github.com/skiptools/swift-android-action to version v2.9.0.
- This action is used across all versions by 111 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action enables building and running Swift package tests on an Android emulator by leveraging the official Swift SDK for Android. It automates the cross-compilation of Swift code for Android from Linux or macOS hosts and allows execution of SwiftPM test targets on Android emulators, streamlining CI workflows for multi-platform Swift development. Key features include support for customizable Swift and Android NDK versions, optional test execution, and compatibility with official and custom Swift SDKs.
Release notes
What’s Changed
- Set
SWIFT_SDK_ARTIFACTwhen using a custom SDK URL by @madsodgaard in https://github.com/skiptools/swift-android-action/pull/15 - Handle 6.3 release by @marcprux in https://github.com/skiptools/swift-android-action/pull/17
Full Changelog: https://github.com/skiptools/swift-android-action/compare/v2.8.2...v2.9.0