The Swift Package Index logo.Swift Package Index

Build Information

Failed to build UUSwiftNetworking, reference 1.4.2 (7ff8ed), with Swift 6.2 for Wasm on 13 Jan 2026 08:25:01 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-wasip1 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SilverPineSoftware/UUSwiftNetworking.git
Reference: 1.4.2
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
 * tag               1.4.2      -> FETCH_HEAD
HEAD is now at 7ff8eda Fix imports for mac targeting
Cloned https://github.com/SilverPineSoftware/UUSwiftNetworking.git
Revision (git rev-parse @):
7ff8eda9753bbe6e34de5ea65f7113ba96feaeeb
SUCCESS checkout https://github.com/SilverPineSoftware/UUSwiftNetworking.git at 1.4.2
========================================
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-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-wasip1 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:e45aebddbd3fb4404abe9276e0d450e6fc2ef4836b534e79623bcca11b80d266
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
warning: multiple Swift SDKs match target triple `wasm32-unknown-wasip1` and host triple x86_64-unknown-linux-gnu, selected one at /root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/swift-sdk.json
Fetching https://github.com/SilverPineSoftware/UUSwiftTestCore.git
Fetching https://github.com/SilverPineSoftware/UUSwiftCore.git
[1/554] Fetching uuswiftcore
[555/624] Fetching uuswiftcore, uuswifttestcore
Fetched https://github.com/SilverPineSoftware/UUSwiftCore.git from cache (0.21s)
Fetched https://github.com/SilverPineSoftware/UUSwiftTestCore.git from cache (0.23s)
Computing version for https://github.com/SilverPineSoftware/UUSwiftTestCore.git
Computed https://github.com/SilverPineSoftware/UUSwiftTestCore.git at 0.0.4 (0.72s)
Computing version for https://github.com/SilverPineSoftware/UUSwiftCore.git
Computed https://github.com/SilverPineSoftware/UUSwiftCore.git at 1.3.1 (0.46s)
Creating working copy for https://github.com/SilverPineSoftware/UUSwiftCore.git
Working copy of https://github.com/SilverPineSoftware/UUSwiftCore.git resolved at 1.3.1
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
[2/4] Copying PrivacyInfo.xcprivacy
[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/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[6/36] Compiling UUSwiftCore UUSwiftCore.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[7/36] Compiling UUSwiftCore UUThread.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[8/36] Compiling UUSwiftCore UUTimeMeasurement.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[9/36] Compiling UUSwiftCore UUTimer.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[10/36] Compiling UUSwiftCore UUJson.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[11/36] Compiling UUSwiftCore UUKeychain.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[12/36] Compiling UUSwiftCore UULocalization.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[13/36] Compiling UUSwiftCore UUNumber.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[14/36] Compiling UUSwiftCore UUTypeAliases.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[15/36] Compiling UUSwiftCore UUURL.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[16/36] Compiling UUSwiftCore resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[17/36] Compiling UUSwiftCore UUConsoleLogWriter.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[18/36] Compiling UUSwiftCore UULog.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[19/36] Compiling UUSwiftCore UULogLevel.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[20/36] Compiling UUSwiftCore UULogWriter.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[21/36] Compiling UUSwiftCore UULogger+Ext.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[22/36] Compiling UUSwiftCore UULogger.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[23/36] Compiling UUSwiftCore UUPrintLogWriter.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[24/36] Compiling UUSwiftCore UUArray.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[25/36] Compiling UUSwiftCore UUData.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[26/36] Compiling UUSwiftCore UUDataCache.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[27/36] Compiling UUSwiftCore UUDate.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[28/36] Compiling UUSwiftCore UUDictionary.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[29/36] Compiling UUSwiftCore UUCollection.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[30/36] Compiling UUSwiftCore UUColor.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[31/36] Compiling UUSwiftCore UUComparable.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[32/36] Compiling UUSwiftCore UUCoreData.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[33/36] Compiling UUSwiftCore UUObject.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[34/36] Compiling UUSwiftCore UUObjectFactory.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[35/36] Compiling UUSwiftCore UURandom.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[36/36] Compiling UUSwiftCore UUString.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
BUILD FAILURE 6.2 wasm