Build Information
Successful build of HeatMap, reference v0.14.0 (82c435), with Swift 6.1 for macOS (SPM) on 19 Mar 2026 23:54:07 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild 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.1
Building package at path: $PWD
https://github.com/tomhoag/HeatMap.git
https://github.com/tomhoag/HeatMap.git
{
"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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/20] Compiling HeatMap HeatMapable.swift
[4/20] Compiling HeatMap LevelSpacing.swift
[5/21] Compiling HeatMap PolygonSmoother.swift
[6/21] Compiling HeatMap HeatMapRenderMode.swift
[7/21] Compiling HeatMap HeatMapStyle.swift
[8/21] Compiling HeatMap MarchingSquares.swift
[9/21] Compiling HeatMap HeatMapPolygon+Contains.swift
[10/21] Compiling HeatMap HeatMapPolygon.swift
[11/21] Compiling HeatMap HeatMapConfiguration.swift
[12/21] Compiling HeatMap HeatMapContours+HitTesting.swift
[13/21] Compiling HeatMap GeoConversions.swift
[14/21] Compiling HeatMap HeatMapConfiguration+Adaptive.swift
[15/21] Compiling HeatMap AnnularAssembly.swift
[16/21] Compiling HeatMap DensityGrid.swift
[17/21] Emitting module HeatMap
[18/21] Compiling HeatMap HeatMapContours.swift
[19/21] Compiling HeatMap HeatMapGradient.swift
[20/21] Compiling HeatMap HeatMapLayer.swift
[21/21] Compiling HeatMap HeatMapLegend.swift
Build complete! (9.17s)
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.