Build Information
Successful build of Threadcrumb, reference 2.0.0 (ccecf7), with Swift 6.0 for macOS (SPM) on 22 Nov 2025 06:48:01 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/naftaly/Threadcrumb.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/naftaly/Threadcrumb
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at ccecf78 Perf and tests (#2)
Cloned https://github.com/naftaly/Threadcrumb.git
Revision (git rev-parse @):
ccecf7827dc187015fba150f75597eb788a9a56f
SUCCESS checkout https://github.com/naftaly/Threadcrumb.git at 2.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/naftaly/Threadcrumb.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] Emitting module Threadcrumb
[4/4] Compiling Threadcrumb Threadcrumb.swift
Build complete! (4.54s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Threadcrumb",
"name" : "Threadcrumb",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Threadcrumb",
"targets" : [
"Threadcrumb"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ThreadcrumbTests",
"module_type" : "SwiftTarget",
"name" : "ThreadcrumbTests",
"path" : "Tests/ThreadcrumbTests",
"sources" : [
"ThreadcrumbTests.swift"
],
"target_dependencies" : [
"Threadcrumb"
],
"type" : "test"
},
{
"c99name" : "Threadcrumb",
"module_type" : "SwiftTarget",
"name" : "Threadcrumb",
"path" : "Sources/Threadcrumb",
"product_memberships" : [
"Threadcrumb"
],
"sources" : [
"Threadcrumb.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.