Build Information
Successful build of Run, reference 0.1.1 (5a2866
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 08:58:49 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/getGuaka/Run.git
Reference: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/getGuaka/Run
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at 5a2866c Fix execute ls test on Linux
Cloned https://github.com/getGuaka/Run.git
Revision (git rev-parse @):
5a2866c0ae4266e0406d85f16adf65a30a626d7f
SUCCESS checkout https://github.com/getGuaka/Run.git at 0.1.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/getGuaka/Run.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/10] Compiling Args Argument.swift
[6/10] Emitting module Args
[7/10] Compiling Args ArgConvertible.swift
[8/10] Compiling Args Args.swift
[9/10] Compiling Args ProcessInfo.swift
[10/10] Compiling Args ArgsParser.swift
[11/20] Compiling Prompt PromptPrinter.swift
[12/20] Compiling Prompt PromptReader.swift
[13/21] Compiling Prompt Ask.swift
[14/21] Compiling Prompt Agree.swift
[15/21] Compiling Prompt AskSettings.swift
[16/21] Emitting module Prompt
[17/21] Compiling Prompt Choose.swift
[18/21] Compiling Prompt AgreeSettings.swift
[19/21] Compiling Prompt AskerValidator.swift
[20/21] Compiling Prompt ChooseSettings.swift
[21/21] Compiling Prompt PromptSettings.swift
[22/28] Compiling Run TaskPipe.swift
[23/28] Compiling Run RunnerSettings.swift
[24/28] Compiling Run ShortHandRunner.swift
[25/28] Compiling Run Runner.swift
[26/28] Emitting module Run
[27/28] Compiling Run RunResults.swift
[28/28] Compiling Run CommandExecutor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Run/CommandExecutor.swift:71:13: warning: variable 'outputPipe' was never mutated; consider changing to 'let' constant
69 | var childFDActions: posix_spawn_file_actions_t = posix_spawn_file_actions_t()
70 | #endif
71 | var outputPipe: [Int32] = [-1, -1]
| `- warning: variable 'outputPipe' was never mutated; consider changing to 'let' constant
72 |
73 | posix_spawn_file_actions_init(&childFDActions)
Build complete! (12.95s)
Fetching https://github.com/getGuaka/Prompt.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
[1/44] Fetching prompt
[45/19628] Fetching prompt, nimble
[46/34387] Fetching prompt, nimble, quick
Fetched https://github.com/getGuaka/Prompt.git from cache (1.99s)
Fetched https://github.com/Quick/Nimble.git from cache (1.99s)
Fetched https://github.com/Quick/Quick.git from cache (1.99s)
Computing version for https://github.com/getGuaka/Prompt.git
Computed https://github.com/getGuaka/Prompt.git at 0.1.1 (2.51s)
Fetching https://github.com/getGuaka/Args.git
[1/34] Fetching args
Fetched https://github.com/getGuaka/Args.git from cache (0.59s)
Computing version for https://github.com/getGuaka/Args.git
Computed https://github.com/getGuaka/Args.git at 0.1.1 (1.07s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 1.3.4 (0.47s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 7.3.4 (0.48s)
Creating working copy for https://github.com/getGuaka/Prompt.git
Working copy of https://github.com/getGuaka/Prompt.git resolved at 0.1.1
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 1.3.4
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 7.3.4
Creating working copy for https://github.com/getGuaka/Args.git
Working copy of https://github.com/getGuaka/Args.git resolved at 0.1.1
Build complete.
{
"dependencies" : [
{
"identity" : "prompt",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/getGuaka/Prompt.git"
},
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "7.3.0",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
}
],
"manifest_display_name" : "Run",
"name" : "Run",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Run",
"targets" : [
"Run"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RunTests",
"module_type" : "SwiftTarget",
"name" : "RunTests",
"path" : "Tests/RunTests",
"product_dependencies" : [
"Quick",
"Nimble"
],
"sources" : [
"RunnerTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Run"
],
"type" : "test"
},
{
"c99name" : "Run",
"module_type" : "SwiftTarget",
"name" : "Run",
"path" : "Sources/Run",
"product_dependencies" : [
"Prompt"
],
"product_memberships" : [
"Run"
],
"sources" : [
"CommandExecutor.swift",
"RunResults.swift",
"Runner.swift",
"RunnerSettings.swift",
"ShortHandRunner.swift",
"TaskPipe.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.