Build Information
Failed to build UUSwiftNetworking, reference main (f1bdf6), with Swift 6.2 for Wasm on 18 Sep 2025 02:09:53 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/UUSwiftNetworking.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/UUSwiftNetworking
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f1bdf6b use latest core release
Cloned https://github.com/SilverPineSoftware/UUSwiftNetworking.git
Revision (git rev-parse @):
f1bdf6bc6f82e648531a71f1f09b41f78badb870
SUCCESS checkout https://github.com/SilverPineSoftware/UUSwiftNetworking.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/SilverPineSoftware/UUSwiftNetworking.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
Fetching https://github.com/SilverPineSoftware/UUSwiftTestCore.git
[1/70] Fetching uuswifttestcore
[71/614] Fetching uuswifttestcore, uuswiftcore
Fetched https://github.com/SilverPineSoftware/UUSwiftTestCore.git from cache (0.31s)
Fetched https://github.com/SilverPineSoftware/UUSwiftCore.git from cache (0.32s)
Computing version for https://github.com/SilverPineSoftware/UUSwiftTestCore.git
Computed https://github.com/SilverPineSoftware/UUSwiftTestCore.git at 0.0.4 (1.21s)
Computing version for https://github.com/SilverPineSoftware/UUSwiftCore.git
Computed https://github.com/SilverPineSoftware/UUSwiftCore.git at 1.3.0 (0.54s)
Creating working copy for https://github.com/SilverPineSoftware/UUSwiftCore.git
Working copy of https://github.com/SilverPineSoftware/UUSwiftCore.git resolved at 1.3.0
Creating working copy for https://github.com/SilverPineSoftware/UUSwiftTestCore.git
Working copy of https://github.com/SilverPineSoftware/UUSwiftTestCore.git resolved at 0.0.4
Building for debugging...
[0/4] Write sources
[1/4] Copying PrivacyInfo.xcprivacy
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/33] 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.
[6/33] 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.
[7/33] 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.
[8/33] 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.
[9/33] 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.
[10/33] 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.
[11/33] 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.
[12/33] 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.
[13/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.
[14/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.
[15/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.
[16/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.
[17/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.
[18/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.
[19/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.
[20/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.
[21/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.
[22/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.
[23/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.
[24/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.
[25/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.
[26/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.
[27/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/36] 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.
[29/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.
[30/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.
[31/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.
[32/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.
[33/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.
[34/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.
[35/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.
[36/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.
BUILD FAILURE 6.2 wasm