Build Information
Successful build of PathWorks, reference 1.0.0 (d0975c), with Swift 6.2 for macOS (SPM) on 7 May 2026 17:06:55 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RuiNelson/PathWorks.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RuiNelson/PathWorks
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at d0975c5 Add PathWorks library — ergonomic Swift path primitives
Cloned https://github.com/RuiNelson/PathWorks.git
Revision (git rev-parse @):
d0975c53f1caeccebac44b69a7fc69b99b0e7328
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/RuiNelson/PathWorks.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/RuiNelson/PathWorks.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/4] Compiling PathWorks PathWorks.swift
[4/4] Emitting module PathWorks
Build complete! (3.82s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PathWorks",
"name" : "PathWorks",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PathWorks",
"targets" : [
"PathWorks"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PathWorksTests",
"module_type" : "SwiftTarget",
"name" : "PathWorksTests",
"path" : "Tests/PathWorksTests",
"sources" : [
"PathWorksTests.swift"
],
"target_dependencies" : [
"PathWorks"
],
"type" : "test"
},
{
"c99name" : "PathWorks",
"module_type" : "SwiftTarget",
"name" : "PathWorks",
"path" : "Sources/PathWorks",
"product_memberships" : [
"PathWorks"
],
"sources" : [
"PathWorks.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.