Build Information
Successful build of ShellOut, reference master (38237f), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 14:02:21 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/Nef10/ShellOut.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Nef10/ShellOut
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 38237fd Merge pull request #2 from john-mueller/swift-5.1
Cloned https://github.com/Nef10/ShellOut.git
Revision (git rev-parse @):
38237fd663f1cb45eb92d41a308d9c77be77a319
SUCCESS checkout https://github.com/Nef10/ShellOut.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": "shellout",
"name": "ShellOut",
"url": "https://github.com/Nef10/ShellOut.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ShellOut",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/Nef10/ShellOut.git
[1/300] Fetching shellout
Fetched https://github.com/Nef10/ShellOut.git from cache (0.74s)
Creating working copy for https://github.com/Nef10/ShellOut.git
Working copy of https://github.com/Nef10/ShellOut.git resolved at master (38237fd)
warning: '.resolve-product-dependencies': dependency 'shellout' 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/Nef10/ShellOut.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/4] Compiling ShellOut ShellOut.swift
[4/4] Emitting module ShellOut
Build complete! (3.63s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ShellOut",
"name" : "ShellOut",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ShellOut",
"targets" : [
"ShellOut"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ShellOutTests",
"module_type" : "SwiftTarget",
"name" : "ShellOutTests",
"path" : "Tests/ShellOutTests",
"sources" : [
"ShellOutTests+Linux.swift",
"ShellOutTests.swift"
],
"target_dependencies" : [
"ShellOut"
],
"type" : "test"
},
{
"c99name" : "ShellOut",
"module_type" : "SwiftTarget",
"name" : "ShellOut",
"path" : "Sources",
"product_memberships" : [
"ShellOut"
],
"sources" : [
"ShellOut.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.