The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build UIKeyCommandTableView, reference 1.0.0 (303815), with Swift 5.10 for macOS (SPM) on 16 May 2025 22:02:07 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ipedro/UIKeyCommandTableView.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ipedro/UIKeyCommandTableView
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 3038155 improve documentation
Cloned https://github.com/ipedro/UIKeyCommandTableView.git
Revision (git rev-parse @):
3038155d24711ea615ed1b6f771002f88e58e957
SUCCESS checkout https://github.com/ipedro/UIKeyCommandTableView.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/ipedro/UIKeyCommandTableView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/9] Compiling UIKeyCommandTableView UIKeyCommand+Init.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKeyCommandTableView/UIKeyCommand+Constants.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[4/9] Compiling UIKeyCommandTableView UIKeyCommand+Constants.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKeyCommandTableView/UIKeyCommand+Constants.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[5/9] Compiling UIKeyCommandTableView UIKeyCommand+Options.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKeyCommandTableView/UIKeyCommand+Constants.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[6/9] Compiling UIKeyCommandTableView UIKeyCommandTableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKeyCommandTableView/UIKeyCommand+Constants.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/9] Emitting module UIKeyCommandTableView
/Users/admin/builder/spi-builder-workspace/Sources/UIKeyCommandTableView/UIKeyCommand+Constants.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[8/9] Compiling UIKeyCommandTableView NSObjectProtocol+Debounce.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKeyCommandTableView/UIKeyCommand+Constants.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[9/9] Compiling UIKeyCommandTableView IndexPath+InvalidReason.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKeyCommandTableView/UIKeyCommand+Constants.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.10 macosSpm