The Swift Package Index logo.Swift Package Index

Build Information

Failed to build RouteComposer, reference 2.22.1 (a9dd03), with Swift 6.1 for macOS (SPM) on 22 Jan 2026 00:10:24 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ekazaev/route-composer.git
Reference: 2.22.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ekazaev/route-composer
 * tag               2.22.1     -> FETCH_HEAD
HEAD is now at a9dd03f Minor clean up
Cloned https://github.com/ekazaev/route-composer.git
Revision (git rev-parse @):
a9dd03fdc11e7be257736d17f7ce6e089f0194a0
SUCCESS checkout https://github.com/ekazaev/route-composer.git at 2.22.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ekazaev/route-composer.git
https://github.com/ekazaev/route-composer.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RouteComposer",
  "name" : "RouteComposer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.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" : [
    "6.1"
  ],
  "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/StepAssembly+Shorthands.swift",
        "Assemblies/Helpers/StepChainAssembly.swift",
        "Assemblies/Helpers/TaskCollector.swift",
        "Assemblies/StepAssembler.swift",
        "Assemblies/StepAssemblerWithFinder.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/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" : "6.1"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |     name: "RouteComposer",
 7 |     platforms: [
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/6] Write sources
[1/6] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/143] Emitting module RouteComposer
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer FactoryBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer FinderBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer PostRoutingTaskBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer RoutingInterceptorBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer RoutingError.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer RoutingInterceptable.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer RoutingInterceptor.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer RoutingResult.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer SearchOptions.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer GeneralStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer NavigationControllerStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer SingleContainerStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer SingleStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer SplitControllerStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer TabBarControllerStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer InPlaceTransformingAnyContext.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer InterceptableStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer NilContextTransformer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer NilEntity.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer PerformableStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer PerformableStepResult.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer PostponedIntegrationFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer PreparableEntity.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer RoutingStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer SwitcherStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer UIViewController+PrivateExtension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ContextTaskMultiplexer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer InterceptorMultiplexer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer PostRoutingTaskMultiplexer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer AnyAction.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer AbstractAction.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer AbstractFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer UINavigationController+Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer UISplitViewController+Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer UITabBarController+Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer UIViewController+Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ConcreteContainerAdapter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer CustomContainerViewController.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer DefaultContainerAdapterLocator.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer NavigationControllerAdapter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer SplitControllerAdapter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer TabBarControllerAdapter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ChainAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer CompleteFactoryAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ActionConnectingAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer TabBarControllerFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer Factory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer Finder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ClassFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ClassWithContextFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer InstanceFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer NilFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer CustomWindowProvider.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer DefaultStackIterator.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer KeyWindowProvider.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer StackIterator.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer WindowProvider.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer StackIteratingFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer UIHostingControllerWithContextFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer InterceptableRouter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer PresentingFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer Router+Destination.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer SingleNavigationRouter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ContextAcceptingView.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ContextInstantiatable.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ClassFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer CompleteFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer FinderFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer NavigationControllerFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer NilFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer SimpleContainerFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer SplitControllerFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer StoryboardFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer UIHostingControllerFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer UIHostingControllerWithContextFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer DefaultLogger+LogLevel.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer DefaultLogger.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer LogMessage.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer Logger.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer PostRoutingTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer RouteComposerDefaults.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer Router.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer DefaultRouter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer DefaultStackPresentationHandler.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer StackPresentationHandler.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer Array+PrivateExtension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer BaseStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ChainableStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ConvertingStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer DefaultRouter+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ActionToStepIntegrator.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer BaseEntitiesCollector.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer CompleteFactoryChainAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ContainerStepChainAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer GenericStepAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer InterceptableStepAssembling.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer LastStepInChainAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer StepAssembly+Shorthands.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer StepChainAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer TaskCollector.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer StepAssembler.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer StepAssemblerWithFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer StepAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer SwitchAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ChildCoordinator.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer AnyContext.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer AnyContextTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer AnyContextTransformer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer AnyFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer AnyFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer AnyPostRoutingTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer AnyRoutingInterceptor.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ActionBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer AnyActionBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer AnyContextBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer AnyFactoryBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ContainerActionBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ContainerFactoryBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ContextTaskBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ContextTransformerBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ContainerAdapter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ContainerAdapterLocator.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ContainerFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ContainerViewController.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ContextTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ContextTransformer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer DestinationStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer Array+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer NavigationController+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer SplitViewController+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer TabBarViewController+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer UIViewController+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer UIWindow+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer CATransaction+Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ContextAccepting.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ContextChecking.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer ContextSettingTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer Destination.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer DetailsNavigationFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer DismissalMethodProvidingContextTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer Dismissible.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer DispatchQueue+Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer GlobalInterceptorRouter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer InlineContextTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer InlineContextTransformer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer InlineFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer InlineInterceptor.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/158] Compiling RouteComposer InlinePostTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[153/158] Compiling RouteComposer InlineStackIteratingFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[154/158] Compiling RouteComposer NavigationDelayInterceptor.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |     name: "RouteComposer",
 7 |     platforms: [
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/5] Write swift-version-2F0A5646E1D333AE.txt
[2/142] Compiling RouteComposer AbstractAction.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/142] Compiling RouteComposer AbstractFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/142] Compiling RouteComposer Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/142] Compiling RouteComposer UINavigationController+Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/142] Compiling RouteComposer UISplitViewController+Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/142] Compiling RouteComposer UITabBarController+Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/142] Compiling RouteComposer UIViewController+Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/142] Compiling RouteComposer ConcreteContainerAdapter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/142] Compiling RouteComposer CustomContainerViewController.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/142] Compiling RouteComposer DefaultContainerAdapterLocator.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/142] Compiling RouteComposer NavigationControllerAdapter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/142] Compiling RouteComposer SplitControllerAdapter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/142] Compiling RouteComposer TabBarControllerAdapter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/142] Compiling RouteComposer ChainAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/142] Compiling RouteComposer CompleteFactoryAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/142] Compiling RouteComposer ActionConnectingAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 ContainerAdapter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 ContainerAdapterLocator.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 ContainerFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 ContainerViewController.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 ContextTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 ContextTransformer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 DestinationStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 Array+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 NavigationController+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 SplitViewController+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 TabBarViewController+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 UIViewController+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 UIWindow+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 CATransaction+Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 ContextAccepting.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 ActionToStepIntegrator.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 BaseEntitiesCollector.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 CompleteFactoryChainAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 ContainerStepChainAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 GenericStepAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 InterceptableStepAssembling.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 LastStepInChainAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 StepAssembly+Shorthands.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 StepChainAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 TaskCollector.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 StepAssembler.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 StepAssemblerWithFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 StepAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 SwitchAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 ChildCoordinator.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 PresentingFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 Router+Destination.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 SingleNavigationRouter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 ContextAcceptingView.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 ContextInstantiatable.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 ClassFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 CompleteFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 FinderFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 NavigationControllerFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 NilFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 SimpleContainerFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 SplitControllerFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 StoryboardFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 UIHostingControllerFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 UIHostingControllerWithContextFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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)
[63/157] Emitting module RouteComposer
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 AnyContext.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 AnyContextTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 AnyContextTransformer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 AnyFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 AnyFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 AnyPostRoutingTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 AnyRoutingInterceptor.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 ActionBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 AnyActionBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 AnyContextBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 AnyFactoryBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 ContainerActionBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 ContainerFactoryBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 ContextTaskBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 ContextTransformerBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 TabBarControllerFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 Factory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 Finder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 ClassFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 ClassWithContextFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 InstanceFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 NilFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 CustomWindowProvider.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 DefaultStackIterator.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 KeyWindowProvider.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 StackIterator.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 WindowProvider.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 StackIteratingFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 UIHostingControllerWithContextFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 InterceptableRouter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 ContextChecking.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 ContextSettingTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 Destination.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 DetailsNavigationFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 DismissalMethodProvidingContextTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 Dismissible.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 DispatchQueue+Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 GlobalInterceptorRouter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 InlineContextTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 InlineContextTransformer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 InlineFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 InlineInterceptor.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 InlinePostTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 InlineStackIteratingFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 NavigationDelayInterceptor.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 DefaultLogger+LogLevel.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 DefaultLogger.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 LogMessage.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 Logger.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 PostRoutingTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 RouteComposerDefaults.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 Router.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 DefaultRouter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 DefaultStackPresentationHandler.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 StackPresentationHandler.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 Array+PrivateExtension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 BaseStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 ChainableStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 ConvertingStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 DefaultRouter+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 InPlaceTransformingAnyContext.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 InterceptableStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 NilContextTransformer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 NilEntity.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 PerformableStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 PerformableStepResult.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 PostponedIntegrationFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 PreparableEntity.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 RoutingStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 SwitcherStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 UIViewController+PrivateExtension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 ContextTaskMultiplexer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 InterceptorMultiplexer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 PostRoutingTaskMultiplexer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 AnyAction.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 FactoryBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 FinderBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 PostRoutingTaskBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 RoutingInterceptorBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 RoutingError.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 RoutingInterceptable.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 RoutingInterceptor.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 RoutingResult.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 SearchOptions.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 GeneralStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 NavigationControllerStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 SingleContainerStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 SingleStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 SplitControllerStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[153/157] Compiling RouteComposer TabBarControllerStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
   |        `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Example/Tests/Info.plist
    /Users/admin/builder/spi-builder-workspace/Example/Tests/Helpers/TestStoryboard.storyboard
BUILD FAILURE 6.1 macosSpm