Build Information
Successful build of DockerProcess, reference 1.0.28 (b70b1c), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 15:19:25 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/saltzmanjoelh/DockerProcess.git
Reference: 1.0.28
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/saltzmanjoelh/DockerProcess
* tag 1.0.28 -> FETCH_HEAD
HEAD is now at b70b1ce Added static lib type
Cloned https://github.com/saltzmanjoelh/DockerProcess.git
Revision (git rev-parse @):
b70b1ce0197ce06fc8c7027e513d73b5f1ab6f0b
SUCCESS checkout https://github.com/saltzmanjoelh/DockerProcess.git at 1.0.28
Fetching https://github.com/saltzmanjoelh/ProcessRunner.git
[1/76] Fetching processrunner
Fetched https://github.com/saltzmanjoelh/ProcessRunner.git from cache (0.50s)
Computing version for https://github.com/saltzmanjoelh/ProcessRunner.git
Computed https://github.com/saltzmanjoelh/ProcessRunner.git at 1.0.11 (1.17s)
Creating working copy for https://github.com/saltzmanjoelh/ProcessRunner.git
Working copy of https://github.com/saltzmanjoelh/ProcessRunner.git resolved at 1.0.11
========================================
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": "dockerprocess",
"name": "DockerProcess",
"url": "https://github.com/saltzmanjoelh/DockerProcess.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DockerProcess",
"traits": [
"default"
],
"dependencies": [
{
"identity": "processrunner",
"name": "ProcessRunner",
"url": "https://github.com/saltzmanjoelh/ProcessRunner.git",
"version": "1.0.11",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ProcessRunner",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/saltzmanjoelh/DockerProcess.git
[1/645] Fetching dockerprocess
Fetched https://github.com/saltzmanjoelh/DockerProcess.git from cache (0.83s)
Fetching https://github.com/saltzmanjoelh/ProcessRunner.git from cache
Fetched https://github.com/saltzmanjoelh/ProcessRunner.git from cache (0.45s)
Computing version for https://github.com/saltzmanjoelh/ProcessRunner.git
Computed https://github.com/saltzmanjoelh/ProcessRunner.git at 1.0.11 (0.51s)
Creating working copy for https://github.com/saltzmanjoelh/DockerProcess.git
Working copy of https://github.com/saltzmanjoelh/DockerProcess.git resolved at 1.0.28 (b70b1ce)
Creating working copy for https://github.com/saltzmanjoelh/ProcessRunner.git
Working copy of https://github.com/saltzmanjoelh/ProcessRunner.git resolved at 1.0.11
warning: '.resolve-product-dependencies': dependency 'dockerprocess' is not used by any target
Found 1 product dependencies
- ProcessRunner
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/saltzmanjoelh/DockerProcess.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version--6988338F2F200930.txt
[4/9] Compiling ProcessRunner ProcessRunner.swift
[5/9] Emitting module ProcessRunner
[5/9] Write Objects.LinkFileList
[6/12] Archiving libProcessRunner.a
[8/12] Emitting module DockerProcess
[9/12] Compiling DockerProcess DockerProcess.swift
[10/12] Compiling DockerProcess DockerRunnable.swift
[10/12] Write Objects.LinkFileList
[11/12] Archiving libDockerProcess.a
Build complete! (4.59s)
Build complete.
{
"dependencies" : [
{
"identity" : "processrunner",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/saltzmanjoelh/ProcessRunner.git"
}
],
"manifest_display_name" : "DockerProcess",
"name" : "DockerProcess",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DockerProcess",
"targets" : [
"DockerProcess"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "DockerProcessTests",
"module_type" : "SwiftTarget",
"name" : "DockerProcessTests",
"path" : "Tests/DockerProcessTests",
"product_dependencies" : [
"ProcessRunner"
],
"sources" : [
"DockerProcessTests.swift"
],
"target_dependencies" : [
"DockerProcess"
],
"type" : "test"
},
{
"c99name" : "DockerProcess",
"module_type" : "SwiftTarget",
"name" : "DockerProcess",
"path" : "Sources/DockerProcess",
"product_dependencies" : [
"ProcessRunner"
],
"product_memberships" : [
"DockerProcess"
],
"sources" : [
"DockerProcess.swift",
"DockerRunnable.swift"
],
"type" : "library"
}
],
"tools_version" : "4.1"
}
Done.