Build Information
Successful build of Clusterables, reference 0.5.3 (9431c9), with Swift 6.0 for macOS (SPM) on 16 Mar 2026 00:15:32 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/tomhoag/Clusterables.git
Reference: 0.5.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tomhoag/Clusterables
* tag 0.5.3 -> FETCH_HEAD
HEAD is now at 9431c9a Add SimpleExample target, update README, and remove ExportCities
Cloned https://github.com/tomhoag/Clusterables.git
Revision (git rev-parse @):
9431c9a31fa9964a1a9d2d419f45faf35d71d455
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/tomhoag/Clusterables.git at 0.5.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/tomhoag/Clusterables.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/13] Emitting module KDTree
[5/13] Compiling KDTree KDTree+Codable.swift
[6/13] Compiling KDTree KDTree+CustomStringConvertible.swift
[7/13] Compiling KDTree KDTree+RangeSearch.swift
[8/13] Compiling KDTree KDTree+NearestNeighbour.swift
[9/13] Compiling KDTree KDTree+Equatable.swift
[10/13] Compiling KDTree KDTreePoint.swift
[11/13] Compiling KDTree CGPoint+KDTreePoint.swift
[12/13] Compiling KDTree KDTree+Sequence.swift
[13/13] Compiling KDTree KDTree.swift
[14/18] Compiling Clusterables SIMD2+Extensions.swift
[15/18] Emitting module Clusterables
[16/18] Compiling Clusterables DBSCANClusterer.swift
[17/18] Compiling Clusterables Cluster.swift
[18/18] Compiling Clusterables MapProxy+Extensions.swift
Build complete! (17.98s)
Fetching https://github.com/Bersaelor/KDTree.git
[1/3549] Fetching kdtree
Fetched https://github.com/Bersaelor/KDTree.git from cache (2.55s)
Computing version for https://github.com/Bersaelor/KDTree.git
Computed https://github.com/Bersaelor/KDTree.git at 1.4.2 (3.05s)
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.