Build Information
Successful build of Commander, reference main (ae2ce7), with Swift 6.1 for macOS (SPM) on 28 Apr 2026 20:03:58 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/steipete/Commander.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/steipete/Commander
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ae2ce74 chore: release 0.2.2
Cloned https://github.com/steipete/Commander.git
Revision (git rev-parse @):
ae2ce746b386ff94b26648cfe5625cfa8d02639b
SUCCESS checkout https://github.com/steipete/Commander.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/steipete/Commander.git
https://github.com/steipete/Commander.git
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Commander",
"name" : "Commander",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Commander",
"targets" : [
"Commander"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "CommanderTests",
"module_type" : "SwiftTarget",
"name" : "CommanderTests",
"path" : "Tests/CommanderTests",
"sources" : [
"CommandDescriptionTests.swift",
"CommandSignatureTests.swift",
"ParserTests.swift",
"TokenizerTests.swift"
],
"target_dependencies" : [
"Commander"
],
"type" : "test"
},
{
"c99name" : "Commander",
"module_type" : "SwiftTarget",
"name" : "Commander",
"path" : "Sources/Commander",
"product_memberships" : [
"Commander"
],
"sources" : [
"CommandSignature.swift",
"Errors.swift",
"ExpressibleFromArgument.swift",
"NameSpecification.swift",
"ParsableCommand.swift",
"Parser/CommandParser.swift",
"Parser/Tokenizer.swift",
"Program.swift",
"PropertyWrappers.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/14] Compiling Commander Tokenizer.swift
[6/14] Compiling Commander PropertyWrappers.swift
[7/14] Compiling Commander Program.swift
[8/14] Compiling Commander CommandParser.swift
[9/14] Compiling Commander ParsableCommand.swift
[10/14] Compiling Commander ExpressibleFromArgument.swift
[11/14] Compiling Commander Errors.swift
[12/14] Compiling Commander CommandSignature.swift
[13/14] Emitting module Commander
[14/14] Compiling Commander NameSpecification.swift
Build complete! (21.37s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2287] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.20s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.5.0 (4.25s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.92s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.54s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.5.0
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
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Commander",
"name" : "Commander",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Commander",
"targets" : [
"Commander"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "CommanderTests",
"module_type" : "SwiftTarget",
"name" : "CommanderTests",
"path" : "Tests/CommanderTests",
"sources" : [
"CommandDescriptionTests.swift",
"CommandSignatureTests.swift",
"ParserTests.swift",
"TokenizerTests.swift"
],
"target_dependencies" : [
"Commander"
],
"type" : "test"
},
{
"c99name" : "Commander",
"module_type" : "SwiftTarget",
"name" : "Commander",
"path" : "Sources/Commander",
"product_memberships" : [
"Commander"
],
"sources" : [
"CommandSignature.swift",
"Errors.swift",
"ExpressibleFromArgument.swift",
"NameSpecification.swift",
"ParsableCommand.swift",
"Parser/CommandParser.swift",
"Parser/Tokenizer.swift",
"Program.swift",
"PropertyWrappers.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.