This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 with Swift 6.0 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielsaidi/Sheeeeeeeeet.git
Reference: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/danielsaidi/Sheeeeeeeeet.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" 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 2>&1
Fetching https://github.com/mattgallagher/CwlCatchException.git
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/danielsaidi/MockingKit.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/1247] Fetching cwlpreconditiontesting
[1248/1686] Fetching cwlpreconditiontesting, cwlcatchexception
[1687/3879] Fetching cwlpreconditiontesting, cwlcatchexception, mockingkit
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.23s)
[988/2632] Fetching cwlcatchexception, mockingkit
[1734/17181] Fetching cwlcatchexception, mockingkit, quick
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.57s)
Fetched https://github.com/danielsaidi/MockingKit.git from cache (0.58s)
Fetched https://github.com/Quick/Quick.git from cache (0.58s)
[1/18640] Fetching nimble
Fetched https://github.com/Quick/Nimble.git from cache (1.92s)
Computing version for https://github.com/danielsaidi/MockingKit.git
Computed https://github.com/danielsaidi/MockingKit.git at 1.1.1 (0.49s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 10.0.0 (3.85s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (0.58s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.1.0 (0.45s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.0 (3.17s)
Creating working copy for https://github.com/danielsaidi/MockingKit.git
Working copy of https://github.com/danielsaidi/MockingKit.git resolved at 1.1.1
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.1.0
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 4.0.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.1.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/77] 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 {
[4/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 {
[5/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 {
[6/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 {
[7/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 {
[8/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 {
[9/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 {
[10/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 {
[11/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 {
[12/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 {
[13/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 {
[14/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 {
[15/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 {
[16/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 {
[17/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 {
[18/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 {
[19/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 {
[20/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 {
[21/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 {
[22/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 {
[23/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 {
[24/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 {
[25/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 {
[26/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 {
[27/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 {
[28/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 {
[29/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 {
[30/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 {
[31/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 {
[32/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 {
[33/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 {
[34/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 {
[35/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 {
[36/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 {
[37/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 {
[38/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 {
[39/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 {
[40/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 {
[41/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 {
[42/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 {
[43/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 {
[44/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 {
[45/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 {
[46/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 {
[47/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 {
[48/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 {
[49/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 {
[50/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 {
[51/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 {
[52/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 {
[53/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 {
[54/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 {
[55/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 {
[56/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 {
[57/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 {
[58/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 {
[59/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 {
[60/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 {
[61/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 {
[62/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 {
[63/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 {
[64/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 {
[65/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 {
[66/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 {
[67/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 {
[68/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 {
[69/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 {
[70/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 {
[71/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 {
[72/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 {
[73/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 {
[74/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 {
[75/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 {
[76/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 {
[77/87] 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 {
[78/87] 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 {
[79/87] 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 {
[80/87] 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 {
[81/87] 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 {
[82/87] 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 {
[83/87] 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 {
[84/87] 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 {
[85/87] 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 {
[86/87] 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 {
[87/87] 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 {
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.