Build Information
Failed to build IQListKit, reference 7.1.1 (7024cb
), with Swift 6.1 for Linux on 30 Apr 2025 23:40:37 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/IQListKit.git
Reference: 7.1.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/IQListKit
* tag 7.1.1 -> FETCH_HEAD
HEAD is now at 7024cb8 7.1.1
Cloned https://github.com/hackiftekhar/IQListKit.git
Revision (git rev-parse @):
7024cb863a3d096bcfbe8a67e702b47ada0c1243
SUCCESS checkout https://github.com/hackiftekhar/IQListKit.git at 7.1.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/hackiftekhar/IQListKit.git
https://github.com/hackiftekhar/IQListKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "IQListKit",
"name" : "IQListKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "IQListKit",
"targets" : [
"IQListKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "IQListKit",
"module_type" : "SwiftTarget",
"name" : "IQListKit",
"path" : "IQListKit",
"product_memberships" : [
"IQListKit"
],
"sources" : [
"Cell Protocol/IQCellActionsProvider.swift",
"Cell Protocol/IQCellSizeProvider.swift",
"Cell Protocol/IQListCell.swift",
"Cell Protocol/IQModelModifiable.swift",
"Cell Protocol/IQModelableCell.swift",
"Cell Protocol/IQReorderableModel.swift",
"Cell Protocol/IQSelectableModel.swift",
"CollectionView Layouts/IQCollectionViewLayout.swift",
"CollectionView Layouts/IQCollectionViewSectionLayout.swift",
"Compatibility/IQDiffableDataSource.swift",
"Default Cell/IQTableViewCell.swift",
"Default Supplementary View/IQCollectionEmptySupplementaryView.swift",
"Default Supplementary View/IQCollectionTitleSupplementaryView.swift",
"Default Supplementary View/IQSupplementaryViewPlaceholder.swift",
"Default Supplementary View/IQTableEmptySupplementaryView.swift",
"Default Supplementary View/IQTableTitleSupplementaryView.swift",
"DiffableDataSource/IQCollectionViewDiffableDataSource+UICollectionViewDataSourcePrefetching.swift",
"DiffableDataSource/IQCollectionViewDiffableDataSource+UICollectionViewDelegate.swift",
"DiffableDataSource/IQCollectionViewDiffableDataSource+UICollectionViewDelegateFlowLayout.swift",
"DiffableDataSource/IQCollectionViewDiffableDataSource.swift",
"DiffableDataSource/IQListView.swift",
"DiffableDataSource/IQTableViewDiffableDataSource+UITableViewDataSourcePrefetching.swift",
"DiffableDataSource/IQTableViewDiffableDataSource+UITableViewDelegate.swift",
"DiffableDataSource/IQTableViewDiffableDataSource.swift",
"DiffableDataSource/IQUIScrollViewDelegate.swift",
"Easy Wrapper Class/IQListWrapper.swift",
"Empty State/IQNoItemStateRepresentable.swift",
"Empty State/IQNoItemStateView.swift",
"Extensions/Array+Extension.swift",
"Extensions/UICollectionView+Extension.swift",
"IQList+Info.swift",
"IQList+NoItem.swift",
"IQList+Register.swift",
"IQList+Update.swift",
"IQList.swift",
"IQListViewDelegateDataSource.swift",
"Model/IQItem.swift",
"Model/IQSection.swift",
"SnapshotBuilder/IQDiffableDataSourceSnapshotBuilder.swift",
"SnapshotBuilder/IQDiffableDataSourceSnapshotWrapper+UpdateItem.swift",
"SnapshotBuilder/IQDiffableDataSourceSnapshotWrapper+UpdateSection.swift",
"Supplementary Element Protocol/IQModelableSupplementaryView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/40] Compiling IQListKit IQList+Register.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[4/40] Compiling IQListKit IQList+Update.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[5/40] Compiling IQListKit IQList.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[6/40] Compiling IQListKit IQListViewDelegateDataSource.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[7/40] Compiling IQListKit IQItem.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[8/45] Compiling IQListKit IQCollectionViewDiffableDataSource+UICollectionViewDelegate.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[9/45] Compiling IQListKit IQCollectionViewDiffableDataSource+UICollectionViewDelegateFlowLayout.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[10/45] Compiling IQListKit IQCollectionViewDiffableDataSource.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[11/45] Compiling IQListKit IQListView.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[12/45] Compiling IQListKit IQTableViewDiffableDataSource+UITableViewDataSourcePrefetching.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[13/45] Compiling IQListKit IQSection.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[14/45] Compiling IQListKit IQDiffableDataSourceSnapshotBuilder.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[15/45] Compiling IQListKit IQDiffableDataSourceSnapshotWrapper+UpdateItem.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[16/45] Compiling IQListKit IQDiffableDataSourceSnapshotWrapper+UpdateSection.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[17/45] Compiling IQListKit IQModelableSupplementaryView.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/45] Emitting module IQListKit
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[19/45] Compiling IQListKit IQCellActionsProvider.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[20/45] Compiling IQListKit IQCellSizeProvider.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[21/45] Compiling IQListKit IQListCell.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[22/45] Compiling IQListKit IQModelModifiable.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[23/45] Compiling IQListKit IQModelableCell.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[24/45] Compiling IQListKit IQReorderableModel.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[25/45] Compiling IQListKit IQSelectableModel.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[26/45] Compiling IQListKit IQCollectionViewLayout.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[27/45] Compiling IQListKit IQCollectionViewSectionLayout.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[28/45] Compiling IQListKit IQDiffableDataSource.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[29/45] Compiling IQListKit IQTableViewCell.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[30/45] Compiling IQListKit IQCollectionEmptySupplementaryView.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[31/45] Compiling IQListKit IQTableViewDiffableDataSource+UITableViewDelegate.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[32/45] Compiling IQListKit IQTableViewDiffableDataSource.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[33/45] Compiling IQListKit IQUIScrollViewDelegate.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[34/45] Compiling IQListKit IQListWrapper.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[35/45] Compiling IQListKit IQNoItemStateRepresentable.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[36/45] Compiling IQListKit IQNoItemStateView.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[37/45] Compiling IQListKit Array+Extension.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[38/45] Compiling IQListKit UICollectionView+Extension.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[39/45] Compiling IQListKit IQList+Info.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[40/45] Compiling IQListKit IQList+NoItem.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[41/45] Compiling IQListKit IQCollectionTitleSupplementaryView.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[42/45] Compiling IQListKit IQSupplementaryViewPlaceholder.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[43/45] Compiling IQListKit IQTableEmptySupplementaryView.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[44/45] Compiling IQListKit IQTableTitleSupplementaryView.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[45/45] Compiling IQListKit IQCollectionViewDiffableDataSource+UICollectionViewDataSourcePrefetching.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/39] Compiling IQListKit IQCellActionsProvider.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[3/39] Compiling IQListKit IQCellSizeProvider.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[4/39] Compiling IQListKit IQListCell.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[5/39] Compiling IQListKit IQModelModifiable.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[6/39] Compiling IQListKit IQModelableCell.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[7/39] Compiling IQListKit IQReorderableModel.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[8/39] Compiling IQListKit IQCollectionTitleSupplementaryView.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[9/39] Compiling IQListKit IQSupplementaryViewPlaceholder.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[10/39] Compiling IQListKit IQTableEmptySupplementaryView.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[11/39] Compiling IQListKit IQTableTitleSupplementaryView.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[12/39] Compiling IQListKit IQCollectionViewDiffableDataSource+UICollectionViewDataSourcePrefetching.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[13/44] Compiling IQListKit IQSelectableModel.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[14/44] Compiling IQListKit IQCollectionViewLayout.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[15/44] Compiling IQListKit IQCollectionViewSectionLayout.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[16/44] Compiling IQListKit IQDiffableDataSource.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[17/44] Compiling IQListKit IQTableViewCell.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[18/44] Compiling IQListKit IQCollectionEmptySupplementaryView.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/44] Emitting module IQListKit
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[20/44] Compiling IQListKit IQTableViewDiffableDataSource+UITableViewDelegate.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[21/44] Compiling IQListKit IQTableViewDiffableDataSource.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[22/44] Compiling IQListKit IQUIScrollViewDelegate.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[23/44] Compiling IQListKit IQListWrapper.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[24/44] Compiling IQListKit IQNoItemStateRepresentable.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[25/44] Compiling IQListKit IQSection.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[26/44] Compiling IQListKit IQDiffableDataSourceSnapshotBuilder.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[27/44] Compiling IQListKit IQDiffableDataSourceSnapshotWrapper+UpdateItem.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[28/44] Compiling IQListKit IQDiffableDataSourceSnapshotWrapper+UpdateSection.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[29/44] Compiling IQListKit IQModelableSupplementaryView.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[30/44] Compiling IQListKit IQNoItemStateView.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[31/44] Compiling IQListKit Array+Extension.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[32/44] Compiling IQListKit UICollectionView+Extension.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[33/44] Compiling IQListKit IQList+Info.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[34/44] Compiling IQListKit IQList+NoItem.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[35/44] Compiling IQListKit IQList+Register.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[36/44] Compiling IQListKit IQList+Update.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[37/44] Compiling IQListKit IQList.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[38/44] Compiling IQListKit IQListViewDelegateDataSource.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[39/44] Compiling IQListKit IQItem.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[40/44] Compiling IQListKit IQCollectionViewDiffableDataSource+UICollectionViewDelegate.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[41/44] Compiling IQListKit IQCollectionViewDiffableDataSource+UICollectionViewDelegateFlowLayout.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[42/44] Compiling IQListKit IQCollectionViewDiffableDataSource.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[43/44] Compiling IQListKit IQListView.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
[44/44] Compiling IQListKit IQTableViewDiffableDataSource+UITableViewDataSourcePrefetching.swift
/host/spi-builder-workspace/IQListKit/Cell Protocol/IQCellActionsProvider.swift:23:8: error: no such module 'UIKit'
21 | // THE SOFTWARE.
22 |
23 | import UIKit
| `- error: no such module 'UIKit'
24 |
25 | // MARK: - Leading/Trailing Actions and ContextMenu provider
BUILD FAILURE 6.1 linux