Build Information
Successful build of DockerProcess, reference master (b70b1c), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 13:38:10 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/saltzmanjoelh/DockerProcess.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/saltzmanjoelh/DockerProcess
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/saltzmanjoelh/DockerProcess.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-1EA4D86E10B52AF.txt
[4/9] Compiling ProcessRunner ProcessRunner.swift
[5/9] Emitting module ProcessRunner
[5/9] Write Objects.LinkFileList
[6/9] Archiving libProcessRunner.a
[8/12] Compiling DockerProcess DockerRunnable.swift
[9/12] Emitting module DockerProcess
[10/12] Compiling DockerProcess DockerProcess.swift
[10/12] Write Objects.LinkFileList
[11/12] Archiving libDockerProcess.a
Build complete! (5.11s)
Fetching https://github.com/saltzmanjoelh/ProcessRunner.git
[1/76] Fetching processrunner
Fetched https://github.com/saltzmanjoelh/ProcessRunner.git from cache (0.61s)
Computing version for https://github.com/saltzmanjoelh/ProcessRunner.git
Computed https://github.com/saltzmanjoelh/ProcessRunner.git at 1.0.11 (1.11s)
Creating working copy for https://github.com/saltzmanjoelh/ProcessRunner.git
Working copy of https://github.com/saltzmanjoelh/ProcessRunner.git resolved at 1.0.11
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.