Build Information
Successful build of SequentialExecutor, reference main (fa363d), with Swift 6.2 for Android on 23 Mar 2026 17:01:34 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shensven/swift-sequential-executor.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/shensven/swift-sequential-executor
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fa363d1 docs: refine descriptions in README files for SequentialExecutor features and usage
Cloned https://github.com/shensven/swift-sequential-executor.git
Revision (git rev-parse @):
fa363d154f093ba5c3e9e625625b3efbf2035698
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/shensven/swift-sequential-executor.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/shensven/swift-sequential-executor.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:ed06329bcd62885fa27d8bb2bd26ede56f367c486166aaeeac553557f3a78bad
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--11D90AFD9DD3AB2.txt
[3/4] Emitting module SequentialExecutor
[4/4] Compiling SequentialExecutor SequentialExecutor.swift
Build complete! (27.76s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SequentialExecutor",
"name" : "SequentialExecutor",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SequentialExecutor",
"targets" : [
"SequentialExecutor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SequentialExecutorTests",
"module_type" : "SwiftTarget",
"name" : "SequentialExecutorTests",
"path" : "Tests/SequentialExecutorTests",
"sources" : [
"SequentialExecutorTests.swift"
],
"target_dependencies" : [
"SequentialExecutor"
],
"type" : "test"
},
{
"c99name" : "SequentialExecutor",
"module_type" : "SwiftTarget",
"name" : "SequentialExecutor",
"path" : "Sources/SequentialExecutor",
"product_memberships" : [
"SequentialExecutor"
],
"sources" : [
"SequentialExecutor.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:ed06329bcd62885fa27d8bb2bd26ede56f367c486166aaeeac553557f3a78bad
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Done.