Build Information
Successful build of ShellInterface, reference master (0e196e), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 18:36:05 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hectr/swift-shell-interface.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hectr/swift-shell-interface
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 0e196e9 Release 0.3.0
Cloned https://github.com/hectr/swift-shell-interface.git
Revision (git rev-parse @):
0e196e919ba13128d1b161dbb6024902b0385fdd
SUCCESS checkout https://github.com/hectr/swift-shell-interface.git at master
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-shell-interface",
"name": "ShellInterface",
"url": "https://github.com/hectr/swift-shell-interface.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-shell-interface",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/hectr/swift-shell-interface.git
[1/110] Fetching swift-shell-interface
Fetched https://github.com/hectr/swift-shell-interface.git from cache (0.59s)
Creating working copy for https://github.com/hectr/swift-shell-interface.git
Working copy of https://github.com/hectr/swift-shell-interface.git resolved at master (0e196e9)
warning: '.resolve-product-dependencies': dependency 'swift-shell-interface' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/hectr/swift-shell-interface.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling ShellInterface TaskFailure.swift
[4/12] Compiling ShellInterface TaskContext.swift
[5/12] Compiling ShellInterface LaunchTask.swift
[6/12] Compiling ShellInterface ReadPipe.swift
[7/12] Compiling ShellInterface TaskResult.swift
[8/12] Compiling ShellInterface ExpandFilePath.swift
[9/12] Compiling ShellInterface ExpandVariablesInString.swift
[10/12] Compiling ShellInterface BuildProcess.swift
[11/12] Emitting module ShellInterface
[12/12] Compiling ShellInterface ExecuteCommand.swift
Build complete! (5.44s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ShellInterface",
"name" : "ShellInterface",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ShellInterface",
"targets" : [
"ShellInterface"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ShellInterfaceTests",
"module_type" : "SwiftTarget",
"name" : "ShellInterfaceTests",
"path" : "Tests/ShellInterfaceTests",
"sources" : [
"BuildProcessTests.swift",
"ExecuteCommandTests.swift",
"ExpandFilePathTests.swift",
"ExpandVariablesInStringTests.swift",
"LaunchTaskTests.swift",
"Models/TaskContextTests.swift",
"Models/TaskFailureTests.swift",
"Models/TaskResultTests.swift",
"ReadPipeTests.swift"
],
"target_dependencies" : [
"ShellInterface"
],
"type" : "test"
},
{
"c99name" : "ShellInterface",
"module_type" : "SwiftTarget",
"name" : "ShellInterface",
"path" : "Sources/ShellInterface",
"product_memberships" : [
"ShellInterface"
],
"sources" : [
"BuildProcess.swift",
"ExecuteCommand.swift",
"ExpandFilePath.swift",
"ExpandVariablesInString.swift",
"LaunchTask.swift",
"Models/TaskContext.swift",
"Models/TaskFailure.swift",
"Models/TaskResult.swift",
"ReadPipe.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.