Build Information
Failed to build BioSwift, reference master (ac04fb), with Swift 6.2 for Wasm on 18 Jun 2025 06:41:37 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/valdirunars/bioswift.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/valdirunars/bioswift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at ac04fb2 Merge pull request #3 from oceanexplains/master
Cloned https://github.com/valdirunars/bioswift.git
Revision (git rev-parse @):
ac04fb2d0fe16eb23318b6f99e0cd9ee3db59afb
SUCCESS checkout https://github.com/valdirunars/bioswift.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/valdirunars/bioswift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 http://github.com/attaswift/BigInt.git
Fetching http://github.com/valdirunars/BigIntCompress.git
[1/96] Fetching bigintcompress
[97/4903] Fetching bigintcompress, bigint
Fetched http://github.com/valdirunars/BigIntCompress.git from cache (0.72s)
Fetched http://github.com/attaswift/BigInt.git from cache (0.73s)
Computing version for http://github.com/valdirunars/BigIntCompress.git
Computed http://github.com/valdirunars/BigIntCompress.git at 1.0.2 (5.58s)
Computing version for http://github.com/attaswift/BigInt.git
Computed http://github.com/attaswift/BigInt.git at 3.1.0 (2.70s)
Fetching https://github.com/attaswift/SipHash
[1/440] Fetching siphash
Fetched https://github.com/attaswift/SipHash from cache (1.04s)
Computing version for https://github.com/attaswift/SipHash
Computed https://github.com/attaswift/SipHash at 1.2.2 (1.92s)
Creating working copy for http://github.com/attaswift/BigInt.git
Working copy of http://github.com/attaswift/BigInt.git resolved at 3.1.0
Creating working copy for http://github.com/valdirunars/BigIntCompress.git
Working copy of http://github.com/valdirunars/BigIntCompress.git resolved at 1.0.2
Creating working copy for https://github.com/attaswift/SipHash
Working copy of https://github.com/attaswift/SipHash resolved at 1.2.2
warning: 'spi-builder-workspace': found 6 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/BioSwiftTests/bio_swiftTests.swift
/host/spi-builder-workspace/Tests/BioSwiftTests/extensionTests.swift
/host/spi-builder-workspace/BioSwift.svg
/host/spi-builder-workspace/License.txt
/host/spi-builder-workspace/Tests/LinuxMain.swift
/host/spi-builder-workspace/README.md
Building for debugging...
[0/8] Write sources
[4/8] Write swift-version-24593BA9C3E375BF.txt
[6/18] Compiling BigIntCompress Protocols.swift
/host/spi-builder-workspace/.build/checkouts/BigIntCompress/Sources/BigIntCompress/BigIntCompress.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | fileprivate let sizeOfUInt = MemoryLayout<UInt>.size
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/18] Emitting module BigIntCompress
/host/spi-builder-workspace/.build/checkouts/BigIntCompress/Sources/BigIntCompress/BigIntCompress.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | fileprivate let sizeOfUInt = MemoryLayout<UInt>.size
[8/18] Emitting module SipHash
[9/18] Compiling BigIntCompress BigIntCompress.swift
/host/spi-builder-workspace/.build/checkouts/BigIntCompress/Sources/BigIntCompress/BigIntCompress.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | fileprivate let sizeOfUInt = MemoryLayout<UInt>.size
[10/18] Compiling BigIntCompress DecodeError.swift
/host/spi-builder-workspace/.build/checkouts/BigIntCompress/Sources/BigIntCompress/BigIntCompress.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | fileprivate let sizeOfUInt = MemoryLayout<UInt>.size
[11/18] Compiling BigIntCompress Extensions.swift
/host/spi-builder-workspace/.build/checkouts/BigIntCompress/Sources/BigIntCompress/BigIntCompress.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | fileprivate let sizeOfUInt = MemoryLayout<UInt>.size
[12/18] Compiling SipHash SipHashable.swift
[13/18] Compiling SipHash Primitive Types.swift
[14/18] Compiling SipHash RandomUInt64.swift
BUILD FAILURE 6.2 wasm