Build Information
Failed to build HeatMap, reference main (49df4f), with Swift 6.1 for Wasm on 29 Mar 2026 00:42:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build 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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/tomhoag/HeatMap.git
https://github.com/tomhoag/HeatMap.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "HeatMap",
"name" : "HeatMap",
"path" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/19] Emitting module HeatMap
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[4/21] Compiling HeatMap AnnularAssembly.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[5/21] Compiling HeatMap DensityGrid.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[6/21] Compiling HeatMap GeoConversions.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[7/21] Compiling HeatMap MarchingSquares.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[8/21] Compiling HeatMap PolygonSmoother.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[9/21] Compiling HeatMap HeatMapLayer.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[10/21] Compiling HeatMap HeatMapLegend.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[11/21] Compiling HeatMap HeatMapPolygon+Contains.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[12/21] Compiling HeatMap HeatMapPolygon.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[13/21] Compiling HeatMap HeatMapRenderMode.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[14/21] Compiling HeatMap HeatMapStyle.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[15/21] Compiling HeatMap HeatMapable.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[16/21] Compiling HeatMap LevelSpacing.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[17/21] Compiling HeatMap HeatMapConfiguration+Adaptive.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[18/21] Compiling HeatMap HeatMapConfiguration.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[19/21] Compiling HeatMap HeatMapContours+HitTesting.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[20/21] Compiling HeatMap HeatMapContours.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[21/21] Compiling HeatMap HeatMapGradient.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/18] Emitting module HeatMap
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[3/20] Compiling HeatMap AnnularAssembly.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[4/20] Compiling HeatMap DensityGrid.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[5/20] Compiling HeatMap GeoConversions.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[6/20] Compiling HeatMap MarchingSquares.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[7/20] Compiling HeatMap PolygonSmoother.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[8/20] Compiling HeatMap HeatMapable.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[9/20] Compiling HeatMap LevelSpacing.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[10/20] Compiling HeatMap HeatMapPolygon+Contains.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[11/20] Compiling HeatMap HeatMapPolygon.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[12/20] Compiling HeatMap HeatMapLayer.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[13/20] Compiling HeatMap HeatMapLegend.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[14/20] Compiling HeatMap HeatMapRenderMode.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[15/20] Compiling HeatMap HeatMapStyle.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[16/20] Compiling HeatMap HeatMapContours.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[17/20] Compiling HeatMap HeatMapGradient.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[18/20] Compiling HeatMap HeatMapConfiguration+Adaptive.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[19/20] Compiling HeatMap HeatMapConfiguration.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
[20/20] Compiling HeatMap HeatMapContours+HitTesting.swift
/host/spi-builder-workspace/Sources/HeatMap/AnnularAssembly.swift:8:8: error: no such module 'CoreLocation'
6 | //
7 |
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 |
10 | /// Assembles flat contour polygons into annular (ring-shaped) polygons
BUILD FAILURE 6.1 wasm