Build Information
Successful build of SwiftArgs, reference master (c19202), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 10:54:35 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/pkrll/SwiftArgs.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pkrll/SwiftArgs
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
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": "swiftargs",
"name": "SwiftArgs",
"url": "https://github.com/pkrll/SwiftArgs.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftArgs",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/pkrll/SwiftArgs.git
[1/851] Fetching swiftargs
Fetched https://github.com/pkrll/SwiftArgs.git from cache (0.75s)
Creating working copy for https://github.com/pkrll/SwiftArgs.git
Working copy of https://github.com/pkrll/SwiftArgs.git resolved at master (c192025)
warning: '.resolve-product-dependencies': dependency 'swiftargs' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/pkrll/SwiftArgs.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/18] Emitting module SwiftArgs
[4/18] Compiling SwiftArgs FlagOption.swift
[5/18] Compiling SwiftArgs StringOption.swift
[6/18] Compiling SwiftArgs CommandOption.swift
[7/18] Compiling SwiftArgs EnumOption.swift
[8/18] Compiling SwiftArgs SwiftArgs.swift
[9/18] Compiling SwiftArgs SwiftConsole.swift
[10/18] Compiling SwiftArgs Argument.swift
[11/18] Compiling SwiftArgs BoolOption.swift
[12/18] Compiling SwiftArgs String+Color.swift
[13/18] Compiling SwiftArgs OutputStream.swift
[14/18] Compiling SwiftArgs ArgumentType.swift
[15/18] Compiling SwiftArgs Array+Argument.swift
[16/18] Compiling SwiftArgs SwiftArgsError.swift
[17/18] Compiling SwiftArgs ANSIAttribute.swift
[18/18] Compiling SwiftArgs ANSIColor.swift
[19/19] Compiling SwiftArgs SwiftArgsParser.swift
Build complete! (4.24s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftArgs",
"name" : "SwiftArgs",
"path" : "/Users/admin/builder/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"
}
Done.