The Swift Package Index logo.Swift Package Index

Build Information

Failed to build TableKit, reference master (8bf484), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 12:08:56 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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": "tablekit",
      "name": "TableKit",
      "url": "https://github.com/maxsokolov/TableKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TableKit",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/maxsokolov/TableKit.git
[1/3034] Fetching tablekit
Fetched https://github.com/maxsokolov/TableKit.git from cache (1.03s)
Creating working copy for https://github.com/maxsokolov/TableKit.git
Working copy of https://github.com/maxsokolov/TableKit.git resolved at master (8bf4840)
warning: '.resolve-product-dependencies': dependency 'tablekit' 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/maxsokolov/TableKit.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
[3/12] 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 {
[4/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)
[5/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 {
[6/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 {
[7/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 {
[8/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 {
[9/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 {
[10/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 {
[11/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 {
[12/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 {
[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.3 macosSpm