Build Information
Successful build of swift-command, reference 1.3.0 (f99f1d
), with Swift 5.10 for macOS (SPM) on 23 Mar 2025 07:13:28 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.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: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pelagornis/swift-command
* tag 1.3.0 -> FETCH_HEAD
HEAD is now at f99f1d6 Update Swift-Command Version
Cloned https://github.com/pelagornis/swift-command.git
Revision (git rev-parse @):
f99f1d6c4c50bfc67aa9eb472c8e32a9dbc4206d
SUCCESS checkout https://github.com/pelagornis/swift-command.git at 1.3.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/pelagornis/swift-command.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-33747A42983211AE.txt
[6/10] Compiling Logging Locks.swift
[7/10] Compiling Logging LogHandler.swift
[8/10] Compiling Logging MetadataProvider.swift
[9/10] Emitting module Logging
[10/10] Compiling Logging Logging.swift
[11/29] Compiling Command SwiftPackage.swift
[12/29] Compiling Command Tuist.swift
[13/30] Compiling Command Zsh.swift
[14/30] Compiling Command Environment.swift
[15/30] Compiling Command URLExt.swift
[16/30] Compiling Command Request.swift
[17/30] Compiling Command Response.swift
[18/30] Compiling Command Result.swift
[19/30] Compiling Command Bash.swift
[20/30] Compiling Command Make.swift
[21/30] Compiling Command DataExt.swift
[22/30] Compiling Command StringExt.swift
[23/30] Compiling Command Command.swift
[24/30] Compiling Command CommandValues.swift
[25/30] Compiling Command Alias.swift
[26/30] Compiling Command Arguments.swift
[27/30] Emitting module Command
[28/30] Compiling Command Fastlane.swift
[29/30] Compiling Command Git.swift
[30/30] Compiling Command Task.swift
Build complete! (19.55s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-log
[1/2050] Fetching swift-docc-plugin
[83/5837] Fetching swift-docc-plugin, swift-log
Fetched https://github.com/apple/swift-log from cache (1.63s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.63s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.34s)
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 from cache (1.21s)
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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
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
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.