Build Information
Failed to build Geometria, reference main (c99025
), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 23:08:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: 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/LuizZak/Geometria
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c990252 [Clipping] Fixing issue with edge-vertex tolerance detection
Cloned https://github.com/LuizZak/Geometria.git
Revision (git rev-parse @):
c990252d603e1af1004730e10be8f1b69152fc40
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/LuizZak/Geometria.git at main
========================================
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-3":/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/MiniP5Printer.git
Fetching https://github.com/apple/swift-numerics.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/LuizZak/MiniGraphviz.git
Fetching https://github.com/LuizZak/MiniDigraph.git
[1/50] Fetching minip5printer
[51/294] Fetching minip5printer, minidigraph
[295/335] Fetching minip5printer, minidigraph, minigraphviz
[336/6092] Fetching minip5printer, minidigraph, minigraphviz, swift-numerics
[337/22732] Fetching minip5printer, minidigraph, minigraphviz, swift-numerics, swift-collections
Fetched https://github.com/LuizZak/MiniP5Printer.git from cache (0.39s)
[5116/22682] Fetching minidigraph, minigraphviz, swift-numerics, swift-collections
Fetched https://github.com/apple/swift-numerics.git from cache (0.50s)
[4612/16925] Fetching minidigraph, minigraphviz, swift-collections
Fetched https://github.com/LuizZak/MiniGraphviz.git from cache (1.65s)
Fetched https://github.com/LuizZak/MiniDigraph.git from cache (1.65s)
Fetched https://github.com/apple/swift-collections.git from cache (1.84s)
Computing version for https://github.com/LuizZak/MiniGraphviz.git
Computed https://github.com/LuizZak/MiniGraphviz.git at 0.1.0 (2.22s)
Computing version for https://github.com/LuizZak/MiniDigraph.git
Computed https://github.com/LuizZak/MiniDigraph.git at 0.8.1 (0.33s)
Computing version for https://github.com/LuizZak/MiniP5Printer.git
Computed https://github.com/LuizZak/MiniP5Printer.git at 0.0.2 (0.85s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.63s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.49s)
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
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-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.1
Creating working copy for https://github.com/LuizZak/MiniGraphviz.git
Working copy of https://github.com/LuizZak/MiniGraphviz.git resolved at 0.1.0
Building for debugging...
[0/14] Write sources
[12/14] Compiling _NumericsShims _NumericsShims.c
[12/14] Write swift-version-24593BA9C3E375BF.txt
[15/61] Emitting module RealModule
[16/62] Compiling RealModule ElementaryFunctions.swift
[17/62] Compiling MiniDigraph DirectedGraphEdge.swift
[18/62] Compiling MiniDigraph DirectedGraphType.swift
[19/63] Emitting module InternalCollectionsUtilities
[20/64] Compiling RealModule Float80+Real.swift
[21/64] Compiling MiniDigraph AbstractDirectedGraph.swift
[22/64] Compiling MiniDigraph AbstractDirectedGraphEdge.swift
[23/64] Emitting module MiniDigraph
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/64] 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.
[25/64] Compiling MiniDigraph DirectedGraphVisitElementType.swift
[26/64] Compiling MiniDigraph CachingDirectedGraph.swift
[27/64] Compiling MiniDigraph DirectedGraph.swift
[28/64] 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.
[29/64] Compiling MiniDigraph DirectedGraphVisitElement.swift
[30/64] Compiling MiniDigraph DirectedGraphRecordingVisitElement.swift
[31/64] Compiling MiniDigraph MutableDirectedGraphType.swift
[32/64] Compiling MiniDigraph MutableSimpleEdgeDirectedGraphType.swift
[33/64] 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.
[34/64] Compiling MiniDigraph Sequence+Ext.swift
[35/64] Compiling MiniDigraph SimpleDirectedGraphEdge.swift
[36/64] 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.
[37/64] 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.
[38/64] 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.
[39/64] Compiling InternalCollectionsUtilities Descriptions.swift
[40/64] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[41/64] Compiling RealModule Float16+Real.swift
[42/64] Compiling RealModule RealFunctions.swift
[47/64] Compiling MiniGraphviz GraphViz+GraphAttributes.swift
/host/spi-builder-workspace/.build/checkouts/MiniGraphviz/Sources/MiniGraphviz/GraphViz.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Class for generating Graphviz visualizations of undirected or directed graphs.
[48/64] Compiling MiniGraphviz GraphViz.swift
/host/spi-builder-workspace/.build/checkouts/MiniGraphviz/Sources/MiniGraphviz/GraphViz.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Class for generating Graphviz visualizations of undirected or directed graphs.
[49/64] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[50/64] Compiling MiniGraphviz GraphViz+Attribute.swift
/host/spi-builder-workspace/.build/checkouts/MiniGraphviz/Sources/MiniGraphviz/GraphViz.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Class for generating Graphviz visualizations of undirected or directed graphs.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[51/64] Emitting module MiniGraphviz
/host/spi-builder-workspace/.build/checkouts/MiniGraphviz/Sources/MiniGraphviz/GraphViz.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Class for generating Graphviz visualizations of undirected or directed graphs.
BUILD FAILURE 6.2 wasm