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 Destinations, reference 2.1.0 (238738), with Swift 6.1 for Linux on 1 May 2025 07:21:59 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/poetmountain/Destinations.git
Reference: 2.1.0
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/poetmountain/Destinations
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at 238738c Fixes for Swift 6.1 compiler issues
Cloned https://github.com/poetmountain/Destinations.git
Revision (git rev-parse @):
238738c62b9ea4100e989b913331d6e03ead3fba
SUCCESS checkout https://github.com/poetmountain/Destinations.git at 2.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/poetmountain/Destinations.git
https://github.com/poetmountain/Destinations.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "Destinations",
  "name" : "Destinations",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "Destinations",
      "targets" : [
        "Destinations"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "DestinationsUIKitTests",
      "module_type" : "SwiftTarget",
      "name" : "DestinationsUIKitTests",
      "path" : "Tests/UIKit",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/UIKit/DestinationsUIKit/Base.lproj/LaunchScreen.storyboard",
          "rule" : {
            "process" : {
              "localization" : "Base"
            }
          }
        }
      ],
      "sources" : [
        "DestinationsUIKit/Sources/AppDelegate.swift",
        "DestinationsUIKit/Sources/BaseViewController.swift",
        "DestinationsUIKit/Sources/Helpers/Extensions.swift",
        "DestinationsUIKit/Sources/Models/ColorModel.swift",
        "DestinationsUIKit/Sources/Models/ColorViewModel.swift",
        "DestinationsUIKit/Sources/Modules/ColorDetail/ColorDetailActionAssistant.swift",
        "DestinationsUIKit/Sources/Modules/ColorDetail/ColorDetailDestination.swift",
        "DestinationsUIKit/Sources/Modules/ColorDetail/ColorDetailViewController.swift",
        "DestinationsUIKit/Sources/Modules/Colors/ColorCell.swift",
        "DestinationsUIKit/Sources/Modules/Colors/ColorsRequest.swift",
        "DestinationsUIKit/Sources/Modules/Home/HomeUserInteractions.swift",
        "DestinationsUIKit/Sources/Modules/Home/HomeViewController.swift",
        "DestinationsUIKit/Sources/Modules/SwiftUIContainer/ColorDetailSwiftUIDestination.swift",
        "DestinationsUIKit/Sources/Modules/SwiftUIContainer/ColorDetailView.swift",
        "DestinationsUIKit/Sources/Modules/SwiftUIContainer/ColorNavDestination.swift",
        "DestinationsUIKit/Sources/Modules/SwiftUIContainer/ColorNavView.swift",
        "DestinationsUIKit/Sources/Modules/TabBar/AppTabBarController.swift",
        "DestinationsUIKit/Sources/PillButton.swift",
        "DestinationsUIKit/Sources/Providers/ColorDetailProvider.swift",
        "DestinationsUIKit/Sources/Providers/ColorDetailSwiftUIProvider.swift",
        "DestinationsUIKit/Sources/Providers/ColorNavProvider.swift",
        "DestinationsUIKit/Sources/Providers/ColorsDetailContainerProvider.swift",
        "DestinationsUIKit/Sources/Providers/HomeProvider.swift",
        "DestinationsUIKit/Sources/Providers/SplitViewProvider.swift",
        "DestinationsUIKit/Sources/Providers/StartProvider.swift",
        "DestinationsUIKit/Sources/Providers/TabBarProvider.swift",
        "DestinationsUIKit/Sources/SceneDelegate.swift",
        "DestinationsUIKit/Sources/Types/AppTabType.swift",
        "DestinationsUIKit/Sources/Types/DestinationTypes.swift",
        "DestinationsUIKit/Sources/Types/RouteDestinationType.swift",
        "DestinationsUIKitTests/AppFlowTests.swift",
        "DestinationsUIKitTests/ControllerDestinationableTests.swift",
        "DestinationsUIKitTests/ControllerFlowableTests.swift",
        "DestinationsUIKitTests/NavigatingControllerDestinationableTests.swift",
        "DestinationsUIKitTests/SplitViewControllerDestinationableTests.swift",
        "DestinationsUIKitTests/Support/ChooseColorFromListActionAssistant.swift",
        "DestinationsUIKitTests/Support/TestColorsDestination.swift",
        "DestinationsUIKitTests/Support/TestColorsViewController.swift",
        "DestinationsUIKitTests/Support/TestHelpers.swift",
        "DestinationsUIKitTests/SwiftUIContainerDestinationTests.swift",
        "DestinationsUIKitTests/TabBarControllerDestinationInterfacingTests.swift",
        "DestinationsUIKitTests/TabBarControllerDestinationableTests.swift"
      ],
      "target_dependencies" : [
        "Destinations"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DestinationsSwiftUITests",
      "module_type" : "SwiftTarget",
      "name" : "DestinationsSwiftUITests",
      "path" : "Tests/SwiftUI",
      "sources" : [
        "DestinationsSwiftUI/DestinationsSwiftUIApp.swift",
        "DestinationsSwiftUI/Sources/Helpers/AppConfig.swift",
        "DestinationsSwiftUI/Sources/Helpers/Extensions.swift",
        "DestinationsSwiftUI/Sources/Models/ColorModel.swift",
        "DestinationsSwiftUI/Sources/Models/ColorViewModel.swift",
        "DestinationsSwiftUI/Sources/Modules/ColorDetail/ColorDetailActionAssistant.swift",
        "DestinationsSwiftUI/Sources/Modules/ColorDetail/ColorDetailDestination.swift",
        "DestinationsSwiftUI/Sources/Modules/ColorDetail/ColorDetailView.swift",
        "DestinationsSwiftUI/Sources/Modules/ColorsList/ChooseColorFromListActionAssistant.swift",
        "DestinationsSwiftUI/Sources/Modules/ColorsList/ColorsListDestination.swift",
        "DestinationsSwiftUI/Sources/Modules/ColorsList/ColorsListRow.swift",
        "DestinationsSwiftUI/Sources/Modules/ColorsList/ColorsListView.swift",
        "DestinationsSwiftUI/Sources/Modules/ColorsList/Interactors/ColorsDatasource.swift",
        "DestinationsSwiftUI/Sources/Modules/ColorsList/Interactors/ColorsInteractorAssistant.swift",
        "DestinationsSwiftUI/Sources/Modules/HomeView.swift",
        "DestinationsSwiftUI/Sources/Modules/SplitView/AppSplitView.swift",
        "DestinationsSwiftUI/Sources/Modules/TabBar/AppTabView.swift",
        "DestinationsSwiftUI/Sources/Protocols/DestinationTypes.swift",
        "DestinationsSwiftUI/Sources/Providers/ColorDetailProvider.swift",
        "DestinationsSwiftUI/Sources/Providers/ColorsListProvider.swift",
        "DestinationsSwiftUI/Sources/Providers/HomeProvider.swift",
        "DestinationsSwiftUI/Sources/Providers/SplitViewProvider.swift",
        "DestinationsSwiftUI/Sources/Providers/TabBarProvider.swift",
        "DestinationsSwiftUI/Sources/Types/AppInteractorType.swift",
        "DestinationsSwiftUI/Sources/Types/AppTabType.swift",
        "DestinationsSwiftUI/Sources/Types/GeneralAppInteractions.swift",
        "DestinationsSwiftUI/Sources/Types/RouteDestinationType.swift",
        "DestinationsSwiftUITests/DestinationPathNavigatingTests.swift",
        "DestinationsSwiftUITests/DestinationableTests.swift",
        "DestinationsSwiftUITests/FlowableTests.swift",
        "DestinationsSwiftUITests/GroupedDestinationableTests.swift",
        "DestinationsSwiftUITests/NavigatingViewDestinationableTests.swift",
        "DestinationsSwiftUITests/NavigationSplitViewDestinationableTests.swift",
        "DestinationsSwiftUITests/Support/TestHelpers.swift",
        "DestinationsSwiftUITests/TabBarViewDestinationInterfacingTests.swift",
        "DestinationsSwiftUITests/TabBarViewDestinationableTests.swift",
        "DestinationsSwiftUITests/ViewDestinationableTests.swift",
        "DestinationsSwiftUITests/ViewFlowableTests.swift"
      ],
      "target_dependencies" : [
        "Destinations"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Destinations",
      "module_type" : "SwiftTarget",
      "name" : "Destinations",
      "path" : "Sources",
      "product_memberships" : [
        "Destinations"
      ],
      "sources" : [
        "AppDestinationConfigurations.swift",
        "CustomPresentation.swift",
        "DefaultActionAssistant.swift",
        "DefaultAsyncInteractorAssistant.swift",
        "DefaultInteractorAssistant.swift",
        "DestinationInterfaceState.swift",
        "DestinationInternalState.swift",
        "DestinationPresentation.swift",
        "DestinationsError.swift",
        "DestinationsSupport.swift",
        "GroupDestinationInternalState.swift",
        "Helpers/Extensions.swift",
        "Helpers/PMLogger.swift",
        "Helpers/SystemNavigationOptions.swift",
        "InteractorConfiguration.swift",
        "InterfaceAction.swift",
        "InterfaceActionData.swift",
        "NavigationDestinationInterfaceState.swift",
        "NavigationStackPresentationOptions.swift",
        "Protocols/AbstractInteractable.swift",
        "Protocols/AsyncDatasourceable.swift",
        "Protocols/AsyncInteractable.swift",
        "Protocols/AsyncInteractorAssisting.swift",
        "Protocols/DatasourceItemsProviderStatusDelegate.swift",
        "Protocols/Datasourceable.swift",
        "Protocols/DestinationConfigurationsContaining.swift",
        "Protocols/DestinationInterfaceCoordinating.swift",
        "Protocols/DestinationInterfacing.swift",
        "Protocols/DestinationInternalStateable.swift",
        "Protocols/DestinationPathNavigating.swift",
        "Protocols/DestinationProviding.swift",
        "Protocols/DestinationStateable.swift",
        "Protocols/Destinationable.swift",
        "Protocols/Flowable.swift",
        "Protocols/GroupDestinationInternalStateable.swift",
        "Protocols/GroupedDestinationable.swift",
        "Protocols/Interactable.swift",
        "Protocols/InteractorAssisting.swift",
        "Protocols/InteractorConfiguring.swift",
        "Protocols/InteractorRequestConfiguring.swift",
        "Protocols/InterfaceActionConfiguring.swift",
        "Protocols/NavigationDestinationStateable.swift",
        "Protocols/SwiftUI/DestinationSwiftUICoordinating.swift",
        "Protocols/SwiftUI/GroupedViewDestinationable.swift",
        "Protocols/SwiftUI/NavigatingDestinationInterfacing.swift",
        "Protocols/SwiftUI/NavigatingViewDestinationable.swift",
        "Protocols/SwiftUI/NavigationSplitViewDestinationInterfacing.swift",
        "Protocols/SwiftUI/NavigationSplitViewDestinationable.swift",
        "Protocols/SwiftUI/SheetPresentationConfiguring.swift",
        "Protocols/SwiftUI/SheetPresenting.swift",
        "Protocols/SwiftUI/Sheetable.swift",
        "Protocols/SwiftUI/TabBarViewDestinationInterfacing.swift",
        "Protocols/SwiftUI/TabBarViewDestinationable.swift",
        "Protocols/SwiftUI/ViewDestinationInterfacing.swift",
        "Protocols/SwiftUI/ViewDestinationProviding.swift",
        "Protocols/SwiftUI/ViewDestinationable.swift",
        "Protocols/SwiftUI/ViewFlowable.swift",
        "Protocols/TabBarDestinationInterfacing.swift",
        "Protocols/Types/ContentTypeable.swift",
        "Protocols/Types/DestinationPresentationTypeable.swift",
        "Protocols/Types/InteractorTypeable.swift",
        "Protocols/Types/RoutableDestinations.swift",
        "Protocols/Types/TabTypeable.swift",
        "Protocols/Types/UserInteractionTypeable.swift",
        "Protocols/UIKit/ControllerDestinationInterfacing.swift",
        "Protocols/UIKit/ControllerDestinationProviding.swift",
        "Protocols/UIKit/ControllerDestinationable.swift",
        "Protocols/UIKit/ControllerFlowable.swift",
        "Protocols/UIKit/DestinationUIKitCoordinating.swift",
        "Protocols/UIKit/GroupedControllerDestinationable.swift",
        "Protocols/UIKit/NavigatingControllerDestinationable.swift",
        "Protocols/UIKit/SplitViewControllerDestinationInterfacing.swift",
        "Protocols/UIKit/SplitViewControllerDestinationable.swift",
        "Protocols/UIKit/SwiftUIAdaptable.swift",
        "Protocols/UIKit/SwiftUIContainerDestinationable.swift",
        "Protocols/UIKit/SwiftUIContainerInterfacing.swift",
        "Protocols/UIKit/SwiftUIHostedInterfacing.swift",
        "Protocols/UIKit/TabBarControllerDestinationInterfacing.swift",
        "Protocols/UIKit/TabBarControllerDestinationable.swift",
        "SheetPresentationOptions.swift",
        "SplitViewColumn.swift",
        "SwiftUI/BindableContainerView.swift",
        "SwiftUI/ContainerView.swift",
        "SwiftUI/DestinationNavigator.swift",
        "SwiftUI/DestinationSwiftUICoordinator.swift",
        "SwiftUI/NavigationSplitViewDestination.swift",
        "SwiftUI/NavigationViewDestination.swift",
        "SwiftUI/Sheet.swift",
        "SwiftUI/SheetPresentation.swift",
        "SwiftUI/TabViewDestination.swift",
        "SwiftUI/ViewDestination.swift",
        "SwiftUI/ViewFlow.swift",
        "SwiftUI/ViewModifiers/BackNavigationModifier.swift",
        "SwiftUI/ViewModifiers/DestinationDisappearModifier.swift",
        "SwiftUI/ViewModifiers/SheetPresenter.swift",
        "SwiftUI/ViewSheetPresentationOptions.swift",
        "TabModel.swift",
        "Types/ActionAssistantType.swift",
        "Types/DestinationActionType.swift",
        "Types/DestinationPresentationType.swift",
        "Types/InteractorAssistantType.swift",
        "Types/InteractorRequestMethod.swift",
        "Types/NavigationPresentationType.swift",
        "Types/SheetPresentationType.swift",
        "Types/SystemNavigationType.swift",
        "UIKit/ControllerDestination.swift",
        "UIKit/ControllerFlow.swift",
        "UIKit/ControllerSheetPresentationOptions.swift",
        "UIKit/DestinationUIKitCoordinator.swift",
        "UIKit/NavigationControllerDestination.swift",
        "UIKit/SplitViewController.swift",
        "UIKit/SplitViewControllerDestination.swift",
        "UIKit/SwiftUIAdapter.swift",
        "UIKit/SwiftUIContainerController.swift",
        "UIKit/SwiftUIContainerDestination.swift",
        "UIKit/SwiftUIHostingState.swift",
        "UIKit/TabBarControllerDestination.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/106] Compiling Destinations InterfaceAction.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[4/106] Compiling Destinations InterfaceActionData.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[5/106] Compiling Destinations NavigationDestinationInterfaceState.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[6/106] Compiling Destinations NavigationStackPresentationOptions.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[7/106] Compiling Destinations AbstractInteractable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[8/106] Compiling Destinations AsyncDatasourceable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[9/106] Compiling Destinations AsyncInteractable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[10/106] Compiling Destinations AsyncInteractorAssisting.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[11/106] Compiling Destinations DatasourceItemsProviderStatusDelegate.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[12/106] Compiling Destinations Datasourceable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[13/106] Compiling Destinations DestinationConfigurationsContaining.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[14/106] Compiling Destinations DestinationInterfaceCoordinating.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[15/106] Compiling Destinations DestinationInterfacing.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[16/106] Compiling Destinations DestinationInternalStateable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[17/106] Compiling Destinations DestinationPathNavigating.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[18/120] Compiling Destinations AppDestinationConfigurations.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[19/120] Compiling Destinations CustomPresentation.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[20/120] Compiling Destinations DefaultActionAssistant.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[21/120] Compiling Destinations DefaultAsyncInteractorAssistant.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[22/120] Compiling Destinations DefaultInteractorAssistant.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[23/120] Compiling Destinations DestinationInterfaceState.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[24/120] Compiling Destinations DestinationInternalState.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[25/120] Compiling Destinations DestinationPresentation.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[26/120] Compiling Destinations DestinationsError.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[27/120] Compiling Destinations DestinationsSupport.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[28/120] Compiling Destinations GroupDestinationInternalState.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[29/120] Compiling Destinations Extensions.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[30/120] Compiling Destinations PMLogger.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[31/120] Compiling Destinations SystemNavigationOptions.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[32/120] Compiling Destinations InteractorConfiguration.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[33/120] Compiling Destinations InteractorTypeable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[34/120] Compiling Destinations RoutableDestinations.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[35/120] Compiling Destinations TabTypeable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[36/120] Compiling Destinations UserInteractionTypeable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[37/120] Compiling Destinations ControllerDestinationInterfacing.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[38/120] Compiling Destinations ControllerDestinationProviding.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[39/120] Compiling Destinations ControllerDestinationable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[40/120] Compiling Destinations ControllerFlowable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[41/120] Compiling Destinations DestinationUIKitCoordinating.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[42/120] Compiling Destinations GroupedControllerDestinationable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[43/120] Compiling Destinations NavigatingControllerDestinationable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[44/120] Compiling Destinations SplitViewControllerDestinationInterfacing.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[45/120] Compiling Destinations SplitViewControllerDestinationable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[46/120] Compiling Destinations SwiftUIAdaptable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[47/120] Compiling Destinations SwiftUIContainerDestinationable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[48/120] Compiling Destinations SwiftUIContainerInterfacing.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[49/120] Compiling Destinations SwiftUIHostedInterfacing.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[50/120] Compiling Destinations TabBarControllerDestinationInterfacing.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[51/120] Compiling Destinations TabBarControllerDestinationable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[52/120] Compiling Destinations SheetPresentationOptions.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[53/120] Compiling Destinations SplitViewColumn.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[54/120] Compiling Destinations BindableContainerView.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[55/120] Compiling Destinations ContainerView.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[56/120] Compiling Destinations DestinationNavigator.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[57/120] Compiling Destinations DestinationSwiftUICoordinator.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[58/120] Compiling Destinations NavigationSplitViewDestination.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[59/120] Compiling Destinations NavigationViewDestination.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[60/120] Compiling Destinations Sheet.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[61/120] Compiling Destinations SheetPresentation.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[62/120] Compiling Destinations NavigatingViewDestinationable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[63/120] Compiling Destinations NavigationSplitViewDestinationInterfacing.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[64/120] Compiling Destinations NavigationSplitViewDestinationable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[65/120] Compiling Destinations SheetPresentationConfiguring.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[66/120] Compiling Destinations SheetPresenting.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[67/120] Compiling Destinations Sheetable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[68/120] Compiling Destinations TabBarViewDestinationInterfacing.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[69/120] Compiling Destinations TabBarViewDestinationable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[70/120] Compiling Destinations ViewDestinationInterfacing.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[71/120] Compiling Destinations ViewDestinationProviding.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[72/120] Compiling Destinations ViewDestinationable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[73/120] Compiling Destinations ViewFlowable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[74/120] Compiling Destinations TabBarDestinationInterfacing.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[75/120] Compiling Destinations ContentTypeable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[76/120] Compiling Destinations DestinationPresentationTypeable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[77/120] Emitting module Destinations
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[78/120] Compiling Destinations DestinationProviding.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[79/120] Compiling Destinations DestinationStateable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[80/120] Compiling Destinations Destinationable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[81/120] Compiling Destinations Flowable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[82/120] Compiling Destinations GroupDestinationInternalStateable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[83/120] Compiling Destinations GroupedDestinationable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[84/120] Compiling Destinations Interactable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[85/120] Compiling Destinations InteractorAssisting.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[86/120] Compiling Destinations InteractorConfiguring.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[87/120] Compiling Destinations InteractorRequestConfiguring.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[88/120] Compiling Destinations InterfaceActionConfiguring.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[89/120] Compiling Destinations NavigationDestinationStateable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[90/120] Compiling Destinations DestinationSwiftUICoordinating.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[91/120] Compiling Destinations GroupedViewDestinationable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[92/120] Compiling Destinations NavigatingDestinationInterfacing.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[93/120] Compiling Destinations TabViewDestination.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[94/120] Compiling Destinations ViewDestination.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[95/120] Compiling Destinations ViewFlow.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[96/120] Compiling Destinations BackNavigationModifier.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[97/120] Compiling Destinations DestinationDisappearModifier.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[98/120] Compiling Destinations SheetPresenter.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[99/120] Compiling Destinations ViewSheetPresentationOptions.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[100/120] Compiling Destinations TabModel.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[101/120] Compiling Destinations ActionAssistantType.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[102/120] Compiling Destinations DestinationActionType.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[103/120] Compiling Destinations DestinationPresentationType.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[104/120] Compiling Destinations InteractorAssistantType.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[105/120] Compiling Destinations InteractorRequestMethod.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[106/120] Compiling Destinations NavigationPresentationType.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[107/120] Compiling Destinations SheetPresentationType.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[108/120] Compiling Destinations SystemNavigationType.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[109/120] Compiling Destinations ControllerDestination.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[110/120] Compiling Destinations ControllerFlow.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[111/120] Compiling Destinations ControllerSheetPresentationOptions.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[112/120] Compiling Destinations DestinationUIKitCoordinator.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[113/120] Compiling Destinations NavigationControllerDestination.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[114/120] Compiling Destinations SplitViewController.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[115/120] Compiling Destinations SplitViewControllerDestination.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[116/120] Compiling Destinations SwiftUIAdapter.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[117/120] Compiling Destinations SwiftUIContainerController.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[118/120] Compiling Destinations SwiftUIContainerDestination.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[119/120] Compiling Destinations SwiftUIHostingState.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[120/120] Compiling Destinations TabBarControllerDestination.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
warning: 'spi-builder-workspace': found 4 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/UIKit/UIKitTests.xctestplan
    /host/spi-builder-workspace/Tests/UIKit/DestinationsUIKit/Info.plist
    /host/spi-builder-workspace/Tests/UIKit/DestinationsUIKitTests/Info.plist
    /host/spi-builder-workspace/Tests/UIKit/DestinationsUIKit/Assets.xcassets
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/SwiftUI/DestinationsSwiftUI/Preview Content/Preview Assets.xcassets
    /host/spi-builder-workspace/Tests/SwiftUI/DestinationsSwiftUI/Assets.xcassets
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/105] Compiling Destinations InterfaceAction.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[3/105] Compiling Destinations InterfaceActionData.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[4/105] Compiling Destinations NavigationDestinationInterfaceState.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[5/105] Compiling Destinations NavigationStackPresentationOptions.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[6/105] Compiling Destinations AbstractInteractable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[7/105] Compiling Destinations AsyncDatasourceable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[8/105] Compiling Destinations AsyncInteractable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[9/105] Compiling Destinations AsyncInteractorAssisting.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[10/105] Compiling Destinations DatasourceItemsProviderStatusDelegate.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[11/105] Compiling Destinations Datasourceable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[12/105] Compiling Destinations DestinationConfigurationsContaining.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[13/105] Compiling Destinations DestinationInterfaceCoordinating.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[14/105] Compiling Destinations DestinationInterfacing.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[15/105] Compiling Destinations DestinationInternalStateable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[16/105] Compiling Destinations DestinationPathNavigating.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[17/105] Compiling Destinations AppDestinationConfigurations.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[18/105] Compiling Destinations CustomPresentation.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[19/105] Compiling Destinations DefaultActionAssistant.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[20/105] Compiling Destinations DefaultAsyncInteractorAssistant.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[21/105] Compiling Destinations DefaultInteractorAssistant.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[22/105] Compiling Destinations DestinationInterfaceState.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[23/105] Compiling Destinations DestinationInternalState.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[24/105] Compiling Destinations DestinationPresentation.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[25/105] Compiling Destinations DestinationsError.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[26/105] Compiling Destinations DestinationsSupport.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[27/105] Compiling Destinations GroupDestinationInternalState.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[28/105] Compiling Destinations Extensions.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[29/105] Compiling Destinations PMLogger.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[30/105] Compiling Destinations SystemNavigationOptions.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[31/105] Compiling Destinations InteractorConfiguration.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[32/119] Compiling Destinations DestinationProviding.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[33/119] Compiling Destinations DestinationStateable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[34/119] Compiling Destinations Destinationable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[35/119] Compiling Destinations Flowable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[36/119] Compiling Destinations GroupDestinationInternalStateable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[37/119] Compiling Destinations GroupedDestinationable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[38/119] Compiling Destinations Interactable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[39/119] Compiling Destinations InteractorAssisting.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[40/119] Compiling Destinations InteractorConfiguring.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[41/119] Compiling Destinations InteractorRequestConfiguring.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[42/119] Compiling Destinations InterfaceActionConfiguring.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[43/119] Compiling Destinations NavigationDestinationStateable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[44/119] Compiling Destinations DestinationSwiftUICoordinating.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[45/119] Compiling Destinations GroupedViewDestinationable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[46/119] Compiling Destinations NavigatingDestinationInterfacing.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[47/119] Compiling Destinations SheetPresentationType.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[48/119] Compiling Destinations SystemNavigationType.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[49/119] Compiling Destinations ControllerDestination.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[50/119] Compiling Destinations ControllerFlow.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[51/119] Compiling Destinations ControllerSheetPresentationOptions.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[52/119] Compiling Destinations DestinationUIKitCoordinator.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[53/119] Compiling Destinations NavigationControllerDestination.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[54/119] Compiling Destinations SplitViewController.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[55/119] Compiling Destinations SplitViewControllerDestination.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[56/119] Compiling Destinations SwiftUIAdapter.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[57/119] Compiling Destinations SwiftUIContainerController.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[58/119] Compiling Destinations SwiftUIContainerDestination.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[59/119] Compiling Destinations SwiftUIHostingState.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[60/119] Compiling Destinations TabBarControllerDestination.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[61/119] Emitting module Destinations
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[62/119] Compiling Destinations SwiftUIContainerInterfacing.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[63/119] Compiling Destinations SwiftUIHostedInterfacing.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[64/119] Compiling Destinations TabBarControllerDestinationInterfacing.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[65/119] Compiling Destinations TabBarControllerDestinationable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[66/119] Compiling Destinations SheetPresentationOptions.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[67/119] Compiling Destinations SplitViewColumn.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[68/119] Compiling Destinations BindableContainerView.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[69/119] Compiling Destinations ContainerView.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[70/119] Compiling Destinations DestinationNavigator.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[71/119] Compiling Destinations DestinationSwiftUICoordinator.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[72/119] Compiling Destinations NavigationSplitViewDestination.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[73/119] Compiling Destinations NavigationViewDestination.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[74/119] Compiling Destinations Sheet.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[75/119] Compiling Destinations SheetPresentation.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[76/119] Compiling Destinations TabViewDestination.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[77/119] Compiling Destinations ViewDestination.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[78/119] Compiling Destinations ViewFlow.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[79/119] Compiling Destinations BackNavigationModifier.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[80/119] Compiling Destinations DestinationDisappearModifier.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[81/119] Compiling Destinations SheetPresenter.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[82/119] Compiling Destinations ViewSheetPresentationOptions.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[83/119] Compiling Destinations TabModel.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[84/119] Compiling Destinations ActionAssistantType.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[85/119] Compiling Destinations DestinationActionType.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[86/119] Compiling Destinations DestinationPresentationType.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[87/119] Compiling Destinations InteractorAssistantType.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[88/119] Compiling Destinations InteractorRequestMethod.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[89/119] Compiling Destinations NavigationPresentationType.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[90/119] Compiling Destinations NavigatingViewDestinationable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[91/119] Compiling Destinations NavigationSplitViewDestinationInterfacing.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[92/119] Compiling Destinations NavigationSplitViewDestinationable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[93/119] Compiling Destinations SheetPresentationConfiguring.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[94/119] Compiling Destinations SheetPresenting.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[95/119] Compiling Destinations Sheetable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[96/119] Compiling Destinations TabBarViewDestinationInterfacing.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[97/119] Compiling Destinations TabBarViewDestinationable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[98/119] Compiling Destinations ViewDestinationInterfacing.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[99/119] Compiling Destinations ViewDestinationProviding.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[100/119] Compiling Destinations ViewDestinationable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[101/119] Compiling Destinations ViewFlowable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[102/119] Compiling Destinations TabBarDestinationInterfacing.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[103/119] Compiling Destinations ContentTypeable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[104/119] Compiling Destinations DestinationPresentationTypeable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[105/119] Compiling Destinations InteractorTypeable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[106/119] Compiling Destinations RoutableDestinations.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[107/119] Compiling Destinations TabTypeable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[108/119] Compiling Destinations UserInteractionTypeable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[109/119] Compiling Destinations ControllerDestinationInterfacing.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[110/119] Compiling Destinations ControllerDestinationProviding.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[111/119] Compiling Destinations ControllerDestinationable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[112/119] Compiling Destinations ControllerFlowable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[113/119] Compiling Destinations DestinationUIKitCoordinating.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[114/119] Compiling Destinations GroupedControllerDestinationable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[115/119] Compiling Destinations NavigatingControllerDestinationable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[116/119] Compiling Destinations SplitViewControllerDestinationInterfacing.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[117/119] Compiling Destinations SplitViewControllerDestinationable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[118/119] Compiling Destinations SwiftUIAdaptable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
[119/119] Compiling Destinations SwiftUIContainerDestinationable.swift
/host/spi-builder-workspace/Sources/Helpers/Extensions.swift:10:8: error: no such module 'UIKit'
 8 | //  Licensed under MIT License. See LICENSE file in this repository.
 9 |
10 | import UIKit
   |        `- error: no such module 'UIKit'
11 |
12 | extension UIViewController {
BUILD FAILURE 6.1 linux