Swift Android Action
Version updated for https://github.com/skiptools/swift-android-action to version v2.9.3.
- This action is used across all versions by 116 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Swift Android Native Cross-Compiler and Test Runner” GitHub Action automates the process of building and running Swift package tests on an Android emulator using the official Swift SDK for Android. It simplifies cross-compiling Swift code for Android on Linux or macOS hosts and enables running SwiftPM test targets directly on an Android emulator, optionally allowing users to skip tests for faster builds. This action is particularly useful for integrating Android testing into Swift CI workflows alongside other platforms like iOS and macOS.
What’s Changed
What’s Changed
- Update README to use actions/checkout@v6 instead of v4 by @gwynne in https://github.com/skiptools/swift-android-action/pull/18
- Update action to use actions/cache@v5 by @marcprux in https://github.com/skiptools/swift-android-action/pull/20
New Contributors
- @gwynne made their first contribution in https://github.com/skiptools/swift-android-action/pull/18
Full Changelog: https://github.com/skiptools/swift-android-action/compare/v2.9.2...v2.9.3