Build Information
Failed to build NetTrace, reference main (f202c5), with Swift 6.1 for macOS (SPM) on 22 Feb 2026 17:58:12 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/theCodingDJ/NetTrace.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/theCodingDJ/NetTrace
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/theCodingDJ/NetTrace.git
https://github.com/theCodingDJ/NetTrace.git
{
"dependencies" : [
],
"manifest_display_name" : "NetTrace",
"name" : "NetTrace",
"path" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/15] Compiling NetTrace RequestListViewController.swift
/Users/admin/builder/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/16] Compiling NetTrace RequestDetailViewController.swift
/Users/admin/builder/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 JSONTreeCell.swift
/Users/admin/builder/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 JSONTreeViewController.swift
/Users/admin/builder/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
/Users/admin/builder/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 URLSession+Interception.swift
/Users/admin/builder/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 JSONNodeType.swift
/Users/admin/builder/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
/Users/admin/builder/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 NetRecorder.swift
/Users/admin/builder/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 NetTrace.swift
/Users/admin/builder/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 HTTPRequestLog.swift
/Users/admin/builder/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 HTTPResponseLog.swift
/Users/admin/builder/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 ErrorLog.swift
/Users/admin/builder/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 HARExporter.swift
/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/14] Compiling NetTrace JSONTreeCell.swift
/Users/admin/builder/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)
[3/15] Compiling NetTrace RequestListViewController.swift
/Users/admin/builder/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] Emitting module NetTrace
/Users/admin/builder/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/15] Compiling NetTrace URLSession+Interception.swift
/Users/admin/builder/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/15] Compiling NetTrace RequestDetailViewController.swift
/Users/admin/builder/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/15] Compiling NetTrace JSONTreeViewController.swift
/Users/admin/builder/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/15] Compiling NetTrace JSONNodeType.swift
/Users/admin/builder/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/15] Compiling NetTrace NetRecorder.swift
/Users/admin/builder/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/15] Compiling NetTrace NetTrace.swift
/Users/admin/builder/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 ErrorLog.swift
/Users/admin/builder/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 HARExporter.swift
/Users/admin/builder/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 HTTPRequestLog.swift
/Users/admin/builder/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 HTTPResponseLog.swift
/Users/admin/builder/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
/Users/admin/builder/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 macosSpm