Build Information
Successful build of Command, reference main (a3da8b), with Swift 6.2 for Android on 9 Oct 2025 06:50:38 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-cloud/Command.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/swift-cloud/Command
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a3da8b9 chore: remove mockable
Cloned https://github.com/swift-cloud/Command.git
Revision (git rev-parse @):
a3da8b91e60b84ba2c54ce0d4ce9a7e844509697
SUCCESS checkout https://github.com/swift-cloud/Command.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/swift-cloud/Command.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/tuist/Path
Fetching https://github.com/apple/swift-log
[1/369] Fetching path
[370/4302] Fetching path, swift-log
Fetched https://github.com/tuist/Path from cache (1.05s)
Fetched https://github.com/apple/swift-log from cache (1.05s)
Computing version for https://github.com/tuist/Path
Computed https://github.com/tuist/Path at 0.3.8 (3.33s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.37s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
Creating working copy for https://github.com/tuist/Path
Working copy of https://github.com/tuist/Path resolved at 0.3.8
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version--11D90AFD9DD3AB2.txt
[5/16] Compiling Path Path.swift
[6/16] Emitting module Path
[7/17] Wrapping AST for Path for debugging
[9/17] Compiling Logging Locks.swift
[10/17] Compiling Logging MetadataProvider.swift
[11/17] Compiling Logging Logging.swift
[12/17] Compiling Logging LogHandler.swift
[13/17] Emitting module Logging
[14/18] Wrapping AST for Logging for debugging
[16/24] Compiling Command ThreadSafe.swift
[17/24] Compiling Command FileHandle+Extras.swift
[18/24] Compiling Command AsyncThrowingStream+Extras.swift
[19/24] Emitting module Command
[20/24] Compiling Command Command.swift
[21/24] Compiling Command CommandRunner.swift
[22/25] Wrapping AST for Command for debugging
[23/25] Write Objects.LinkFileList
[24/25] Archiving libCommand.a
Build complete! (15.61s)
Build complete.
{
"dependencies" : [
{
"identity" : "path",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.8",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/Path"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
}
],
"manifest_display_name" : "Command",
"name" : "Command",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "26.0"
}
],
"products" : [
{
"name" : "Command",
"targets" : [
"Command"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "Command",
"module_type" : "SwiftTarget",
"name" : "Command",
"path" : "Sources/Command",
"product_dependencies" : [
"Path",
"Logging"
],
"product_memberships" : [
"Command"
],
"sources" : [
"AsyncThrowingStream+Extras.swift",
"Command.swift",
"CommandRunner.swift",
"FileHandle+Extras.swift",
"ThreadSafe.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.