The Swift Package Index logo.Swift Package Index

Build Information

Failed to build UIKeyCommandTableView, reference main (303815), with Swift 6.0 for macOS (SPM) on 16 May 2025 22:02:11 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ipedro/UIKeyCommandTableView
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ipedro/UIKeyCommandTableView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/9] Compiling UIKeyCommandTableView UIKeyCommandTableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKeyCommandTableView/UIKeyCommand+Constants.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - Constants
[4/9] Compiling UIKeyCommandTableView UIKeyCommand+Options.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKeyCommandTableView/UIKeyCommand+Constants.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - Constants
[5/9] Compiling UIKeyCommandTableView UIKeyCommand+Init.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKeyCommandTableView/UIKeyCommand+Constants.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - Constants
[6/9] Compiling UIKeyCommandTableView UIKeyCommand+Constants.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKeyCommandTableView/UIKeyCommand+Constants.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - Constants
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'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - Constants
[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'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - Constants
[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'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - Constants
BUILD FAILURE 6.0 macosSpm