Build Information
Failed to build SwiftSoup, reference master (c1d761
), with Swift 6.2 (beta) for Wasm on 13 Sep 2025 03:35:45 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>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/scinfu/SwiftSoup.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/scinfu/SwiftSoup
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at c1d7614 Merge pull request #348 from DarkDust/feature/speed-regression
Cloned https://github.com/scinfu/SwiftSoup.git
Revision (git rev-parse @):
c1d7614aa52e62588d835ff400d510ce13806fa8
SUCCESS checkout https://github.com/scinfu/SwiftSoup.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/scinfu/SwiftSoup.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-atomics.git
Fetching https://github.com/nicklockwood/LRUCache.git
[1/320] Fetching lrucache
[321/2134] Fetching lrucache, swift-atomics
Fetched https://github.com/nicklockwood/LRUCache.git from cache (0.24s)
[617/1814] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.39s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.83s)
Computing version for https://github.com/nicklockwood/LRUCache.git
Computed https://github.com/nicklockwood/LRUCache.git at 1.1.2 (2.78s)
Creating working copy for https://github.com/nicklockwood/LRUCache.git
Working copy of https://github.com/nicklockwood/LRUCache.git resolved at 1.1.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Building for debugging...
[0/5] Write sources
[3/5] Compiling _AtomicsShims.c
[3/5] Write swift-version-24593BA9C3E375BF.txt
[6/25] Compiling Atomics AtomicInteger.swift
[7/25] Compiling Atomics AtomicOptionalWrappable.swift
[8/25] Compiling Atomics AtomicReference.swift
[9/27] Emitting module Atomics
[10/27] Compiling Atomics OptionalRawRepresentable.swift
[11/27] Compiling Atomics RawRepresentable.swift
[12/27] Compiling Atomics AtomicBool.swift
[13/27] Compiling Atomics AtomicMemoryOrderings.swift
[14/27] Compiling Atomics DoubleWord.swift
[15/27] Compiling Atomics IntegerConformances.swift
[16/27] Compiling Atomics PointerConformances.swift
[17/27] Compiling Atomics Primitives.native.swift
[18/27] Compiling Atomics ManagedAtomic.swift
[19/27] Compiling Atomics ManagedAtomicLazyReference.swift
[20/27] Compiling Atomics AtomicStorage.swift
[21/27] Compiling Atomics AtomicValue.swift
[22/27] Compiling Atomics UnsafeAtomic.swift
[23/27] Compiling Atomics UnsafeAtomicLazyReference.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/27] Emitting module LRUCache
/host/spi-builder-workspace/.build/checkouts/LRUCache/Sources/LRUCache.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | #if canImport(UIKit) && !os(watchOS)
[25/27] Compiling LRUCache LRUCache.swift
/host/spi-builder-workspace/.build/checkouts/LRUCache/Sources/LRUCache.swift:32:8: error: no such module 'Foundation'
30 | //
31 |
32 | import Foundation
| `- error: no such module 'Foundation'
33 |
34 | #if canImport(UIKit) && !os(watchOS)
BUILD FAILURE 6.2 wasm