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 Sheeeeeeeeet, reference 3.2.3 (bee607), with Swift 6.0 for Linux on 29 Nov 2024 14:56:32 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielsaidi/Sheeeeeeeeet.git
Reference: 3.2.3
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/danielsaidi/Sheeeeeeeeet
 * tag               3.2.3      -> FETCH_HEAD
HEAD is now at bee607e Bump to 3.2.3
Cloned https://github.com/danielsaidi/Sheeeeeeeeet.git
Revision (git rev-parse @):
bee607ea02a2e2e23d3af745624a1873e9a1aad8
SUCCESS checkout https://github.com/danielsaidi/Sheeeeeeeeet.git at 3.2.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/danielsaidi/Sheeeeeeeeet.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/danielsaidi/MockingKit.git
Fetching https://github.com/Quick/Quick.git
[1/2254] Fetching mockingkit
[385/16994] Fetching mockingkit, quick
Fetched https://github.com/Quick/Quick.git from cache (0.62s)
Fetched https://github.com/danielsaidi/MockingKit.git from cache (0.62s)
[1/19275] Fetching nimble
Fetched https://github.com/Quick/Nimble.git from cache (1.72s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 10.0.0 (0.51s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.19s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (0.52s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.59s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.19s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.51s)
Computing version for https://github.com/danielsaidi/MockingKit.git
Computed https://github.com/danielsaidi/MockingKit.git at 1.5.0 (0.48s)
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/danielsaidi/MockingKit.git
Working copy of https://github.com/danielsaidi/MockingKit.git resolved at 1.5.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 10.0.0
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 4.0.0
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/77] Compiling Sheeeeeeeeet SelectItem+ActionSheet.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[4/77] Compiling Sheeeeeeeeet SingleSelectItem+ActionSheet.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[5/77] Compiling Sheeeeeeeeet Menu+ActionSheet.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[6/77] Compiling Sheeeeeeeeet MenuItem+ActionSheet.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[7/77] Compiling Sheeeeeeeeet MenuTitle+ActionSheet.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[8/77] Compiling Sheeeeeeeeet SectionMargin+ActionSheet.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[9/77] Compiling Sheeeeeeeeet SectionTitle+ActionSheet.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[10/77] Compiling Sheeeeeeeeet ActionSheetPopoverPresenter+PresentationDelegate.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[11/77] Compiling Sheeeeeeeeet ActionSheetPopoverPresenter.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[12/77] Compiling Sheeeeeeeeet ActionSheetPresenter.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[13/77] Compiling Sheeeeeeeeet ActionSheetPresenterBase.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[14/87] Compiling Sheeeeeeeeet ActionSheetCollectionItemCell.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[15/87] Compiling Sheeeeeeeeet ActionSheetCollectionItemCellHandler.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[16/87] Compiling Sheeeeeeeeet ActionSheetItemCell.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[17/87] Compiling Sheeeeeeeeet ActionSheetItemCells.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[18/87] Compiling Sheeeeeeeeet ActionSheetLinkItemCell.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[19/87] Compiling Sheeeeeeeeet ActionSheetMultiSelectToggleItemCell.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[20/87] Compiling Sheeeeeeeeet ActionSheetSecondaryActionItemCell.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[21/87] Compiling Sheeeeeeeeet ActionSheetSelectItemCell.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[22/87] Compiling Sheeeeeeeeet UIEdgeInsets+Hidden.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[23/87] Compiling Sheeeeeeeeet UIView+Subviews.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[24/87] Compiling Sheeeeeeeeet UIViewController+RootViewController.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[25/87] Compiling Sheeeeeeeeet ActionSheetStandardPresenter.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[26/87] Compiling Sheeeeeeeeet ActionSheetBackgroundView.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[27/87] Compiling Sheeeeeeeeet ActionSheetButtonTableView.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[28/87] Compiling Sheeeeeeeeet ActionSheetHeaderContainerView.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[29/87] Compiling Sheeeeeeeeet ActionSheetItemTableView.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[30/87] Compiling Sheeeeeeeeet ActionSheetStackView.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[31/87] Compiling Sheeeeeeeeet ActionSheetTableView.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[32/87] Compiling Sheeeeeeeeet AlertControllerConversionError.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[33/87] Compiling Sheeeeeeeeet Menu+AlertController.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[34/87] Compiling Sheeeeeeeeet MenuItem+AlertController.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[35/87] Compiling Sheeeeeeeeet NSObject+ClassName.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[36/87] Compiling Sheeeeeeeeet CancelButton.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[37/87] Compiling Sheeeeeeeeet DestructiveButton.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[38/87] Compiling Sheeeeeeeeet MenuButton.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[39/87] Compiling Sheeeeeeeeet OkButton.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[40/87] Compiling Sheeeeeeeeet CollectionItem.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[41/87] Compiling Sheeeeeeeeet CustomItem.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[42/87] Compiling Sheeeeeeeeet DestructiveItem.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[43/87] Compiling Sheeeeeeeeet LinkItem.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[44/87] Compiling Sheeeeeeeeet MultiSelectItem.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[45/87] Emitting module Sheeeeeeeeet
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[46/87] Compiling Sheeeeeeeeet UIViewController+AlertController.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[47/87] Compiling Sheeeeeeeeet ContextMenu+Configuration.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[48/87] Compiling Sheeeeeeeeet ContextMenu.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[49/87] Compiling Sheeeeeeeeet ContextMenuConversionError.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[50/87] Compiling Sheeeeeeeeet ContextMenuDelegate.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[51/87] Compiling Sheeeeeeeeet ContextMenuDelegateRetainer.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[52/87] Compiling Sheeeeeeeeet MenuCreator+ContextMenu.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[53/87] Compiling Sheeeeeeeeet MenuItem+ContextMenu.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[54/87] Compiling Sheeeeeeeeet ActionSheet+Deprecations.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[55/87] Compiling Sheeeeeeeeet Menu+Deprecations.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[56/87] Compiling Sheeeeeeeeet CancelButton+ActionSheet.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[57/87] Compiling Sheeeeeeeeet DestructiveButton+ActionSheet.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[58/87] Compiling Sheeeeeeeeet MenuButton+ActionSheet.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[59/87] Compiling Sheeeeeeeeet OkButton+ActionSheet.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[60/87] Compiling Sheeeeeeeeet CollectionItem+ActionSheet.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[61/87] Compiling Sheeeeeeeeet CustomItem+ActionSheet.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[62/87] Compiling Sheeeeeeeeet DestructiveItem+ActionSheet.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[63/87] Compiling Sheeeeeeeeet LinkItem+ActionSheet.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[64/87] Compiling Sheeeeeeeeet MultiSelectItem+ActionSheet.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[65/87] Compiling Sheeeeeeeeet MultiSelectToggleItem+ActionSheet.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[66/87] Compiling Sheeeeeeeeet SecondaryActionItem+ActionSheet.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[67/87] Compiling Sheeeeeeeeet ActionSheet+Configuration.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[68/87] Compiling Sheeeeeeeeet ActionSheet+Header.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[69/87] Compiling Sheeeeeeeeet ActionSheet+Presenter.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[70/87] Compiling Sheeeeeeeeet ActionSheet+Scroll.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[71/87] Compiling Sheeeeeeeeet ActionSheet.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[72/87] Compiling Sheeeeeeeeet ActionSheetItemHandler.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[73/87] Compiling Sheeeeeeeeet ActionSheetMargin.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[74/87] Compiling Sheeeeeeeeet ActionSheet+Appearance.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[75/87] Compiling Sheeeeeeeeet ActionSheetAppearance.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[76/87] Compiling Sheeeeeeeeet ActionSheetColor.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[77/87] Compiling Sheeeeeeeeet UIColor+ActionSheetColor.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[78/87] Compiling Sheeeeeeeeet MultiSelectToggleItem.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[79/87] Compiling Sheeeeeeeeet SecondaryActionItem.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[80/87] Compiling Sheeeeeeeeet SelectItem.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[81/87] Compiling Sheeeeeeeeet SingleSelectItem.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[82/87] Compiling Sheeeeeeeeet Menu.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[83/87] Compiling Sheeeeeeeeet MenuCreator.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[84/87] Compiling Sheeeeeeeeet MenuItem.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[85/87] Compiling Sheeeeeeeeet MenuTitle.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[86/87] Compiling Sheeeeeeeeet SectionMagin.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
[87/87] Compiling Sheeeeeeeeet SectionTitle.swift
/host/spi-builder-workspace/Sources/Sheeeeeeeeet/ActionSheet/ActionSheet+Header.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | public extension ActionSheet {
BUILD FAILURE 6.0 linux