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 KeyboardHelper, reference master (a4e984), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 20:26:40 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ml-opensource/KeyboardHelper.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ml-opensource/KeyboardHelper
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a4e9845 Update README.md
Cloned https://github.com/ml-opensource/KeyboardHelper.git
Revision (git rev-parse @):
a4e9845648d15107c6d67630c8bc41eee57c4b2a
SUCCESS checkout https://github.com/ml-opensource/KeyboardHelper.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",
  "dependencies": [
    {
      "identity": "keyboardhelper",
      "name": "KeyboardHelper",
      "url": "https://github.com/ml-opensource/KeyboardHelper.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KeyboardHelper",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ml-opensource/KeyboardHelper.git
[6/528] Fetching keyboardhelper
Fetched https://github.com/ml-opensource/KeyboardHelper.git from cache (0.79s)
Creating working copy for https://github.com/ml-opensource/KeyboardHelper.git
Working copy of https://github.com/ml-opensource/KeyboardHelper.git resolved at master (a4e9845)
warning: '.resolve-product-dependencies': dependency 'keyboardhelper' 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/ml-opensource/KeyboardHelper.git
https://github.com/ml-opensource/KeyboardHelper.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "KeyboardHelper",
  "name" : "KeyboardHelper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "KeyboardHelper",
      "targets" : [
        "KeyboardHelper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KeyboardHelperTests",
      "module_type" : "SwiftTarget",
      "name" : "KeyboardHelperTests",
      "path" : "KeyboardHelperTests/Tests",
      "sources" : [
        "KeyboardAppearanceInfoTests.swift",
        "KeyboardHelperTests.swift"
      ],
      "target_dependencies" : [
        "KeyboardHelper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KeyboardHelper",
      "module_type" : "SwiftTarget",
      "name" : "KeyboardHelper",
      "path" : "Sources/KeyboardHelper",
      "product_memberships" : [
        "KeyboardHelper"
      ],
      "sources" : [
        "KeyboardAppearanceInfo.swift",
        "KeyboardHelper.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/5] Emitting module KeyboardHelper
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardHelper/KeyboardAppearanceInfo.swift:10:8: error: no such module 'UIKit'
 8 |
 9 | import Foundation
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | /// A struct holding all keyboard view information when it's being shown or hidden.
[4/5] Compiling KeyboardHelper KeyboardHelper.swift
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardHelper/KeyboardAppearanceInfo.swift:10:8: error: no such module 'UIKit'
 8 |
 9 | import Foundation
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | /// A struct holding all keyboard view information when it's being shown or hidden.
[5/5] Compiling KeyboardHelper KeyboardAppearanceInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardHelper/KeyboardAppearanceInfo.swift:10:8: error: no such module 'UIKit'
 8 |
 9 | import Foundation
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | /// A struct holding all keyboard view information when it's being shown or hidden.
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
[2/4] Compiling KeyboardHelper KeyboardHelper.swift
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardHelper/KeyboardAppearanceInfo.swift:10:8: error: no such module 'UIKit'
 8 |
 9 | import Foundation
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | /// A struct holding all keyboard view information when it's being shown or hidden.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module KeyboardHelper
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardHelper/KeyboardAppearanceInfo.swift:10:8: error: no such module 'UIKit'
 8 |
 9 | import Foundation
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | /// A struct holding all keyboard view information when it's being shown or hidden.
[4/4] Compiling KeyboardHelper KeyboardAppearanceInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardHelper/KeyboardAppearanceInfo.swift:10:8: error: no such module 'UIKit'
 8 |
 9 | import Foundation
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | /// A struct holding all keyboard view information when it's being shown or hidden.
BUILD FAILURE 6.1 macosSpm