Build Information
Failed to build Geometria, reference 0.3.1 (121264
), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 23:09:09 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LuizZak/Geometria.git
Reference: 0.3.1
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/LuizZak/Geometria
* tag 0.3.1 -> FETCH_HEAD
HEAD is now at 1212648 Updating documentation of ExclusiveDisjunction2Parametric
Cloned https://github.com/LuizZak/Geometria.git
Revision (git rev-parse @):
1212648380c6e68d93dbe0cb0a371e3169ec2a5b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/LuizZak/Geometria.git at 0.3.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/LuizZak/Geometria.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/LuizZak/MiniDigraph.git
Fetching https://github.com/apple/swift-collections.git
[1/244] Fetching minidigraph
Fetching https://github.com/LuizZak/MiniP5Printer.git
Fetching https://github.com/apple/swift-numerics.git
Fetched https://github.com/LuizZak/MiniDigraph.git from cache (0.37s)
[1/16640] Fetching swift-collections
[2664/16690] Fetching swift-collections, minip5printer
[2714/22447] Fetching swift-collections, minip5printer, swift-numerics
Fetched https://github.com/LuizZak/MiniP5Printer.git from cache (0.61s)
Fetched https://github.com/apple/swift-numerics.git from cache (0.61s)
[4327/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.96s)
Computing version for https://github.com/LuizZak/MiniDigraph.git
Computed https://github.com/LuizZak/MiniDigraph.git at 0.8.0 (3.02s)
Computing version for https://github.com/LuizZak/MiniP5Printer.git
Computed https://github.com/LuizZak/MiniP5Printer.git at 0.0.2 (0.62s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.07s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.84s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/LuizZak/MiniDigraph.git
Working copy of https://github.com/LuizZak/MiniDigraph.git resolved at 0.8.0
Creating working copy for https://github.com/LuizZak/MiniP5Printer.git
Working copy of https://github.com/LuizZak/MiniP5Printer.git resolved at 0.0.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/13] Write sources
[11/13] Compiling _NumericsShims _NumericsShims.c
[12/13] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/56] Emitting module MiniP5Printer
/host/spi-builder-workspace/.build/checkouts/MiniP5Printer/Sources/MiniP5Printer/BaseP5Printer.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Base class for P5Printer implementations.
[15/56] Emitting module InternalCollectionsUtilities
[16/56] Compiling MiniDigraph CachingDirectedGraph.swift
[17/56] Compiling MiniDigraph DirectedGraph.swift
[18/56] Compiling MiniDigraph AbstractDirectedGraph.swift
[19/56] Compiling MiniDigraph AbstractDirectedGraphEdge.swift
[20/57] Compiling MiniP5Printer PVector3.swift
/host/spi-builder-workspace/.build/checkouts/MiniP5Printer/Sources/MiniP5Printer/BaseP5Printer.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Base class for P5Printer implementations.
[21/57] Compiling MiniP5Printer PMatrix3x3.swift
/host/spi-builder-workspace/.build/checkouts/MiniP5Printer/Sources/MiniP5Printer/BaseP5Printer.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Base class for P5Printer implementations.
[22/57] Compiling MiniP5Printer PVector2.swift
/host/spi-builder-workspace/.build/checkouts/MiniP5Printer/Sources/MiniP5Printer/BaseP5Printer.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Base class for P5Printer implementations.
[23/57] Compiling MiniDigraph Sequence+Ext.swift
[24/57] Compiling MiniDigraph SimpleDirectedGraphEdge.swift
[25/57] Compiling MiniP5Printer BaseP5Printer.swift
/host/spi-builder-workspace/.build/checkouts/MiniP5Printer/Sources/MiniP5Printer/BaseP5Printer.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Base class for P5Printer implementations.
[26/57] Compiling MiniP5Printer PVector2i.swift
/host/spi-builder-workspace/.build/checkouts/MiniP5Printer/Sources/MiniP5Printer/BaseP5Printer.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Base class for P5Printer implementations.
[29/57] Compiling MiniDigraph MutableDirectedGraphType.swift
[30/57] Compiling MiniDigraph MutableSimpleEdgeDirectedGraphType.swift
[31/57] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[32/57] Compiling InternalCollectionsUtilities _SortedCollection.swift
[35/58] Emitting module MiniDigraph
[38/58] Compiling RealModule Real.swift
[39/58] Compiling RealModule Float16+Real.swift
[40/58] Compiling RealModule Float80+Real.swift
[45/59] Emitting module RealModule
[46/59] Compiling InternalCollectionsUtilities Descriptions.swift
[47/59] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[48/59] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
BUILD FAILURE 6.2 wasm