Build Information
Successful build of Clusterables, reference main (37ade1), with Swift 6.2 for macOS (SPM) on 20 Mar 2026 18:47:30 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build 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
Fetching https://github.com/Bersaelor/KDTree.git
[1/3549] Fetching kdtree
Fetched https://github.com/Bersaelor/KDTree.git from cache (2.71s)
Computing version for https://github.com/Bersaelor/KDTree.git
Computed https://github.com/Bersaelor/KDTree.git at 1.4.2 (5.49s)
Creating working copy for https://github.com/Bersaelor/KDTree.git
Working copy of https://github.com/Bersaelor/KDTree.git resolved at 1.4.2
========================================
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",
"dependencies": [
{
"identity": "clusterables",
"name": "Clusterables",
"url": "https://github.com/tomhoag/Clusterables.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Clusterables",
"dependencies": [
{
"identity": "kdtree",
"name": "KDTree",
"url": "https://github.com/Bersaelor/KDTree.git",
"version": "1.4.2",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KDTree",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/tomhoag/Clusterables.git
[1/530] Fetching clusterables
Fetched https://github.com/tomhoag/Clusterables.git from cache (1.38s)
Fetching https://github.com/Bersaelor/KDTree.git from cache
Fetched https://github.com/Bersaelor/KDTree.git from cache (0.43s)
Computing version for https://github.com/Bersaelor/KDTree.git
Computed https://github.com/Bersaelor/KDTree.git at 1.4.2 (0.49s)
Creating working copy for https://github.com/tomhoag/Clusterables.git
Working copy of https://github.com/tomhoag/Clusterables.git resolved at main (37ade14)
Creating working copy for https://github.com/Bersaelor/KDTree.git
Working copy of https://github.com/Bersaelor/KDTree.git resolved at 1.4.2
warning: '.resolve-product-dependencies': dependency 'clusterables' is not used by any target
Found 1 product dependencies
- KDTree
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/tomhoag/Clusterables.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/13] Compiling KDTree KDTree+RangeSearch.swift
[5/13] Emitting module KDTree
[6/13] Compiling KDTree CGPoint+KDTreePoint.swift
[7/13] Compiling KDTree KDTree+CustomStringConvertible.swift
[8/13] Compiling KDTree KDTree+Sequence.swift
[9/13] Compiling KDTree KDTreePoint.swift
[10/13] Compiling KDTree KDTree.swift
[11/13] Compiling KDTree KDTree+NearestNeighbour.swift
[12/13] Compiling KDTree KDTree+Equatable.swift
[13/13] Compiling KDTree KDTree+Codable.swift
[14/18] Emitting module Clusterables
[15/18] Compiling Clusterables SIMD2+Extensions.swift
[16/18] Compiling Clusterables MapProxy+Extensions.swift
[17/18] Compiling Clusterables DBSCANClusterer.swift
[18/18] Compiling Clusterables Cluster.swift
Build complete! (11.16s)
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"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/tomhoag/clusterables/main
Repository: tomhoag/Clusterables
Swift version used: 6.2
Target: Clusterables
Extracting symbol information for 'Clusterables'...
Finished extracting symbol information for 'Clusterables'. (3.69s)
Building documentation for 'Clusterables'...
warning: Only links are allowed in task group list items
warning: Only links are allowed in task group list items
warning: Only links are allowed in task group list items
warning: Only links are allowed in task group list items
warning: Only links are allowed in task group list items
warning: Only links are allowed in task group list items
warning: 'MapProxy' doesn't exist at '/Clusterables/ClusterManager/update(_:epsilon:minimumPoints:)'
--> Sources/Clusterables/Cluster.swift:236:15-236:23
234 | /// - epsilon: The maximum distance in degrees between two points for them to be
235 | /// considered neighbors. Must be positive and finite. Use
236 + /// ``MapProxy/degrees(fromPixels:)`` to convert screen-space pixel spacing to
237 | /// degrees at the current zoom level. If the value is invalid (zero, negative,
238 | /// NaN, or infinite), the call is ignored and the existing clusters are preserved.
Finished building documentation for 'Clusterables' (0.11s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/tomhoag/clusterables/main
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/Bersaelor/KDTree.git
Updated https://github.com/Bersaelor/KDTree.git (0.48s)
[1/2171] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.32s)
Computing version for https://github.com/Bersaelor/KDTree.git
Computed https://github.com/Bersaelor/KDTree.git at 1.4.2 (1.98s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (0.69s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3671] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.21s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.96s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Building for debugging...
[0/8] Write sources
[0/8] Write snippet-extract-tool-entitlement.plist
[0/8] Write sources
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Compiling SymbolKit Identifier.swift
[11/57] Compiling SymbolKit KindIdentifier.swift
[12/57] Compiling SymbolKit Location.swift
[13/57] Compiling SymbolKit Mutability.swift
[14/57] Compiling SymbolKit SemanticVersion.swift
[15/57] Compiling SymbolKit AccessControl.swift
[16/57] Compiling SymbolKit Availability.swift
[17/57] Compiling SymbolKit AvailabilityItem.swift
[18/57] Compiling SymbolKit Domain.swift
[19/57] Compiling SymbolKit DeclarationFragments.swift
[20/57] Compiling SymbolKit Fragment.swift
[21/57] Compiling SymbolKit FragmentKind.swift
[22/57] Compiling SymbolKit FunctionParameter.swift
[23/57] Compiling SymbolKit FunctionSignature.swift
[24/57] Emitting module SymbolKit
[25/57] Compiling SymbolKit Mixin+Equals.swift
[26/57] Compiling SymbolKit Mixin+Hash.swift
[27/57] Compiling SymbolKit Mixin.swift
[28/57] Compiling SymbolKit LineList.swift
[29/57] Compiling SymbolKit Position.swift
[30/57] Compiling SymbolKit Names.swift
[31/57] Compiling SymbolKit SPI.swift
[32/57] Compiling SymbolKit Snippet.swift
[33/57] Compiling SymbolKit Extension.swift
[34/57] Compiling SymbolKit SourceRange.swift
[35/57] Compiling SymbolKit Metadata.swift
[36/57] Compiling SymbolKit Module.swift
[37/57] Compiling SymbolKit OperatingSystem.swift
[38/57] Compiling SymbolKit Platform.swift
[39/57] Compiling SymbolKit Relationship.swift
[40/57] Compiling SymbolKit RelationshipKind.swift
[41/57] Compiling SymbolKit SourceOrigin.swift
[42/57] Compiling SymbolKit GenericConstraints.swift
[43/57] Compiling SymbolKit Swift.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Compiling Snippets Snippet.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.07s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'Clusterables' complete! (0.20s)
106
2 /Users/admin/builder/spi-builder-workspace/.docs/tomhoag/clusterables/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/tomhoag/clusterables/main
File count: 106
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-tomhoag-clusterables-main-a348b04f.zip to s3://spi-docs-inbox/prod-tomhoag-clusterables-main-a348b04f.zip
Copying... [17%]
Copying... [34%]
Copying... [51%]
Copying... [68%]
Copying... [85%]
Copying... [100%]
Done.