Build Information
Successful build of HeatMap, reference main (49df4f), with Swift 6.0 for macOS (SPM) on 29 Mar 2026 00:41:48 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomhoag/HeatMap.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tomhoag/HeatMap
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 49df4f3 Update project title to 'SwiftUI HeatMap'
Cloned https://github.com/tomhoag/HeatMap.git
Revision (git rev-parse @):
49df4f36d90d743fa769f73113dace752a28aaa2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/tomhoag/HeatMap.git at main
========================================
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 MarchingSquares.swift
[4/20] Compiling HeatMap HeatMapable.swift
[5/20] Compiling HeatMap LevelSpacing.swift
[6/21] Compiling HeatMap PolygonSmoother.swift
[7/21] Compiling HeatMap HeatMapRenderMode.swift
[8/21] Compiling HeatMap HeatMapStyle.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 HeatMapContours.swift
[16/21] Compiling HeatMap HeatMapGradient.swift
[17/21] Emitting module HeatMap
[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! (9.46s)
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.