Build Information
Successful build of swift-command, reference 1.3.0 (f99f1d
), with Swift 6.2 (beta) for Android on 23 Jun 2025 11:04:24 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pelagornis/swift-command.git
Reference: 1.3.0
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/pelagornis/swift-command
* tag 1.3.0 -> FETCH_HEAD
HEAD is now at f99f1d6 Update Swift-Command Version
Cloned https://github.com/pelagornis/swift-command.git
Revision (git rev-parse @):
f99f1d6c4c50bfc67aa9eb472c8e32a9dbc4206d
SUCCESS checkout https://github.com/pelagornis/swift-command.git at 1.3.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/pelagornis/swift-command.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
[189/5918] Fetching swift-docc-plugin, swift-log
Fetched https://github.com/apple/swift-log from cache (0.83s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.83s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (1.97s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.79s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3416] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.60s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.46s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-8C5A4AE7A8CE2BA.txt
[6/10] Compiling Logging LogHandler.swift
[7/10] Emitting module Logging
[8/10] Compiling Logging Locks.swift
[9/10] Compiling Logging MetadataProvider.swift
[10/10] Compiling Logging Logging.swift
[12/29] Compiling Command CommandValues.swift
[13/29] Compiling Command Bash.swift
[14/29] Compiling Command Make.swift
[15/31] Emitting module Command
[16/31] Compiling Command Alias.swift
[17/31] Compiling Command Arguments.swift
[18/31] Compiling Command Command.swift
[19/31] Compiling Command Tuist.swift
[20/31] Compiling Command Task.swift
[21/31] Compiling Command Zsh.swift
[22/31] Compiling Command Environment.swift
[23/31] Compiling Command DataExt.swift
[24/31] Compiling Command Request.swift
[25/31] Compiling Command Response.swift
[26/31] Compiling Command StringExt.swift
[27/31] Compiling Command URLExt.swift
[28/31] Compiling Command Result.swift
[29/31] Compiling Command Fastlane.swift
[30/31] Compiling Command Git.swift
[31/31] Compiling Command SwiftPackage.swift
Build complete! (50.75s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
}
],
"manifest_display_name" : "swift-command",
"name" : "swift-command",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Command",
"targets" : [
"Command"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CommandTests",
"module_type" : "SwiftTarget",
"name" : "CommandTests",
"path" : "Tests/CommandTests",
"sources" : [
"CommandTests.swift"
],
"target_dependencies" : [
"Command"
],
"type" : "test"
},
{
"c99name" : "Command",
"module_type" : "SwiftTarget",
"name" : "Command",
"path" : "Sources/Command",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"Command"
],
"sources" : [
"Alias.swift",
"Arguments.swift",
"Command.swift",
"CommandValues.swift",
"CommandValues/Bash.swift",
"CommandValues/Make.swift",
"CommandValues/Zsh.swift",
"Environment.swift",
"Internal/DataExt.swift",
"Internal/StringExt.swift",
"Internal/URLExt.swift",
"Request.swift",
"Response.swift",
"Result.swift",
"Support/Fastlane.swift",
"Support/Git.swift",
"Support/SwiftPackage.swift",
"Support/Tuist.swift",
"Task.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.