Build Information
Successful build of argtree, reference main (fe6c9a), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 04:01:31 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dastrobu/argtree.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dastrobu/argtree
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fe6c9af Update checkout action to v6
Cloned https://github.com/dastrobu/argtree.git
Revision (git rev-parse @):
fe6c9af714c7a2fb53ebc676ec9231a260fdf827
SUCCESS checkout https://github.com/dastrobu/argtree.git at main
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swiftlang/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
[229/8912] Fetching swift-docc-plugin, swift-log
[959/12584] Fetching swift-docc-plugin, swift-log, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-plugin from cache (1.18s)
Fetched https://github.com/apple/swift-log.git from cache (1.18s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.18s)
Creating working copy for https://github.com/apple/swift-log.git
Creating working copy for https://github.com/apple/swift-docc-plugin
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-log.git resolved at 1.8.0
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "argtree",
"name": "argtree",
"url": "https://github.com/dastrobu/argtree.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/argtree",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log.git",
"version": "1.12.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"traits": [
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/dastrobu/argtree.git
[1/3364] Fetching argtree
Fetched https://github.com/dastrobu/argtree.git from cache (1.17s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.54s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (1.21s)
Creating working copy for https://github.com/dastrobu/argtree.git
Working copy of https://github.com/dastrobu/argtree.git resolved at main (fe6c9af)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
warning: '.resolve-product-dependencies': dependency 'argtree' is not used by any target
Found 1 product dependencies
- swift-log
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/dastrobu/argtree.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version--6988338F2F200930.txt
[6/10] Compiling Logging MetadataProvider.swift
[7/10] Compiling Logging LogHandler.swift
[8/10] Compiling Logging Locks.swift
[9/10] Emitting module Logging
[10/10] Compiling Logging Logging.swift
[11/19] Compiling argtree VarArgs.swift
[12/19] Compiling argtree Help.swift
[13/19] Compiling argtree MultiFlag.swift
[14/19] Compiling argtree Flag.swift
[15/19] Compiling argtree ValueParser.swift
[16/19] Compiling argtree Option.swift
[17/19] Compiling argtree ArgTree.swift
[18/19] Compiling argtree Command.swift
[19/19] Emitting module argtree
Build complete! (11.59s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "argtree",
"name" : "argtree",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "argtree",
"targets" : [
"argtree"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "argtreeTests",
"module_type" : "SwiftTarget",
"name" : "argtreeTests",
"path" : "Tests/argtreeTests",
"sources" : [
"ArgTreeTests.swift",
"TestHelpers.swift",
"assert.swift",
"parsers/CommandTests.swift",
"parsers/FlagTests.swift",
"parsers/MultiFlagTests.swift",
"parsers/OptionTests.swift",
"parsers/VarArgsTests.swift"
],
"target_dependencies" : [
"argtree"
],
"type" : "test"
},
{
"c99name" : "argtree",
"module_type" : "SwiftTarget",
"name" : "argtree",
"path" : "Sources",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"argtree"
],
"sources" : [
"ArgTree.swift",
"parsers/Command.swift",
"parsers/Flag.swift",
"parsers/Help.swift",
"parsers/MultiFlag.swift",
"parsers/Option.swift",
"parsers/ValueParser.swift",
"parsers/VarArgs.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.