Build Information
Successful build of AsyncParsableCommand, reference main (e55282), with Swift 6.2 for Linux on 19 Jun 2025 03:33:35 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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.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.2
Building package at path: $PWD
https://github.com/christopherweems/_AsyncParsableCommand.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-argument-parser.git
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.26s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (2.04s)
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.5.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/7] Compiling ArgumentParserToolInfo ToolInfo.swift
[7/7] Emitting module ArgumentParserToolInfo
[9/46] Compiling ArgumentParser OptionGroup.swift
[10/46] Compiling ArgumentParser AsyncParsableCommand.swift
[11/46] Compiling ArgumentParser CommandConfiguration.swift
[12/46] Compiling ArgumentParser CommandGroup.swift
[13/46] Compiling ArgumentParser EnumerableFlag.swift
[14/51] Emitting module ArgumentParser
[15/51] Compiling ArgumentParser Name.swift
[16/51] Compiling ArgumentParser Parsed.swift
[17/51] Compiling ArgumentParser ParsedValues.swift
[18/51] Compiling ArgumentParser ParserError.swift
[19/51] Compiling ArgumentParser SplitArguments.swift
[20/51] Compiling ArgumentParser ExpressibleByArgument.swift
[21/51] Compiling ArgumentParser ParsableArguments.swift
[22/51] Compiling ArgumentParser ParsableArgumentsValidation.swift
[23/51] Compiling ArgumentParser ParsableCommand.swift
[24/51] Compiling ArgumentParser ArgumentDecoder.swift
[25/51] Compiling ArgumentParser BashCompletionsGenerator.swift
[26/51] Compiling ArgumentParser CompletionsGenerator.swift
[27/51] Compiling ArgumentParser FishCompletionsGenerator.swift
[28/51] Compiling ArgumentParser ZshCompletionsGenerator.swift
[29/51] Compiling ArgumentParser Argument.swift
[30/51] Compiling ArgumentParser ArgumentHelp.swift
[31/51] Compiling ArgumentParser ArgumentDefinition.swift
[32/51] Compiling ArgumentParser ArgumentSet.swift
[33/51] Compiling ArgumentParser CommandParser.swift
[34/51] Compiling ArgumentParser InputKey.swift
[35/51] Compiling ArgumentParser InputOrigin.swift
[36/51] Compiling ArgumentParser CollectionExtensions.swift
[37/51] Compiling ArgumentParser Platform.swift
[38/51] Compiling ArgumentParser SequenceExtensions.swift
[39/51] Compiling ArgumentParser StringExtensions.swift
[40/51] Compiling ArgumentParser Tree.swift
[41/51] Compiling ArgumentParser ArgumentVisibility.swift
[42/51] Compiling ArgumentParser CompletionKind.swift
[43/51] Compiling ArgumentParser Errors.swift
[44/51] Compiling ArgumentParser Flag.swift
[45/51] Compiling ArgumentParser NameSpecification.swift
[46/51] Compiling ArgumentParser Option.swift
[47/51] Compiling ArgumentParser DumpHelpGenerator.swift
[48/51] Compiling ArgumentParser HelpCommand.swift
[49/51] Compiling ArgumentParser HelpGenerator.swift
[50/51] Compiling ArgumentParser MessageInfo.swift
[51/51] Compiling ArgumentParser UsageGenerator.swift
[53/55] Compiling AsyncParsableCommand TaskState.swift
[54/55] Emitting module AsyncParsableCommand
[55/55] Compiling AsyncParsableCommand _AsyncParsableCommand.swift
/host/spi-builder-workspace/Sources/AsyncParsableCommand/_AsyncParsableCommand.swift:20:27: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
18 |
19 | do {
20 | try await taskState.command.run()
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
21 |
22 | } catch {
/host/spi-builder-workspace/Sources/AsyncParsableCommand/_AsyncParsableCommand.swift:14:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
12 | dispatchGroup.enter()
13 |
14 | let taskState = TaskState(command: self)
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
15 |
16 | Task.detached(priority: .userInitiated) {
Build complete! (17.97s)
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.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.