Build Information
Failed to build KeyboardHelper, reference 3.0.1 (29f945
), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 20:26:44 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: 3.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ml-opensource/KeyboardHelper
* tag 3.0.1 -> FETCH_HEAD
HEAD is now at 29f945c Merge pull request #34 from nodes-ios/develop
Cloned https://github.com/ml-opensource/KeyboardHelper.git
Revision (git rev-parse @):
29f945c1a1ce70ac73e75de994a0225a8283ac78
SUCCESS checkout https://github.com/ml-opensource/KeyboardHelper.git at 3.0.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": "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.73s)
Creating working copy for https://github.com/ml-opensource/KeyboardHelper.git
Working copy of https://github.com/ml-opensource/KeyboardHelper.git resolved at 3.0.1 (29f945c)
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 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.
[5/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.
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