Build Information
Failed to build Keyboard, reference 0.1.1 (42c0d2
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 01:25:41 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/lipka/Keyboard.git
Reference: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lipka/Keyboard
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at 42c0d23 Add public initializers.
Cloned https://github.com/lipka/Keyboard.git
Revision (git rev-parse @):
42c0d2340973aa1f2cf75c3731c5430cf6841622
SUCCESS checkout https://github.com/lipka/Keyboard.git at 0.1.1
========================================
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": "keyboard",
"name": "Keyboard",
"url": "https://github.com/lipka/Keyboard.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Keyboard",
"dependencies": [
]
}
]
}
Fetching https://github.com/lipka/Keyboard.git
[1/31] Fetching keyboard
Fetched https://github.com/lipka/Keyboard.git from cache (2.01s)
Creating working copy for https://github.com/lipka/Keyboard.git
Working copy of https://github.com/lipka/Keyboard.git resolved at 0.1.1 (42c0d23)
warning: '.resolve-product-dependencies': dependency 'keyboard' 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/lipka/Keyboard.git
https://github.com/lipka/Keyboard.git
{
"dependencies" : [
],
"manifest_display_name" : "Keyboard",
"name" : "Keyboard",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
}
],
"products" : [
{
"name" : "Keyboard",
"targets" : [
"Keyboard"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KeyboardTests",
"module_type" : "SwiftTarget",
"name" : "KeyboardTests",
"path" : "Tests/KeyboardTests",
"sources" : [
"KeyboardTests.swift"
],
"target_dependencies" : [
"Keyboard"
],
"type" : "test"
},
{
"c99name" : "Keyboard",
"module_type" : "SwiftTarget",
"name" : "Keyboard",
"path" : "Sources/Keyboard",
"product_memberships" : [
"Keyboard"
],
"sources" : [
"Handlers/BasicKeyboardHandler.swift",
"Handlers/ConstraintKeyboardHandler.swift",
"Handlers/CustomKeyboardHandler.swift",
"Handlers/InsetKeyboardHandler.swift",
"KeyboardHandler.swift",
"KeyboardInfo.swift",
"KeyboardObserver.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
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/10] Compiling Keyboard KeyboardObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Handlers/BasicKeyboardHandler.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public class BasicKeyboardHandler: KeyboardHandler {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/10] Compiling Keyboard KeyboardHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Handlers/BasicKeyboardHandler.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public class BasicKeyboardHandler: KeyboardHandler {
[5/10] Compiling Keyboard InsetKeyboardHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Handlers/BasicKeyboardHandler.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public class BasicKeyboardHandler: KeyboardHandler {
[6/10] Emitting module Keyboard
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Handlers/BasicKeyboardHandler.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public class BasicKeyboardHandler: KeyboardHandler {
[7/10] Compiling Keyboard KeyboardInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Handlers/BasicKeyboardHandler.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public class BasicKeyboardHandler: KeyboardHandler {
[8/10] Compiling Keyboard BasicKeyboardHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Handlers/BasicKeyboardHandler.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public class BasicKeyboardHandler: KeyboardHandler {
[9/10] Compiling Keyboard CustomKeyboardHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Handlers/BasicKeyboardHandler.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public class BasicKeyboardHandler: KeyboardHandler {
[10/10] Compiling Keyboard ConstraintKeyboardHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Handlers/BasicKeyboardHandler.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public class BasicKeyboardHandler: KeyboardHandler {
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/9] Emitting module Keyboard
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Handlers/BasicKeyboardHandler.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public class BasicKeyboardHandler: KeyboardHandler {
[3/9] Compiling Keyboard BasicKeyboardHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Handlers/BasicKeyboardHandler.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public class BasicKeyboardHandler: KeyboardHandler {
[4/9] Compiling Keyboard ConstraintKeyboardHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Handlers/BasicKeyboardHandler.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public class BasicKeyboardHandler: KeyboardHandler {
[5/9] Compiling Keyboard KeyboardObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Handlers/BasicKeyboardHandler.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public class BasicKeyboardHandler: KeyboardHandler {
[6/9] Compiling Keyboard KeyboardHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Handlers/BasicKeyboardHandler.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public class BasicKeyboardHandler: KeyboardHandler {
[7/9] Compiling Keyboard KeyboardInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Handlers/BasicKeyboardHandler.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public class BasicKeyboardHandler: KeyboardHandler {
[8/9] Compiling Keyboard InsetKeyboardHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Handlers/BasicKeyboardHandler.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public class BasicKeyboardHandler: KeyboardHandler {
[9/9] Compiling Keyboard CustomKeyboardHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Handlers/BasicKeyboardHandler.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public class BasicKeyboardHandler: KeyboardHandler {
BUILD FAILURE 6.1 macosSpm