The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build IQKeyboardManagerSwift, reference 8.0.1 (555472), with Swift 6.1 for Linux on 1 May 2025 02:10:50 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hackiftekhar/IQKeyboardManager.git
Reference: 8.0.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/hackiftekhar/IQKeyboardManager
 * tag               8.0.1      -> FETCH_HEAD
HEAD is now at 555472f - Updated IQKeyboardToolbarManager version in Package.swift
Cloned https://github.com/hackiftekhar/IQKeyboardManager.git
Revision (git rev-parse @):
555472fdb20a96127643d48d101ef981a40993b6
SUCCESS checkout https://github.com/hackiftekhar/IQKeyboardManager.git at 8.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/hackiftekhar/IQKeyboardManager.git
https://github.com/hackiftekhar/IQKeyboardManager.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "iqkeyboardnotification",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hackiftekhar/IQKeyboardNotification.git"
    },
    {
      "identity" : "iqtextinputviewnotification",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.8",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hackiftekhar/IQTextInputViewNotification.git"
    },
    {
      "identity" : "iqkeyboardtoolbarmanager",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hackiftekhar/IQKeyboardToolbarManager.git"
    },
    {
      "identity" : "iqkeyboardreturnmanager",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hackiftekhar/IQKeyboardReturnManager.git"
    },
    {
      "identity" : "iqtextview",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hackiftekhar/IQTextView.git"
    }
  ],
  "manifest_display_name" : "IQKeyboardManagerSwift",
  "name" : "IQKeyboardManagerSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "IQKeyboardManagerSwift",
      "targets" : [
        "IQKeyboardManagerSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IQKeyboardManagerSwift",
      "module_type" : "SwiftTarget",
      "name" : "IQKeyboardManagerSwift",
      "path" : "IQKeyboardManagerSwift",
      "product_dependencies" : [
        "IQKeyboardNotification",
        "IQTextInputViewNotification",
        "IQKeyboardToolbarManager",
        "IQKeyboardReturnManager",
        "IQTextView"
      ],
      "product_memberships" : [
        "IQKeyboardManagerSwift"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/IQKeyboardManagerSwift/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Appearance/IQKeyboardAppearanceConfiguration.swift",
        "Appearance/IQKeyboardAppearanceManager+Internal.swift",
        "Appearance/IQKeyboardAppearanceManager.swift",
        "Appearance/IQKeyboardManager+Appearance.swift",
        "Appearance/IQKeyboardManager+Appearance_Deprecated.swift",
        "IQKeyboardManager/Configuration/IQActiveConfiguration.swift",
        "IQKeyboardManager/Configuration/IQRootControllerConfiguration.swift",
        "IQKeyboardManager/Configuration/IQScrollViewConfiguration.swift",
        "IQKeyboardManager/Debug/IQKeyboardManager+Debug.swift",
        "IQKeyboardManager/Deprecated/IQKeyboardManager+Deprecated.swift",
        "IQKeyboardManager/IQKeyboardManager+ActiveConfiguration.swift",
        "IQKeyboardManager/IQKeyboardManager+Internal.swift",
        "IQKeyboardManager/IQKeyboardManager+Position.swift",
        "IQKeyboardManager/IQKeyboardManager.swift",
        "IQKeyboardManager/IQKeyboardManagerExtension/UIScrollView+IQKeyboardManagerExtension.swift",
        "IQKeyboardManager/IQKeyboardManagerExtension/UIScrollView+IQKeyboardManagerExtensionObjc.swift",
        "IQKeyboardManager/IQKeyboardManagerExtension/UIView+IQKeyboardManagerExtension.swift",
        "IQKeyboardManager/IQKeyboardManagerExtension/UIView+IQKeyboardManagerExtensionObjc.swift",
        "IQKeyboardManager/UIKitExtensions/UICollectionView+IndexPaths.swift",
        "IQKeyboardManager/UIKitExtensions/UITableView+IndexPaths.swift",
        "IQKeyboardManager/UIKitExtensions/UIView+Parent.swift",
        "IQKeyboardManager/UIKitExtensions/UIView+ParentObjc.swift",
        "IQKeyboardManager/UIKitExtensions/UIViewController+ParentContainer.swift",
        "IQKeyboardToolbarManager/IQKeyboardManager+ToolbarManager.swift",
        "IQKeyboardToolbarManager/IQKeyboardManager+ToolbarManagerDeprecated.swift",
        "Resign/IQKeyboardManager+Resign.swift",
        "Resign/IQKeyboardManager+Resign_Deprecated.swift",
        "Resign/IQKeyboardResignHandler+Internal.swift",
        "Resign/IQKeyboardResignHandler.swift",
        "Resign/UIKItExtensions/UIView+Resign.swift",
        "Resign/UIKItExtensions/UIView+ResignObjc.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/hackiftekhar/IQKeyboardToolbarManager.git
Fetching https://github.com/hackiftekhar/IQKeyboardNotification.git
Fetching https://github.com/hackiftekhar/IQKeyboardReturnManager.git
Fetching https://github.com/hackiftekhar/IQTextView.git
Fetching https://github.com/hackiftekhar/IQTextInputViewNotification.git
[1/235] Fetching iqtextview
[222/529] Fetching iqtextview, iqkeyboardreturnmanager
[530/778] Fetching iqtextview, iqkeyboardreturnmanager, iqkeyboardnotification
[779/1059] Fetching iqtextview, iqkeyboardreturnmanager, iqkeyboardnotification, iqtextinputviewnotification
[940/1398] Fetching iqtextview, iqkeyboardreturnmanager, iqkeyboardnotification, iqtextinputviewnotification, iqkeyboardtoolbarmanager
Fetched https://github.com/hackiftekhar/IQKeyboardReturnManager.git from cache (0.97s)
Fetched https://github.com/hackiftekhar/IQTextView.git from cache (0.97s)
Fetched https://github.com/hackiftekhar/IQTextInputViewNotification.git from cache (0.97s)
Fetched https://github.com/hackiftekhar/IQKeyboardToolbarManager.git from cache (0.98s)
Fetched https://github.com/hackiftekhar/IQKeyboardNotification.git from cache (0.98s)
Computing version for https://github.com/hackiftekhar/IQTextView.git
Computed https://github.com/hackiftekhar/IQTextView.git at 1.0.5 (1.64s)
Fetching https://github.com/hackiftekhar/IQKeyboardToolbar.git
[1/334] Fetching iqkeyboardtoolbar
Fetched https://github.com/hackiftekhar/IQKeyboardToolbar.git from cache (0.47s)
Computing version for https://github.com/hackiftekhar/IQKeyboardReturnManager.git
Computed https://github.com/hackiftekhar/IQKeyboardReturnManager.git at 1.0.5 (1.30s)
Fetching https://github.com/hackiftekhar/IQKeyboardCore.git
[1/244] Fetching iqkeyboardcore
Fetched https://github.com/hackiftekhar/IQKeyboardCore.git from cache (0.31s)
Computing version for https://github.com/hackiftekhar/IQKeyboardToolbarManager.git
Computed https://github.com/hackiftekhar/IQKeyboardToolbarManager.git at 1.1.3 (1.04s)
Computing version for https://github.com/hackiftekhar/IQTextInputViewNotification.git
Computed https://github.com/hackiftekhar/IQTextInputViewNotification.git at 1.0.8 (0.58s)
Computing version for https://github.com/hackiftekhar/IQKeyboardNotification.git
Computed https://github.com/hackiftekhar/IQKeyboardNotification.git at 1.0.5 (0.79s)
Computing version for https://github.com/hackiftekhar/IQKeyboardToolbar.git
Computed https://github.com/hackiftekhar/IQKeyboardToolbar.git at 1.1.1 (0.72s)
Computing version for https://github.com/hackiftekhar/IQKeyboardCore.git
Computed https://github.com/hackiftekhar/IQKeyboardCore.git at 1.0.7 (1.58s)
Creating working copy for https://github.com/hackiftekhar/IQKeyboardToolbar.git
Working copy of https://github.com/hackiftekhar/IQKeyboardToolbar.git resolved at 1.1.1
Creating working copy for https://github.com/hackiftekhar/IQTextInputViewNotification.git
Working copy of https://github.com/hackiftekhar/IQTextInputViewNotification.git resolved at 1.0.8
Creating working copy for https://github.com/hackiftekhar/IQKeyboardCore.git
Working copy of https://github.com/hackiftekhar/IQKeyboardCore.git resolved at 1.0.7
Creating working copy for https://github.com/hackiftekhar/IQTextView.git
Working copy of https://github.com/hackiftekhar/IQTextView.git resolved at 1.0.5
Creating working copy for https://github.com/hackiftekhar/IQKeyboardToolbarManager.git
Working copy of https://github.com/hackiftekhar/IQKeyboardToolbarManager.git resolved at 1.1.3
Creating working copy for https://github.com/hackiftekhar/IQKeyboardReturnManager.git
Working copy of https://github.com/hackiftekhar/IQKeyboardReturnManager.git resolved at 1.0.5
Creating working copy for https://github.com/hackiftekhar/IQKeyboardNotification.git
Working copy of https://github.com/hackiftekhar/IQKeyboardNotification.git resolved at 1.0.5
Building for debugging...
[0/17] Write sources
[0/17] Copying PrivacyInfo.xcprivacy
[0/17] Write sources
[0/17] Copying PrivacyInfo.xcprivacy
[0/17] Write sources
[0/17] Copying PrivacyInfo.xcprivacy
[0/17] Write sources
[4/17] Copying PrivacyInfo.xcprivacy
[12/17] Write sources
[13/17] Copying PrivacyInfo.xcprivacy
[16/17] Write swift-version-24593BA9C3E375BF.txt
[18/27] Compiling IQKeyboardCore IQTextInputView.swift
/host/spi-builder-workspace/.build/checkouts/IQKeyboardCore/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
[19/27] Compiling IQKeyboardCore IQKeyboardExtended.swift
/host/spi-builder-workspace/.build/checkouts/IQKeyboardCore/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
[20/27] Compiling IQKeyboardCore IQKeyboardConstants.swift
/host/spi-builder-workspace/.build/checkouts/IQKeyboardCore/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)
[21/27] Emitting module IQKeyboardCore
/host/spi-builder-workspace/.build/checkouts/IQKeyboardCore/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)
[22/27] Emitting module IQKeyboardNotification
/host/spi-builder-workspace/.build/checkouts/IQKeyboardNotification/IQKeyboardNotification/Classes/IQKeyboardInfo.swift:24:8: error: no such module 'UIKit'
 22 | //  THE SOFTWARE.
 23 |
 24 | import UIKit
    |        `- error: no such module 'UIKit'
 25 |
 26 | @available(iOSApplicationExtension, unavailable)
[23/27] Compiling IQKeyboardNotification IQKeyboardNotification.swift
/host/spi-builder-workspace/.build/checkouts/IQKeyboardNotification/IQKeyboardNotification/Classes/IQKeyboardInfo.swift:24:8: error: no such module 'UIKit'
 22 | //  THE SOFTWARE.
 23 |
 24 | import UIKit
    |        `- error: no such module 'UIKit'
 25 |
 26 | @available(iOSApplicationExtension, unavailable)
[24/27] Compiling IQKeyboardNotification IQKeyboardInfo.swift
/host/spi-builder-workspace/.build/checkouts/IQKeyboardNotification/IQKeyboardNotification/Classes/IQKeyboardInfo.swift:24:8: error: no such module 'UIKit'
 22 | //  THE SOFTWARE.
 23 |
 24 | import UIKit
    |        `- error: no such module 'UIKit'
 25 |
 26 | @available(iOSApplicationExtension, unavailable)
[25/27] Compiling IQKeyboardNotification resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/IQKeyboardNotification/IQKeyboardNotification/Classes/IQKeyboardInfo.swift:24:8: error: no such module 'UIKit'
 22 | //  THE SOFTWARE.
 23 |
 24 | import UIKit
    |        `- error: no such module 'UIKit'
 25 |
 26 | @available(iOSApplicationExtension, unavailable)
[26/27] Compiling IQKeyboardCore resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/IQKeyboardCore/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
[27/27] Compiling IQKeyboardCore UIView+Hierarchy.swift
/host/spi-builder-workspace/.build/checkouts/IQKeyboardCore/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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/11] Compiling IQKeyboardCore IQKeyboardExtended.swift
/host/spi-builder-workspace/.build/checkouts/IQKeyboardCore/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
[3/11] Compiling IQKeyboardCore IQKeyboardConstants.swift
/host/spi-builder-workspace/.build/checkouts/IQKeyboardCore/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
[4/11] Compiling IQKeyboardCore resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/IQKeyboardCore/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/11] Compiling IQKeyboardNotification IQKeyboardNotification.swift
/host/spi-builder-workspace/.build/checkouts/IQKeyboardNotification/IQKeyboardNotification/Classes/IQKeyboardInfo.swift:24:8: error: no such module 'UIKit'
 22 | //  THE SOFTWARE.
 23 |
 24 | import UIKit
    |        `- error: no such module 'UIKit'
 25 |
 26 | @available(iOSApplicationExtension, unavailable)
[6/11] Compiling IQKeyboardNotification resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/IQKeyboardNotification/IQKeyboardNotification/Classes/IQKeyboardInfo.swift:24:8: error: no such module 'UIKit'
 22 | //  THE SOFTWARE.
 23 |
 24 | import UIKit
    |        `- error: no such module 'UIKit'
 25 |
 26 | @available(iOSApplicationExtension, unavailable)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/11] Emitting module IQKeyboardNotification
/host/spi-builder-workspace/.build/checkouts/IQKeyboardNotification/IQKeyboardNotification/Classes/IQKeyboardInfo.swift:24:8: error: no such module 'UIKit'
 22 | //  THE SOFTWARE.
 23 |
 24 | import UIKit
    |        `- error: no such module 'UIKit'
 25 |
 26 | @available(iOSApplicationExtension, unavailable)
[8/11] Compiling IQKeyboardNotification IQKeyboardInfo.swift
/host/spi-builder-workspace/.build/checkouts/IQKeyboardNotification/IQKeyboardNotification/Classes/IQKeyboardInfo.swift:24:8: error: no such module 'UIKit'
 22 | //  THE SOFTWARE.
 23 |
 24 | import UIKit
    |        `- error: no such module 'UIKit'
 25 |
 26 | @available(iOSApplicationExtension, unavailable)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/11] Emitting module IQKeyboardCore
/host/spi-builder-workspace/.build/checkouts/IQKeyboardCore/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
[10/11] Compiling IQKeyboardCore IQTextInputView.swift
/host/spi-builder-workspace/.build/checkouts/IQKeyboardCore/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
[11/11] Compiling IQKeyboardCore UIView+Hierarchy.swift
/host/spi-builder-workspace/.build/checkouts/IQKeyboardCore/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.1 linux