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 RouteComposer, reference 2.11.1 (a560ea), with Swift 6.1 for Linux on 30 Apr 2025 00:15:37 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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ekazaev/route-composer.git
Reference: 2.11.1
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/ekazaev/route-composer
 * tag               2.11.1     -> FETCH_HEAD
HEAD is now at a560eae Reverted Swift concurrency for now
Cloned https://github.com/ekazaev/route-composer.git
Revision (git rev-parse @):
a560eae9f43d64f379cefcac3c338f86179e8cdf
SUCCESS checkout https://github.com/ekazaev/route-composer.git at 2.11.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ekazaev/route-composer.git
https://github.com/ekazaev/route-composer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RouteComposer",
  "name" : "RouteComposer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "RouteComposer",
      "targets" : [
        "RouteComposer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RouteComposerStatic",
      "targets" : [
        "RouteComposer"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "RouteComposerDynamic",
      "targets" : [
        "RouteComposer"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "RouteComposerTests",
      "module_type" : "SwiftTarget",
      "name" : "RouteComposerTests",
      "path" : "Example/Tests",
      "sources" : [
        "ActionTests.swift",
        "AssemblyTest.swift",
        "BoxTest.swift",
        "ContainerLocatorTests.swift",
        "ContainerTests.swift",
        "DestinationStepTests.swift",
        "ErrorTest.swift",
        "ExtensionsTest.swift",
        "ExtrasTest.swift",
        "FactoryTest.swift",
        "FinderTests.swift",
        "Helpers/EmptyContainer.swift",
        "Helpers/EmptyFactory.swift",
        "Helpers/TestSwiftUIView.swift",
        "Helpers/TestWindowProvider.swift",
        "MultiplexerTest.swift",
        "RouterTest.swift"
      ],
      "target_dependencies" : [
        "RouteComposer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RouteComposer",
      "module_type" : "SwiftTarget",
      "name" : "RouteComposer",
      "path" : "RouteComposer/Classes",
      "product_memberships" : [
        "RouteComposer",
        "RouteComposerStatic",
        "RouteComposerDynamic"
      ],
      "sources" : [
        "AbstractAction.swift",
        "AbstractFactory.swift",
        "Action.swift",
        "Actions/UINavigationController+Action.swift",
        "Actions/UISplitViewController+Action.swift",
        "Actions/UITabBarController+Action.swift",
        "Actions/UIViewController+Action.swift",
        "Adapters/ConcreteContainerAdapter.swift",
        "Adapters/CustomContainerViewController.swift",
        "Adapters/DefaultContainerAdapterLocator.swift",
        "Adapters/NavigationControllerAdapter.swift",
        "Adapters/SplitControllerAdapter.swift",
        "Adapters/TabBarControllerAdapter.swift",
        "Assemblies/ChainAssembly.swift",
        "Assemblies/CompleteFactoryAssembly.swift",
        "Assemblies/Helpers/ActionConnectingAssembly.swift",
        "Assemblies/Helpers/ActionToStepIntegrator.swift",
        "Assemblies/Helpers/BaseEntitiesCollector.swift",
        "Assemblies/Helpers/CompleteFactoryChainAssembly.swift",
        "Assemblies/Helpers/ContainerStepChainAssembly.swift",
        "Assemblies/Helpers/GenericStepAssembly.swift",
        "Assemblies/Helpers/InterceptableStepAssembling.swift",
        "Assemblies/Helpers/LastStepInChainAssembly.swift",
        "Assemblies/Helpers/StepChainAssembly.swift",
        "Assemblies/Helpers/TaskCollector.swift",
        "Assemblies/StepAssembly.swift",
        "Assemblies/SwitchAssembly.swift",
        "ChildCoordinator.swift",
        "ContainerAdapter.swift",
        "ContainerAdapterLocator.swift",
        "ContainerFactory.swift",
        "ContainerViewController.swift",
        "ContextTask.swift",
        "ContextTransformer.swift",
        "DestinationStep.swift",
        "Extensions/Array+Extension.swift",
        "Extensions/NavigationController+Extension.swift",
        "Extensions/SplitViewController+Extension.swift",
        "Extensions/TabBarViewController+Extension.swift",
        "Extensions/UIViewController+Extension.swift",
        "Extensions/UIWindow+Extension.swift",
        "Extra/CATransaction+Action.swift",
        "Extra/ContextAccepting.swift",
        "Extra/ContextChecking.swift",
        "Extra/ContextSettingTask.swift",
        "Extra/Destination.swift",
        "Extra/DetailsNavigationFinder.swift",
        "Extra/DismissalMethodProvidingContextTask.swift",
        "Extra/Dismissible.swift",
        "Extra/DispatchQueue+Action.swift",
        "Extra/GlobalInterceptorRouter.swift",
        "Extra/InlineContextTask.swift",
        "Extra/InlineContextTransformer.swift",
        "Extra/InlineFactory.swift",
        "Extra/InlineInterceptor.swift",
        "Extra/InlinePostTask.swift",
        "Extra/InlineStackIteratingFinder.swift",
        "Extra/NavigationDelayInterceptor.swift",
        "Extra/PresentingFinder.swift",
        "Extra/Router+Destination.swift",
        "Extra/SingleNavigationRouter.swift",
        "Extra/SwiftUI/ContextAcceptingView.swift",
        "Extra/SwiftUI/ContextInstantiatable.swift",
        "Factories/ClassFactory.swift",
        "Factories/CompleteFactory.swift",
        "Factories/FinderFactory.swift",
        "Factories/NavigationControllerFactory.swift",
        "Factories/NilFactory.swift",
        "Factories/SimpleContainerFactory.swift",
        "Factories/SplitControllerFactory.swift",
        "Factories/StoryboardFactory.swift",
        "Factories/SwiftUI/UIHostingControllerFactory.swift",
        "Factories/SwiftUI/UIHostingControllerWithContextFactory.swift",
        "Factories/TabBarControllerFactory.swift",
        "Factory.swift",
        "Finder.swift",
        "Finders/ClassFinder.swift",
        "Finders/ClassWithContextFinder.swift",
        "Finders/InstanceFinder.swift",
        "Finders/NilFinder.swift",
        "Finders/Stack Iterator/CustomWindowProvider.swift",
        "Finders/Stack Iterator/DefaultStackIterator.swift",
        "Finders/Stack Iterator/KeyWindowProvider.swift",
        "Finders/Stack Iterator/StackIterator.swift",
        "Finders/Stack Iterator/WindowProvider.swift",
        "Finders/StackIteratingFinder.swift",
        "Finders/SwiftUI/UIHostingControllerWithContextFinder.swift",
        "InterceptableRouter.swift",
        "Logger/DefaultLogger+LogLevel.swift",
        "Logger/DefaultLogger.swift",
        "Logger/LogMessage.swift",
        "Logger/Logger.swift",
        "PostRoutingTask.swift",
        "RouteComposerDefaults.swift",
        "Router.swift",
        "Router/DefaultRouter.swift",
        "Router/Helpers/DefaultStackPresentationHandler.swift",
        "Router/Helpers/StackPresentationHandler.swift",
        "Router/Internal/Array+PrivateExtension.swift",
        "Router/Internal/BaseStep.swift",
        "Router/Internal/ChainableStep.swift",
        "Router/Internal/ConvertingStep.swift",
        "Router/Internal/DefaultRouter+Extension.swift",
        "Router/Internal/InPlaceTransformingAnyContext.swift",
        "Router/Internal/InterceptableStep.swift",
        "Router/Internal/MainThreadChecking.swift",
        "Router/Internal/NilContextTransformer.swift",
        "Router/Internal/NilEntity.swift",
        "Router/Internal/PerformableStep.swift",
        "Router/Internal/PerformableStepResult.swift",
        "Router/Internal/PostponedIntegrationFactory.swift",
        "Router/Internal/PreparableEntity.swift",
        "Router/Internal/RoutingStep.swift",
        "Router/Internal/SwitcherStep.swift",
        "Router/Internal/UIViewController+PrivateExtension.swift",
        "Router/Multiplexers/ContextTaskMultiplexer.swift",
        "Router/Multiplexers/InterceptorMultiplexer.swift",
        "Router/Multiplexers/PostRoutingTaskMultiplexer.swift",
        "Router/Type Erasure/AnyAction.swift",
        "Router/Type Erasure/AnyContext.swift",
        "Router/Type Erasure/AnyContextTask.swift",
        "Router/Type Erasure/AnyContextTransformer.swift",
        "Router/Type Erasure/AnyFactory.swift",
        "Router/Type Erasure/AnyFinder.swift",
        "Router/Type Erasure/AnyPostRoutingTask.swift",
        "Router/Type Erasure/AnyRoutingInterceptor.swift",
        "Router/Type Erasure/Boxes/ActionBox.swift",
        "Router/Type Erasure/Boxes/AnyActionBox.swift",
        "Router/Type Erasure/Boxes/AnyContextBox.swift",
        "Router/Type Erasure/Boxes/AnyFactoryBox.swift",
        "Router/Type Erasure/Boxes/ContainerActionBox.swift",
        "Router/Type Erasure/Boxes/ContainerFactoryBox.swift",
        "Router/Type Erasure/Boxes/ContextTaskBox.swift",
        "Router/Type Erasure/Boxes/ContextTransformerBox.swift",
        "Router/Type Erasure/Boxes/FactoryBox.swift",
        "Router/Type Erasure/Boxes/FinderBox.swift",
        "Router/Type Erasure/Boxes/PostRoutingTaskBox.swift",
        "Router/Type Erasure/Boxes/RoutingInterceptorBox.swift",
        "RoutingError.swift",
        "RoutingInterceptable.swift",
        "RoutingInterceptor.swift",
        "RoutingResult.swift",
        "SearchOptions.swift",
        "Steps/GeneralStep.swift",
        "Steps/NavigationControllerStep.swift",
        "Steps/SingleContainerStep.swift",
        "Steps/SingleStep.swift",
        "Steps/SplitControllerStep.swift",
        "Steps/TabBarControllerStep.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/7] Write sources
[1/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/139] Emitting module RouteComposer
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[4/157] Compiling RouteComposer TabBarViewController+Extension.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[5/157] Compiling RouteComposer UIViewController+Extension.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[6/157] Compiling RouteComposer UIWindow+Extension.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[7/157] Compiling RouteComposer CATransaction+Action.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[8/157] Compiling RouteComposer ContextAccepting.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[9/157] Compiling RouteComposer ContextChecking.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[10/157] Compiling RouteComposer ContextSettingTask.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[11/157] Compiling RouteComposer Destination.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[12/157] Compiling RouteComposer DetailsNavigationFinder.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[13/157] Compiling RouteComposer DismissalMethodProvidingContextTask.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[14/157] Compiling RouteComposer Dismissible.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[15/157] Compiling RouteComposer DispatchQueue+Action.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[16/157] Compiling RouteComposer GlobalInterceptorRouter.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[17/157] Compiling RouteComposer InlineContextTask.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[18/157] Compiling RouteComposer InlineContextTransformer.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[19/157] Compiling RouteComposer InlineFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[20/157] Compiling RouteComposer InlineInterceptor.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[21/157] Compiling RouteComposer InlinePostTask.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[22/157] Compiling RouteComposer InlineStackIteratingFinder.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[23/157] Compiling RouteComposer NavigationDelayInterceptor.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[24/157] Compiling RouteComposer PresentingFinder.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[25/157] Compiling RouteComposer Router+Destination.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[26/157] Compiling RouteComposer SingleNavigationRouter.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[27/157] Compiling RouteComposer ContextAcceptingView.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[28/157] Compiling RouteComposer ContextInstantiatable.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[29/157] Compiling RouteComposer ClassFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[30/157] Compiling RouteComposer CompleteFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[31/157] Compiling RouteComposer FinderFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[32/157] Compiling RouteComposer NavigationControllerFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[33/157] Compiling RouteComposer NilFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[34/157] Compiling RouteComposer SimpleContainerFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[35/157] Compiling RouteComposer SplitControllerFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[36/157] Compiling RouteComposer StoryboardFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[37/157] Compiling RouteComposer UIHostingControllerFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[38/157] Compiling RouteComposer UIHostingControllerWithContextFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[39/157] Compiling RouteComposer TabBarControllerFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[40/157] Compiling RouteComposer Factory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[41/157] Compiling RouteComposer Finder.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[42/157] Compiling RouteComposer DefaultRouter.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[43/157] Compiling RouteComposer DefaultStackPresentationHandler.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[44/157] Compiling RouteComposer StackPresentationHandler.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[45/157] Compiling RouteComposer Array+PrivateExtension.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[46/157] Compiling RouteComposer BaseStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[47/157] Compiling RouteComposer ChainableStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[48/157] Compiling RouteComposer ConvertingStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[49/157] Compiling RouteComposer DefaultRouter+Extension.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[50/157] Compiling RouteComposer InPlaceTransformingAnyContext.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[51/157] Compiling RouteComposer InterceptableStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[52/157] Compiling RouteComposer MainThreadChecking.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[53/157] Compiling RouteComposer NilContextTransformer.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[54/157] Compiling RouteComposer NilEntity.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[55/157] Compiling RouteComposer PerformableStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[56/157] Compiling RouteComposer PerformableStepResult.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[57/157] Compiling RouteComposer PostponedIntegrationFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[58/157] Compiling RouteComposer PreparableEntity.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[59/157] Compiling RouteComposer RoutingStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[60/157] Compiling RouteComposer ContainerStepChainAssembly.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[61/157] Compiling RouteComposer GenericStepAssembly.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[62/157] Compiling RouteComposer InterceptableStepAssembling.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[63/157] Compiling RouteComposer LastStepInChainAssembly.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[64/157] Compiling RouteComposer StepChainAssembly.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[65/157] Compiling RouteComposer TaskCollector.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[66/157] Compiling RouteComposer StepAssembly.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[67/157] Compiling RouteComposer SwitchAssembly.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[68/157] Compiling RouteComposer ChildCoordinator.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[69/157] Compiling RouteComposer ContainerAdapter.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[70/157] Compiling RouteComposer ContainerAdapterLocator.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[71/157] Compiling RouteComposer ContainerFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[72/157] Compiling RouteComposer ContainerViewController.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[73/157] Compiling RouteComposer ContextTask.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[74/157] Compiling RouteComposer ContextTransformer.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[75/157] Compiling RouteComposer DestinationStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[76/157] Compiling RouteComposer Array+Extension.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[77/157] Compiling RouteComposer NavigationController+Extension.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[78/157] Compiling RouteComposer SplitViewController+Extension.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[79/157] Compiling RouteComposer ContainerFactoryBox.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[80/157] Compiling RouteComposer ContextTaskBox.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[81/157] Compiling RouteComposer ContextTransformerBox.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[82/157] Compiling RouteComposer FactoryBox.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[83/157] Compiling RouteComposer FinderBox.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[84/157] Compiling RouteComposer PostRoutingTaskBox.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[85/157] Compiling RouteComposer RoutingInterceptorBox.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[86/157] Compiling RouteComposer RoutingError.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[87/157] Compiling RouteComposer RoutingInterceptable.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[88/157] Compiling RouteComposer RoutingInterceptor.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[89/157] Compiling RouteComposer RoutingResult.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[90/157] Compiling RouteComposer SearchOptions.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[91/157] Compiling RouteComposer GeneralStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[92/157] Compiling RouteComposer NavigationControllerStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[93/157] Compiling RouteComposer SingleContainerStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[94/157] Compiling RouteComposer SingleStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[95/157] Compiling RouteComposer SplitControllerStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[96/157] Compiling RouteComposer TabBarControllerStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[97/157] Compiling RouteComposer AbstractAction.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[98/157] Compiling RouteComposer AbstractFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[99/157] Compiling RouteComposer Action.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[100/157] Compiling RouteComposer UINavigationController+Action.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[101/157] Compiling RouteComposer UISplitViewController+Action.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[102/157] Compiling RouteComposer UITabBarController+Action.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[103/157] Compiling RouteComposer UIViewController+Action.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[104/157] Compiling RouteComposer ConcreteContainerAdapter.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[105/157] Compiling RouteComposer CustomContainerViewController.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[106/157] Compiling RouteComposer DefaultContainerAdapterLocator.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[107/157] Compiling RouteComposer NavigationControllerAdapter.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[108/157] Compiling RouteComposer SplitControllerAdapter.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[109/157] Compiling RouteComposer TabBarControllerAdapter.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[110/157] Compiling RouteComposer ChainAssembly.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[111/157] Compiling RouteComposer CompleteFactoryAssembly.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[112/157] Compiling RouteComposer ActionConnectingAssembly.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[113/157] Compiling RouteComposer ActionToStepIntegrator.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[114/157] Compiling RouteComposer BaseEntitiesCollector.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[115/157] Compiling RouteComposer CompleteFactoryChainAssembly.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[116/157] Compiling RouteComposer ClassFinder.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[117/157] Compiling RouteComposer ClassWithContextFinder.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[118/157] Compiling RouteComposer InstanceFinder.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[119/157] Compiling RouteComposer NilFinder.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[120/157] Compiling RouteComposer CustomWindowProvider.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[121/157] Compiling RouteComposer DefaultStackIterator.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[122/157] Compiling RouteComposer KeyWindowProvider.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[123/157] Compiling RouteComposer StackIterator.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[124/157] Compiling RouteComposer WindowProvider.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[125/157] Compiling RouteComposer StackIteratingFinder.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[126/157] Compiling RouteComposer UIHostingControllerWithContextFinder.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[127/157] Compiling RouteComposer InterceptableRouter.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[128/157] Compiling RouteComposer DefaultLogger+LogLevel.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[129/157] Compiling RouteComposer DefaultLogger.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[130/157] Compiling RouteComposer LogMessage.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[131/157] Compiling RouteComposer Logger.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[132/157] Compiling RouteComposer PostRoutingTask.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[133/157] Compiling RouteComposer RouteComposerDefaults.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[134/157] Compiling RouteComposer Router.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[135/157] Compiling RouteComposer SwitcherStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[136/157] Compiling RouteComposer UIViewController+PrivateExtension.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[137/157] Compiling RouteComposer ContextTaskMultiplexer.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[138/157] Compiling RouteComposer InterceptorMultiplexer.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[139/157] Compiling RouteComposer PostRoutingTaskMultiplexer.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[140/157] Compiling RouteComposer AnyAction.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[141/157] Compiling RouteComposer AnyContext.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[142/157] Compiling RouteComposer AnyContextTask.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[143/157] Compiling RouteComposer AnyContextTransformer.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[144/157] Compiling RouteComposer AnyFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[145/157] Compiling RouteComposer AnyFinder.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[146/157] Compiling RouteComposer AnyPostRoutingTask.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[147/157] Compiling RouteComposer AnyRoutingInterceptor.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[148/157] Compiling RouteComposer ActionBox.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[149/157] Compiling RouteComposer AnyActionBox.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[150/157] Compiling RouteComposer AnyContextBox.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[151/157] Compiling RouteComposer AnyFactoryBox.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[152/157] Compiling RouteComposer ContainerActionBox.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
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
[0/1] Planning build
Building for debugging...
[0/6] Write swift-version-24593BA9C3E375BF.txt
[2/138] Compiling RouteComposer ContainerStepChainAssembly.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[3/138] Compiling RouteComposer GenericStepAssembly.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[4/138] Compiling RouteComposer InterceptableStepAssembling.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[5/138] Compiling RouteComposer LastStepInChainAssembly.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[6/138] Compiling RouteComposer StepChainAssembly.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[7/138] Compiling RouteComposer TaskCollector.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[8/138] Compiling RouteComposer StepAssembly.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[9/138] Compiling RouteComposer SwitchAssembly.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[10/138] Compiling RouteComposer ChildCoordinator.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[11/138] Compiling RouteComposer ContainerAdapter.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[12/138] Compiling RouteComposer ContainerAdapterLocator.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[13/138] Compiling RouteComposer ContainerFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[14/138] Compiling RouteComposer ContainerViewController.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[15/138] Compiling RouteComposer ContextTask.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[16/138] Compiling RouteComposer ContextTransformer.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[17/138] Compiling RouteComposer DestinationStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[18/138] Compiling RouteComposer Array+Extension.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[19/138] Compiling RouteComposer NavigationController+Extension.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[20/138] Compiling RouteComposer SplitViewController+Extension.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[21/156] Compiling RouteComposer AbstractAction.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[22/156] Compiling RouteComposer AbstractFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[23/156] Compiling RouteComposer Action.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[24/156] Compiling RouteComposer UINavigationController+Action.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[25/156] Compiling RouteComposer UISplitViewController+Action.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[26/156] Compiling RouteComposer UITabBarController+Action.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[27/156] Compiling RouteComposer UIViewController+Action.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[28/156] Compiling RouteComposer ConcreteContainerAdapter.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[29/156] Compiling RouteComposer CustomContainerViewController.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[30/156] Compiling RouteComposer DefaultContainerAdapterLocator.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[31/156] Compiling RouteComposer NavigationControllerAdapter.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[32/156] Compiling RouteComposer SplitControllerAdapter.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[33/156] Compiling RouteComposer TabBarControllerAdapter.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[34/156] Compiling RouteComposer ChainAssembly.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[35/156] Compiling RouteComposer CompleteFactoryAssembly.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[36/156] Compiling RouteComposer ActionConnectingAssembly.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[37/156] Compiling RouteComposer ActionToStepIntegrator.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[38/156] Compiling RouteComposer BaseEntitiesCollector.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[39/156] Compiling RouteComposer CompleteFactoryChainAssembly.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/156] Compiling RouteComposer TabBarViewController+Extension.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[41/156] Compiling RouteComposer UIViewController+Extension.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[42/156] Compiling RouteComposer UIWindow+Extension.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[43/156] Compiling RouteComposer CATransaction+Action.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[44/156] Compiling RouteComposer ContextAccepting.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[45/156] Compiling RouteComposer ContextChecking.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[46/156] Compiling RouteComposer ContextSettingTask.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[47/156] Compiling RouteComposer Destination.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[48/156] Compiling RouteComposer DetailsNavigationFinder.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[49/156] Compiling RouteComposer DismissalMethodProvidingContextTask.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[50/156] Compiling RouteComposer Dismissible.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[51/156] Compiling RouteComposer DispatchQueue+Action.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[52/156] Compiling RouteComposer GlobalInterceptorRouter.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[53/156] Compiling RouteComposer InlineContextTask.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[54/156] Compiling RouteComposer InlineContextTransformer.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[55/156] Compiling RouteComposer InlineFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[56/156] Compiling RouteComposer InlineInterceptor.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[57/156] Compiling RouteComposer InlinePostTask.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[58/156] Compiling RouteComposer InlineStackIteratingFinder.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[59/156] Compiling RouteComposer DefaultRouter.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[60/156] Compiling RouteComposer DefaultStackPresentationHandler.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[61/156] Compiling RouteComposer StackPresentationHandler.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[62/156] Compiling RouteComposer Array+PrivateExtension.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[63/156] Compiling RouteComposer BaseStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[64/156] Compiling RouteComposer ChainableStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[65/156] Compiling RouteComposer ConvertingStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[66/156] Compiling RouteComposer DefaultRouter+Extension.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[67/156] Compiling RouteComposer InPlaceTransformingAnyContext.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[68/156] Compiling RouteComposer InterceptableStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[69/156] Compiling RouteComposer MainThreadChecking.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[70/156] Compiling RouteComposer NilContextTransformer.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[71/156] Compiling RouteComposer NilEntity.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[72/156] Compiling RouteComposer PerformableStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[73/156] Compiling RouteComposer PerformableStepResult.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[74/156] Compiling RouteComposer PostponedIntegrationFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[75/156] Compiling RouteComposer PreparableEntity.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[76/156] Compiling RouteComposer RoutingStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[77/156] Emitting module RouteComposer
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[78/156] Compiling RouteComposer ClassFinder.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[79/156] Compiling RouteComposer ClassWithContextFinder.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[80/156] Compiling RouteComposer InstanceFinder.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[81/156] Compiling RouteComposer NilFinder.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[82/156] Compiling RouteComposer CustomWindowProvider.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[83/156] Compiling RouteComposer DefaultStackIterator.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[84/156] Compiling RouteComposer KeyWindowProvider.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[85/156] Compiling RouteComposer StackIterator.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[86/156] Compiling RouteComposer WindowProvider.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[87/156] Compiling RouteComposer StackIteratingFinder.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[88/156] Compiling RouteComposer UIHostingControllerWithContextFinder.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[89/156] Compiling RouteComposer InterceptableRouter.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[90/156] Compiling RouteComposer DefaultLogger+LogLevel.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[91/156] Compiling RouteComposer DefaultLogger.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[92/156] Compiling RouteComposer LogMessage.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[93/156] Compiling RouteComposer Logger.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[94/156] Compiling RouteComposer PostRoutingTask.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[95/156] Compiling RouteComposer RouteComposerDefaults.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[96/156] Compiling RouteComposer Router.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[97/156] Compiling RouteComposer SwitcherStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[98/156] Compiling RouteComposer UIViewController+PrivateExtension.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[99/156] Compiling RouteComposer ContextTaskMultiplexer.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[100/156] Compiling RouteComposer InterceptorMultiplexer.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[101/156] Compiling RouteComposer PostRoutingTaskMultiplexer.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[102/156] Compiling RouteComposer AnyAction.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[103/156] Compiling RouteComposer AnyContext.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[104/156] Compiling RouteComposer AnyContextTask.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[105/156] Compiling RouteComposer AnyContextTransformer.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[106/156] Compiling RouteComposer AnyFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[107/156] Compiling RouteComposer AnyFinder.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[108/156] Compiling RouteComposer AnyPostRoutingTask.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[109/156] Compiling RouteComposer AnyRoutingInterceptor.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[110/156] Compiling RouteComposer ActionBox.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[111/156] Compiling RouteComposer AnyActionBox.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[112/156] Compiling RouteComposer AnyContextBox.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[113/156] Compiling RouteComposer AnyFactoryBox.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[114/156] Compiling RouteComposer ContainerActionBox.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[115/156] Compiling RouteComposer NavigationDelayInterceptor.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[116/156] Compiling RouteComposer PresentingFinder.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[117/156] Compiling RouteComposer Router+Destination.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[118/156] Compiling RouteComposer SingleNavigationRouter.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[119/156] Compiling RouteComposer ContextAcceptingView.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[120/156] Compiling RouteComposer ContextInstantiatable.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[121/156] Compiling RouteComposer ClassFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[122/156] Compiling RouteComposer CompleteFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[123/156] Compiling RouteComposer FinderFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[124/156] Compiling RouteComposer NavigationControllerFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[125/156] Compiling RouteComposer NilFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[126/156] Compiling RouteComposer SimpleContainerFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[127/156] Compiling RouteComposer SplitControllerFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[128/156] Compiling RouteComposer StoryboardFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[129/156] Compiling RouteComposer UIHostingControllerFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[130/156] Compiling RouteComposer UIHostingControllerWithContextFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[131/156] Compiling RouteComposer TabBarControllerFactory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[132/156] Compiling RouteComposer Factory.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[133/156] Compiling RouteComposer Finder.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[134/156] Compiling RouteComposer ContainerFactoryBox.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[135/156] Compiling RouteComposer ContextTaskBox.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[136/156] Compiling RouteComposer ContextTransformerBox.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[137/156] Compiling RouteComposer FactoryBox.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[138/156] Compiling RouteComposer FinderBox.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[139/156] Compiling RouteComposer PostRoutingTaskBox.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[140/156] Compiling RouteComposer RoutingInterceptorBox.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[141/156] Compiling RouteComposer RoutingError.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[142/156] Compiling RouteComposer RoutingInterceptable.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[143/156] Compiling RouteComposer RoutingInterceptor.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[144/156] Compiling RouteComposer RoutingResult.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[145/156] Compiling RouteComposer SearchOptions.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[146/156] Compiling RouteComposer GeneralStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[147/156] Compiling RouteComposer NavigationControllerStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[148/156] Compiling RouteComposer SingleContainerStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[149/156] Compiling RouteComposer SingleStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[150/156] Compiling RouteComposer SplitControllerStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[151/156] Compiling RouteComposer TabBarControllerStep.swift
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
BUILD FAILURE 6.1 linux