The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HeatMap, reference v0.14.0 (82c435), with Swift 6.0 for macOS (SPM) on 19 Mar 2026 23:52:19 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomhoag/HeatMap.git
Reference: v0.14.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tomhoag/HeatMap
 * tag               v0.14.0    -> FETCH_HEAD
HEAD is now at 82c4352 Separate render properties into HeatMapStyle
Cloned https://github.com/tomhoag/HeatMap.git
Revision (git rev-parse @):
82c4352ec387bb2efcd419b57a4b39e1b41a0134
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/tomhoag/HeatMap.git at v0.14.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/tomhoag/HeatMap.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/20] Compiling HeatMap HeatMapable.swift
[4/20] Compiling HeatMap LevelSpacing.swift
[5/21] Compiling HeatMap MarchingSquares.swift
[6/21] Compiling HeatMap PolygonSmoother.swift
[7/21] Compiling HeatMap HeatMapPolygon+Contains.swift
[8/21] Compiling HeatMap HeatMapPolygon.swift
[9/21] Compiling HeatMap HeatMapRenderMode.swift
[10/21] Compiling HeatMap HeatMapStyle.swift
[11/21] Compiling HeatMap HeatMapContours.swift
[12/21] Compiling HeatMap HeatMapGradient.swift
[13/21] Compiling HeatMap HeatMapConfiguration.swift
[14/21] Compiling HeatMap HeatMapContours+HitTesting.swift
[15/21] Emitting module HeatMap
[16/21] Compiling HeatMap GeoConversions.swift
[17/21] Compiling HeatMap HeatMapConfiguration+Adaptive.swift
[18/21] Compiling HeatMap HeatMapLayer.swift
[19/21] Compiling HeatMap HeatMapLegend.swift
[20/21] Compiling HeatMap AnnularAssembly.swift
[21/21] Compiling HeatMap DensityGrid.swift
Build complete! (8.65s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HeatMap",
  "name" : "HeatMap",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "HeatMap",
      "targets" : [
        "HeatMap"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HeatMapTests",
      "module_type" : "SwiftTarget",
      "name" : "HeatMapTests",
      "path" : "Tests/HeatMapTests",
      "sources" : [
        "AnnularAssemblyTests.swift",
        "DensityGridTests.swift",
        "HeatMapConfigurationAdaptiveTests.swift",
        "HeatMapConfigurationTests.swift",
        "HeatMapContoursTests.swift",
        "HeatMapGradientTests.swift",
        "HeatMapLegendTests.swift",
        "HeatMapRenderModeTests.swift",
        "HeatMapStyleTests.swift",
        "HitTestingTests.swift",
        "LevelSpacingTests.swift",
        "MarchingSquaresTests.swift",
        "PolygonSmootherTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "HeatMap"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HeatMap",
      "module_type" : "SwiftTarget",
      "name" : "HeatMap",
      "path" : "Sources/HeatMap",
      "product_memberships" : [
        "HeatMap"
      ],
      "sources" : [
        "AnnularAssembly.swift",
        "DensityGrid.swift",
        "GeoConversions.swift",
        "HeatMapConfiguration+Adaptive.swift",
        "HeatMapConfiguration.swift",
        "HeatMapContours+HitTesting.swift",
        "HeatMapContours.swift",
        "HeatMapGradient.swift",
        "HeatMapLayer.swift",
        "HeatMapLegend.swift",
        "HeatMapPolygon+Contains.swift",
        "HeatMapPolygon.swift",
        "HeatMapRenderMode.swift",
        "HeatMapStyle.swift",
        "HeatMapable.swift",
        "LevelSpacing.swift",
        "MarchingSquares.swift",
        "PolygonSmoother.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.