The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ClusterMap, reference main (3e61f5), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 12:26:45 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vospennikov/ClusterMap.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vospennikov/ClusterMap
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3e61f56 Merge pull request #11 from adamcichy/patch-1
Cloned https://github.com/vospennikov/ClusterMap.git
Revision (git rev-parse @):
3e61f56f941cda2df20a6d04a779f1d7cf3fd49b
SUCCESS checkout https://github.com/vospennikov/ClusterMap.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/vospennikov/ClusterMap.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.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-1EA4D86E10B52AF.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 GetAverageCoordinate.swift
[10/30] Compiling ClusterMap GetCenterCoordinate.swift
[11/30] Compiling ClusterMap GetFirstCoordinate.swift
[12/30] Compiling ClusterMap AnnotationType.swift
[13/30] Compiling ClusterMap ClusterAnnotation.swift
[14/30] Compiling ClusterMap Node+Type.swift
[15/30] Compiling ClusterMap Node.swift
[16/30] Compiling ClusterMap QuadTree.swift
[17/30] Compiling ClusterMap ClusterManager.swift
[18/30] Compiling ClusterMap MKMapRect+Additions.swift
[19/30] Compiling ClusterMap Node+Children.swift
[20/30] Compiling ClusterMap CLLocationCoordinate2D+Additions.swift
[21/30] Compiling ClusterMap FloatingPoint+Equal.swift
[22/30] Compiling ClusterMap ClusterAlignment.swift
[23/30] Compiling ClusterMap ClusterAlignmentStrategy.swift
[24/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)
[25/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)
[26/30] Compiling ClusterMap GetNearCenterCoordinate.swift
[27/30] Compiling ClusterMap ZoomLevel.swift
[28/30] Compiling ClusterMap Array+Additions.swift
[29/30] Compiling ClusterMapSwiftUI SizeReader.swift
[30/30] Emitting module ClusterMapSwiftUI
Build complete! (22.01s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.16s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (3.73s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3414] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.20s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.76s)
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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
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.