Build Information
Failed to build SkyPath, reference v3.0.19 (675205), with Swift 6.2 for Wasm on 1 May 2026 08:51:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Yamasee/skypath-ios-sdk.git
Reference: v3.0.19
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/Yamasee/skypath-ios-sdk
* tag v3.0.19 -> FETCH_HEAD
HEAD is now at 675205b Update to 3.0.19
Cloned https://github.com/Yamasee/skypath-ios-sdk.git
Revision (git rev-parse @):
675205b0a4f3be21a771b135e51615fde02f2572
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Yamasee/skypath-ios-sdk.git at v3.0.19
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Yamasee/skypath-ios-sdk.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
Fetching https://github.com/mapbox/turf-swift
[1/6164] Fetching turf-swift
Fetching https://github.com/GEOSwift/geos
Fetched https://github.com/mapbox/turf-swift from cache (1.24s)
[1/4860] Fetching geos
Fetched https://github.com/GEOSwift/geos from cache (1.04s)
Computing version for https://github.com/GEOSwift/geos
Computed https://github.com/GEOSwift/geos at 9.0.0 (2.98s)
Computing version for https://github.com/mapbox/turf-swift
Computed https://github.com/mapbox/turf-swift at 4.0.0 (4.82s)
Creating working copy for https://github.com/GEOSwift/geos
Working copy of https://github.com/GEOSwift/geos resolved at 9.0.0
Creating working copy for https://github.com/mapbox/turf-swift
Working copy of https://github.com/mapbox/turf-swift resolved at 4.0.0
Downloading binary artifact https://github.com/Yamasee/skypath-ios-sdk/releases/download/v3.0.19/SkyPathSDK.xcframework.zip
[1397/10728785] Downloading https://github.com/Yamasee/skypath-ios-sdk/releases/download/v3.0.19/SkyPathSDK.xcframework.zip
Downloaded https://github.com/Yamasee/skypath-ios-sdk/releases/download/v3.0.19/SkyPathSDK.xcframework.zip (1.87s)
Building for debugging...
[0/443] Write sources
[1/443] Write swift-version-24593BA9C3E375BF.txt
[2/443] Compiling string.cpp
[3/443] Compiling math.cpp
[4/443] Compiling Interrupt.cpp
[5/465] Compiling Assert.cpp
[6/465] Compiling TriEdge.cpp
[7/465] Compiling GeometricShapeFactory.cpp
[8/465] Compiling Profiler.cpp
[9/465] Compiling TriangulationBuilder.cpp
[10/465] Compiling Vertex.cpp
[11/465] Compiling LocateFailureException.cpp
[12/465] Compiling TrianglePredicate.cpp
[13/465] Compiling Tri.cpp
[14/465] Compiling QuadEdge.cpp
[15/465] Compiling LastFoundQuadEdgeLocator.cpp
[16/465] Compiling TriDelaunayImprover.cpp
[17/465] Compiling QuadEdgeSubdivision.cpp
In file included from /host/spi-builder-workspace/.build/checkouts/geos/Sources/geos/src/triangulate/polygon/PolygonNoder.cpp:17:
In file included from /host/spi-builder-workspace/.build/checkouts/geos/Sources/geos/include/geos/noding/MCIndexNoder.h:25:
/host/spi-builder-workspace/.build/checkouts/geos/Sources/geos/include/geos/index/strtree/TemplateSTRtree.h:412:10: error: no type named 'mutex' in namespace 'std'
412 | std::mutex lock_;
| ~~~~~^
/host/spi-builder-workspace/.build/checkouts/geos/Sources/geos/include/geos/index/strtree/TemplateSTRtree.h:379:30: error: no member named 'mutex' in namespace 'std'
379 | std::lock_guard<std::mutex> lock(lock_);
| ~~~~~^
/host/spi-builder-workspace/.build/checkouts/geos/Sources/geos/include/geos/index/strtree/TemplateSTRtree.h:779:59: error: 'query' is a protected member of 'geos::index::strtree::TemplateSTRtreeImpl<const geos::index::chain::MonotoneChain *, geos::index::strtree::EnvelopeTraits>'
779 | using TemplateSTRtreeImpl<ItemType*, EnvelopeTraits>::query;
| ^
/host/spi-builder-workspace/.build/checkouts/geos/Sources/geos/include/geos/noding/MCIndexNoder.h:69:73: note: in instantiation of template class 'geos::index::strtree::TemplateSTRtree<const geos::index::chain::MonotoneChain *>' requested here
69 | index::strtree::TemplateSTRtree<const index::chain::MonotoneChain*> index;
| ^
/host/spi-builder-workspace/.build/checkouts/geos/Sources/geos/include/geos/index/strtree/TemplateSTRtree.h:592:10: note: declared protected here
592 | bool query(const BoundsType& queryEnv,
| ^
/host/spi-builder-workspace/.build/checkouts/geos/Sources/geos/include/geos/index/strtree/TemplateSTRtree.h:780:59: error: 'remove' is a protected member of 'geos::index::strtree::TemplateSTRtreeImpl<const geos::index::chain::MonotoneChain *, geos::index::strtree::EnvelopeTraits>'
780 | using TemplateSTRtreeImpl<ItemType*, EnvelopeTraits>::remove;
| ^
/host/spi-builder-workspace/.build/checkouts/geos/Sources/geos/include/geos/index/strtree/TemplateSTRtree.h:644:10: note: declared protected here
644 | bool remove(const BoundsType& queryEnv,
| ^
/host/spi-builder-workspace/.build/checkouts/geos/Sources/geos/include/geos/index/strtree/TemplateSTRtree.h:783:77: error: only virtual member functions can be marked 'override'
783 | void query(const geom::Envelope* queryEnv, std::vector<void*>& results) override {
| ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/geos/Sources/geos/include/geos/index/strtree/TemplateSTRtree.h:789:70: error: only virtual member functions can be marked 'override'
789 | void query(const geom::Envelope* queryEnv, ItemVisitor& visitor) override {
| ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/geos/Sources/geos/include/geos/index/strtree/TemplateSTRtree.h:795:60: error: only virtual member functions can be marked 'override'
795 | bool remove(const geom::Envelope* itemEnv, void* item) override {
| ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/geos/Sources/geos/include/geos/index/strtree/TemplateSTRtree.h:799:60: error: only virtual member functions can be marked 'override'
799 | void insert(const geom::Envelope* itemEnv, void* item) override {
| ^~~~~~~~
8 errors generated.
[18/465] Compiling PolygonNoder.cpp
[18/465] Compiling VoronoiDiagramBuilder.cpp
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/465] Emitting module Turf
/host/spi-builder-workspace/.build/checkouts/turf-swift/Sources/Turf/BoundingBox.swift:3:8: error: no such module 'CoreLocation'
1 | import Foundation
2 | #if !os(Linux)
3 | import CoreLocation
| `- error: no such module 'CoreLocation'
4 | #endif
5 |
[19/465] Compiling ConstrainedDelaunayTriangulator.cpp
[19/465] Compiling IncrementalDelaunayTriangulator.cpp
[19/465] Compiling PolygonTriangulator.cpp
In file included from /host/spi-builder-workspace/.build/checkouts/geos/Sources/geos/src/triangulate/polygon/PolygonHoleJoiner.cpp:26:
In file included from /host/spi-builder-workspace/.build/checkouts/geos/Sources/geos/include/geos/noding/MCIndexSegmentSetMutualIntersector.h:20:
/host/spi-builder-workspace/.build/checkouts/geos/Sources/geos/include/geos/index/strtree/TemplateSTRtree.h:412:10: error: no type named 'mutex' in namespace 'std'
412 | std::mutex lock_;
| ~~~~~^
/host/spi-builder-workspace/.build/checkouts/geos/Sources/geos/include/geos/index/strtree/TemplateSTRtree.h:379:30: error: no member named 'mutex' in namespace 'std'
379 | std::lock_guard<std::mutex> lock(lock_);
| ~~~~~^
/host/spi-builder-workspace/.build/checkouts/geos/Sources/geos/include/geos/index/strtree/TemplateSTRtree.h:779:59: error: 'query' is a protected member of 'geos::index::strtree::TemplateSTRtreeImpl<const geos::index::chain::MonotoneChain *, geos::index::strtree::EnvelopeTraits>'
779 | using TemplateSTRtreeImpl<ItemType*, EnvelopeTraits>::query;
| ^
/host/spi-builder-workspace/.build/checkouts/geos/Sources/geos/include/geos/noding/MCIndexSegmentSetMutualIntersector.h:122:73: note: in instantiation of template class 'geos::index::strtree::TemplateSTRtree<const geos::index::chain::MonotoneChain *>' requested here
122 | index::strtree::TemplateSTRtree<const index::chain::MonotoneChain*> index;
| ^
/host/spi-builder-workspace/.build/checkouts/geos/Sources/geos/include/geos/index/strtree/TemplateSTRtree.h:592:10: note: declared protected here
592 | bool query(const BoundsType& queryEnv,
| ^
/host/spi-builder-workspace/.build/checkouts/geos/Sources/geos/include/geos/index/strtree/TemplateSTRtree.h:780:59: error: 'remove' is a protected member of 'geos::index::strtree::TemplateSTRtreeImpl<const geos::index::chain::MonotoneChain *, geos::index::strtree::EnvelopeTraits>'
780 | using TemplateSTRtreeImpl<ItemType*, EnvelopeTraits>::remove;
| ^
/host/spi-builder-workspace/.build/checkouts/geos/Sources/geos/include/geos/index/strtree/TemplateSTRtree.h:644:10: note: declared protected here
644 | bool remove(const BoundsType& queryEnv,
| ^
/host/spi-builder-workspace/.build/checkouts/geos/Sources/geos/include/geos/index/strtree/TemplateSTRtree.h:783:77: error: only virtual member functions can be marked 'override'
783 | void query(const geom::Envelope* queryEnv, std::vector<void*>& results) override {
| ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/geos/Sources/geos/include/geos/index/strtree/TemplateSTRtree.h:789:70: error: only virtual member functions can be marked 'override'
789 | void query(const geom::Envelope* queryEnv, ItemVisitor& visitor) override {
| ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/geos/Sources/geos/include/geos/index/strtree/TemplateSTRtree.h:795:60: error: only virtual member functions can be marked 'override'
795 | bool remove(const geom::Envelope* itemEnv, void* item) override {
| ^~~~~~~~
/host/spi-builder-workspace/.build/checkouts/geos/Sources/geos/include/geos/index/strtree/TemplateSTRtree.h:799:60: error: only virtual member functions can be marked 'override'
799 | void insert(const geom::Envelope* itemEnv, void* item) override {
| ^~~~~~~~
[19/465] Compiling PolygonHoleJoiner.cpp
[19/465] Compiling PolygonEarClipper.cpp
BUILD FAILURE 6.2 wasm