Build Information
Failed to build NetTrace, reference 1.1.6 (f202c5), with Swift 6.1 for Wasm on 22 Feb 2026 17:57:52 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/theCodingDJ/NetTrace.git
Reference: 1.1.6
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/theCodingDJ/NetTrace
* tag 1.1.6 -> FETCH_HEAD
HEAD is now at f202c53 Added LICENSE.md file
Cloned https://github.com/theCodingDJ/NetTrace.git
Revision (git rev-parse @):
f202c5338ef57cea19f94dd30fb46ed171a64855
SUCCESS checkout https://github.com/theCodingDJ/NetTrace.git at 1.1.6
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/theCodingDJ/NetTrace.git
https://github.com/theCodingDJ/NetTrace.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "NetTrace",
"name" : "NetTrace",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "NetTrace",
"targets" : [
"NetTrace"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NetTrace",
"module_type" : "SwiftTarget",
"name" : "NetTrace",
"path" : "Sources/NetTrace",
"product_memberships" : [
"NetTrace"
],
"sources" : [
"Core/ErrorLog.swift",
"Core/HARExporter.swift",
"Core/HTTPRequestLog.swift",
"Core/HTTPResponseLog.swift",
"Core/NetRecorder.swift",
"Core/NetTrace.swift",
"Core/URLSession+Interception.swift",
"UI/Helpers/JSONNodeType.swift",
"UI/ViewControllers/JSONTreeViewController.swift",
"UI/ViewControllers/RequestDetailViewController.swift",
"UI/ViewControllers/RequestListViewController.swift",
"UI/Views/JSONTreeCell.swift",
"UI/Windows/OverlayWindow.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/15] Compiling NetTrace RequestListViewController.swift
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
[4/15] Compiling NetTrace JSONTreeCell.swift
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
[5/16] Compiling NetTrace JSONTreeViewController.swift
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
[6/16] Compiling NetTrace RequestDetailViewController.swift
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
[7/16] Compiling NetTrace OverlayWindow.swift
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
[8/16] Compiling NetTrace HTTPRequestLog.swift
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
[9/16] Compiling NetTrace HTTPResponseLog.swift
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/16] Emitting module NetTrace
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
[11/16] Compiling NetTrace ErrorLog.swift
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
[12/16] Compiling NetTrace HARExporter.swift
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
[13/16] Compiling NetTrace NetRecorder.swift
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
[14/16] Compiling NetTrace NetTrace.swift
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
[15/16] Compiling NetTrace URLSession+Interception.swift
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
[16/16] Compiling NetTrace JSONNodeType.swift
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/14] Emitting module NetTrace
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
[3/14] Compiling NetTrace ErrorLog.swift
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
[4/14] Compiling NetTrace HARExporter.swift
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
[5/14] Compiling NetTrace NetRecorder.swift
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
[6/14] Compiling NetTrace NetTrace.swift
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
[7/14] Compiling NetTrace URLSession+Interception.swift
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
[8/14] Compiling NetTrace JSONNodeType.swift
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
[9/14] Compiling NetTrace HTTPRequestLog.swift
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
[10/14] Compiling NetTrace HTTPResponseLog.swift
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
[11/15] Compiling NetTrace RequestListViewController.swift
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
[12/15] Compiling NetTrace JSONTreeCell.swift
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
[13/15] Compiling NetTrace JSONTreeViewController.swift
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
[14/15] Compiling NetTrace RequestDetailViewController.swift
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
[15/15] Compiling NetTrace OverlayWindow.swift
/host/spi-builder-workspace/Sources/NetTrace/Core/NetTrace.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @MainActor
BUILD FAILURE 6.1 wasm