Build Information
Successful build of OnyxShell, reference main (35add0), with Swift 6.2 for Android on 23 Jun 2025 10:49:02 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wuyu2015/OnyxShellSwift.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/wuyu2015/OnyxShellSwift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 35add01 Modify: OnyxCommand.printUsage
Cloned https://github.com/wuyu2015/OnyxShellSwift.git
Revision (git rev-parse @):
35add016fae35abd9039252b8c4ab6d9ef13f95e
SUCCESS checkout https://github.com/wuyu2015/OnyxShellSwift.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/wuyu2015/OnyxShellSwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-8C5A4AE7A8CE2BA.txt
[3/25] Compiling OnyxShell Value.swift
[4/25] Compiling OnyxShell OnyxCommand+extension.swift
[5/25] Compiling OnyxShell OnyxCommand+func.swift
[6/25] Compiling OnyxShell Argument.swift
[7/25] Compiling OnyxShell Flag.swift
[8/25] Compiling OnyxShell Option.swift
[9/28] Compiling OnyxShell OnyxCommand.swift
[10/28] Compiling OnyxShell ArgumentParser+Argument.swift
[11/28] Compiling OnyxShell ArgumentParser+Flag.swift
[12/28] Compiling OnyxShell ArgumentParser+Option.swift
[13/28] Compiling OnyxShell ArgumentParser+Value.swift
[14/28] Compiling OnyxShell ArgumentParser+mirror.swift
[15/28] Compiling OnyxShell ArgumentParser.swift
[16/28] Compiling OnyxShell CommandConfiguration.swift
[17/28] Compiling OnyxShell Onyx.swift
[18/28] Emitting module OnyxShell
[19/28] Compiling OnyxShell InternalError.swift
[20/28] Compiling OnyxShell ParseValueError.swift
[21/28] Compiling OnyxShell ValueError.swift
[22/28] Compiling OnyxShell NameType.swift
[23/28] Compiling OnyxShell ParsingStrategy.swift
[24/28] Compiling OnyxShell ValueExclusivity.swift
[25/28] Compiling OnyxShell ArgumentParserError.swift
[26/28] Compiling OnyxShell Str.swift
[27/28] Compiling OnyxShell Utils.swift
[28/28] Compiling OnyxShell var.swift
Build complete! (25.79s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "OnyxShell",
"name" : "OnyxShell",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "OnyxShell",
"targets" : [
"OnyxShell"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OnyxShellTests",
"module_type" : "SwiftTarget",
"name" : "OnyxShellTests",
"path" : "Tests/OnyxShellTests",
"sources" : [
"ArgumentParserMirrorTest.swift",
"ArgumentPaserTests.swift",
"CommandResult.swift",
"DemoTest.swift",
"FlagTests.swift",
"OptionTests.swift",
"SubcommandTests.swift",
"UtilsStrTests.swift",
"ValueTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"OnyxShell"
],
"type" : "test"
},
{
"c99name" : "OnyxShell",
"module_type" : "SwiftTarget",
"name" : "OnyxShell",
"path" : "Sources/OnyxShell",
"product_memberships" : [
"OnyxShell"
],
"sources" : [
"Command/enum/NameType.swift",
"Command/enum/ParsingStrategy.swift",
"Command/enum/ValueExclusivity.swift",
"Command/error/ArgumentParserError.swift",
"Command/error/InternalError.swift",
"Command/error/ParseValueError.swift",
"Command/error/ValueError.swift",
"Command/propertyWrapper/Argument.swift",
"Command/propertyWrapper/Flag.swift",
"Command/propertyWrapper/Option.swift",
"Command/propertyWrapper/Value.swift",
"Command/protocol/OnyxCommand+extension.swift",
"Command/protocol/OnyxCommand+func.swift",
"Command/protocol/OnyxCommand.swift",
"Command/struct/ArgumentParser+Argument.swift",
"Command/struct/ArgumentParser+Flag.swift",
"Command/struct/ArgumentParser+Option.swift",
"Command/struct/ArgumentParser+Value.swift",
"Command/struct/ArgumentParser+mirror.swift",
"Command/struct/ArgumentParser.swift",
"Command/struct/CommandConfiguration.swift",
"Onyx.swift",
"Utils/Str.swift",
"Utils/Utils.swift",
"var.swift"
],
"type" : "library"
}
],
"tools_version" : "5.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
Done.