Build Information
Failed to build Hawk, reference main (f82237), with Swift 6.2 for macOS (SPM) on 26 Jan 2026 08:08:28 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/reeen21/Hawk.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/reeen21/Hawk
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f82237b Merge pull request #5 from reeen21/fix/public-api-improvements
Cloned https://github.com/reeen21/Hawk.git
Revision (git rev-parse @):
f82237b8343e571d183dafa0fd7839e3f04b0534
SUCCESS checkout https://github.com/reeen21/Hawk.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "hawk",
"name": "Hawk",
"url": "https://github.com/reeen21/Hawk.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Hawk",
"dependencies": [
]
}
]
}
Fetching https://github.com/reeen21/Hawk.git
[1/194] Fetching hawk
Fetched https://github.com/reeen21/Hawk.git from cache (0.78s)
Creating working copy for https://github.com/reeen21/Hawk.git
Working copy of https://github.com/reeen21/Hawk.git resolved at main (f82237b)
warning: '.resolve-product-dependencies': dependency 'hawk' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/reeen21/Hawk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/9] Compiling Hawk ViewController+showForceUpdateDialogIfNeeded.swift
/Users/admin/builder/spi-builder-workspace/Sources/Hawk/Public Extensions/ViewController+showForceUpdateDialogIfNeeded.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UIViewController {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/9] Emitting module Hawk
/Users/admin/builder/spi-builder-workspace/Sources/Hawk/Public Extensions/ViewController+showForceUpdateDialogIfNeeded.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UIViewController {
[5/9] Compiling Hawk Version.swift
/Users/admin/builder/spi-builder-workspace/Sources/Hawk/Public Extensions/ViewController+showForceUpdateDialogIfNeeded.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UIViewController {
[6/9] Compiling Hawk Hawk.swift
/Users/admin/builder/spi-builder-workspace/Sources/Hawk/Public Extensions/ViewController+showForceUpdateDialogIfNeeded.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UIViewController {
[7/9] Compiling Hawk UpdateLevel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Hawk/Public Extensions/ViewController+showForceUpdateDialogIfNeeded.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UIViewController {
[8/9] Compiling Hawk SwiftUI+CustomDialogModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Hawk/Public Extensions/ViewController+showForceUpdateDialogIfNeeded.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UIViewController {
[9/9] Compiling Hawk SwiftUI+ForceUpdateViewModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Hawk/Public Extensions/ViewController+showForceUpdateDialogIfNeeded.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public extension UIViewController {
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/Hawk/Resource/Localizable.xcstrings
BUILD FAILURE 6.2 macosSpm