Build Information
Failed to build WWDebugOverlay, reference main (06d7ae), with Swift 6.1 for macOS (SPM) on 20 Apr 2026 01:58:34 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/William-Weng/WWDebugOverlay.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/William-Weng/WWDebugOverlay
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 06d7ae6 Update README with project link and badges
Cloned https://github.com/William-Weng/WWDebugOverlay.git
Revision (git rev-parse @):
06d7ae6a0eba022a31e6a02e506fabd41b0b199b
SUCCESS checkout https://github.com/William-Weng/WWDebugOverlay.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/William-Weng/WWDebugOverlay.git
https://github.com/William-Weng/WWDebugOverlay.git
{
"dependencies" : [
],
"manifest_display_name" : "WWDebugOverlay",
"name" : "WWDebugOverlay",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "WWDebugOverlay",
"targets" : [
"WWDebugOverlay"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "WWDebugOverlay",
"module_type" : "SwiftTarget",
"name" : "WWDebugOverlay",
"path" : "Sources/WWDebugOverlay",
"product_memberships" : [
"WWDebugOverlay"
],
"sources" : [
"Utility/Extension.swift",
"Utility/Model.swift",
"WWDebugOverlay.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
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/6] Compiling WWDebugOverlay WWDebugOverlay.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWDebugOverlay/Utility/Extension.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import ObjectiveC
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/6] Emitting module WWDebugOverlay
/Users/admin/builder/spi-builder-workspace/Sources/WWDebugOverlay/Utility/Extension.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import ObjectiveC
10 |
[5/6] Compiling WWDebugOverlay Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWDebugOverlay/Utility/Extension.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import ObjectiveC
10 |
[6/6] Compiling WWDebugOverlay Model.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWDebugOverlay/Utility/Extension.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import ObjectiveC
10 |
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/5] Emitting module WWDebugOverlay
/Users/admin/builder/spi-builder-workspace/Sources/WWDebugOverlay/Utility/Extension.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import ObjectiveC
10 |
[3/5] Compiling WWDebugOverlay Model.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWDebugOverlay/Utility/Extension.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import ObjectiveC
10 |
[4/5] Compiling WWDebugOverlay Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWDebugOverlay/Utility/Extension.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import ObjectiveC
10 |
[5/5] Compiling WWDebugOverlay WWDebugOverlay.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWDebugOverlay/Utility/Extension.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import ObjectiveC
10 |
BUILD FAILURE 6.1 macosSpm