Build Information
Failed to build UUSwift, reference 1.1.11 (d2cb8b
), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 15:57:08 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/SilverPineSoftware/UUSwift.git
Reference: 1.1.11
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/UUSwift
* tag 1.1.11 -> FETCH_HEAD
HEAD is now at d2cb8b8 Updating UUSwift component versions
Cloned https://github.com/SilverPineSoftware/UUSwift.git
Revision (git rev-parse @):
d2cb8b86e8c4a928a38c8fa3b51851e4b66c970e
SUCCESS checkout https://github.com/SilverPineSoftware/UUSwift.git at 1.1.11
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/SilverPineSoftware/UUSwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/SilverPineSoftware/UUSwiftImage.git
Fetching https://github.com/SilverPineSoftware/UUSwiftUX.git
Fetching https://github.com/SilverPineSoftware/UUSwiftNetworking.git
Fetching https://github.com/SilverPineSoftware/UUSwiftCore.git
[1/116] Fetching uuswiftux
[117/524] Fetching uuswiftux, uuswiftcore
[525/626] Fetching uuswiftux, uuswiftcore, uuswiftimage
[530/1059] Fetching uuswiftux, uuswiftcore, uuswiftimage, uuswiftnetworking
Fetched https://github.com/SilverPineSoftware/UUSwiftImage.git from cache (0.33s)
Fetched https://github.com/SilverPineSoftware/UUSwiftCore.git from cache (0.33s)
Fetched https://github.com/SilverPineSoftware/UUSwiftNetworking.git from cache (0.33s)
Fetched https://github.com/SilverPineSoftware/UUSwiftUX.git from cache (0.33s)
Computing version for https://github.com/SilverPineSoftware/UUSwiftImage.git
Computed https://github.com/SilverPineSoftware/UUSwiftImage.git at 1.1.2 (0.81s)
Computing version for https://github.com/SilverPineSoftware/UUSwiftUX.git
Computed https://github.com/SilverPineSoftware/UUSwiftUX.git at 1.0.10 (0.47s)
Computing version for https://github.com/SilverPineSoftware/UUSwiftNetworking.git
Computed https://github.com/SilverPineSoftware/UUSwiftNetworking.git at 1.4.0 (0.50s)
Computing version for https://github.com/SilverPineSoftware/UUSwiftCore.git
Computed https://github.com/SilverPineSoftware/UUSwiftCore.git at 1.2.0 (0.44s)
Creating working copy for https://github.com/SilverPineSoftware/UUSwiftNetworking.git
Working copy of https://github.com/SilverPineSoftware/UUSwiftNetworking.git resolved at 1.4.0
Creating working copy for https://github.com/SilverPineSoftware/UUSwiftUX.git
Working copy of https://github.com/SilverPineSoftware/UUSwiftUX.git resolved at 1.0.10
Creating working copy for https://github.com/SilverPineSoftware/UUSwiftCore.git
Working copy of https://github.com/SilverPineSoftware/UUSwiftCore.git resolved at 1.2.0
Creating working copy for https://github.com/SilverPineSoftware/UUSwiftImage.git
Working copy of https://github.com/SilverPineSoftware/UUSwiftImage.git resolved at 1.1.2
Building for debugging...
[0/7] Write sources
[1/7] Copying PrivacyInfo.xcprivacy
[5/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/31] 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.
[9/34] 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.
[10/34] 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.
[11/34] 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.
[12/34] 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.
[13/34] 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.
[14/34] 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.
[15/34] 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.
[16/34] 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.
[17/34] 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.
[18/34] 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.
[19/34] 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.
[20/34] 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.
[21/34] 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.
[22/34] 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.
[23/34] 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.
[24/34] 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.
[25/34] 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.
[26/34] 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.
[27/34] 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.
[28/34] 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.
[29/34] 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.
[30/34] 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.
[31/34] 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.
[32/34] Compiling UUSwiftCore UUConsoleLogger.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/34] 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.
[34/34] 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.
BUILD FAILURE 6.2 wasm