Build Information
Failed to build Plinth, reference 2.13.0 (bba185), with Swift 6.2 for Wasm on 2 Sep 2025 23:15:18 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dclelland/Plinth.git
Reference: 2.13.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/dclelland/Plinth
* tag 2.13.0 -> FETCH_HEAD
HEAD is now at bba1856 Moved bitmaps into Octarine
Cloned https://github.com/dclelland/Plinth.git
Revision (git rev-parse @):
bba185673c3c81fdcca2e5eee8212b598e688ba1
SUCCESS checkout https://github.com/dclelland/Plinth.git at 2.13.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/dclelland/Plinth.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:3160178686d03086db4c1712d78c1980537bb37521128c64baade7f466b6b4aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/apple/swift-numerics
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.51s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.0 (0.94s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.0
Building for debugging...
[0/6] Write sources
[4/6] Compiling _NumericsShims _NumericsShims.c
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/17] Compiling RealModule Float80+Real.swift
[8/18] Compiling RealModule RealFunctions.swift
[9/18] Compiling RealModule RelaxedArithmetic.swift
[10/18] Compiling RealModule ElementaryFunctions.swift
[11/18] Compiling RealModule Float+Real.swift
[12/18] Compiling RealModule Real.swift
[13/18] Compiling RealModule Float16+Real.swift
[14/18] Compiling RealModule AlgebraicField.swift
[15/18] Compiling RealModule ApproximateEquality.swift
[16/18] Emitting module RealModule
[17/18] Compiling RealModule AugmentedArithmetic.swift
[18/18] Compiling RealModule Double+Real.swift
[20/30] Compiling ComplexModule Complex+StringConvertible.swift
[21/31] Compiling ComplexModule Complex+Numeric.swift
[22/31] Compiling ComplexModule Complex+Hashable.swift
[23/31] Compiling ComplexModule Complex+IntegerLiteral.swift
[24/31] Compiling ComplexModule Polar.swift
[25/31] Compiling ComplexModule Scale.swift
[26/31] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[27/31] Compiling ComplexModule Complex+AlgebraicField.swift
[28/31] Compiling ComplexModule Complex.swift
[29/31] Compiling ComplexModule Complex+Codable.swift
[30/31] Compiling ComplexModule Complex+ElementaryFunctions.swift
[31/31] Emitting module ComplexModule
[33/34] Compiling Numerics Numerics.swift
[34/34] Emitting module Numerics
[36/78] Compiling Plinth Inversion.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[37/78] Compiling Plinth Multiplication.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[38/78] Compiling Plinth Ones.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[39/78] Compiling Plinth Products.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[40/78] Compiling Plinth Roots.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[41/78] Compiling Plinth SquareRoot.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[42/78] Compiling Plinth Transposition.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[43/78] Compiling Plinth Zeros.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[44/78] Compiling Plinth Comparisons.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[45/78] Compiling Plinth Interpolation.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[46/78] Compiling Plinth Powers.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[47/78] Compiling Plinth Ramps.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[48/84] Compiling Plinth Autoconvolution.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[49/84] Compiling Plinth Autocorrelation.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[50/84] Compiling Plinth Convolution1D.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[51/84] Compiling Plinth Convolution2D.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[52/84] Compiling Plinth FFT.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[53/84] Compiling Plinth FFT1D.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[54/84] Compiling Plinth Circulant.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[55/84] Compiling Plinth Diagonal.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[56/84] Compiling Plinth Division.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[57/84] Compiling Plinth Eigendecomposition.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[58/84] Compiling Plinth Exponentiation.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[59/84] Compiling Plinth Identity.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[60/84] Compiling Plinth FFT2D.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[61/84] Compiling Plinth FFTRamp.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[62/84] Compiling Plinth FFTShift.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[63/84] Compiling Plinth Resampling.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[64/84] Compiling Plinth Gaussian.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[65/84] Compiling Plinth Moments.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[66/84] Compiling Plinth Normalization.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[67/84] Compiling Plinth Random.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[68/84] Compiling Plinth Center.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[69/84] Compiling Plinth Concatenate.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[70/84] Compiling Plinth Crop.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[71/84] Compiling Plinth Pad.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[72/84] Compiling Plinth Repeat.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[73/84] Compiling Plinth Reshape.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[74/84] Compiling Plinth Reverse.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[75/84] Compiling Plinth Shift.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[76/84] Compiling Plinth Matrix.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[77/84] Compiling Plinth Shape.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[78/84] Emitting module Plinth
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[79/84] Compiling Plinth ComplexMatrix.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[80/84] Compiling Plinth Arithmetic.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[81/84] Compiling Plinth Conversions.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[82/84] Compiling Plinth Functors.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[83/84] Compiling Plinth Submatrix.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
[84/84] Compiling Plinth Wrappers.swift
/host/spi-builder-workspace/Sources/Plinth/ComplexMatrix.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 | import Numerics
10 |
BUILD FAILURE 6.2 wasm