Build Information
Failed to build FirebladeMath, reference master (3692f6
), with Swift 6.2 (beta) for Wasm on 20 Jun 2025 10:14:25 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/fireblade-engine/math.git
Reference: master
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/fireblade-engine/math
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 3692f68 Update renovate.json
Cloned https://github.com/fireblade-engine/math.git
Revision (git rev-parse @):
3692f686dbba8935cb41da9083ffa11c5941f2da
SUCCESS checkout https://github.com/fireblade-engine/math.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/fireblade-engine/math.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
Building for debugging...
[0/5] Write sources
[1/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/93] Emitting module FirebladeMath
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[4/93] Compiling FirebladeMath Constants.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[5/93] Compiling FirebladeMath abs.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[6/93] Compiling FirebladeMath acos.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[7/93] Compiling FirebladeMath acosh.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[8/93] Compiling FirebladeMath adjugate.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[9/93] Compiling FirebladeMath angle.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[10/93] Compiling FirebladeMath asin.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[11/93] Compiling FirebladeMath asinh.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[12/93] Compiling FirebladeMath atan.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[13/93] Compiling FirebladeMath atan2.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[14/93] Compiling FirebladeMath atanh.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[15/93] Compiling FirebladeMath axis.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[16/93] Compiling FirebladeMath ceil.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[17/93] Compiling FirebladeMath transpose.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[18/93] Compiling FirebladeMath Mat3x3f.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[19/93] Compiling FirebladeMath Mat4x4f.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[20/93] Compiling FirebladeMath Matrices.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[21/93] Compiling FirebladeMath Matrix+Identity.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[22/93] Compiling FirebladeMath Matrix+Multiplication.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[23/93] Compiling FirebladeMath Matrix+Operators.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[24/93] Compiling FirebladeMath Matrix+Quaternion.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[25/93] Compiling FirebladeMath Matrix2x2.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[26/93] Compiling FirebladeMath Matrix3x3.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[27/93] Compiling FirebladeMath Matrix4x4+Projections.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[28/93] Compiling FirebladeMath Matrix4x4.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[29/93] Compiling FirebladeMath floor.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[30/93] Compiling FirebladeMath fract.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[31/93] Compiling FirebladeMath hypot.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[32/93] Compiling FirebladeMath inverse.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[33/93] Compiling FirebladeMath isInfinite.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[34/93] Compiling FirebladeMath isNegativeInfinity.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[35/93] Compiling FirebladeMath isNegativeZero.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[36/93] Compiling FirebladeMath isPositiveInfinity.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[37/93] Compiling FirebladeMath isPositiveZero.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[38/93] Compiling FirebladeMath length.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[39/93] Compiling FirebladeMath lerp+mix.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[40/93] Compiling FirebladeMath log.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[41/93] Compiling FirebladeMath log10.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[42/93] Compiling FirebladeMath log2.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[43/93] Compiling FirebladeMath matrix.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[44/93] Compiling FirebladeMath max.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[45/93] Compiling FirebladeMath min.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[46/93] Compiling FirebladeMath mod.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[47/93] Compiling FirebladeMath normalize.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[48/93] Compiling FirebladeMath pow.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[49/93] Compiling FirebladeMath pow2.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[50/93] Compiling FirebladeMath quaternion.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[51/93] Compiling FirebladeMath radians.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[52/93] Compiling FirebladeMath reflect.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[53/93] Compiling FirebladeMath refract.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[54/93] Compiling FirebladeMath MatrixStorage+NO_SIMD.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[55/93] Compiling FirebladeMath MatrixStorage+SIMD.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[56/93] Compiling FirebladeMath MatrixStorage.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[57/93] Compiling FirebladeMath Point.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[58/93] Compiling FirebladeMath Quat.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[59/93] Compiling FirebladeMath Quat4d.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[60/93] Compiling FirebladeMath Quat4f+Euler.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[61/93] Compiling FirebladeMath Quat4f.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[62/93] Compiling FirebladeMath Quaternion+Identity.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[63/93] Compiling FirebladeMath Quaternion+Multiplication.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[64/93] Compiling FirebladeMath Quaternion+Operators.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[65/93] Compiling FirebladeMath QuaternionStorage+NO_SIMD.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[66/93] Compiling FirebladeMath clamp.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[67/93] Compiling FirebladeMath conjugate.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[68/93] Compiling FirebladeMath copysign.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[69/93] Compiling FirebladeMath cos.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[70/93] Compiling FirebladeMath cosh.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[71/93] Compiling FirebladeMath cross.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[72/93] Compiling FirebladeMath degrees.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[73/93] Compiling FirebladeMath determinant.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[74/93] Compiling FirebladeMath distance.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[75/93] Compiling FirebladeMath dot.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[76/93] Compiling FirebladeMath exp.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[77/93] Compiling FirebladeMath exp2.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[78/93] Compiling FirebladeMath faceforward.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[79/93] Compiling FirebladeMath remap.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[80/93] Compiling FirebladeMath rotate.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[81/93] Compiling FirebladeMath rsqrt.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[82/93] Compiling FirebladeMath saturate.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[83/93] Compiling FirebladeMath sign.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[84/93] Compiling FirebladeMath sin.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[85/93] Compiling FirebladeMath sinh.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[86/93] Compiling FirebladeMath smoothstep.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[87/93] Compiling FirebladeMath sqrt.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[88/93] Compiling FirebladeMath step.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[89/93] Compiling FirebladeMath tan.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[90/93] Compiling FirebladeMath tanh.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[91/105] Compiling FirebladeMath QuaternionStorage+SIMD.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[92/105] Compiling FirebladeMath QuaternionStorage.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[93/105] Compiling FirebladeMath Quaternions.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[94/105] Compiling FirebladeMath Rect.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[95/105] Compiling FirebladeMath Size.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[96/105] Compiling FirebladeMath StorageScalar.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[97/105] Compiling FirebladeMath SIMD+Extensions.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[98/105] Compiling FirebladeMath SIMD2+Extensions.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[99/105] Compiling FirebladeMath SIMD3+Extensions.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[100/105] Compiling FirebladeMath SIMD4+Extensions.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[101/105] Compiling FirebladeMath Vec3+Axes.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
[102/105] Compiling FirebladeMath Vectors.swift
/host/spi-builder-workspace/Sources/FirebladeMath/Functions/abs.swift:10:8: error: no such module 'Glibc'
8 |
9 | #if FRB_MATH_GLIBC
10 | import Glibc
| `- error: no such module 'Glibc'
11 | #endif
12 |
BUILD FAILURE 6.2 wasm