Build Information
Failed to build Publish, reference master (58e943
), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 11:20:12 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/JohnSundell/Publish.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/JohnSundell/Publish
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 58e9430 Foundation theme: Add margin to tags (#133)
Cloned https://github.com/JohnSundell/Publish.git
Revision (git rev-parse @):
58e943047882a5a6d8135ae2711be8ba7fba57c4
SUCCESS checkout https://github.com/JohnSundell/Publish.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/JohnSundell/Publish.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
Fetching https://github.com/johnsundell/files.git
Fetching https://github.com/johnsundell/plot.git
Fetching https://github.com/johnsundell/collectionConcurrencyKit.git
Fetching https://github.com/johnsundell/sweep.git
Fetching https://github.com/johnsundell/codextended.git
[1/1248] Fetching files
[239/1348] Fetching files, collectionconcurrencykit
[497/1464] Fetching files, collectionconcurrencykit, sweep
[1029/3560] Fetching files, collectionconcurrencykit, sweep, plot
[3394/3741] Fetching files, collectionconcurrencykit, sweep, plot, codextended
Fetched https://github.com/johnsundell/collectionConcurrencyKit.git from cache (0.55s)
[3321/3641] Fetching files, sweep, plot, codextended
Fetching https://github.com/johnsundell/ink.git
Fetching https://github.com/johnsundell/shellout.git
Fetched https://github.com/johnsundell/codextended.git from cache (0.66s)
Fetched https://github.com/johnsundell/sweep.git from cache (0.67s)
Fetched https://github.com/johnsundell/files.git from cache (0.68s)
Fetched https://github.com/johnsundell/plot.git from cache (0.75s)
[1/1905] Fetching ink
[1830/2885] Fetching ink, shellout
Fetched https://github.com/johnsundell/ink.git from cache (0.51s)
Fetched https://github.com/johnsundell/shellout.git from cache (0.43s)
Computing version for https://github.com/johnsundell/sweep.git
Computed https://github.com/johnsundell/sweep.git at 0.4.0 (1.92s)
Computing version for https://github.com/johnsundell/shellout.git
Computed https://github.com/johnsundell/shellout.git at 2.3.0 (3.91s)
Computing version for https://github.com/johnsundell/collectionConcurrencyKit.git
Computed https://github.com/johnsundell/collectionConcurrencyKit.git at 0.2.0 (0.79s)
Computing version for https://github.com/johnsundell/codextended.git
Computed https://github.com/johnsundell/codextended.git at 0.3.0 (0.79s)
Computing version for https://github.com/johnsundell/ink.git
Computed https://github.com/johnsundell/ink.git at 0.6.0 (2.84s)
Computing version for https://github.com/johnsundell/files.git
Computed https://github.com/johnsundell/files.git at 4.3.0 (1.39s)
Computing version for https://github.com/johnsundell/plot.git
Computed https://github.com/johnsundell/plot.git at 0.14.0 (0.77s)
Creating working copy for https://github.com/johnsundell/ink.git
Working copy of https://github.com/johnsundell/ink.git resolved at 0.6.0
Creating working copy for https://github.com/johnsundell/collectionConcurrencyKit.git
Working copy of https://github.com/johnsundell/collectionConcurrencyKit.git resolved at 0.2.0
Creating working copy for https://github.com/johnsundell/sweep.git
Working copy of https://github.com/johnsundell/sweep.git resolved at 0.4.0
Creating working copy for https://github.com/johnsundell/files.git
Working copy of https://github.com/johnsundell/files.git resolved at 4.3.0
Creating working copy for https://github.com/johnsundell/codextended.git
Working copy of https://github.com/johnsundell/codextended.git resolved at 0.3.0
Creating working copy for https://github.com/johnsundell/shellout.git
Working copy of https://github.com/johnsundell/shellout.git resolved at 2.3.0
Creating working copy for https://github.com/johnsundell/plot.git
Working copy of https://github.com/johnsundell/plot.git resolved at 0.14.0
Building for debugging...
[0/23] Write sources
[10/23] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/124] Emitting module Files
/host/spi-builder-workspace/.build/checkouts/files/Sources/Files.swift:25:8: error: no such module 'Foundation'
23 | */
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | // MARK: - Locations
[13/124] Compiling Files Files.swift
/host/spi-builder-workspace/.build/checkouts/files/Sources/Files.swift:25:8: error: no such module 'Foundation'
23 | */
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | // MARK: - Locations
[14/124] Emitting module CollectionConcurrencyKit
[15/124] Compiling CollectionConcurrencyKit CollectionConcurrencyKit.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/125] Emitting module Plot
/host/spi-builder-workspace/.build/checkouts/plot/Sources/Plot/API/Attribute.swift:7:8: error: no such module 'Foundation'
5 | */
6 |
7 | import Foundation
| `- error: no such module 'Foundation'
8 |
9 | /// A representation of an element attribute, for example an HTML element's
/host/spi-builder-workspace/.build/checkouts/plot/Sources/Plot/API/Attribute.swift:7:8: error: no such module 'Foundation'
5 | */
6 |
7 | import Foundation
| `- error: no such module 'Foundation'
8 |
9 | /// A representation of an element attribute, for example an HTML element's
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/125] Emitting module Sweep
/host/spi-builder-workspace/.build/checkouts/sweep/Sources/Sweep/Sweep.swift:7:8: error: no such module 'Foundation'
5 | */
6 |
7 | import Foundation
| `- error: no such module 'Foundation'
8 |
9 | /// Type used to define an identifier to scan for within a string.
[19/125] Compiling Sweep Sweep.swift
/host/spi-builder-workspace/.build/checkouts/sweep/Sources/Sweep/Sweep.swift:7:8: error: no such module 'Foundation'
5 | */
6 |
7 | import Foundation
| `- error: no such module 'Foundation'
8 |
9 | /// Type used to define an identifier to scan for within a string.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/125] Emitting module ShellOut
/host/spi-builder-workspace/.build/checkouts/shellout/Sources/ShellOut.swift:7:8: error: no such module 'Foundation'
5 | */
6 |
7 | import Foundation
| `- error: no such module 'Foundation'
8 | import Dispatch
9 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/125] Emitting module Codextended
/host/spi-builder-workspace/.build/checkouts/codextended/Sources/Codextended/Codextended.swift:7:8: error: no such module 'Foundation'
5 | */
6 |
7 | import Foundation
| `- error: no such module 'Foundation'
8 |
9 | // MARK: - Encoding
BUILD FAILURE 6.2 wasm