Swift Android Action
Version updated for https://github.com/skiptools/swift-android-action to version v2.9.4.
- 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. It leverages the official Swift SDK for Android to cross-compile Swift code for Android and integrates with the Android Emulator Runner to execute tests in an emulator environment. This action simplifies cross-platform development by enabling Swift developers to validate their code on both Android and iOS platforms within a CI/CD workflow.
What’s Changed
What’s Changed
- Accommodate new 6.4 swift-build test binary names by @marcprux in https://github.com/skiptools/swift-android-action/pull/22
Full Changelog: https://github.com/skiptools/swift-android-action/compare/v2.9.3...v2.9.4