Build Information
Successful build of SwiftShell, reference master (99680b
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 17:34:43 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/kareman/SwiftShell.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kareman/SwiftShell
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 99680b2 Release 5.1 (#95)
Cloned https://github.com/kareman/SwiftShell.git
Revision (git rev-parse @):
99680b2efc7c7dbcace1da0b3979d266f02e213c
SUCCESS checkout https://github.com/kareman/SwiftShell.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kareman/SwiftShell.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling SwiftShell String.swift
[4/12] Compiling SwiftShell Process.swift
[5/12] Compiling SwiftShell Lazy-split.swift
[6/12] Compiling SwiftShell Array.swift
[7/12] Compiling SwiftShell Stream.swift
[8/12] Compiling SwiftShell Context.swift
[9/12] Compiling SwiftShell Bash.swift
[10/12] Compiling SwiftShell Files.swift
[11/12] Emitting module SwiftShell
[12/12] Compiling SwiftShell Command.swift
Build complete! (4.18s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftShell",
"name" : "SwiftShell",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftShell",
"targets" : [
"SwiftShell"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4.2",
"5"
],
"targets" : [
{
"c99name" : "SwiftShellTests",
"module_type" : "SwiftTarget",
"name" : "SwiftShellTests",
"path" : "Tests/SwiftShellTests",
"sources" : [
"Command_Tests.swift",
"Context_Tests.swift",
"Files_Tests.swift",
"String_Tests.swift"
],
"target_dependencies" : [
"SwiftShell"
],
"type" : "test"
},
{
"c99name" : "SwiftShell",
"module_type" : "SwiftTarget",
"name" : "SwiftShell",
"path" : "Sources/SwiftShell",
"product_memberships" : [
"SwiftShell"
],
"sources" : [
"Bash.swift",
"Command.swift",
"Context.swift",
"Files.swift",
"General/Array.swift",
"Process.swift",
"Stream/Lazy-split.swift",
"Stream/Stream.swift",
"String.swift"
],
"type" : "library"
},
{
"c99name" : "StreamTests",
"module_type" : "SwiftTarget",
"name" : "StreamTests",
"path" : "Tests/StreamTests",
"sources" : [
"Collection_Tests.swift",
"FileHandle_Tests.swift",
"Stream_Tests.swift"
],
"target_dependencies" : [
"SwiftShell"
],
"type" : "test"
},
{
"c99name" : "GeneralTests",
"module_type" : "SwiftTarget",
"name" : "GeneralTests",
"path" : "Tests/GeneralTests",
"sources" : [
"Array_Tests.swift"
],
"target_dependencies" : [
"SwiftShell"
],
"type" : "test"
}
],
"tools_version" : "5.0"
}
Done.