Build Information
Successful build of PathTo, reference main (0947df), with Swift 6.2 for macOS (SPM) on 24 Apr 2026 01:52:43 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/jaywcjlove/swift-path-to.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jaywcjlove/swift-path-to
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0947df4 doc: update README.md
Cloned https://github.com/jaywcjlove/swift-path-to.git
Revision (git rev-parse @):
0947df4c5d79c77507bd3ad38477b052df79998b
SUCCESS checkout https://github.com/jaywcjlove/swift-path-to.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jaywcjlove/swift-path-to.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 PathTo PathTo.swift
[4/4] Emitting module PathTo
Build complete! (3.59s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PathTo",
"name" : "PathTo",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PathTo",
"targets" : [
"PathTo"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PathToTests",
"module_type" : "SwiftTarget",
"name" : "PathToTests",
"path" : "Tests/PathToTests",
"sources" : [
"PathToTests.swift"
],
"target_dependencies" : [
"PathTo"
],
"type" : "test"
},
{
"c99name" : "PathTo",
"module_type" : "SwiftTarget",
"name" : "PathTo",
"path" : "Sources/PathTo",
"product_memberships" : [
"PathTo"
],
"sources" : [
"PathTo.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.