The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Clusterables, reference 0.5.3 (9431c9), with Swift 6.2 for macOS (SPM) on 16 Mar 2026 00:14:33 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build 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
Fetching https://github.com/Bersaelor/KDTree.git
[1/3549] Fetching kdtree
Fetched https://github.com/Bersaelor/KDTree.git from cache (2.84s)
Computing version for https://github.com/Bersaelor/KDTree.git
Computed https://github.com/Bersaelor/KDTree.git at 1.4.2 (5.41s)
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/513] Fetching clusterables
Fetched https://github.com/tomhoag/Clusterables.git from cache (1.43s)
Fetching https://github.com/Bersaelor/KDTree.git from cache
Fetched https://github.com/Bersaelor/KDTree.git from cache (0.50s)
Computing version for https://github.com/Bersaelor/KDTree.git
Computed https://github.com/Bersaelor/KDTree.git at 1.4.2 (0.55s)
Creating working copy for https://github.com/Bersaelor/KDTree.git
Working copy of https://github.com/Bersaelor/KDTree.git resolved at 1.4.2
Creating working copy for https://github.com/tomhoag/Clusterables.git
Working copy of https://github.com/tomhoag/Clusterables.git resolved at 0.5.3 (9431c9a)
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.swift
[5/13] Compiling KDTree KDTreePoint.swift
[6/13] Compiling KDTree KDTree+Equatable.swift
[7/13] Compiling KDTree KDTree+CustomStringConvertible.swift
[8/13] Compiling KDTree KDTree+RangeSearch.swift
[9/13] Compiling KDTree KDTree+Codable.swift
[10/13] Compiling KDTree KDTree+Sequence.swift
[11/13] Compiling KDTree KDTree+NearestNeighbour.swift
[12/13] Compiling KDTree CGPoint+KDTreePoint.swift
[13/13] Emitting module KDTree
[14/18] Compiling Clusterables MapProxy+Extensions.swift
[15/18] Compiling Clusterables Cluster.swift
[16/18] Compiling Clusterables SIMD2+Extensions.swift
[17/18] Emitting module Clusterables
[18/18] Compiling Clusterables DBSCANClusterer.swift
Build complete! (11.15s)
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/0.5.3
Repository:               tomhoag/Clusterables
Swift version used:       6.2
Target:                   Clusterables
Extracting symbol information for 'Clusterables'...
Finished extracting symbol information for 'Clusterables'. (3.75s)
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/0.5.3
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
Updating https://github.com/Bersaelor/KDTree.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.25s)
Updated https://github.com/Bersaelor/KDTree.git (0.43s)
Computing version for https://github.com/Bersaelor/KDTree.git
Computed https://github.com/Bersaelor/KDTree.git at 1.4.2 (2.19s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (0.70s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3670] 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.88s)
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
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
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[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 DeclarationFragments.swift
[11/57] Compiling SymbolKit Fragment.swift
[12/57] Compiling SymbolKit FragmentKind.swift
[13/57] Compiling SymbolKit FunctionParameter.swift
[14/57] Compiling SymbolKit FunctionSignature.swift
[15/57] Emitting module SymbolKit
[16/57] Compiling SymbolKit Names.swift
[17/57] Compiling SymbolKit SPI.swift
[18/57] Compiling SymbolKit Snippet.swift
[19/57] Compiling SymbolKit Extension.swift
[20/57] Compiling SymbolKit Mixin+Equals.swift
[21/57] Compiling SymbolKit Mixin+Hash.swift
[22/57] Compiling SymbolKit Mixin.swift
[23/57] Compiling SymbolKit LineList.swift
[24/57] Compiling SymbolKit Position.swift
[25/57] Compiling SymbolKit SourceRange.swift
[26/57] Compiling SymbolKit Metadata.swift
[27/57] Compiling SymbolKit Module.swift
[28/57] Compiling SymbolKit OperatingSystem.swift
[29/57] Compiling SymbolKit Platform.swift
[30/57] Compiling SymbolKit Identifier.swift
[31/57] Compiling SymbolKit KindIdentifier.swift
[32/57] Compiling SymbolKit Location.swift
[33/57] Compiling SymbolKit Mutability.swift
[34/57] Compiling SymbolKit SemanticVersion.swift
[35/57] Compiling SymbolKit AccessControl.swift
[36/57] Compiling SymbolKit Availability.swift
[37/57] Compiling SymbolKit AvailabilityItem.swift
[38/57] Compiling SymbolKit Domain.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] Emitting module Snippets
[54/57] Compiling Snippets Snippet.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.11s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'Clusterables' complete! (0.21s)
     106
2	/Users/admin/builder/spi-builder-workspace/.docs/tomhoag/clusterables/0.5.3
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/tomhoag/clusterables/0.5.3
File count: 106
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-tomhoag-clusterables-0.5.3-be8d097a.zip to s3://spi-docs-inbox/prod-tomhoag-clusterables-0.5.3-be8d097a.zip
Copying... [17%]
Copying... [34%]
Copying... [51%]
Copying... [68%]
Copying... [85%]
Copying... [100%]
Done.