Build Information
Failed to build KeyboardLayoutGuide, reference main (20efa9
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 22:35:58 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/Geri-Borbas/iOS.Package.KeyboardLayoutGuide.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Geri-Borbas/iOS.Package.KeyboardLayoutGuide
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 20efa9d Update README.md
Cloned https://github.com/Geri-Borbas/iOS.Package.KeyboardLayoutGuide.git
Revision (git rev-parse @):
20efa9d6ad15c7cf2cf342c8b24e9261511c105f
SUCCESS checkout https://github.com/Geri-Borbas/iOS.Package.KeyboardLayoutGuide.git at main
========================================
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": "ios.package.keyboardlayoutguide",
"name": "KeyboardLayoutGuide",
"url": "https://github.com/Geri-Borbas/iOS.Package.KeyboardLayoutGuide.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/iOS.Package.KeyboardLayoutGuide",
"dependencies": [
]
}
]
}
Fetching https://github.com/Geri-Borbas/iOS.Package.KeyboardLayoutGuide.git
[1/38] Fetching ios.package.keyboardlayoutguide
Fetched https://github.com/Geri-Borbas/iOS.Package.KeyboardLayoutGuide.git from cache (0.58s)
Creating working copy for https://github.com/Geri-Borbas/iOS.Package.KeyboardLayoutGuide.git
Working copy of https://github.com/Geri-Borbas/iOS.Package.KeyboardLayoutGuide.git resolved at main (20efa9d)
warning: '.resolve-product-dependencies': dependency 'ios.package.keyboardlayoutguide' 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/Geri-Borbas/iOS.Package.KeyboardLayoutGuide.git
https://github.com/Geri-Borbas/iOS.Package.KeyboardLayoutGuide.git
{
"dependencies" : [
],
"manifest_display_name" : "KeyboardLayoutGuide",
"name" : "KeyboardLayoutGuide",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "KeyboardLayoutGuide",
"targets" : [
"KeyboardLayoutGuide"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KeyboardLayoutGuide",
"module_type" : "SwiftTarget",
"name" : "KeyboardLayoutGuide",
"path" : "KeyboardLayoutGuide",
"product_memberships" : [
"KeyboardLayoutGuide"
],
"sources" : [
"Extensions/AnimationCurve+Extensions.swift",
"Extensions/CGRect+Extensions.swift",
"Extensions/NSObject+Extensions.swift",
"Extensions/NSObject+Swizzle.swift",
"Extensions/Notification+Extensions.swift",
"Extensions/UIApplication+Extensions.swift",
"KeyboardLayoutGuide.swift",
"OrientationListenerViewController.swift",
"UIView+KeyboardLayoutGuide.swift",
"UIView+OnSafeAreaInsetsDidChange.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
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/12] Compiling KeyboardLayoutGuide Notification+Extensions.swift
/Users/admin/builder/spi-builder-workspace/KeyboardLayoutGuide/Extensions/AnimationCurve+Extensions.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
[4/12] Compiling KeyboardLayoutGuide OrientationListenerViewController.swift
/Users/admin/builder/spi-builder-workspace/KeyboardLayoutGuide/Extensions/AnimationCurve+Extensions.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
[5/12] Compiling KeyboardLayoutGuide KeyboardLayoutGuide.swift
/Users/admin/builder/spi-builder-workspace/KeyboardLayoutGuide/Extensions/AnimationCurve+Extensions.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
[6/13] Compiling KeyboardLayoutGuide NSObject+Extensions.swift
/Users/admin/builder/spi-builder-workspace/KeyboardLayoutGuide/Extensions/AnimationCurve+Extensions.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
[7/13] Compiling KeyboardLayoutGuide NSObject+Swizzle.swift
/Users/admin/builder/spi-builder-workspace/KeyboardLayoutGuide/Extensions/AnimationCurve+Extensions.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
[8/13] Compiling KeyboardLayoutGuide UIApplication+Extensions.swift
/Users/admin/builder/spi-builder-workspace/KeyboardLayoutGuide/Extensions/AnimationCurve+Extensions.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
[9/13] Compiling KeyboardLayoutGuide UIView+KeyboardLayoutGuide.swift
/Users/admin/builder/spi-builder-workspace/KeyboardLayoutGuide/Extensions/AnimationCurve+Extensions.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/13] Emitting module KeyboardLayoutGuide
/Users/admin/builder/spi-builder-workspace/KeyboardLayoutGuide/Extensions/AnimationCurve+Extensions.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
[11/13] Compiling KeyboardLayoutGuide AnimationCurve+Extensions.swift
/Users/admin/builder/spi-builder-workspace/KeyboardLayoutGuide/Extensions/AnimationCurve+Extensions.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
[12/13] Compiling KeyboardLayoutGuide CGRect+Extensions.swift
/Users/admin/builder/spi-builder-workspace/KeyboardLayoutGuide/Extensions/AnimationCurve+Extensions.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
[13/13] Compiling KeyboardLayoutGuide UIView+OnSafeAreaInsetsDidChange.swift
/Users/admin/builder/spi-builder-workspace/KeyboardLayoutGuide/Extensions/AnimationCurve+Extensions.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
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/11] Emitting module KeyboardLayoutGuide
/Users/admin/builder/spi-builder-workspace/KeyboardLayoutGuide/Extensions/AnimationCurve+Extensions.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
[3/11] Compiling KeyboardLayoutGuide OrientationListenerViewController.swift
/Users/admin/builder/spi-builder-workspace/KeyboardLayoutGuide/Extensions/AnimationCurve+Extensions.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
[4/11] Compiling KeyboardLayoutGuide Notification+Extensions.swift
/Users/admin/builder/spi-builder-workspace/KeyboardLayoutGuide/Extensions/AnimationCurve+Extensions.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
[5/11] Compiling KeyboardLayoutGuide CGRect+Extensions.swift
/Users/admin/builder/spi-builder-workspace/KeyboardLayoutGuide/Extensions/AnimationCurve+Extensions.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
[6/11] Compiling KeyboardLayoutGuide UIApplication+Extensions.swift
/Users/admin/builder/spi-builder-workspace/KeyboardLayoutGuide/Extensions/AnimationCurve+Extensions.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
[7/11] Compiling KeyboardLayoutGuide UIView+KeyboardLayoutGuide.swift
/Users/admin/builder/spi-builder-workspace/KeyboardLayoutGuide/Extensions/AnimationCurve+Extensions.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
[8/11] Compiling KeyboardLayoutGuide NSObject+Extensions.swift
/Users/admin/builder/spi-builder-workspace/KeyboardLayoutGuide/Extensions/AnimationCurve+Extensions.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
[9/11] Compiling KeyboardLayoutGuide NSObject+Swizzle.swift
/Users/admin/builder/spi-builder-workspace/KeyboardLayoutGuide/Extensions/AnimationCurve+Extensions.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
[10/11] Compiling KeyboardLayoutGuide KeyboardLayoutGuide.swift
/Users/admin/builder/spi-builder-workspace/KeyboardLayoutGuide/Extensions/AnimationCurve+Extensions.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
[11/11] Compiling KeyboardLayoutGuide AnimationCurve+Extensions.swift
/Users/admin/builder/spi-builder-workspace/KeyboardLayoutGuide/Extensions/AnimationCurve+Extensions.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
[12/12] Compiling KeyboardLayoutGuide UIView+OnSafeAreaInsetsDidChange.swift
/Users/admin/builder/spi-builder-workspace/KeyboardLayoutGuide/Extensions/AnimationCurve+Extensions.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 |
BUILD FAILURE 6.1 macosSpm