The Swift Package Index logo.Swift Package Index

Build Information

Failed to build KeyboardToolbar, reference main (41ec0d), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 03:59:02 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/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
Fetching https://github.com/TimOliver/BlurUIKit.git
[1/514] Fetching bluruikit
Fetched https://github.com/TimOliver/BlurUIKit.git from cache (1.08s)
Computing version for https://github.com/TimOliver/BlurUIKit.git
Computed https://github.com/TimOliver/BlurUIKit.git at 1.2.0 (1.82s)
Creating working copy for https://github.com/TimOliver/BlurUIKit.git
Working copy of https://github.com/TimOliver/BlurUIKit.git resolved at 1.2.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "keyboardtoolbar",
      "name": "KeyboardToolbar",
      "url": "https://github.com/simonbs/KeyboardToolbar.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KeyboardToolbar",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "bluruikit",
          "name": "BlurUIKit",
          "url": "https://github.com/TimOliver/BlurUIKit.git",
          "version": "1.5.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BlurUIKit",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/simonbs/KeyboardToolbar.git
[1/315] Fetching keyboardtoolbar
Fetched https://github.com/simonbs/KeyboardToolbar.git from cache (0.75s)
Fetching https://github.com/TimOliver/BlurUIKit.git from cache
Fetched https://github.com/TimOliver/BlurUIKit.git from cache (0.41s)
Computing version for https://github.com/TimOliver/BlurUIKit.git
Computed https://github.com/TimOliver/BlurUIKit.git at 1.5.0 (1.12s)
Creating working copy for https://github.com/simonbs/KeyboardToolbar.git
Working copy of https://github.com/simonbs/KeyboardToolbar.git resolved at main (41ec0d3)
Creating working copy for https://github.com/TimOliver/BlurUIKit.git
Working copy of https://github.com/TimOliver/BlurUIKit.git resolved at 1.5.0
warning: '.resolve-product-dependencies': dependency 'keyboardtoolbar' is not used by any target
Found 1 product dependencies
  - BlurUIKit
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/simonbs/KeyboardToolbar.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Copying Assets.xcassets
[3/4] Write swift-version--6988338F2F200930.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 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
[8/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
BUILD FAILURE 6.3 macosSpm