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 IQKeyboardCore, reference main (e755ac), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 09:40:58 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hackiftekhar/IQKeyboardCore.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hackiftekhar/IQKeyboardCore
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e755ac9 Merge remote-tracking branch 'refs/remotes/origin/main'
Cloned https://github.com/hackiftekhar/IQKeyboardCore.git
Revision (git rev-parse @):
e755ac9bc1413efe52d4422670ea5f9e8849e972
SUCCESS checkout https://github.com/hackiftekhar/IQKeyboardCore.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/hackiftekhar/IQKeyboardCore.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/9] Compiling IQKeyboardCore IQKeyboardExtended.swift
/Users/admin/builder/spi-builder-workspace/IQKeyboardCore/Classes/IQKeyboardExtended.swift:24:8: error: no such module 'UIKit'
22 | //  THE SOFTWARE.
23 |
24 | import UIKit
   |        `- error: no such module 'UIKit'
25 |
26 | /// Wrapper for IQKeyboardManager compatible types. This type provides an extension point for
[5/9] Compiling IQKeyboardCore IQTextInputView.swift
/Users/admin/builder/spi-builder-workspace/IQKeyboardCore/Classes/IQKeyboardExtended.swift:24:8: error: no such module 'UIKit'
22 | //  THE SOFTWARE.
23 |
24 | import UIKit
   |        `- error: no such module 'UIKit'
25 |
26 | /// Wrapper for IQKeyboardManager compatible types. This type provides an extension point for
[6/9] Compiling IQKeyboardCore resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/IQKeyboardCore/Classes/IQKeyboardExtended.swift:24:8: error: no such module 'UIKit'
22 | //  THE SOFTWARE.
23 |
24 | import UIKit
   |        `- error: no such module 'UIKit'
25 |
26 | /// Wrapper for IQKeyboardManager compatible types. This type provides an extension point for
[7/9] Compiling IQKeyboardCore UIView+Hierarchy.swift
/Users/admin/builder/spi-builder-workspace/IQKeyboardCore/Classes/IQKeyboardExtended.swift:24:8: error: no such module 'UIKit'
22 | //  THE SOFTWARE.
23 |
24 | import UIKit
   |        `- error: no such module 'UIKit'
25 |
26 | /// Wrapper for IQKeyboardManager compatible types. This type provides an extension point for
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/9] Emitting module IQKeyboardCore
/Users/admin/builder/spi-builder-workspace/IQKeyboardCore/Classes/IQKeyboardExtended.swift:24:8: error: no such module 'UIKit'
22 | //  THE SOFTWARE.
23 |
24 | import UIKit
   |        `- error: no such module 'UIKit'
25 |
26 | /// Wrapper for IQKeyboardManager compatible types. This type provides an extension point for
[9/9] Compiling IQKeyboardCore IQKeyboardConstants.swift
/Users/admin/builder/spi-builder-workspace/IQKeyboardCore/Classes/IQKeyboardExtended.swift:24:8: error: no such module 'UIKit'
22 | //  THE SOFTWARE.
23 |
24 | import UIKit
   |        `- error: no such module 'UIKit'
25 |
26 | /// Wrapper for IQKeyboardManager compatible types. This type provides an extension point for
BUILD FAILURE 6.2 macosSpm