Below you will find pages that utilize the taxonomy term “Skiptools”
May 2, 2026
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.
May 1, 2026
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.