Build Information
Successful build of FastReplace, reference main (7be1e4), with Swift 6.0 for macOS (SPM) on 3 Oct 2025 08:38:06 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stefanspringer1/FastReplace.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stefanspringer1/FastReplace
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7be1e48 README
Cloned https://github.com/stefanspringer1/FastReplace.git
Revision (git rev-parse @):
7be1e4861ab5f3d316ca789dab55f01601008005
SUCCESS checkout https://github.com/stefanspringer1/FastReplace.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/stefanspringer1/FastReplace.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 FastReplace FastReplace.swift
[4/4] Emitting module FastReplace
Build complete! (4.76s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FastReplace",
"name" : "FastReplace",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "FastReplace",
"targets" : [
"FastReplace"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FastReplaceTests",
"module_type" : "SwiftTarget",
"name" : "FastReplaceTests",
"path" : "Tests/FastReplaceTests",
"sources" : [
"FastReplaceTests.swift"
],
"target_dependencies" : [
"FastReplace"
],
"type" : "test"
},
{
"c99name" : "FastReplace",
"module_type" : "SwiftTarget",
"name" : "FastReplace",
"path" : "Sources/FastReplace",
"product_memberships" : [
"FastReplace"
],
"sources" : [
"FastReplace.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.