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 6.1 for macOS (SPM) on 16 May 2025 22:00:25 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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
========================================
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",
  "dependencies": [
    {
      "identity": "uikeycommandtableview",
      "name": "UIKeyCommandTableView",
      "url": "https://github.com/ipedro/UIKeyCommandTableView.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UIKeyCommandTableView",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ipedro/UIKeyCommandTableView.git
[1/141] Fetching uikeycommandtableview
Fetched https://github.com/ipedro/UIKeyCommandTableView.git from cache (0.66s)
Creating working copy for https://github.com/ipedro/UIKeyCommandTableView.git
Working copy of https://github.com/ipedro/UIKeyCommandTableView.git resolved at 1.0.0 (3038155)
warning: '.resolve-product-dependencies': dependency 'uikeycommandtableview' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ipedro/UIKeyCommandTableView.git
https://github.com/ipedro/UIKeyCommandTableView.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "UIKeyCommandTableView",
  "name" : "UIKeyCommandTableView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "UIKeyCommandTableView",
      "targets" : [
        "UIKeyCommandTableView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UIKeyCommandTableViewTests",
      "module_type" : "SwiftTarget",
      "name" : "UIKeyCommandTableViewTests",
      "path" : "Tests/UIKeyCommandTableViewTests",
      "sources" : [
        "UIKeyCommandTableViewTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "UIKeyCommandTableView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UIKeyCommandTableView",
      "module_type" : "SwiftTarget",
      "name" : "UIKeyCommandTableView",
      "path" : "Sources/UIKeyCommandTableView",
      "product_memberships" : [
        "UIKeyCommandTableView"
      ],
      "sources" : [
        "IndexPath+InvalidReason.swift",
        "NSObjectProtocol+Debounce.swift",
        "UIKeyCommand+Constants.swift",
        "UIKeyCommand+Init.swift",
        "UIKeyCommand+Options.swift",
        "UIKeyCommandTableView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.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+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
[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'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // MARK: - Constants
[6/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
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 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
[9/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
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/8] 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
[3/8] 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
[4/8] 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
[5/8] 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
[6/8] 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
[7/8] 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
[8/8] 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
BUILD FAILURE 6.1 macosSpm