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 KeyboardToolbar, reference main (41ec0d), with Swift 6.0 for macOS (SPM) on 3 Sep 2025 01:29:21 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/simonbs/KeyboardToolbar.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/simonbs/KeyboardToolbar
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 41ec0d3 Update BlurUIKit dependency to use https url (#3)
Cloned https://github.com/simonbs/KeyboardToolbar.git
Revision (git rev-parse @):
41ec0d3352c228a3a5cf4259a8cde4ae5d88b9d3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/simonbs/KeyboardToolbar.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/simonbs/KeyboardToolbar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Copying Assets.xcassets
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/8] Emitting module BlurUIKit
/Users/admin/builder/spi-builder-workspace/.build/checkouts/BlurUIKit/BlurUIKit/Internal/BlurFilterProvider.swift:23:8: error: no such module 'UIKit'
21 | //  SOFTWARE.
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | // An internal class that creates, manages and vends the blur filters
[6/8] Compiling BlurUIKit BlurFilterProvider.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/BlurUIKit/BlurUIKit/Internal/BlurFilterProvider.swift:23:8: error: no such module 'UIKit'
21 | //  SOFTWARE.
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | // An internal class that creates, manages and vends the blur filters
[7/8] Compiling BlurUIKit UIView+Blur.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/BlurUIKit/BlurUIKit/Internal/BlurFilterProvider.swift:23:8: error: no such module 'UIKit'
21 | //  SOFTWARE.
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | // An internal class that creates, manages and vends the blur filters
[8/8] Compiling BlurUIKit VariableBlurView.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/BlurUIKit/BlurUIKit/Internal/BlurFilterProvider.swift:23:8: error: no such module 'UIKit'
21 | //  SOFTWARE.
22 |
23 | import UIKit
   |        `- error: no such module 'UIKit'
24 |
25 | // An internal class that creates, manages and vends the blur filters
Fetching https://github.com/TimOliver/BlurUIKit.git
[6/287] Fetching bluruikit
Fetched https://github.com/TimOliver/BlurUIKit.git from cache (1.09s)
Computing version for https://github.com/TimOliver/BlurUIKit.git
Computed https://github.com/TimOliver/BlurUIKit.git at 1.2.0 (0.66s)
Creating working copy for https://github.com/TimOliver/BlurUIKit.git
Working copy of https://github.com/TimOliver/BlurUIKit.git resolved at 1.2.0
BUILD FAILURE 6.0 macosSpm