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 PasscodeKit, reference main (784ea2), with Swift 6.2 for macOS (SPM) on 30 Oct 2025 20:40:43 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/relatedcode/PasscodeKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/relatedcode/PasscodeKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 784ea25 Update README.md
Cloned https://github.com/relatedcode/PasscodeKit.git
Revision (git rev-parse @):
784ea2515ff9143c999d45691f1b5006fbc3b77d
SUCCESS checkout https://github.com/relatedcode/PasscodeKit.git at main
========================================
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": "passcodekit",
      "name": "PasscodeKit",
      "url": "https://github.com/relatedcode/PasscodeKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PasscodeKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/relatedcode/PasscodeKit.git
[1/163] Fetching passcodekit
Fetched https://github.com/relatedcode/PasscodeKit.git from cache (0.74s)
Creating working copy for https://github.com/relatedcode/PasscodeKit.git
Working copy of https://github.com/relatedcode/PasscodeKit.git resolved at main (784ea25)
warning: '.resolve-product-dependencies': dependency 'passcodekit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/relatedcode/PasscodeKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-49B95AFC49DCD68C.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/11] Emitting module PasscodeKit
/Users/admin/builder/spi-builder-workspace/PasscodeKit/Sources/PasscodeKit.swift:12:8: error: no such module 'UIKit'
 10 | // THE SOFTWARE.
 11 |
 12 | import UIKit
    |        `- error: no such module 'UIKit'
 13 | import CryptoKit
 14 |
[4/11] Compiling PasscodeKit PasscodeKitCreate.swift
/Users/admin/builder/spi-builder-workspace/PasscodeKit/Sources/PasscodeKit.swift:12:8: error: no such module 'UIKit'
 10 | // THE SOFTWARE.
 11 |
 12 | import UIKit
    |        `- error: no such module 'UIKit'
 13 | import CryptoKit
 14 |
[5/11] Compiling PasscodeKit PasscodeKit.swift
/Users/admin/builder/spi-builder-workspace/PasscodeKit/Sources/PasscodeKit.swift:12:8: error: no such module 'UIKit'
 10 | // THE SOFTWARE.
 11 |
 12 | import UIKit
    |        `- error: no such module 'UIKit'
 13 | import CryptoKit
 14 |
[6/11] Compiling PasscodeKit PasscodeKitText.swift
/Users/admin/builder/spi-builder-workspace/PasscodeKit/Sources/PasscodeKit.swift:12:8: error: no such module 'UIKit'
 10 | // THE SOFTWARE.
 11 |
 12 | import UIKit
    |        `- error: no such module 'UIKit'
 13 | import CryptoKit
 14 |
[7/11] Compiling PasscodeKit PasscodeKitVerify.swift
/Users/admin/builder/spi-builder-workspace/PasscodeKit/Sources/PasscodeKit.swift:12:8: error: no such module 'UIKit'
 10 | // THE SOFTWARE.
 11 |
 12 | import UIKit
    |        `- error: no such module 'UIKit'
 13 | import CryptoKit
 14 |
[8/11] Compiling PasscodeKit PasscodeKitChange.swift
/Users/admin/builder/spi-builder-workspace/PasscodeKit/Sources/PasscodeKit.swift:12:8: error: no such module 'UIKit'
 10 | // THE SOFTWARE.
 11 |
 12 | import UIKit
    |        `- error: no such module 'UIKit'
 13 | import CryptoKit
 14 |
[9/11] Compiling PasscodeKit PasscodeKitRemove.swift
/Users/admin/builder/spi-builder-workspace/PasscodeKit/Sources/PasscodeKit.swift:12:8: error: no such module 'UIKit'
 10 | // THE SOFTWARE.
 11 |
 12 | import UIKit
    |        `- error: no such module 'UIKit'
 13 | import CryptoKit
 14 |
BUILD FAILURE 6.2 macosSpm