The Swift Package Index logo.Swift Package Index

Build Information

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

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.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
========================================
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",
  "dependencies": [
    {
      "identity": "heatmap",
      "name": "HeatMap",
      "url": "https://github.com/tomhoag/HeatMap.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HeatMap",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tomhoag/HeatMap.git
[1/720] Fetching heatmap
Fetched https://github.com/tomhoag/HeatMap.git from cache (1.38s)
Creating working copy for https://github.com/tomhoag/HeatMap.git
Working copy of https://github.com/tomhoag/HeatMap.git resolved at v0.14.0 (82c4352)
warning: '.resolve-product-dependencies': dependency 'heatmap' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tomhoag/HeatMap.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/20] Compiling HeatMap HeatMapable.swift
[4/20] Compiling HeatMap LevelSpacing.swift
[5/20] 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 GeoConversions.swift
[12/21] Compiling HeatMap HeatMapConfiguration+Adaptive.swift
[13/21] Emitting module HeatMap
[14/21] Compiling HeatMap HeatMapContours.swift
[15/21] Compiling HeatMap HeatMapGradient.swift
[16/21] Compiling HeatMap AnnularAssembly.swift
[17/21] Compiling HeatMap DensityGrid.swift
[18/21] Compiling HeatMap HeatMapConfiguration.swift
[19/21] Compiling HeatMap HeatMapContours+HitTesting.swift
[20/21] Compiling HeatMap HeatMapLayer.swift
[21/21] Compiling HeatMap HeatMapLegend.swift
Build complete! (9.31s)
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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/tomhoag/heatmap/v0.14.0
Repository:               tomhoag/HeatMap
Swift version used:       6.2
Target:                   HeatMap
Extracting symbol information for 'HeatMap'...
Finished extracting symbol information for 'HeatMap'. (4.17s)
Building documentation for 'HeatMap'...
warning: 'compute(from:configuration:)-swift.type.method' is ambiguous at '/HeatMap/HeatMapContours'
  --> Sources/HeatMap/HeatMapContours.swift:47:19-47:37
45 | /// ### Computing Contours
46 | ///
47 + /// - ``compute(from:configuration:)-swift.type.method``
   |                                     ├─suggestion: Replace 'swift.type.method' with '6dfbj' for 'static func compute<P>(from points: [P], configuration: HeatMapConfiguration = HeatMapConfiguration()) -> HeatMapContours where P : HeatMapable'
   |                                     ╰─suggestion: Replace 'swift.type.method' with '9gd5c' for 'static func compute<P>(from points: [P], configuration: HeatMapConfiguration = HeatMapConfiguration()) async throws -> HeatMapContours where P : HeatMapable'
48 | ///
49 | /// ### Inspecting Results
warning: 'DensityGrid' doesn't exist at '/HeatMap/HeatMapContours/compute(from:configuration:)'
   --> Sources/HeatMap/HeatMapContours.swift:113:32-113:43
111 |     /// Synchronously computes contours from the given points and configuration.
112 |     ///
113 +     /// This method builds a ``DensityGrid``, extracts contour polygons via
114 |     /// the marching squares algorithm, and applies the configured polygon
115 |     /// smoother. It is `Sendable`-safe and can be called from any isolation
warning: 'compute(from:configuration:)-swift.type.method' is ambiguous at '/HeatMap/HeatMapContours'
  --> Sources/HeatMap/HeatMapLayer.swift:14:33-14:51
12 | ///
13 | /// Pre-compute contours using
14 + /// ``HeatMapContours/compute(from:configuration:)-swift.type.method``
   |                                                   ├─suggestion: Replace 'swift.type.method' with '6dfbj' for 'static func compute<P>(from points: [P], configuration: HeatMapConfiguration = HeatMapConfiguration()) -> HeatMapContours where P : HeatMapable'
   |                                                   ╰─suggestion: Replace 'swift.type.method' with '9gd5c' for 'static func compute<P>(from points: [P], configuration: HeatMapConfiguration = HeatMapConfiguration()) async throws -> HeatMapContours where P : HeatMapable'
15 | /// and pass the result along with a ``HeatMapStyle``:
16 | ///
warning: 'compute(from:configuration:)-swift.type.method' is ambiguous at '/HeatMap/HeatMapContours'
  --> Sources/HeatMap/HeatMapLayer.swift:62:41-62:59
60 |     /// Creates a heat map layer from pre-computed contours and a style.
61 |     ///
62 +     /// Use ``HeatMapContours/compute(from:configuration:)-swift.type.method``
   |                                                           ├─suggestion: Replace 'swift.type.method' with '6dfbj' for 'static func compute<P>(from points: [P], configuration: HeatMapConfiguration = HeatMapConfiguration()) -> HeatMapContours where P : HeatMapable'
   |                                                           ╰─suggestion: Replace 'swift.type.method' with '9gd5c' for 'static func compute<P>(from points: [P], configuration: HeatMapConfiguration = HeatMapConfiguration()) async throws -> HeatMapContours where P : HeatMapable'
63 |     /// to compute contours asynchronously, then pass the result here with
64 |     /// a ``HeatMapStyle`` controlling the visual appearance.
warning: 'renderMode' doesn't exist at '/HeatMap/HeatMapConfiguration'
  --> Sources/HeatMap/HeatMapRenderMode.swift:12:47-12:57
10 | /// Controls how the heat map contours are rendered on the map.
11 | ///
12 + /// Use this type with ``HeatMapConfiguration/renderMode`` to switch
13 | /// between filled polygons, contour lines (isolines), or both:
14 | ///
warning: 'fillOpacity' doesn't exist at '/HeatMap/HeatMapConfiguration'
  --> Sources/HeatMap/HeatMapRenderMode.swift:55:32-55:43
53 |     ///
54 |     /// Renders filled contour polygons (respecting
55 +     /// ``HeatMapConfiguration/fillOpacity``) and strokes each polygon
56 |     /// border to produce visible contour lines.
57 |     ///
Finished building documentation for 'HeatMap' (0.77s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/tomhoag/heatmap/v0.14.0
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.20s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.36s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3671] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.35s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.03s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
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
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Compiling SymbolKit Mixin+Equals.swift
[7/53] Compiling SymbolKit Mixin+Hash.swift
[8/53] Compiling SymbolKit Mixin.swift
[9/53] Compiling SymbolKit LineList.swift
[10/53] Compiling SymbolKit Position.swift
[11/57] Compiling Snippets Snippet.swift
[12/57] Emitting module Snippets
[13/57] Compiling Snippets SnippetParser.swift
[14/57] Compiling SymbolKit GenericConstraint.swift
[15/57] Compiling SymbolKit GenericParameter.swift
[16/57] Compiling SymbolKit Generics.swift
[17/57] Compiling SymbolKit Namespace.swift
[18/57] Compiling SymbolKit Identifier.swift
[19/57] Compiling SymbolKit KindIdentifier.swift
[20/57] Compiling SymbolKit Location.swift
[21/57] Compiling SymbolKit Mutability.swift
[22/57] Emitting module SymbolKit
[23/57] Compiling SymbolKit SourceRange.swift
[24/57] Compiling SymbolKit Metadata.swift
[25/57] Compiling SymbolKit Module.swift
[26/57] Compiling SymbolKit OperatingSystem.swift
[27/57] Compiling SymbolKit Platform.swift
[28/57] Compiling SymbolKit Relationship.swift
[29/57] Compiling SymbolKit RelationshipKind.swift
[30/57] Compiling SymbolKit SourceOrigin.swift
[31/57] Compiling SymbolKit GenericConstraints.swift
[32/57] Compiling SymbolKit Swift.swift
[33/57] Compiling SymbolKit Names.swift
[34/57] Compiling SymbolKit SPI.swift
[35/57] Compiling SymbolKit Snippet.swift
[36/57] Compiling SymbolKit Extension.swift
[37/57] Compiling SymbolKit SemanticVersion.swift
[38/57] Compiling SymbolKit AccessControl.swift
[39/57] Compiling SymbolKit Availability.swift
[40/57] Compiling SymbolKit AvailabilityItem.swift
[41/57] Compiling SymbolKit Domain.swift
[42/57] Compiling SymbolKit Symbol.swift
[43/57] Compiling SymbolKit SymbolKind.swift
[44/57] Compiling SymbolKit SymbolGraph.swift
[45/57] Compiling SymbolKit GraphCollector.swift
[46/57] Compiling SymbolKit DeclarationFragments.swift
[47/57] Compiling SymbolKit Fragment.swift
[48/57] Compiling SymbolKit FragmentKind.swift
[49/57] Compiling SymbolKit FunctionParameter.swift
[50/57] Compiling SymbolKit FunctionSignature.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.47s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'HeatMap' complete! (0.21s)
    1950
15	/Users/admin/builder/spi-builder-workspace/.docs/tomhoag/heatmap/v0.14.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/tomhoag/heatmap/v0.14.0
File count: 1950
Doc size:   15.0MB
Preparing doc bundle ...
Uploading prod-tomhoag-heatmap-v0.14.0-f60c8145.zip to s3://spi-docs-inbox/prod-tomhoag-heatmap-v0.14.0-f60c8145.zip
Copying... [11%]
Copying... [21%]
Copying... [32%]
Copying... [41%]
Copying... [50%]
Copying... [62%]
Copying... [71%]
Copying... [80%]
Copying... [91%]
Copying... [100%]
Done.