Build Information
Failed to build TableKit, reference master (8bf484
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 11:06:32 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maxsokolov/TableKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/maxsokolov/TableKit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 8bf4840 bump to 2.11.0
Cloned https://github.com/maxsokolov/TableKit.git
Revision (git rev-parse @):
8bf4840d9d0475a92352f02f368f88b74eced447
SUCCESS checkout https://github.com/maxsokolov/TableKit.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/maxsokolov/TableKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling TableKit TableRowAction.swift
/Users/admin/builder/spi-builder-workspace/Sources/ConfigurableCell.swift:21:8: error: no such module 'UIKit'
19 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 |
21 | import UIKit
| `- error: no such module 'UIKit'
22 |
23 | public protocol ConfigurableCell {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/13] Emitting module TableKit
/Users/admin/builder/spi-builder-workspace/Sources/ConfigurableCell.swift:21:8: error: no such module 'UIKit'
19 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 |
21 | import UIKit
| `- error: no such module 'UIKit'
22 |
23 | public protocol ConfigurableCell {
[5/13] Compiling TableKit ConfigurableCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/ConfigurableCell.swift:21:8: error: no such module 'UIKit'
19 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 |
21 | import UIKit
| `- error: no such module 'UIKit'
22 |
23 | public protocol ConfigurableCell {
[6/13] Compiling TableKit TablePrototypeCellHeightCalculator.swift
/Users/admin/builder/spi-builder-workspace/Sources/ConfigurableCell.swift:21:8: error: no such module 'UIKit'
19 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 |
21 | import UIKit
| `- error: no such module 'UIKit'
22 |
23 | public protocol ConfigurableCell {
[7/13] Compiling TableKit TableCellRegisterer.swift
/Users/admin/builder/spi-builder-workspace/Sources/ConfigurableCell.swift:21:8: error: no such module 'UIKit'
19 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 |
21 | import UIKit
| `- error: no such module 'UIKit'
22 |
23 | public protocol ConfigurableCell {
[8/13] Compiling TableKit TableCellAction.swift
/Users/admin/builder/spi-builder-workspace/Sources/ConfigurableCell.swift:21:8: error: no such module 'UIKit'
19 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 |
21 | import UIKit
| `- error: no such module 'UIKit'
22 |
23 | public protocol ConfigurableCell {
[9/13] Compiling TableKit Operators.swift
/Users/admin/builder/spi-builder-workspace/Sources/ConfigurableCell.swift:21:8: error: no such module 'UIKit'
19 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 |
21 | import UIKit
| `- error: no such module 'UIKit'
22 |
23 | public protocol ConfigurableCell {
[10/13] Compiling TableKit TableRow.swift
/Users/admin/builder/spi-builder-workspace/Sources/ConfigurableCell.swift:21:8: error: no such module 'UIKit'
19 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 |
21 | import UIKit
| `- error: no such module 'UIKit'
22 |
23 | public protocol ConfigurableCell {
[11/13] Compiling TableKit TableDirector.swift
/Users/admin/builder/spi-builder-workspace/Sources/ConfigurableCell.swift:21:8: error: no such module 'UIKit'
19 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 |
21 | import UIKit
| `- error: no such module 'UIKit'
22 |
23 | public protocol ConfigurableCell {
[12/13] Compiling TableKit TableKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ConfigurableCell.swift:21:8: error: no such module 'UIKit'
19 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 |
21 | import UIKit
| `- error: no such module 'UIKit'
22 |
23 | public protocol ConfigurableCell {
[13/13] Compiling TableKit TableSection.swift
/Users/admin/builder/spi-builder-workspace/Sources/ConfigurableCell.swift:21:8: error: no such module 'UIKit'
19 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 |
21 | import UIKit
| `- error: no such module 'UIKit'
22 |
23 | public protocol ConfigurableCell {
BUILD FAILURE 6.2 macosSpm