Build Information
Successful build of DashDashSwift, reference 0.3.0 (a7ecef), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 19:34:57 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/chrisladd/DashDashSwift.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chrisladd/DashDashSwift
* tag 0.3.0 -> FETCH_HEAD
HEAD is now at a7eceff Merge pull request #8 from chrisladd/interface-standardization
Cloned https://github.com/chrisladd/DashDashSwift.git
Revision (git rev-parse @):
a7eceff63e6582a9462acbfab24c2a49e2724613
SUCCESS checkout https://github.com/chrisladd/DashDashSwift.git at 0.3.0
========================================
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": "dashdashswift",
"name": "DashDashSwift",
"url": "https://github.com/chrisladd/DashDashSwift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DashDashSwift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/chrisladd/DashDashSwift.git
[1/230] Fetching dashdashswift
Fetched https://github.com/chrisladd/DashDashSwift.git from cache (0.77s)
Creating working copy for https://github.com/chrisladd/DashDashSwift.git
Working copy of https://github.com/chrisladd/DashDashSwift.git resolved at 0.3.0 (a7eceff)
warning: '.resolve-product-dependencies': dependency 'dashdashswift' 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/chrisladd/DashDashSwift.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/7] Emitting module DashDashSwift
[4/7] Compiling DashDashSwift CommandLineParser.swift
[5/7] Compiling DashDashSwift String+MaxLineLength.swift
[6/7] Compiling DashDashSwift CommandLineFormat.swift
[7/7] Compiling DashDashSwift CommandLineFlag.swift
Build complete! (3.81s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DashDashSwift",
"name" : "DashDashSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DashDashSwift",
"targets" : [
"DashDashSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DashDashSwiftTests",
"module_type" : "SwiftTarget",
"name" : "DashDashSwiftTests",
"path" : "Tests/DashDashSwiftTests",
"sources" : [
"DashDashSwiftTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"DashDashSwift"
],
"type" : "test"
},
{
"c99name" : "DashDashSwift",
"module_type" : "SwiftTarget",
"name" : "DashDashSwift",
"path" : "Sources/DashDashSwift",
"product_memberships" : [
"DashDashSwift"
],
"sources" : [
"CommandLineFlag.swift",
"CommandLineFormat.swift",
"CommandLineParser.swift",
"String+MaxLineLength.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.