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.1 for Linux on 27 Apr 2025 15:19:50 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
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.1
Building package at path:  $PWD
https://github.com/danielsaidi/Sheeeeeeeeet.git
https://github.com/danielsaidi/Sheeeeeeeeet.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "10.0.0",
            "upper_bound" : "11.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "mockingkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/danielsaidi/MockingKit.git"
    }
  ],
  "manifest_display_name" : "Sheeeeeeeeet",
  "name" : "Sheeeeeeeeet",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Sheeeeeeeeet",
      "targets" : [
        "Sheeeeeeeeet"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SheeeeeeeeetTests",
      "module_type" : "SwiftTarget",
      "name" : "SheeeeeeeeetTests",
      "path" : "Tests/SheeeeeeeeetTests",
      "product_dependencies" : [
        "Quick",
        "Nimble",
        "MockingKit"
      ],
      "sources" : [
        "ActionSheet/ActionSheet+ConfigurationTests.swift",
        "ActionSheet/ActionSheet+PresenterTests.swift",
        "ActionSheet/ActionSheetItemHandlerTests.swift",
        "ActionSheet/ActionSheetMarginTests.swift",
        "ActionSheet/ActionSheetTests.swift",
        "ActionSheet/Appearance/ActionSheet+AppearanceTests.swift",
        "ActionSheet/Appearance/ActionSheetAppearanceTests.swift",
        "ActionSheet/Appearance/ActionSheetColorTests.swift",
        "ActionSheet/Appearance/UIColor+ActionSheetColorTests.swift",
        "ActionSheet/Cells/ActionSheetItemCellTests.swift",
        "ActionSheet/Cells/ActionSheetLinkItemCellTests.swift",
        "ActionSheet/Cells/ActionSheetSecondaryActionItemTests.swift",
        "ActionSheet/Cells/ActionSheetSelectItemCellTests.swift",
        "ActionSheet/Extensions/UIEdgeInsets+HiddenTests.swift",
        "ActionSheet/Extensions/UIView+SubviewsTests.swift",
        "ActionSheet/Extensions/UIViewController+RootViewControllerTests.swift",
        "ActionSheet/Menu/Buttons/CancelButton+ActionSheetTests.swift",
        "ActionSheet/Menu/Buttons/DestructiveButton+ActionSheetTests.swift",
        "ActionSheet/Menu/Buttons/MenuButtonTests+ActionSheetTests.swift",
        "ActionSheet/Menu/Buttons/OkButton+ActionSheetTests.swift",
        "ActionSheet/Menu/Items/CollectionItem+ActionSheetTests.swift",
        "ActionSheet/Menu/Items/CustomItem+ActionSheetTests.swift",
        "ActionSheet/Menu/Items/DestructiveItem+ActionSheetTests.swift",
        "ActionSheet/Menu/Items/LinkItem+ActionSheetTests.swift",
        "ActionSheet/Menu/Items/MultiSelectItem+ActionSheetTests.swift",
        "ActionSheet/Menu/Items/MultiSelectToggleItem+ActionSheetTests.swift",
        "ActionSheet/Menu/Items/SecondaryActionItem+ActionSheetTests.swift",
        "ActionSheet/Menu/Items/SelectItem+ActionSheetTests.swift",
        "ActionSheet/Menu/Items/SingleSelectItem+ActionSheetTests.swift",
        "ActionSheet/Menu/MenuItem+ActionSheetTests.swift",
        "ActionSheet/Menu/Titles/MenuTitle+ActionSheetTests.swift",
        "ActionSheet/Menu/Titles/SectionMargin+ActionSheetTests.swift",
        "ActionSheet/Menu/Titles/SectionTitle+ActionSheetTests.swift",
        "ActionSheet/Mocks/MockActionSheet.swift",
        "ActionSheet/Mocks/MockActionSheetAppearance.swift",
        "ActionSheet/Mocks/MockActionSheetPresenter.swift",
        "ActionSheet/Mocks/MockNotificationCenter.swift",
        "ActionSheet/Mocks/MockTableView.swift",
        "ActionSheet/Mocks/MockViewController.swift",
        "ActionSheet/Presenters/ActionSheetPopoverPresenter+PresentationDelegateTests.swift",
        "ActionSheet/Presenters/ActionSheetPopoverPresenterTests.swift",
        "ActionSheet/Presenters/ActionSheetPresenterBaseTests.swift",
        "ActionSheet/Presenters/ActionSheetStandardPresenterTests.swift",
        "ActionSheet/Views/ActionSheetBackgroundViewTests.swift",
        "ActionSheet/Views/ActionSheetHeaderContainerViewTests.swift",
        "ActionSheet/Views/ActionSheetStackViewTests.swift",
        "ActionSheet/Views/ActionSheetTableViewTests.swift",
        "AlertController/Menu+AlertControllerTests.swift",
        "AlertController/MenuItem+AlertControllerTests.swift",
        "ContextMenu/ContextMenu+ConfigurationTests.swift",
        "ContextMenu/ContextMenuDelegateTests.swift",
        "ContextMenu/Menu+ContextMenuTests.swift",
        "ContextMenu/MenuItem+ContextMenuTests.swift",
        "Extensions/NSObject+ClassNameTests.swift",
        "Menu/Buttons/CancelButtonTests.swift",
        "Menu/Buttons/DestructiveButtonTests.swift",
        "Menu/Buttons/MenuButtonTests.swift",
        "Menu/Buttons/OkButtonTests.swift",
        "Menu/Items/CollectionItemTests.swift",
        "Menu/Items/CustomItemTests.swift",
        "Menu/Items/LinkItemTests.swift",
        "Menu/Items/MultiSelectItemTests.swift",
        "Menu/Items/MultiSelectToggleItemTests.swift",
        "Menu/Items/SecondaryActionItemTests.swift",
        "Menu/Items/SelectItemTests.swift",
        "Menu/Items/SingleSelectItemTests.swift",
        "Menu/MenuItemTests.swift",
        "Menu/MenuTests.swift",
        "Menu/Mocks/MockMenuItem.swift",
        "Menu/Titles/MenuTitleTests.swift",
        "Menu/Titles/SectionMarginTests.swift",
        "Menu/Titles/SectionTitleTests.swift"
      ],
      "target_dependencies" : [
        "Sheeeeeeeeet"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Sheeeeeeeeet",
      "module_type" : "SwiftTarget",
      "name" : "Sheeeeeeeeet",
      "path" : "Sources/Sheeeeeeeeet",
      "product_memberships" : [
        "Sheeeeeeeeet"
      ],
      "sources" : [
        "ActionSheet/ActionSheet+Configuration.swift",
        "ActionSheet/ActionSheet+Header.swift",
        "ActionSheet/ActionSheet+Presenter.swift",
        "ActionSheet/ActionSheet+Scroll.swift",
        "ActionSheet/ActionSheet.swift",
        "ActionSheet/ActionSheetItemHandler.swift",
        "ActionSheet/ActionSheetMargin.swift",
        "ActionSheet/Appearance/ActionSheet+Appearance.swift",
        "ActionSheet/Appearance/ActionSheetAppearance.swift",
        "ActionSheet/Appearance/ActionSheetColor.swift",
        "ActionSheet/Appearance/UIColor+ActionSheetColor.swift",
        "ActionSheet/Cells/ActionSheetCollectionItemCell.swift",
        "ActionSheet/Cells/ActionSheetCollectionItemCellHandler.swift",
        "ActionSheet/Cells/ActionSheetItemCell.swift",
        "ActionSheet/Cells/ActionSheetItemCells.swift",
        "ActionSheet/Cells/ActionSheetLinkItemCell.swift",
        "ActionSheet/Cells/ActionSheetMultiSelectToggleItemCell.swift",
        "ActionSheet/Cells/ActionSheetSecondaryActionItemCell.swift",
        "ActionSheet/Cells/ActionSheetSelectItemCell.swift",
        "ActionSheet/Extensions/UIEdgeInsets+Hidden.swift",
        "ActionSheet/Extensions/UIView+Subviews.swift",
        "ActionSheet/Extensions/UIViewController+RootViewController.swift",
        "ActionSheet/Menu/Buttons/CancelButton+ActionSheet.swift",
        "ActionSheet/Menu/Buttons/DestructiveButton+ActionSheet.swift",
        "ActionSheet/Menu/Buttons/MenuButton+ActionSheet.swift",
        "ActionSheet/Menu/Buttons/OkButton+ActionSheet.swift",
        "ActionSheet/Menu/Items/CollectionItem+ActionSheet.swift",
        "ActionSheet/Menu/Items/CustomItem+ActionSheet.swift",
        "ActionSheet/Menu/Items/DestructiveItem+ActionSheet.swift",
        "ActionSheet/Menu/Items/LinkItem+ActionSheet.swift",
        "ActionSheet/Menu/Items/MultiSelectItem+ActionSheet.swift",
        "ActionSheet/Menu/Items/MultiSelectToggleItem+ActionSheet.swift",
        "ActionSheet/Menu/Items/SecondaryActionItem+ActionSheet.swift",
        "ActionSheet/Menu/Items/SelectItem+ActionSheet.swift",
        "ActionSheet/Menu/Items/SingleSelectItem+ActionSheet.swift",
        "ActionSheet/Menu/Menu+ActionSheet.swift",
        "ActionSheet/Menu/MenuItem+ActionSheet.swift",
        "ActionSheet/Menu/Titles/MenuTitle+ActionSheet.swift",
        "ActionSheet/Menu/Titles/SectionMargin+ActionSheet.swift",
        "ActionSheet/Menu/Titles/SectionTitle+ActionSheet.swift",
        "ActionSheet/Presenters/ActionSheetPopoverPresenter+PresentationDelegate.swift",
        "ActionSheet/Presenters/ActionSheetPopoverPresenter.swift",
        "ActionSheet/Presenters/ActionSheetPresenter.swift",
        "ActionSheet/Presenters/ActionSheetPresenterBase.swift",
        "ActionSheet/Presenters/ActionSheetStandardPresenter.swift",
        "ActionSheet/Views/ActionSheetBackgroundView.swift",
        "ActionSheet/Views/ActionSheetButtonTableView.swift",
        "ActionSheet/Views/ActionSheetHeaderContainerView.swift",
        "ActionSheet/Views/ActionSheetItemTableView.swift",
        "ActionSheet/Views/ActionSheetStackView.swift",
        "ActionSheet/Views/ActionSheetTableView.swift",
        "AlertController/AlertControllerConversionError.swift",
        "AlertController/Menu+AlertController.swift",
        "AlertController/MenuItem+AlertController.swift",
        "AlertController/UIViewController+AlertController.swift",
        "ContextMenu/ContextMenu+Configuration.swift",
        "ContextMenu/ContextMenu.swift",
        "ContextMenu/ContextMenuConversionError.swift",
        "ContextMenu/ContextMenuDelegate.swift",
        "ContextMenu/ContextMenuDelegateRetainer.swift",
        "ContextMenu/MenuCreator+ContextMenu.swift",
        "ContextMenu/MenuItem+ContextMenu.swift",
        "Deprecations/ActionSheet+Deprecations.swift",
        "Deprecations/Menu+Deprecations.swift",
        "Extensions/NSObject+ClassName.swift",
        "Menu/Buttons/CancelButton.swift",
        "Menu/Buttons/DestructiveButton.swift",
        "Menu/Buttons/MenuButton.swift",
        "Menu/Buttons/OkButton.swift",
        "Menu/Items/CollectionItem.swift",
        "Menu/Items/CustomItem.swift",
        "Menu/Items/DestructiveItem.swift",
        "Menu/Items/LinkItem.swift",
        "Menu/Items/MultiSelectItem.swift",
        "Menu/Items/MultiSelectToggleItem.swift",
        "Menu/Items/SecondaryActionItem.swift",
        "Menu/Items/SelectItem.swift",
        "Menu/Items/SingleSelectItem.swift",
        "Menu/Menu.swift",
        "Menu/MenuCreator.swift",
        "Menu/MenuItem.swift",
        "Menu/Titles/MenuTitle.swift",
        "Menu/Titles/SectionMagin.swift",
        "Menu/Titles/SectionTitle.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/danielsaidi/MockingKit.git
[1/14755] Fetching quick
[592/17101] Fetching quick, mockingkit
[13592/36668] Fetching quick, mockingkit, nimble
Fetched https://github.com/danielsaidi/MockingKit.git from cache (1.12s)
Fetched https://github.com/Quick/Quick.git from cache (1.12s)
Fetched https://github.com/Quick/Nimble.git from cache (1.13s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 10.0.0 (1.69s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.20s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (0.65s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.47s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.30s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.23s)
Computing version for https://github.com/danielsaidi/MockingKit.git
Computed https://github.com/danielsaidi/MockingKit.git at 1.5.0 (0.58s)
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/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 4.0.0
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
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 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 {
[5/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 {
[6/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 {
[7/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 {
[8/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 {
[9/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 {
[10/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 {
[11/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 {
[12/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 {
[13/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 {
[14/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 {
[15/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 {
[16/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 {
[17/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 {
[18/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 {
[19/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 {
[20/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 {
[21/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 {
[22/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 {
[23/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 {
[24/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 {
[25/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 {
[26/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 {
[27/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 {
[28/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 {
[29/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 {
[30/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 {
[31/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 {
[32/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 {
[33/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 {
[34/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 {
[35/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 {
[36/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 {
[37/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 {
[38/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 {
[39/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 {
[40/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 {
[41/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 {
[42/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 {
[43/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 {
[44/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 {
[45/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 {
[46/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 {
[47/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 {
[48/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 {
[49/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 {
[50/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 {
[51/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 {
[52/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 {
[53/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 {
[54/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 {
[55/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 {
[56/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 {
[57/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 {
[58/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 {
[59/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 {
[60/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 {
[61/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 {
[62/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 {
[63/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 {
[64/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 {
[65/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 {
[66/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 {
[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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/76] 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 {
[3/76] 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 {
[4/76] 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 {
[5/76] 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 {
[6/76] 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 {
[7/76] 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 {
[8/76] 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 {
[9/76] 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 {
[10/76] 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 {
[11/76] 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 {
[12/76] 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 {
[13/76] 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 {
[14/76] 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 {
[15/76] 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 {
[16/76] 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 {
[17/76] 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 {
[18/76] 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 {
[19/76] 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 {
[20/76] 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 {
[21/76] 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 {
[22/76] 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 {
[23/86] 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 {
[24/86] 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 {
[25/86] 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 {
[26/86] 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 {
[27/86] 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 {
[28/86] 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 {
[29/86] 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 {
[30/86] 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 {
[31/86] 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 {
[32/86] 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 {
[33/86] 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 {
[34/86] 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 {
[35/86] 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 {
[36/86] 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 {
[37/86] 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 {
[38/86] 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 {
[39/86] 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 {
[40/86] 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 {
[41/86] 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 {
[42/86] 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 {
[43/86] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/86] 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 {
[45/86] 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 {
[46/86] 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 {
[47/86] 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 {
[48/86] 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 {
[49/86] 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 {
[50/86] 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 {
[51/86] 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 {
[52/86] 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 {
[53/86] 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 {
[54/86] 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 {
[55/86] 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 {
[56/86] 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 {
[57/86] 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 {
[58/86] 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 {
[59/86] 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 {
[60/86] 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 {
[61/86] 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 {
[62/86] 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 {
[63/86] 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 {
[64/86] 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 {
[65/86] 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 {
[66/86] 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 {
[67/86] 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 {
[68/86] 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 {
[69/86] 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 {
[70/86] 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 {
[71/86] 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 {
[72/86] 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 {
[73/86] 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 {
[74/86] 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 {
[75/86] 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 {
[76/86] 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 {
[77/86] 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 {
[78/86] 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 {
[79/86] 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 {
[80/86] 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 {
[81/86] 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 {
[82/86] 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 {
[83/86] 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 {
[84/86] 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 {
[85/86] 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 {
[86/86] 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 {
BUILD FAILURE 6.1 linux