Build Information
Failed to build H3Swift, reference main (69f983), with Swift 6.1 for Linux on 27 Feb 2026 22:24:22 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/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/libardoram/H3Swift.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/libardoram/H3Swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 69f9836 Update README.md
Cloned https://github.com/libardoram/H3Swift.git
Revision (git rev-parse @):
69f9836333bb1ba833d264e6de1dbaa71bea6b61
SUCCESS checkout https://github.com/libardoram/H3Swift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/libardoram/H3Swift.git
https://github.com/libardoram/H3Swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "H3Swift",
"name" : "H3Swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "H3",
"targets" : [
"H3"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "basic-example",
"targets" : [
"BasicExample"
],
"type" : {
"executable" : null
}
},
{
"name" : "advanced-example",
"targets" : [
"AdvancedExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "H3Tests",
"module_type" : "SwiftTarget",
"name" : "H3Tests",
"path" : "Tests/H3Tests",
"sources" : [
"H3Tests.swift",
"READMEExamplesTests.swift"
],
"target_dependencies" : [
"H3"
],
"type" : "test"
},
{
"c99name" : "H3",
"module_type" : "SwiftTarget",
"name" : "H3",
"path" : "Sources/H3",
"product_memberships" : [
"H3",
"basic-example",
"advanced-example"
],
"sources" : [
"H3Coordinate.swift",
"H3Edge.swift",
"H3GeoPolygon.swift",
"H3Index.swift"
],
"target_dependencies" : [
"Ch3"
],
"type" : "library"
},
{
"c99name" : "Ch3",
"module_type" : "ClangTarget",
"name" : "Ch3",
"path" : "Sources/Ch3",
"product_memberships" : [
"H3",
"basic-example",
"advanced-example"
],
"sources" : [
"algos.c",
"baseCells.c",
"bbox.c",
"coordijk.c",
"directedEdge.c",
"faceijk.c",
"h3Assert.c",
"h3Index.c",
"iterators.c",
"latLng.c",
"linkedGeo.c",
"localij.c",
"mathExtensions.c",
"polyfill.c",
"polygon.c",
"vec2d.c",
"vec3d.c",
"vertex.c",
"vertexGraph.c"
],
"type" : "library"
},
{
"c99name" : "BasicExample",
"module_type" : "SwiftTarget",
"name" : "BasicExample",
"path" : "Examples",
"product_memberships" : [
"basic-example"
],
"sources" : [
"BasicExample.swift"
],
"target_dependencies" : [
"H3"
],
"type" : "executable"
},
{
"c99name" : "AdvancedExample",
"module_type" : "SwiftTarget",
"name" : "AdvancedExample",
"path" : "Examples",
"product_memberships" : [
"advanced-example"
],
"sources" : [
"AdvancedExample.swift"
],
"target_dependencies" : [
"H3"
],
"type" : "executable"
}
],
"tools_version" : "5.10"
}
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/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Examples/AdvancedExample.swift
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Examples/BasicExample.swift
Building for debugging...
[0/30] Compiling Ch3 vec2d.c
[1/30] Write sources
[2/30] Compiling Ch3 vertex.c
[3/30] Compiling Ch3 baseCells.c
[4/30] Compiling Ch3 vec3d.c
[5/30] Compiling Ch3 vertexGraph.c
[6/30] Compiling Ch3 bbox.c
[7/30] Compiling Ch3 coordijk.c
[8/30] Compiling Ch3 mathExtensions.c
[9/30] Compiling Ch3 polygon.c
[10/30] Compiling Ch3 latLng.c
[11/30] Compiling Ch3 iterators.c
[12/30] Compiling Ch3 polyfill.c
[13/30] Compiling Ch3 localij.c
[13/30] Compiling Ch3 algos.c
[14/30] Compiling Ch3 h3Assert.c
[16/30] Write sources
[18/30] Write swift-version-24593BA9C3E375BF.txt
[19/30] Compiling Ch3 linkedGeo.c
[20/30] Compiling Ch3 directedEdge.c
[21/30] Compiling Ch3 faceijk.c
[22/30] Compiling Ch3 h3Index.c
[24/35] Compiling H3 H3Edge.swift
[25/35] Emitting module H3
[26/35] Compiling H3 H3Coordinate.swift
[27/35] Compiling H3 H3Index.swift
[28/35] Compiling H3 H3GeoPolygon.swift
[29/36] Wrapping AST for H3 for debugging
[31/40] Emitting module BasicExample
[32/40] Compiling BasicExample BasicExample.swift
[33/41] Emitting module AdvancedExample
[34/41] Compiling AdvancedExample AdvancedExample.swift
[36/42] Wrapping AST for AdvancedExample for debugging
[37/42] Wrapping AST for BasicExample for debugging
[38/42] Write Objects.LinkFileList
error: link command failed with exit code 1 (use -v to see invocation)
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/bbox.c.o:bbox.c:function bboxHexEstimate: error: undefined reference to 'ceil'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/bbox.c.o:bbox.c:function lineHexEstimate: error: undefined reference to 'ceil'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/coordijk.c.o:coordijk.c:function _upAp7Checked: error: undefined reference to 'lround'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/coordijk.c.o:coordijk.c:function _upAp7Checked: error: undefined reference to 'lround'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/coordijk.c.o:coordijk.c:function _upAp7rChecked: error: undefined reference to 'lround'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/coordijk.c.o:coordijk.c:function _upAp7rChecked: error: undefined reference to 'lround'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/faceijk.c.o:faceijk.c:function _geoToHex2d: error: undefined reference to 'acos'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/faceijk.c.o:faceijk.c:function _geoToHex2d: error: undefined reference to 'tan'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/faceijk.c.o:faceijk.c:function _geoToHex2d: error: undefined reference to 'cos'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/faceijk.c.o:faceijk.c:function _geoToHex2d: error: undefined reference to 'sin'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/faceijk.c.o:faceijk.c:function _hex2dToGeo: error: undefined reference to 'atan2'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/faceijk.c.o:faceijk.c:function _hex2dToGeo: error: undefined reference to 'atan'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function greatCircleDistanceRads: error: undefined reference to 'sin'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function greatCircleDistanceRads: error: undefined reference to 'sin'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function greatCircleDistanceRads: error: undefined reference to 'cos'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function greatCircleDistanceRads: error: undefined reference to 'cos'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function greatCircleDistanceRads: error: undefined reference to 'sqrt'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function greatCircleDistanceRads: error: undefined reference to 'sqrt'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function greatCircleDistanceRads: error: undefined reference to 'atan2'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function _geoAzimuthRads: error: undefined reference to 'cos'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function _geoAzimuthRads: error: undefined reference to 'sin'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function _geoAzimuthRads: error: undefined reference to 'atan2'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function _geoAzDistanceRads: error: undefined reference to 'asin'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function _geoAzDistanceRads: error: undefined reference to 'atan2'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function triangleEdgeLengthsToArea: error: undefined reference to 'tan'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function triangleEdgeLengthsToArea: error: undefined reference to 'tan'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function triangleEdgeLengthsToArea: error: undefined reference to 'tan'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function triangleEdgeLengthsToArea: error: undefined reference to 'sqrt'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function triangleEdgeLengthsToArea: error: undefined reference to 'atan'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/localij.c.o:localij.c:function cubeRound: error: undefined reference to 'round'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/localij.c.o:localij.c:function cubeRound: error: undefined reference to 'round'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/localij.c.o:localij.c:function cubeRound: error: undefined reference to 'round'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/vec2d.c.o:vec2d.c:function _v2dMag: error: undefined reference to 'sqrt'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/vertexGraph.c.o:vertexGraph.c:function _hashVertex: error: undefined reference to 'pow'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/vertexGraph.c.o:vertexGraph.c:function _hashVertex: error: undefined reference to 'fmod'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[40/42] Linking basic-example
error: link command failed with exit code 1 (use -v to see invocation)
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/bbox.c.o:bbox.c:function bboxHexEstimate: error: undefined reference to 'ceil'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/bbox.c.o:bbox.c:function lineHexEstimate: error: undefined reference to 'ceil'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/coordijk.c.o:coordijk.c:function _upAp7Checked: error: undefined reference to 'lround'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/coordijk.c.o:coordijk.c:function _upAp7Checked: error: undefined reference to 'lround'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/coordijk.c.o:coordijk.c:function _upAp7rChecked: error: undefined reference to 'lround'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/coordijk.c.o:coordijk.c:function _upAp7rChecked: error: undefined reference to 'lround'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/faceijk.c.o:faceijk.c:function _geoToHex2d: error: undefined reference to 'acos'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/faceijk.c.o:faceijk.c:function _geoToHex2d: error: undefined reference to 'tan'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/faceijk.c.o:faceijk.c:function _geoToHex2d: error: undefined reference to 'cos'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/faceijk.c.o:faceijk.c:function _geoToHex2d: error: undefined reference to 'sin'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/faceijk.c.o:faceijk.c:function _hex2dToGeo: error: undefined reference to 'atan2'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/faceijk.c.o:faceijk.c:function _hex2dToGeo: error: undefined reference to 'atan'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function greatCircleDistanceRads: error: undefined reference to 'sin'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function greatCircleDistanceRads: error: undefined reference to 'sin'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function greatCircleDistanceRads: error: undefined reference to 'cos'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function greatCircleDistanceRads: error: undefined reference to 'cos'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function greatCircleDistanceRads: error: undefined reference to 'sqrt'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function greatCircleDistanceRads: error: undefined reference to 'sqrt'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function greatCircleDistanceRads: error: undefined reference to 'atan2'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function _geoAzimuthRads: error: undefined reference to 'cos'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function _geoAzimuthRads: error: undefined reference to 'sin'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function _geoAzimuthRads: error: undefined reference to 'atan2'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function _geoAzDistanceRads: error: undefined reference to 'asin'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function _geoAzDistanceRads: error: undefined reference to 'atan2'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function triangleEdgeLengthsToArea: error: undefined reference to 'tan'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function triangleEdgeLengthsToArea: error: undefined reference to 'tan'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function triangleEdgeLengthsToArea: error: undefined reference to 'tan'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function triangleEdgeLengthsToArea: error: undefined reference to 'sqrt'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function triangleEdgeLengthsToArea: error: undefined reference to 'atan'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/localij.c.o:localij.c:function cubeRound: error: undefined reference to 'round'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/localij.c.o:localij.c:function cubeRound: error: undefined reference to 'round'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/localij.c.o:localij.c:function cubeRound: error: undefined reference to 'round'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/vec2d.c.o:vec2d.c:function _v2dMag: error: undefined reference to 'sqrt'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/vertexGraph.c.o:vertexGraph.c:function _hashVertex: error: undefined reference to 'pow'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/vertexGraph.c.o:vertexGraph.c:function _hashVertex: error: undefined reference to 'fmod'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[40/42] Linking advanced-example
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/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Examples/AdvancedExample.swift
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Examples/BasicExample.swift
[0/1] Planning build
Building for debugging...
[0/8] Write swift-version-24593BA9C3E375BF.txt
[2/13] Compiling H3 H3GeoPolygon.swift
[3/13] Compiling H3 H3Coordinate.swift
[4/13] Emitting module H3
[5/13] Compiling H3 H3Edge.swift
[6/13] Compiling H3 H3Index.swift
[8/17] Emitting module BasicExample
[9/17] Compiling BasicExample BasicExample.swift
[10/18] Compiling AdvancedExample AdvancedExample.swift
[11/18] Emitting module AdvancedExample
[13/19] Wrapping AST for BasicExample for debugging
[14/19] Write Objects.LinkFileList
[15/19] Wrapping AST for AdvancedExample for debugging
[16/19] Write Objects.LinkFileList
error: link command failed with exit code 1 (use -v to see invocation)
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/bbox.c.o:bbox.c:function bboxHexEstimate: error: undefined reference to 'ceil'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/bbox.c.o:bbox.c:function lineHexEstimate: error: undefined reference to 'ceil'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/coordijk.c.o:coordijk.c:function _upAp7Checked: error: undefined reference to 'lround'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/coordijk.c.o:coordijk.c:function _upAp7Checked: error: undefined reference to 'lround'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/coordijk.c.o:coordijk.c:function _upAp7rChecked: error: undefined reference to 'lround'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/coordijk.c.o:coordijk.c:function _upAp7rChecked: error: undefined reference to 'lround'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/faceijk.c.o:faceijk.c:function _geoToHex2d: error: undefined reference to 'acos'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/faceijk.c.o:faceijk.c:function _geoToHex2d: error: undefined reference to 'tan'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/faceijk.c.o:faceijk.c:function _geoToHex2d: error: undefined reference to 'cos'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/faceijk.c.o:faceijk.c:function _geoToHex2d: error: undefined reference to 'sin'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/faceijk.c.o:faceijk.c:function _hex2dToGeo: error: undefined reference to 'atan2'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/faceijk.c.o:faceijk.c:function _hex2dToGeo: error: undefined reference to 'atan'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function greatCircleDistanceRads: error: undefined reference to 'sin'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function greatCircleDistanceRads: error: undefined reference to 'sin'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function greatCircleDistanceRads: error: undefined reference to 'cos'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function greatCircleDistanceRads: error: undefined reference to 'cos'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function greatCircleDistanceRads: error: undefined reference to 'sqrt'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function greatCircleDistanceRads: error: undefined reference to 'sqrt'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function greatCircleDistanceRads: error: undefined reference to 'atan2'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function _geoAzimuthRads: error: undefined reference to 'cos'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function _geoAzimuthRads: error: undefined reference to 'sin'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function _geoAzimuthRads: error: undefined reference to 'atan2'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function _geoAzDistanceRads: error: undefined reference to 'asin'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function _geoAzDistanceRads: error: undefined reference to 'atan2'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function triangleEdgeLengthsToArea: error: undefined reference to 'tan'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function triangleEdgeLengthsToArea: error: undefined reference to 'tan'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function triangleEdgeLengthsToArea: error: undefined reference to 'tan'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function triangleEdgeLengthsToArea: error: undefined reference to 'sqrt'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/latLng.c.o:latLng.c:function triangleEdgeLengthsToArea: error: undefined reference to 'atan'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/localij.c.o:localij.c:function cubeRound: error: undefined reference to 'round'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/localij.c.o:localij.c:function cubeRound: error: undefined reference to 'round'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/localij.c.o:localij.c:function cubeRound: error: undefined reference to 'round'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/vec2d.c.o:vec2d.c:function _v2dMag: error: undefined reference to 'sqrt'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/vertexGraph.c.o:vertexGraph.c:function _hashVertex: error: undefined reference to 'pow'
/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Ch3.build/vertexGraph.c.o:vertexGraph.c:function _hashVertex: error: undefined reference to 'fmod'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[17/19] Linking basic-example
[17/19] Linking advanced-example
BUILD FAILURE 6.1 linux