Build Information
Successful build of swift-command, reference main (3fbf95
), with Swift 5.9 for macOS (SPM) on 23 Mar 2025 07:13:33 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pelagornis/swift-command.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pelagornis/swift-command
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3fbf956 Update README.md
Cloned https://github.com/pelagornis/swift-command.git
Revision (git rev-parse @):
3fbf956d01e95b45b3c8ea469329f6d7c8ab877e
SUCCESS checkout https://github.com/pelagornis/swift-command.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/pelagornis/swift-command.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/7] Compiling Logging MetadataProvider.swift
[4/7] Compiling Logging LogHandler.swift
[5/7] Emitting module Logging
[6/7] Compiling Logging Logging.swift
[7/7] Compiling Logging Locks.swift
[8/26] Compiling Command DataExt.swift
[9/26] Compiling Command StringExt.swift
[10/26] Compiling Command Response.swift
[11/26] Compiling Command Result.swift
[12/26] Compiling Command SwiftPackage.swift
[13/26] Compiling Command Tuist.swift
[14/26] Compiling Command Fastlane.swift
[15/26] Compiling Command Git.swift
[16/26] Compiling Command Zsh.swift
[17/26] Compiling Command Environment.swift
[18/26] Compiling Command Command.swift
[19/26] Compiling Command CommandValues.swift
[20/26] Emitting module Command
[21/26] Compiling Command Bash.swift
[22/26] Compiling Command Make.swift
[23/26] Compiling Command URLExt.swift
[24/26] Compiling Command Request.swift
[25/26] Compiling Command Alias.swift
[26/26] Compiling Command Arguments.swift
[27/27] Compiling Command Task.swift
Build complete! (20.14s)
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-docc-plugin
[1/3787] Fetching swift-log
[229/5837] Fetching swift-log, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin (1.73s)
Fetched https://github.com/apple/swift-log (1.73s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.36s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.46s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3343] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit (1.13s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.48s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
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.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
}
],
"manifest_display_name" : "swift-command",
"name" : "swift-command",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Command",
"targets" : [
"Command"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CommandTests",
"module_type" : "SwiftTarget",
"name" : "CommandTests",
"path" : "Tests/CommandTests",
"sources" : [
"CommandTests.swift"
],
"target_dependencies" : [
"Command"
],
"type" : "test"
},
{
"c99name" : "Command",
"module_type" : "SwiftTarget",
"name" : "Command",
"path" : "Sources/Command",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"Command"
],
"sources" : [
"Alias.swift",
"Arguments.swift",
"Command.swift",
"CommandValues.swift",
"CommandValues/Bash.swift",
"CommandValues/Make.swift",
"CommandValues/Zsh.swift",
"Environment.swift",
"Internal/DataExt.swift",
"Internal/StringExt.swift",
"Internal/URLExt.swift",
"Request.swift",
"Response.swift",
"Result.swift",
"Support/Fastlane.swift",
"Support/Git.swift",
"Support/SwiftPackage.swift",
"Support/Tuist.swift",
"Task.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.