Build Information
Successful build of SagaPathKit, reference main (98e591), with Swift 6.0 for macOS (SPM) on 18 Mar 2026 07:29:47 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/loopwerk/SagaPathKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/loopwerk/SagaPathKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 98e591d fix: Adding two empty paths together should result in "."
Cloned https://github.com/loopwerk/SagaPathKit.git
Revision (git rev-parse @):
98e591dc42163f674f238c30b14c14e23f30e5a1
SUCCESS checkout https://github.com/loopwerk/SagaPathKit.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/loopwerk/SagaPathKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/4] Compiling SagaPathKit SagaPathKit.swift
[4/4] Emitting module SagaPathKit
Build complete! (4.32s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SagaPathKit",
"name" : "SagaPathKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SagaPathKit",
"targets" : [
"SagaPathKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SagaPathKitTests",
"module_type" : "SwiftTarget",
"name" : "SagaPathKitTests",
"path" : "Tests/SagaPathKitTests",
"sources" : [
"SagaPathKitTests.swift"
],
"target_dependencies" : [
"SagaPathKit"
],
"type" : "test"
},
{
"c99name" : "SagaPathKit",
"module_type" : "SwiftTarget",
"name" : "SagaPathKit",
"path" : "Sources",
"product_memberships" : [
"SagaPathKit"
],
"sources" : [
"SagaPathKit.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.