Build Information
Failed to build Math, reference master (b75be6
), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 07:01:55 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/davidskrundz/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/davidskrundz/math
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at b75be60 Resolve ambiguous `random` call on builtin integers
Cloned https://github.com/davidskrundz/math.git
Revision (git rev-parse @):
b75be602885e3bdaaf13ac365df350c87c11c88b
SUCCESS checkout https://github.com/davidskrundz/math.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/davidskrundz/math.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
Building for debugging...
[0/7] Write sources
[1/7] Write swift-version-24593BA9C3E375BF.txt
[3/22] Compiling Math Builtin+Random.swift
[4/22] Compiling Math Random.swift
[5/23] Compiling Math BinaryInteger+sqrt.swift
[6/23] Compiling Math FloatingPoint+Modulo.swift
[7/23] Compiling Math ModularOperations.swift
[8/23] Compiling Math BigUInt.swift
[9/23] Compiling Math BinaryInteger+BitRotate.swift
[10/23] Compiling Math BitRotate.swift
[11/23] Compiling Math Array+BitPacking.swift
[12/23] Compiling Math Array+ByteArray.swift
[13/23] Compiling Math FixedWidthInteger+Bytes.swift
[14/23] Compiling Math Builtin+ModularOperations.swift
[15/23] Compiling Math FixedWidthInteger+ModularArithmetic.swift
[16/23] Emitting module Math
[17/23] Compiling Math FiniteFieldInteger.swift
[18/23] Compiling Math BinaryInteger+Modulo.swift
[19/24] Wrapping AST for Math for debugging
[20/24] Write Objects.LinkFileList
[22/24] Archiving libsMath.a
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[23/24] Linking libdMath.wasm
BUILD FAILURE 6.2 wasm