Build Information
Failed to build PopOverMenu, reference 3.0.0 (498157), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 20:13:04 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/tichise/PopOverMenu.git
Reference: 3.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tichise/PopOverMenu
* tag 3.0.0 -> FETCH_HEAD
HEAD is now at 4981570 Update PopOverMenu.podspec
Cloned https://github.com/tichise/PopOverMenu.git
Revision (git rev-parse @):
4981570b2ce22e3136b69ac9ad79dce9a2359d5b
SUCCESS checkout https://github.com/tichise/PopOverMenu.git at 3.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": "popovermenu",
"name": "PopOverMenu",
"url": "https://github.com/tichise/PopOverMenu.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PopOverMenu",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/tichise/PopOverMenu.git
[1/732] Fetching popovermenu
Fetched https://github.com/tichise/PopOverMenu.git from cache (1.00s)
Creating working copy for https://github.com/tichise/PopOverMenu.git
Working copy of https://github.com/tichise/PopOverMenu.git resolved at 3.0.0 (4981570)
warning: '.resolve-product-dependencies': dependency 'popovermenu' 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/tichise/PopOverMenu.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/8] Emitting module PopOverMenu
/Users/admin/builder/spi-builder-workspace/Sources/PopOverViewController+Array.swift:5:8: error: no such module 'UIKit'
3 | //
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 |
7 | extension PopOverViewController {
[4/8] Compiling PopOverMenu PopOverViewController+Enum.swift
/Users/admin/builder/spi-builder-workspace/Sources/PopOverViewController+Array.swift:5:8: error: no such module 'UIKit'
3 | //
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 |
7 | extension PopOverViewController {
[5/8] Compiling PopOverMenu PopOverViewController+TableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/PopOverViewController+Array.swift:5:8: error: no such module 'UIKit'
3 | //
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 |
7 | extension PopOverViewController {
[6/8] Compiling PopOverMenu PopOverViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/PopOverViewController+Array.swift:5:8: error: no such module 'UIKit'
3 | //
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 |
7 | extension PopOverViewController {
[7/8] Compiling PopOverMenu PopOverViewController+Array.swift
/Users/admin/builder/spi-builder-workspace/Sources/PopOverViewController+Array.swift:5:8: error: no such module 'UIKit'
3 | //
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 |
7 | extension PopOverViewController {
[8/8] Compiling PopOverMenu PopOverViewController+BarButtonItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/PopOverViewController+Array.swift:5:8: error: no such module 'UIKit'
3 | //
4 |
5 | import UIKit
| `- error: no such module 'UIKit'
6 |
7 | extension PopOverViewController {
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/Storyboards/PopOver.storyboard
BUILD FAILURE 6.3 macosSpm