Build Information
Successful build of Command, reference main (a3da8b), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 05:14:41 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/swift-cloud/Command.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-cloud/Command
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a3da8b9 chore: remove mockable
Cloned https://github.com/swift-cloud/Command.git
Revision (git rev-parse @):
a3da8b91e60b84ba2c54ce0d4ce9a7e844509697
SUCCESS checkout https://github.com/swift-cloud/Command.git at main
Fetching https://github.com/apple/swift-log
Fetching https://github.com/tuist/Path
[1/401] Fetching path
[402/7012] Fetching path, swift-log
Fetched https://github.com/tuist/Path from cache (1.19s)
Fetched https://github.com/apple/swift-log from cache (1.19s)
Creating working copy for https://github.com/tuist/Path
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/tuist/Path resolved at 0.3.8
Working copy of https://github.com/apple/swift-log resolved at 1.6.2
========================================
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": "command",
"name": "Command",
"url": "https://github.com/swift-cloud/Command.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Command",
"traits": [
"default"
],
"dependencies": [
{
"identity": "path",
"name": "Path",
"url": "https://github.com/tuist/Path",
"version": "0.3.8",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Path",
"traits": [
"default"
],
"dependencies": [
]
},
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log",
"version": "1.12.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"traits": [
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/swift-cloud/Command.git
[1/1424] Fetching command
Fetched https://github.com/swift-cloud/Command.git from cache (1.12s)
Fetching https://github.com/tuist/Path from cache
Fetching https://github.com/apple/swift-log from cache
Fetched https://github.com/apple/swift-log from cache (0.53s)
Fetched https://github.com/tuist/Path from cache (0.53s)
Computing version for https://github.com/tuist/Path
Computed https://github.com/tuist/Path at 0.3.8 (1.20s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (0.57s)
Creating working copy for https://github.com/tuist/Path
Working copy of https://github.com/tuist/Path resolved at 0.3.8
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.12.0
Creating working copy for https://github.com/swift-cloud/Command.git
Working copy of https://github.com/swift-cloud/Command.git resolved at main (a3da8b9)
warning: '.resolve-product-dependencies': dependency 'command' is not used by any target
Found 2 product dependencies
- Path
- swift-log
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/swift-cloud/Command.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[3/6] Write swift-version--6988338F2F200930.txt
[5/13] Emitting module Path
[6/13] Compiling Path Path.swift
[7/13] Compiling Logging MetadataProvider.swift
[8/13] Compiling Logging Locks.swift
[9/13] Compiling Logging Logging.swift
[10/13] Compiling Logging LogHandler.swift
[11/13] Emitting module Logging
[12/19] Compiling Command FileHandle+Extras.swift
[13/19] Compiling Command ThreadSafe.swift
[14/19] Compiling Command Command.swift
[15/19] Compiling Command AsyncThrowingStream+Extras.swift
[16/19] Emitting module Command
[17/19] Compiling Command CommandRunner.swift
[17/19] Write Objects.LinkFileList
[18/19] Archiving libCommand.a
Build complete! (5.69s)
Build complete.
{
"dependencies" : [
{
"identity" : "path",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.8",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/Path"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
}
],
"manifest_display_name" : "Command",
"name" : "Command",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "26.0"
}
],
"products" : [
{
"name" : "Command",
"targets" : [
"Command"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "Command",
"module_type" : "SwiftTarget",
"name" : "Command",
"path" : "Sources/Command",
"product_dependencies" : [
"Path",
"Logging"
],
"product_memberships" : [
"Command"
],
"sources" : [
"AsyncThrowingStream+Extras.swift",
"Command.swift",
"CommandRunner.swift",
"FileHandle+Extras.swift",
"ThreadSafe.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.