Build Information
Failed to build KeyboardNotificationsObserver, reference 1.0.0 (d825a8), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 17:34:18 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/zummenix/KeyboardNotificationsObserver.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/zummenix/KeyboardNotificationsObserver
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at d825a83 Prepare release
Cloned https://github.com/zummenix/KeyboardNotificationsObserver.git
Revision (git rev-parse @):
d825a8394bfdd31d337da4c4b328e96a01603b2c
SUCCESS checkout https://github.com/zummenix/KeyboardNotificationsObserver.git at 1.0.0
========================================
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": "keyboardnotificationsobserver",
"name": "KeyboardNotificationsObserver",
"url": "https://github.com/zummenix/KeyboardNotificationsObserver.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KeyboardNotificationsObserver",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/zummenix/KeyboardNotificationsObserver.git
[1/197] Fetching keyboardnotificationsobserver
Fetched https://github.com/zummenix/KeyboardNotificationsObserver.git from cache (0.74s)
Creating working copy for https://github.com/zummenix/KeyboardNotificationsObserver.git
Working copy of https://github.com/zummenix/KeyboardNotificationsObserver.git resolved at 1.0.0 (d825a83)
warning: '.resolve-product-dependencies': dependency 'keyboardnotificationsobserver' 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/zummenix/KeyboardNotificationsObserver.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/4] Emitting module KeyboardNotificationsObserver
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardNotificationsObserver/KeyboardNotificationsObserver.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// An observer for `UIKeyboard` notifications that provides a safe and convenient interface.
[4/4] Compiling KeyboardNotificationsObserver KeyboardNotificationsObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardNotificationsObserver/KeyboardNotificationsObserver.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// An observer for `UIKeyboard` notifications that provides a safe and convenient interface.
BUILD FAILURE 6.3 macosSpm