The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ClusterMap, reference 2.1.1 (f3e60a), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 13:22:37 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vospennikov/ClusterMap.git
Reference: 2.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vospennikov/ClusterMap
 * tag               2.1.1      -> FETCH_HEAD
HEAD is now at f3e60a7 Apply swift format changes
Cloned https://github.com/vospennikov/ClusterMap.git
Revision (git rev-parse @):
f3e60a742e6d3c149ce5d0c7424f373ef1b38140
SUCCESS checkout https://github.com/vospennikov/ClusterMap.git at 2.1.1
Fetching https://github.com/apple/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
[1/2271] Fetching swift-docc-plugin
[251/5943] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-plugin from cache (1.22s)
Computing version for https://github.com/apple/swift-docc-plugin
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.22s)
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (4.50s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.73s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
========================================
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": "clustermap",
      "name": "ClusterMap",
      "url": "https://github.com/vospennikov/ClusterMap.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ClusterMap",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/vospennikov/ClusterMap.git
[1/3095] Fetching clustermap
Fetched https://github.com/vospennikov/ClusterMap.git from cache (1.42s)
Creating working copy for https://github.com/vospennikov/ClusterMap.git
Working copy of https://github.com/vospennikov/ClusterMap.git resolved at 2.1.1 (f3e60a7)
warning: '.resolve-product-dependencies': dependency 'clustermap' 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/vospennikov/ClusterMap.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version--6988338F2F200930.txt
[6/28] Emitting module ClusterMap
/Users/admin/builder/spi-builder-workspace/Sources/ClusterMap/Public/Extensions/CLLocationCoordinate2D+Hashable.swift:11:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension CLLocationCoordinate2D: Hashable {
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public func hash(into hasher: inout Hasher) {
13 |         hasher.combine(latitude)
[7/30] Compiling ClusterMap CoordinateIdentifiable.swift
[8/30] Compiling ClusterMap Difference.swift
[9/30] Compiling ClusterMap AnnotationType.swift
[10/30] Compiling ClusterMap ClusterAnnotation.swift
[11/30] Compiling ClusterMap MKMapRect+Additions.swift
[12/30] Compiling ClusterMap Node+Children.swift
[13/30] Compiling ClusterMap GetAverageCoordinate.swift
[14/30] Compiling ClusterMap GetCenterCoordinate.swift
[15/30] Compiling ClusterMap GetFirstCoordinate.swift
[16/30] Compiling ClusterMap ClusterManager+Configuration.swift
/Users/admin/builder/spi-builder-workspace/Sources/ClusterMap/Public/Extensions/CLLocationCoordinate2D+Hashable.swift:11:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension CLLocationCoordinate2D: Hashable {
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public func hash(into hasher: inout Hasher) {
13 |         hasher.combine(latitude)
[17/30] Compiling ClusterMap CLLocationCoordinate2D+Hashable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ClusterMap/Public/Extensions/CLLocationCoordinate2D+Hashable.swift:11:1: warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension CLLocationCoordinate2D: Hashable {
   | |- warning: extension declares a conformance of imported type 'CLLocationCoordinate2D' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of '_LocationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public func hash(into hasher: inout Hasher) {
13 |         hasher.combine(latitude)
[18/30] Compiling ClusterMap ClusterAlignment.swift
[19/30] Compiling ClusterMap ClusterAlignmentStrategy.swift
[20/30] Compiling ClusterMap Node+Type.swift
[21/30] Compiling ClusterMap Node.swift
[22/30] Compiling ClusterMap CLLocationCoordinate2D+Additions.swift
[23/30] Compiling ClusterMap FloatingPoint+Equal.swift
[24/30] Compiling ClusterMap QuadTree.swift
[25/30] Compiling ClusterMap ClusterManager.swift
[26/30] Compiling ClusterMap GetNearCenterCoordinate.swift
[27/30] Compiling ClusterMap ZoomLevel.swift
[28/30] Compiling ClusterMap Array+Additions.swift
[29/30] Emitting module ClusterMapSwiftUI
[30/30] Compiling ClusterMapSwiftUI SizeReader.swift
Build complete! (14.57s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "ClusterMap",
  "name" : "ClusterMap",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "ClusterMap",
      "targets" : [
        "ClusterMap"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ClusterMapSwiftUI",
      "targets" : [
        "ClusterMapSwiftUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ClusterMapTests",
      "module_type" : "SwiftTarget",
      "name" : "ClusterMapTests",
      "path" : "Tests/ClusterMapTests",
      "sources" : [
        "Core/ClusterAlignment/Methods/GetAverageCoordinateTests.swift",
        "Core/ClusterAlignment/Methods/GetCenterCoordinateTests.swift",
        "Core/ClusterAlignment/Methods/GetFirstCoordinateTests.swift",
        "Core/ClusterAlignment/Methods/GetNearCenterCoordinateTests.swift",
        "Core/ClusterAlignment/StubFallbackAlignmentStrategy.swift",
        "Core/ClusterManagerTests.swift",
        "Extensions/ArrayMKAnnotationTests.swift",
        "Extensions/CLLocationCoordinate2DTests.swift",
        "Extensions/FloatingPointTests.swift",
        "Internal/QuadTree/QuadTreePerformanceTests.swift",
        "Internal/QuadTree/QuadTreeTests.swift",
        "Models/StubAnnotation.swift",
        "Utils/CLLocationCoordinate2D+Random.swift",
        "Utils/Constants.swift",
        "Utils/MKCoordinateRegion+Additions.swift",
        "Utils/XCTestCase+MemoryLeak.swift"
      ],
      "target_dependencies" : [
        "ClusterMap"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ClusterMapSwiftUI",
      "module_type" : "SwiftTarget",
      "name" : "ClusterMapSwiftUI",
      "path" : "Sources/ClusterMapSwiftUI",
      "product_memberships" : [
        "ClusterMapSwiftUI"
      ],
      "sources" : [
        "SizeReader.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ClusterMap",
      "module_type" : "SwiftTarget",
      "name" : "ClusterMap",
      "path" : "Sources/ClusterMap",
      "product_memberships" : [
        "ClusterMap"
      ],
      "sources" : [
        "Internal/Core/ClusterAligment/GetAverageCoordinate.swift",
        "Internal/Core/ClusterAligment/GetCenterCoordinate.swift",
        "Internal/Core/ClusterAligment/GetFirstCoordinate.swift",
        "Internal/Core/ClusterAligment/GetNearCenterCoordinate.swift",
        "Internal/Core/MapZoom/ZoomLevel.swift",
        "Internal/Extensions/Array+Additions.swift",
        "Internal/Extensions/CLLocationCoordinate2D+Additions.swift",
        "Internal/Extensions/FloatingPoint+Equal.swift",
        "Internal/Extensions/MKMapRect+Additions.swift",
        "Internal/QuadTree/Node+Children.swift",
        "Internal/QuadTree/Node+Type.swift",
        "Internal/QuadTree/Node.swift",
        "Internal/QuadTree/QuadTree.swift",
        "Public/Core/ClusterManager.swift",
        "Public/Core/Configuration/ClusterAlignment.swift",
        "Public/Core/Configuration/ClusterAlignmentStrategy.swift",
        "Public/Core/Configuration/ClusterManager+Configuration.swift",
        "Public/Extensions/CLLocationCoordinate2D+Hashable.swift",
        "Public/Models/Annotations/AnnotationType.swift",
        "Public/Models/Annotations/ClusterAnnotation.swift",
        "Public/Models/Annotations/CoordinateIdentifiable.swift",
        "Public/Models/Output/Difference.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.