Build Information
Successful build of Clusterables, reference main (37ade1), with Swift 6.1 for macOS (SPM) on 20 Mar 2026 18:47:19 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomhoag/Clusterables.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tomhoag/Clusterables
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 37ade14 add mailmap
Cloned https://github.com/tomhoag/Clusterables.git
Revision (git rev-parse @):
37ade146b8723fcc5a97edb86227a9f16e02f2cf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/tomhoag/Clusterables.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/tomhoag/Clusterables.git
https://github.com/tomhoag/Clusterables.git
{
"dependencies" : [
{
"identity" : "kdtree",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Bersaelor/KDTree.git"
}
],
"manifest_display_name" : "Clusterables",
"name" : "Clusterables",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Clusterables",
"targets" : [
"Clusterables"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ClusterablesTests",
"module_type" : "SwiftTarget",
"name" : "ClusterablesTests",
"path" : "Tests/ClusterablesTests",
"sources" : [
"ClusterablesTests.swift",
"DBSCANClustererTests.swift"
],
"target_dependencies" : [
"Clusterables"
],
"type" : "test"
},
{
"c99name" : "Clusterables",
"module_type" : "SwiftTarget",
"name" : "Clusterables",
"path" : "Sources/Clusterables",
"product_dependencies" : [
"KDTree"
],
"product_memberships" : [
"Clusterables"
],
"sources" : [
"Cluster.swift",
"DBSCANClusterer.swift",
"Extensions/MapProxy+Extensions.swift",
"Extensions/SIMD2+Extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/13] Compiling KDTree KDTree+Sequence.swift
[5/13] Compiling KDTree KDTreePoint.swift
[6/13] Compiling KDTree KDTree+Equatable.swift
[7/13] Compiling KDTree KDTree+RangeSearch.swift
[8/13] Compiling KDTree KDTree.swift
[9/13] Compiling KDTree KDTree+NearestNeighbour.swift
[10/13] Compiling KDTree KDTree+CustomStringConvertible.swift
[11/13] Compiling KDTree KDTree+Codable.swift
[12/13] Emitting module KDTree
[13/13] Compiling KDTree CGPoint+KDTreePoint.swift
[14/18] Compiling Clusterables SIMD2+Extensions.swift
[15/18] Compiling Clusterables DBSCANClusterer.swift
[16/18] Compiling Clusterables Cluster.swift
[17/18] Emitting module Clusterables
[18/18] Compiling Clusterables MapProxy+Extensions.swift
Build complete! (19.30s)
Fetching https://github.com/Bersaelor/KDTree.git
[1/3549] Fetching kdtree
Fetched https://github.com/Bersaelor/KDTree.git from cache (3.82s)
Computing version for https://github.com/Bersaelor/KDTree.git
Computed https://github.com/Bersaelor/KDTree.git at 1.4.2 (6.95s)
Creating working copy for https://github.com/Bersaelor/KDTree.git
Working copy of https://github.com/Bersaelor/KDTree.git resolved at 1.4.2
Build complete.
{
"dependencies" : [
{
"identity" : "kdtree",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Bersaelor/KDTree.git"
}
],
"manifest_display_name" : "Clusterables",
"name" : "Clusterables",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Clusterables",
"targets" : [
"Clusterables"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ClusterablesTests",
"module_type" : "SwiftTarget",
"name" : "ClusterablesTests",
"path" : "Tests/ClusterablesTests",
"sources" : [
"ClusterablesTests.swift",
"DBSCANClustererTests.swift"
],
"target_dependencies" : [
"Clusterables"
],
"type" : "test"
},
{
"c99name" : "Clusterables",
"module_type" : "SwiftTarget",
"name" : "Clusterables",
"path" : "Sources/Clusterables",
"product_dependencies" : [
"KDTree"
],
"product_memberships" : [
"Clusterables"
],
"sources" : [
"Cluster.swift",
"DBSCANClusterer.swift",
"Extensions/MapProxy+Extensions.swift",
"Extensions/SIMD2+Extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.