Build Information
Failed to build HeatMap, reference v0.14.0 (82c435), with Swift 6.3 for Android on 19 Apr 2026 06:44:45 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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomhoag/HeatMap.git
Reference: v0.14.0
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
* 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: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/tomhoag/HeatMap.git
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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--4F562202D5529B1.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 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
[5/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
[6/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
[7/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
[8/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
[9/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
[10/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
[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 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
[14/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
[15/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
[16/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
[17/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
[18/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
[19/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
[20/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
[21/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
BUILD FAILURE 6.3 android