Build Information
Successful build of Bonsai, reference main (11f17f), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 22:25:06 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/loopwerk/Bonsai.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/loopwerk/Bonsai
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 11f17f3 chore: Update the minimum Swift version to 5.10
Cloned https://github.com/loopwerk/Bonsai.git
Revision (git rev-parse @):
11f17f321022c068f609b8f758081b5c9237109d
SUCCESS checkout https://github.com/loopwerk/Bonsai.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "bonsai",
"name": "Bonsai",
"url": "https://github.com/loopwerk/Bonsai.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Bonsai",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/loopwerk/Bonsai.git
[1/52] Fetching bonsai
Fetched https://github.com/loopwerk/Bonsai.git from cache (0.66s)
Creating working copy for https://github.com/loopwerk/Bonsai.git
Working copy of https://github.com/loopwerk/Bonsai.git resolved at main (11f17f3)
warning: '.resolve-product-dependencies': dependency 'bonsai' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/loopwerk/Bonsai.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[0/7] Write BonsaiBenchmark-entitlement.plist
[0/7] Write sources
[3/7] Write swift-version--6988338F2F200930.txt
[5/10] Compiling Bonsai Constants.swift
[6/10] Compiling Bonsai Bonsai.swift
[7/10] Emitting module Bonsai
[8/12] Compiling BonsaiBenchmark main.swift
[9/12] Emitting module BonsaiBenchmark
[9/12] Write Objects.LinkFileList
[10/12] Linking BonsaiBenchmark
[11/12] Applying BonsaiBenchmark
Build complete! (5.79s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Bonsai",
"name" : "Bonsai",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Bonsai",
"targets" : [
"Bonsai"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BonsaiBenchmark",
"targets" : [
"BonsaiBenchmark"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "BonsaiTests",
"module_type" : "SwiftTarget",
"name" : "BonsaiTests",
"path" : "Tests/BonsaiTests",
"sources" : [
"BonsaiTests.swift"
],
"target_dependencies" : [
"Bonsai"
],
"type" : "test"
},
{
"c99name" : "BonsaiBenchmark",
"module_type" : "SwiftTarget",
"name" : "BonsaiBenchmark",
"path" : "Benchmark",
"product_memberships" : [
"BonsaiBenchmark"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Bonsai"
],
"type" : "executable"
},
{
"c99name" : "Bonsai",
"module_type" : "SwiftTarget",
"name" : "Bonsai",
"path" : "Sources/Bonsai",
"product_memberships" : [
"Bonsai",
"BonsaiBenchmark"
],
"sources" : [
"Bonsai.swift",
"Constants.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.