Build Information
Failed to build IQListKit, reference 7.1.1 (7024cb
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 23:49:05 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
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 /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
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": "iqlistkit",
"name": "IQListKit",
"url": "https://github.com/hackiftekhar/IQListKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/IQListKit",
"dependencies": [
]
}
]
}
Fetching https://github.com/hackiftekhar/IQListKit.git
[1/2096] Fetching iqlistkit
Fetched https://github.com/hackiftekhar/IQListKit.git from cache (1.38s)
Creating working copy for https://github.com/hackiftekhar/IQListKit.git
Working copy of https://github.com/hackiftekhar/IQListKit.git resolved at 7.1.1 (7024cb8)
warning: '.resolve-product-dependencies': dependency 'iqlistkit' 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/hackiftekhar/IQListKit.git
https://github.com/hackiftekhar/IQListKit.git
{
"dependencies" : [
],
"manifest_display_name" : "IQListKit",
"name" : "IQListKit",
"path" : "/Users/admin/builder/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 ...
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/41] Compiling IQListKit IQCollectionViewDiffableDataSource+UICollectionViewDelegateFlowLayout.swift
/Users/admin/builder/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/41] Compiling IQListKit IQCollectionViewDiffableDataSource.swift
/Users/admin/builder/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/41] Compiling IQListKit IQListView.swift
/Users/admin/builder/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/41] Compiling IQListKit IQTableViewDiffableDataSource+UITableViewDataSourcePrefetching.swift
/Users/admin/builder/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)
[7/45] Emitting module IQListKit
/Users/admin/builder/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 IQList.swift
/Users/admin/builder/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 IQListViewDelegateDataSource.swift
/Users/admin/builder/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 IQItem.swift
/Users/admin/builder/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 IQSection.swift
/Users/admin/builder/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+UITableViewDelegate.swift
/Users/admin/builder/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 IQTableViewDiffableDataSource.swift
/Users/admin/builder/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 IQUIScrollViewDelegate.swift
/Users/admin/builder/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 IQListWrapper.swift
/Users/admin/builder/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 IQTableViewCell.swift
/Users/admin/builder/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 IQCollectionEmptySupplementaryView.swift
/Users/admin/builder/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/45] Compiling IQListKit IQCollectionTitleSupplementaryView.swift
/Users/admin/builder/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 IQSupplementaryViewPlaceholder.swift
/Users/admin/builder/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 IQCellActionsProvider.swift
/Users/admin/builder/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 IQCellSizeProvider.swift
/Users/admin/builder/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 IQListCell.swift
/Users/admin/builder/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 IQModelModifiable.swift
/Users/admin/builder/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 IQModelableCell.swift
/Users/admin/builder/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 IQDiffableDataSourceSnapshotBuilder.swift
/Users/admin/builder/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 IQDiffableDataSourceSnapshotWrapper+UpdateItem.swift
/Users/admin/builder/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 IQDiffableDataSourceSnapshotWrapper+UpdateSection.swift
/Users/admin/builder/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 IQModelableSupplementaryView.swift
/Users/admin/builder/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 IQNoItemStateRepresentable.swift
/Users/admin/builder/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 IQNoItemStateView.swift
/Users/admin/builder/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 Array+Extension.swift
/Users/admin/builder/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 UICollectionView+Extension.swift
/Users/admin/builder/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 IQReorderableModel.swift
/Users/admin/builder/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 IQSelectableModel.swift
/Users/admin/builder/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 IQCollectionViewLayout.swift
/Users/admin/builder/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 IQCollectionViewSectionLayout.swift
/Users/admin/builder/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 IQDiffableDataSource.swift
/Users/admin/builder/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 IQList+Info.swift
/Users/admin/builder/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+NoItem.swift
/Users/admin/builder/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+Register.swift
/Users/admin/builder/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 IQList+Update.swift
/Users/admin/builder/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 IQTableEmptySupplementaryView.swift
/Users/admin/builder/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 IQTableTitleSupplementaryView.swift
/Users/admin/builder/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 IQCollectionViewDiffableDataSource+UICollectionViewDataSourcePrefetching.swift
/Users/admin/builder/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+UICollectionViewDelegate.swift
/Users/admin/builder/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 ...
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/40] Emitting module IQListKit
/Users/admin/builder/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/44] Compiling IQListKit IQTableEmptySupplementaryView.swift
/Users/admin/builder/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/44] Compiling IQListKit IQTableTitleSupplementaryView.swift
/Users/admin/builder/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/44] Compiling IQListKit IQCollectionViewDiffableDataSource+UICollectionViewDataSourcePrefetching.swift
/Users/admin/builder/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/44] Compiling IQListKit IQCollectionViewDiffableDataSource+UICollectionViewDelegate.swift
/Users/admin/builder/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/44] Compiling IQListKit IQReorderableModel.swift
/Users/admin/builder/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/44] Compiling IQListKit IQSelectableModel.swift
/Users/admin/builder/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/44] Compiling IQListKit IQCollectionViewLayout.swift
/Users/admin/builder/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/44] Compiling IQListKit IQCollectionViewSectionLayout.swift
/Users/admin/builder/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/44] Compiling IQListKit IQDiffableDataSource.swift
/Users/admin/builder/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/44] Compiling IQListKit IQNoItemStateRepresentable.swift
/Users/admin/builder/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 IQNoItemStateView.swift
/Users/admin/builder/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 Array+Extension.swift
/Users/admin/builder/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 UICollectionView+Extension.swift
/Users/admin/builder/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 IQCollectionViewDiffableDataSource+UICollectionViewDelegateFlowLayout.swift
/Users/admin/builder/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 IQCollectionViewDiffableDataSource.swift
/Users/admin/builder/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 IQListView.swift
/Users/admin/builder/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/44] Compiling IQListKit IQTableViewDiffableDataSource+UITableViewDataSourcePrefetching.swift
/Users/admin/builder/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 IQCellActionsProvider.swift
/Users/admin/builder/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 IQCellSizeProvider.swift
/Users/admin/builder/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 IQListCell.swift
/Users/admin/builder/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 IQModelModifiable.swift
/Users/admin/builder/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 IQModelableCell.swift
/Users/admin/builder/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 IQDiffableDataSourceSnapshotBuilder.swift
/Users/admin/builder/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 IQDiffableDataSourceSnapshotWrapper+UpdateItem.swift
/Users/admin/builder/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+UpdateSection.swift
/Users/admin/builder/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 IQModelableSupplementaryView.swift
/Users/admin/builder/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 IQList.swift
/Users/admin/builder/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 IQListViewDelegateDataSource.swift
/Users/admin/builder/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 IQItem.swift
/Users/admin/builder/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 IQSection.swift
/Users/admin/builder/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 IQTableViewDiffableDataSource+UITableViewDelegate.swift
/Users/admin/builder/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 IQTableViewDiffableDataSource.swift
/Users/admin/builder/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 IQUIScrollViewDelegate.swift
/Users/admin/builder/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 IQListWrapper.swift
/Users/admin/builder/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+Info.swift
/Users/admin/builder/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 IQList+NoItem.swift
/Users/admin/builder/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 IQList+Register.swift
/Users/admin/builder/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 IQList+Update.swift
/Users/admin/builder/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 IQTableViewCell.swift
/Users/admin/builder/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 IQCollectionEmptySupplementaryView.swift
/Users/admin/builder/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 IQCollectionTitleSupplementaryView.swift
/Users/admin/builder/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 IQSupplementaryViewPlaceholder.swift
/Users/admin/builder/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 macosSpm