Build Information
Failed to build UUSwiftImage, reference main (f9028e), with Swift 6.2 for Wasm on 18 Sep 2025 01:05:49 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SilverPineSoftware/UUSwiftImage.git
Reference: main
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/SilverPineSoftware/UUSwiftImage
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f9028e3 Update to latest swift core
Cloned https://github.com/SilverPineSoftware/UUSwiftImage.git
Revision (git rev-parse @):
f9028e3fa2b5f982af42af6ef1655182a036cb2a
SUCCESS checkout https://github.com/SilverPineSoftware/UUSwiftImage.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/SilverPineSoftware/UUSwiftImage.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/SilverPineSoftware/UUSwiftCore.git
[1/544] Fetching uuswiftcore
Fetched https://github.com/SilverPineSoftware/UUSwiftCore.git from cache (0.37s)
Computing version for https://github.com/SilverPineSoftware/UUSwiftCore.git
Computed https://github.com/SilverPineSoftware/UUSwiftCore.git at 1.3.0 (0.90s)
Creating working copy for https://github.com/SilverPineSoftware/UUSwiftCore.git
Working copy of https://github.com/SilverPineSoftware/UUSwiftCore.git resolved at 1.3.0
Building for debugging...
[0/4] Write sources
[1/4] Copying PrivacyInfo.xcprivacy
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/33] Emitting module UUSwiftCore
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[6/36] Compiling UUSwiftCore UUData.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[7/36] Compiling UUSwiftCore UUDataCache.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[8/36] Compiling UUSwiftCore UUDate.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[9/36] Compiling UUSwiftCore UUDictionary.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[10/36] Compiling UUSwiftCore UUConsoleLogWriter.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[11/36] Compiling UUSwiftCore UULog.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[12/36] Compiling UUSwiftCore UULogLevel.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[13/36] Compiling UUSwiftCore UULogWriter.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[14/36] Compiling UUSwiftCore UUTypeAliases.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[15/36] Compiling UUSwiftCore UUURL.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[16/36] Compiling UUSwiftCore resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[17/36] Compiling UUSwiftCore UUSwiftCore.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[18/36] Compiling UUSwiftCore UUThread.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[19/36] Compiling UUSwiftCore UUTimeMeasurement.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[20/36] Compiling UUSwiftCore UUTimer.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[21/36] Compiling UUSwiftCore UULogger+Ext.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[22/36] Compiling UUSwiftCore UULogger.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[23/36] Compiling UUSwiftCore UUPrintLogWriter.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[24/36] Compiling UUSwiftCore UUArray.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[25/36] Compiling UUSwiftCore UUJson.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[26/36] Compiling UUSwiftCore UUKeychain.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[27/36] Compiling UUSwiftCore UULocalization.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[28/36] Compiling UUSwiftCore UUNumber.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[29/36] Compiling UUSwiftCore UUObject.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[30/36] Compiling UUSwiftCore UUObjectFactory.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[31/36] Compiling UUSwiftCore UURandom.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[32/36] Compiling UUSwiftCore UUString.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[33/36] Compiling UUSwiftCore UUCollection.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[34/36] Compiling UUSwiftCore UUColor.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[35/36] Compiling UUSwiftCore UUComparable.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
[36/36] Compiling UUSwiftCore UUCoreData.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/Logging/UUConsoleLogWriter.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// A logger class that logs messages to the console using NSLog.
BUILD FAILURE 6.2 wasm