Build Information
Failed to build Hawk, reference 1.1.1 (f82237), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 07:59:45 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/reeen21/Hawk.git
Reference: 1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/reeen21/Hawk
* tag 1.1.1 -> FETCH_HEAD
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 1.1.1
========================================
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",
"traits": [
"default"
],
"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",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/reeen21/Hawk.git
[1/194] Fetching hawk
Fetched https://github.com/reeen21/Hawk.git from cache (0.66s)
Creating working copy for https://github.com/reeen21/Hawk.git
Working copy of https://github.com/reeen21/Hawk.git resolved at 1.1.1 (f82237b)
warning: '.resolve-product-dependencies': dependency 'hawk' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/reeen21/Hawk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/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 {
[4/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 {
[5/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 {
[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 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 {
[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 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 {
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.3 macosSpm