Build Information
Successful build of SwiftArgs, reference 0.5.5 (c19202), with Swift 6.3 for Android on 10 Apr 2026 10:47:55 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.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pkrll/SwiftArgs.git
Reference: 0.5.5
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/pkrll/SwiftArgs
* tag 0.5.5 -> FETCH_HEAD
HEAD is now at c192025 Update to Swift 5
Cloned https://github.com/pkrll/SwiftArgs.git
Revision (git rev-parse @):
c192025bf9f7a200e7b8bf2b37ea5db5cbcafdd9
SUCCESS checkout https://github.com/pkrll/SwiftArgs.git at 0.5.5
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/pkrll/SwiftArgs.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.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--4F562202D5529B1.txt
[3/17] Compiling SwiftArgs FlagOption.swift
[4/17] Compiling SwiftArgs StringOption.swift
[5/17] Compiling SwiftArgs CommandOption.swift
[6/17] Compiling SwiftArgs EnumOption.swift
[7/19] Compiling SwiftArgs ANSIAttribute.swift
[8/19] Compiling SwiftArgs ANSIColor.swift
[9/19] Compiling SwiftArgs ArgumentType.swift
[10/19] Compiling SwiftArgs Array+Argument.swift
[11/19] Compiling SwiftArgs SwiftArgs.swift
[12/19] Compiling SwiftArgs SwiftArgsParser.swift
[13/19] Compiling SwiftArgs Argument.swift
[14/19] Compiling SwiftArgs BoolOption.swift
[15/19] Emitting module SwiftArgs
[16/19] Compiling SwiftArgs String+Color.swift
[17/19] Compiling SwiftArgs OutputStream.swift
[18/19] Compiling SwiftArgs SwiftArgsError.swift
/host/spi-builder-workspace/Sources/SwiftArgs/Support/SwiftConsole.swift:48:52: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
46 | for output in self.rows {
47 | if output is SwiftConsoleRow, let output = output as? SwiftConsoleRow {
48 | arguments.append(NSString(string: output.left).utf8String!)
| `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
49 | arguments.append(NSString(string: output.right).utf8String!)
50 |
/host/spi-builder-workspace/Sources/SwiftArgs/Support/SwiftConsole.swift:49:53: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
47 | if output is SwiftConsoleRow, let output = output as? SwiftConsoleRow {
48 | arguments.append(NSString(string: output.left).utf8String!)
49 | arguments.append(NSString(string: output.right).utf8String!)
| `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
50 |
51 | strFormat += " %-\(padding)s%s\n"
/host/spi-builder-workspace/Sources/SwiftArgs/Support/SwiftConsole.swift:53:53: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
51 | strFormat += " %-\(padding)s%s\n"
52 | } else if output is SwiftConsoleHeader, let output = output as? SwiftConsoleHeader {
53 | arguments.append(NSString(string: output.title).utf8String!)
| `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
54 |
55 | strFormat += "\n%s\n"
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[19/19] Compiling SwiftArgs SwiftConsole.swift
/host/spi-builder-workspace/Sources/SwiftArgs/Support/SwiftConsole.swift:48:52: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
46 | for output in self.rows {
47 | if output is SwiftConsoleRow, let output = output as? SwiftConsoleRow {
48 | arguments.append(NSString(string: output.left).utf8String!)
| `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
49 | arguments.append(NSString(string: output.right).utf8String!)
50 |
/host/spi-builder-workspace/Sources/SwiftArgs/Support/SwiftConsole.swift:49:53: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
47 | if output is SwiftConsoleRow, let output = output as? SwiftConsoleRow {
48 | arguments.append(NSString(string: output.left).utf8String!)
49 | arguments.append(NSString(string: output.right).utf8String!)
| `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
50 |
51 | strFormat += " %-\(padding)s%s\n"
/host/spi-builder-workspace/Sources/SwiftArgs/Support/SwiftConsole.swift:53:53: warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
51 | strFormat += " %-\(padding)s%s\n"
52 | } else if output is SwiftConsoleHeader, let output = output as? SwiftConsoleHeader {
53 | arguments.append(NSString(string: output.title).utf8String!)
| `- warning: 'utf8String' is deprecated: On platforms without Objective-C autorelease pools, use withCString instead [#DeprecatedDeclaration]
54 |
55 | strFormat += "\n%s\n"
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (17.46s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftArgs",
"name" : "SwiftArgs",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftArgs",
"targets" : [
"SwiftArgs"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftArgsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftArgsTests",
"path" : "Tests/SwiftArgsTests",
"sources" : [
"SwiftArgsTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftArgs"
],
"type" : "test"
},
{
"c99name" : "SwiftArgs",
"module_type" : "SwiftTarget",
"name" : "SwiftArgs",
"path" : "Sources/SwiftArgs",
"product_memberships" : [
"SwiftArgs"
],
"sources" : [
"ArgumentOptions/Argument.swift",
"ArgumentOptions/BoolOption.swift",
"ArgumentOptions/CommandOption.swift",
"ArgumentOptions/EnumOption.swift",
"ArgumentOptions/FlagOption.swift",
"ArgumentOptions/StringOption.swift",
"Support/Constants/ANSIAttribute.swift",
"Support/Constants/ANSIColor.swift",
"Support/Constants/ArgumentType.swift",
"Support/Extension/Array+Argument.swift",
"Support/Extension/String+Color.swift",
"Support/OutputStream.swift",
"Support/SwiftArgsError.swift",
"Support/SwiftConsole.swift",
"SwiftArgs.swift",
"SwiftArgsParser.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.