Build Information
Successful build of AsyncParsableCommand, reference main (e55282), with Swift 6.3 for Linux on 12 Apr 2026 12:23:52 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/christopherweems/_AsyncParsableCommand.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/christopherweems/_AsyncParsableCommand
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e552828 Update README.md
Cloned https://github.com/christopherweems/_AsyncParsableCommand.git
Revision (git rev-parse @):
e552828f57a3c91ce90bd0970a479b9a1110254b
SUCCESS checkout https://github.com/christopherweems/_AsyncParsableCommand.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/christopherweems/_AsyncParsableCommand.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/apple/swift-argument-parser.git
[1/17523] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.80s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (1.25s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/8] Emitting module ArgumentParserToolInfo
[8/8] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/55] Emitting module ArgumentParser
[11/61] Compiling ArgumentParser InputOrigin.swift
[12/61] Compiling ArgumentParser Name.swift
[13/61] Compiling ArgumentParser Parsed.swift
[14/61] Compiling ArgumentParser ParsedValues.swift
[15/61] Compiling ArgumentParser ParserError.swift
[16/61] Compiling ArgumentParser SplitArguments.swift
[17/61] Compiling ArgumentParser Tree.swift
[18/61] Compiling ArgumentParser CodingKeyValidator.swift
[19/61] Compiling ArgumentParser NonsenseFlagsValidator.swift
[20/61] Compiling ArgumentParser ParsableArgumentsValidation.swift
[21/61] Compiling ArgumentParser PositionalArgumentsValidator.swift
[22/61] Compiling ArgumentParser UniqueNamesValidator.swift
[23/61] Compiling ArgumentParser ArgumentVisibility.swift
[24/61] Compiling ArgumentParser CompletionKind.swift
[25/61] Compiling ArgumentParser Errors.swift
[26/61] Compiling ArgumentParser Flag.swift
[27/61] Compiling ArgumentParser NameSpecification.swift
[28/61] Compiling ArgumentParser Option.swift
[29/61] Compiling ArgumentParser OptionGroup.swift
[30/61] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/61] Compiling ArgumentParser CompletionsGenerator.swift
[32/61] Compiling ArgumentParser FishCompletionsGenerator.swift
[33/61] Compiling ArgumentParser ZshCompletionsGenerator.swift
[34/61] Compiling ArgumentParser Argument.swift
[35/61] Compiling ArgumentParser ArgumentDiscussion.swift
[36/61] Compiling ArgumentParser ArgumentHelp.swift
[37/61] Compiling ArgumentParser ParentCommand.swift
[38/61] Compiling ArgumentParser AsyncParsableCommand.swift
[39/61] Compiling ArgumentParser CommandConfiguration.swift
[40/61] Compiling ArgumentParser CommandGroup.swift
[41/61] Compiling ArgumentParser EnumerableFlag.swift
[42/61] Compiling ArgumentParser ExpressibleByArgument.swift
[43/61] Compiling ArgumentParser ParsableArguments.swift
[44/61] Compiling ArgumentParser DumpHelpGenerator.swift
[45/61] Compiling ArgumentParser HelpCommand.swift
[46/61] Compiling ArgumentParser HelpGenerator.swift
[47/61] Compiling ArgumentParser MessageInfo.swift
[48/61] Compiling ArgumentParser UsageGenerator.swift
[49/61] Compiling ArgumentParser CollectionExtensions.swift
[50/61] Compiling ArgumentParser Foundation.swift
[51/61] Compiling ArgumentParser Mutex.swift
[52/61] Compiling ArgumentParser Platform.swift
[53/61] Compiling ArgumentParser SequenceExtensions.swift
[54/61] Compiling ArgumentParser StringExtensions.swift
[55/61] Compiling ArgumentParser SwiftExtensions.swift
[56/61] Compiling ArgumentParser ParsableCommand.swift
[57/61] Compiling ArgumentParser ArgumentDecoder.swift
[58/61] Compiling ArgumentParser ArgumentDefinition.swift
[59/61] Compiling ArgumentParser ArgumentSet.swift
[60/61] Compiling ArgumentParser CommandParser.swift
[61/61] Compiling ArgumentParser InputKey.swift
[63/65] Compiling AsyncParsableCommand TaskState.swift
[64/65] Compiling AsyncParsableCommand _AsyncParsableCommand.swift
[65/65] Emitting module AsyncParsableCommand
Build complete! (20.70s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
}
],
"manifest_display_name" : "AsyncParsableCommand",
"name" : "AsyncParsableCommand",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "AsyncParsableCommand",
"targets" : [
"AsyncParsableCommand"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncParsableCommandTests",
"module_type" : "SwiftTarget",
"name" : "AsyncParsableCommandTests",
"path" : "Tests/AsyncParsableCommandTests",
"sources" : [
"AsyncParsableCommandTests.swift"
],
"target_dependencies" : [
"AsyncParsableCommand"
],
"type" : "test"
},
{
"c99name" : "AsyncParsableCommand",
"module_type" : "SwiftTarget",
"name" : "AsyncParsableCommand",
"path" : "Sources/AsyncParsableCommand",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"AsyncParsableCommand"
],
"sources" : [
"TaskState.swift",
"_AsyncParsableCommand.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.