Build Information
Successful build of SwiftShell, reference 5.1.1 (5b2207), with Swift 6.2 for macOS (SPM) on 27 Mar 2026 07:07:59 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kareman/SwiftShell.git
Reference: 5.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kareman/SwiftShell
* tag 5.1.1 -> FETCH_HEAD
HEAD is now at 5b2207c Release 5.1.1 (#111)
Cloned https://github.com/kareman/SwiftShell.git
Revision (git rev-parse @):
5b2207cd7177567e4efd9366d554c384037ef42f
SUCCESS checkout https://github.com/kareman/SwiftShell.git at 5.1.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swiftshell",
"name": "SwiftShell",
"url": "https://github.com/kareman/SwiftShell.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftShell",
"dependencies": [
]
}
]
}
Fetching https://github.com/kareman/SwiftShell.git
[1/4891] Fetching swiftshell
Fetched https://github.com/kareman/SwiftShell.git from cache (1.20s)
Creating working copy for https://github.com/kareman/SwiftShell.git
Working copy of https://github.com/kareman/SwiftShell.git resolved at 5.1.1 (5b2207c)
warning: '.resolve-product-dependencies': dependency 'swiftshell' is not used by any target
Found 0 product dependencies
========================================
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.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/12] Compiling SwiftShell Lazy-split.swift
[4/12] Compiling SwiftShell Array.swift
[5/12] Compiling SwiftShell Stream.swift
[6/12] Compiling SwiftShell Process.swift
[7/12] Compiling SwiftShell String.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! (3.82s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftShell",
"name" : "SwiftShell",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"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.