Build Information
Successful build of swift-shell, reference v0.1.3 (2c2c76
), with Swift 5.10 for macOS (SPM) on 17 Jan 2025 03:25:36 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/darrarski/swift-shell.git
Reference: v0.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/darrarski/swift-shell
* tag v0.1.3 -> FETCH_HEAD
HEAD is now at 2c2c769 Resolve the compilation error with Swift 6.0.3 (Xcode 16.2) (#3)
Cloned https://github.com/darrarski/swift-shell.git
Revision (git rev-parse @):
2c2c7693163a2f39d2d4d5b53035c81d1881905c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/darrarski/swift-shell.git at v0.1.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/darrarski/swift-shell.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/7] Compiling SwiftShell Bash.swift
[4/7] Emitting module SwiftShell
[5/7] Compiling SwiftShell ShellProcess.swift
[6/7] Compiling SwiftShell ShellEnvironment.swift
[7/7] Compiling SwiftShell ShellCommand.swift
Build complete! (9.70s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras.git
Fetching https://github.com/pointfreeco/swift-custom-dump.git
[1/834] Fetching swift-concurrency-extras
[110/5363] Fetching swift-concurrency-extras, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-concurrency-extras.git from cache (1.47s)
Fetched https://github.com/pointfreeco/swift-custom-dump.git from cache (1.47s)
Computing version for https://github.com/pointfreeco/swift-custom-dump.git
Computed https://github.com/pointfreeco/swift-custom-dump.git at 1.3.3 (0.39s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5026] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.38s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras.git
Computed https://github.com/pointfreeco/swift-concurrency-extras.git at 1.3.1 (0.38s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.4.3 (0.38s)
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras.git
Working copy of https://github.com/pointfreeco/swift-concurrency-extras.git resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump.git
Working copy of https://github.com/pointfreeco/swift-custom-dump.git resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.4.3
Build complete.
{
"dependencies" : [
{
"identity" : "swift-concurrency-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-concurrency-extras.git"
},
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump.git"
}
],
"manifest_display_name" : "swift-shell",
"name" : "swift-shell",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SwiftShell",
"targets" : [
"SwiftShell"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftShellTests",
"module_type" : "SwiftTarget",
"name" : "SwiftShellTests",
"path" : "Tests/SwiftShellTests",
"product_dependencies" : [
"ConcurrencyExtras",
"CustomDump"
],
"sources" : [
"ShellCommandTests.swift",
"ShellEnvironmentTests.swift",
"ShellProcessTests.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"SwiftShell"
],
"type" : "test"
},
{
"c99name" : "SwiftShell",
"module_type" : "SwiftTarget",
"name" : "SwiftShell",
"path" : "Sources/SwiftShell",
"product_memberships" : [
"SwiftShell"
],
"sources" : [
"Bash.swift",
"ShellCommand.swift",
"ShellEnvironment.swift",
"ShellProcess.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.