Build Information
Failed to build RouteComposer, reference 2.20.0 (a42ce2
), with Swift 6.1 for macOS (SPM) on 8 May 2025 16:50:04 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ekazaev/route-composer.git
Reference: 2.20.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ekazaev/route-composer
* tag 2.20.0 -> FETCH_HEAD
HEAD is now at a42ce29 Merge pull request #113 from ekazaev/chore/swift6_support
Cloned https://github.com/ekazaev/route-composer.git
Revision (git rev-parse @):
a42ce29363b82e29793611fdb49199d615398121
SUCCESS checkout https://github.com/ekazaev/route-composer.git at 2.20.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "route-composer",
"name": "RouteComposer",
"url": "https://github.com/ekazaev/route-composer.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/route-composer",
"dependencies": [
]
}
]
}
Fetching https://github.com/ekazaev/route-composer.git
[1/38177] Fetching route-composer
Fetched https://github.com/ekazaev/route-composer.git from cache (27.02s)
Creating working copy for https://github.com/ekazaev/route-composer.git
Working copy of https://github.com/ekazaev/route-composer.git resolved at 2.20.0 (a42ce29)
warning: '.resolve-product-dependencies': dependency 'route-composer' is not used by any target
Found 0 product dependencies
========================================
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" : "16.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.0"
],
"targets" : [
{
"c99name" : "RouteComposerTests",
"module_type" : "SwiftTarget",
"name" : "RouteComposerTests",
"path" : "Example/Tests",
"sources" : [
"ActionTests.swift",
"AssemblyTest.swift",
"BoxTest.swift",
"ContainerLocatorTests.swift",
"ContainerTests.swift",
"DestinationStepTests.swift",
"ErrorTest.swift",
"ExtensionsTest.swift",
"ExtrasTest.swift",
"FactoryTest.swift",
"FinderTests.swift",
"Helpers/EmptyContainer.swift",
"Helpers/EmptyFactory.swift",
"Helpers/TestSwiftUIView.swift",
"Helpers/TestWindowProvider.swift",
"MultiplexerTest.swift",
"RouterTest.swift"
],
"target_dependencies" : [
"RouteComposer"
],
"type" : "test"
},
{
"c99name" : "RouteComposer",
"module_type" : "SwiftTarget",
"name" : "RouteComposer",
"path" : "RouteComposer/Classes",
"product_memberships" : [
"RouteComposer",
"RouteComposerStatic",
"RouteComposerDynamic"
],
"sources" : [
"AbstractAction.swift",
"AbstractFactory.swift",
"Action.swift",
"Actions/UINavigationController+Action.swift",
"Actions/UISplitViewController+Action.swift",
"Actions/UITabBarController+Action.swift",
"Actions/UIViewController+Action.swift",
"Adapters/ConcreteContainerAdapter.swift",
"Adapters/CustomContainerViewController.swift",
"Adapters/DefaultContainerAdapterLocator.swift",
"Adapters/NavigationControllerAdapter.swift",
"Adapters/SplitControllerAdapter.swift",
"Adapters/TabBarControllerAdapter.swift",
"Assemblies/ChainAssembly.swift",
"Assemblies/CompleteFactoryAssembly.swift",
"Assemblies/Helpers/ActionConnectingAssembly.swift",
"Assemblies/Helpers/ActionToStepIntegrator.swift",
"Assemblies/Helpers/BaseEntitiesCollector.swift",
"Assemblies/Helpers/CompleteFactoryChainAssembly.swift",
"Assemblies/Helpers/ContainerStepChainAssembly.swift",
"Assemblies/Helpers/GenericStepAssembly.swift",
"Assemblies/Helpers/InterceptableStepAssembling.swift",
"Assemblies/Helpers/LastStepInChainAssembly.swift",
"Assemblies/Helpers/StepChainAssembly.swift",
"Assemblies/Helpers/TaskCollector.swift",
"Assemblies/StepAssembly.swift",
"Assemblies/SwitchAssembly.swift",
"ChildCoordinator.swift",
"ContainerAdapter.swift",
"ContainerAdapterLocator.swift",
"ContainerFactory.swift",
"ContainerViewController.swift",
"ContextTask.swift",
"ContextTransformer.swift",
"DestinationStep.swift",
"Extensions/Array+Extension.swift",
"Extensions/NavigationController+Extension.swift",
"Extensions/SplitViewController+Extension.swift",
"Extensions/TabBarViewController+Extension.swift",
"Extensions/UIViewController+Extension.swift",
"Extensions/UIWindow+Extension.swift",
"Extra/CATransaction+Action.swift",
"Extra/ContextAccepting.swift",
"Extra/ContextChecking.swift",
"Extra/ContextSettingTask.swift",
"Extra/Destination.swift",
"Extra/DetailsNavigationFinder.swift",
"Extra/DismissalMethodProvidingContextTask.swift",
"Extra/Dismissible.swift",
"Extra/DispatchQueue+Action.swift",
"Extra/GlobalInterceptorRouter.swift",
"Extra/InlineContextTask.swift",
"Extra/InlineContextTransformer.swift",
"Extra/InlineFactory.swift",
"Extra/InlineInterceptor.swift",
"Extra/InlinePostTask.swift",
"Extra/InlineStackIteratingFinder.swift",
"Extra/NavigationDelayInterceptor.swift",
"Extra/PresentingFinder.swift",
"Extra/Router+Destination.swift",
"Extra/SingleNavigationRouter.swift",
"Extra/SwiftUI/ContextAcceptingView.swift",
"Extra/SwiftUI/ContextInstantiatable.swift",
"Factories/ClassFactory.swift",
"Factories/CompleteFactory.swift",
"Factories/FinderFactory.swift",
"Factories/NavigationControllerFactory.swift",
"Factories/NilFactory.swift",
"Factories/SimpleContainerFactory.swift",
"Factories/SplitControllerFactory.swift",
"Factories/StoryboardFactory.swift",
"Factories/SwiftUI/UIHostingControllerFactory.swift",
"Factories/SwiftUI/UIHostingControllerWithContextFactory.swift",
"Factories/TabBarControllerFactory.swift",
"Factory.swift",
"Finder.swift",
"Finders/ClassFinder.swift",
"Finders/ClassWithContextFinder.swift",
"Finders/InstanceFinder.swift",
"Finders/NilFinder.swift",
"Finders/Stack Iterator/CustomWindowProvider.swift",
"Finders/Stack Iterator/DefaultStackIterator.swift",
"Finders/Stack Iterator/KeyWindowProvider.swift",
"Finders/Stack Iterator/StackIterator.swift",
"Finders/Stack Iterator/WindowProvider.swift",
"Finders/StackIteratingFinder.swift",
"Finders/SwiftUI/UIHostingControllerWithContextFinder.swift",
"InterceptableRouter.swift",
"Logger/DefaultLogger+LogLevel.swift",
"Logger/DefaultLogger.swift",
"Logger/LogMessage.swift",
"Logger/Logger.swift",
"PostRoutingTask.swift",
"RouteComposerDefaults.swift",
"Router.swift",
"Router/DefaultRouter.swift",
"Router/Helpers/DefaultStackPresentationHandler.swift",
"Router/Helpers/StackPresentationHandler.swift",
"Router/Internal/Array+PrivateExtension.swift",
"Router/Internal/BaseStep.swift",
"Router/Internal/ChainableStep.swift",
"Router/Internal/ConvertingStep.swift",
"Router/Internal/DefaultRouter+Extension.swift",
"Router/Internal/InPlaceTransformingAnyContext.swift",
"Router/Internal/InterceptableStep.swift",
"Router/Internal/NilContextTransformer.swift",
"Router/Internal/NilEntity.swift",
"Router/Internal/PerformableStep.swift",
"Router/Internal/PerformableStepResult.swift",
"Router/Internal/PostponedIntegrationFactory.swift",
"Router/Internal/PreparableEntity.swift",
"Router/Internal/RoutingStep.swift",
"Router/Internal/SwitcherStep.swift",
"Router/Internal/UIViewController+PrivateExtension.swift",
"Router/Multiplexers/ContextTaskMultiplexer.swift",
"Router/Multiplexers/InterceptorMultiplexer.swift",
"Router/Multiplexers/PostRoutingTaskMultiplexer.swift",
"Router/Type Erasure/AnyAction.swift",
"Router/Type Erasure/AnyContext.swift",
"Router/Type Erasure/AnyContextTask.swift",
"Router/Type Erasure/AnyContextTransformer.swift",
"Router/Type Erasure/AnyFactory.swift",
"Router/Type Erasure/AnyFinder.swift",
"Router/Type Erasure/AnyPostRoutingTask.swift",
"Router/Type Erasure/AnyRoutingInterceptor.swift",
"Router/Type Erasure/Boxes/ActionBox.swift",
"Router/Type Erasure/Boxes/AnyActionBox.swift",
"Router/Type Erasure/Boxes/AnyContextBox.swift",
"Router/Type Erasure/Boxes/AnyFactoryBox.swift",
"Router/Type Erasure/Boxes/ContainerActionBox.swift",
"Router/Type Erasure/Boxes/ContainerFactoryBox.swift",
"Router/Type Erasure/Boxes/ContextTaskBox.swift",
"Router/Type Erasure/Boxes/ContextTransformerBox.swift",
"Router/Type Erasure/Boxes/FactoryBox.swift",
"Router/Type Erasure/Boxes/FinderBox.swift",
"Router/Type Erasure/Boxes/PostRoutingTaskBox.swift",
"Router/Type Erasure/Boxes/RoutingInterceptorBox.swift",
"RoutingError.swift",
"RoutingInterceptable.swift",
"RoutingInterceptor.swift",
"RoutingResult.swift",
"SearchOptions.swift",
"Steps/GeneralStep.swift",
"Steps/NavigationControllerStep.swift",
"Steps/SingleContainerStep.swift",
"Steps/SingleStep.swift",
"Steps/SplitControllerStep.swift",
"Steps/TabBarControllerStep.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
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
[3/141] Compiling RouteComposer LogMessage.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/141] Compiling RouteComposer Logger.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/141] Compiling RouteComposer PostRoutingTask.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/141] Compiling RouteComposer RouteComposerDefaults.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/141] Compiling RouteComposer Router.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/141] Compiling RouteComposer DefaultRouter.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/141] Compiling RouteComposer DefaultStackPresentationHandler.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/141] Compiling RouteComposer StackPresentationHandler.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/141] Compiling RouteComposer Array+PrivateExtension.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/141] Compiling RouteComposer BaseStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/141] Compiling RouteComposer ChainableStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/141] Compiling RouteComposer ConvertingStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/141] Compiling RouteComposer DefaultRouter+Extension.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/141] Compiling RouteComposer InPlaceTransformingAnyContext.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/141] Compiling RouteComposer InterceptableStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer AnyContextTransformer.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer AnyFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer AnyFinder.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer AnyPostRoutingTask.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer AnyRoutingInterceptor.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer ActionBox.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer AnyActionBox.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer AnyContextBox.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer AnyFactoryBox.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer ContainerActionBox.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer ContainerFactoryBox.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer ContextTaskBox.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer ContextTransformerBox.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer FactoryBox.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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)
[32/155] Emitting module RouteComposer
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer ActionConnectingAssembly.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer ActionToStepIntegrator.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer BaseEntitiesCollector.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer CompleteFactoryChainAssembly.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer ContainerStepChainAssembly.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer GenericStepAssembly.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer InterceptableStepAssembling.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer LastStepInChainAssembly.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer StepChainAssembly.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer TaskCollector.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer StepAssembly.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer SwitchAssembly.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer ChildCoordinator.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer ContainerAdapter.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer ContainerAdapterLocator.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer FinderBox.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer PostRoutingTaskBox.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer RoutingInterceptorBox.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer RoutingError.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer RoutingInterceptable.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer RoutingInterceptor.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer RoutingResult.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer SearchOptions.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer GeneralStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer NavigationControllerStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer SingleContainerStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer SingleStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer SplitControllerStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer TabBarControllerStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer ContainerFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer ContainerViewController.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer ContextTask.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer ContextTransformer.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer DestinationStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer Array+Extension.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer NavigationController+Extension.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer SplitViewController+Extension.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer TabBarViewController+Extension.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer UIViewController+Extension.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer UIWindow+Extension.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer CATransaction+Action.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer ContextAccepting.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer ContextChecking.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer ContextSettingTask.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer Finder.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer ClassFinder.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer ClassWithContextFinder.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer InstanceFinder.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer NilFinder.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer CustomWindowProvider.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer DefaultStackIterator.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer KeyWindowProvider.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer StackIterator.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer WindowProvider.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer StackIteratingFinder.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer UIHostingControllerWithContextFinder.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer InterceptableRouter.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer DefaultLogger+LogLevel.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer DefaultLogger.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer NilContextTransformer.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer NilEntity.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer PerformableStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer PerformableStepResult.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer PostponedIntegrationFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer PreparableEntity.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer RoutingStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer SwitcherStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer UIViewController+PrivateExtension.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer ContextTaskMultiplexer.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer InterceptorMultiplexer.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer PostRoutingTaskMultiplexer.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer AnyAction.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer AnyContext.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer AnyContextTask.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer Destination.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer DetailsNavigationFinder.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer DismissalMethodProvidingContextTask.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer Dismissible.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer DispatchQueue+Action.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer GlobalInterceptorRouter.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer InlineContextTask.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer InlineContextTransformer.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer InlineFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer InlineInterceptor.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer InlinePostTask.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer InlineStackIteratingFinder.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer NavigationDelayInterceptor.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer PresentingFinder.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer Router+Destination.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer AbstractAction.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer AbstractFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer Action.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer UINavigationController+Action.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer UISplitViewController+Action.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer UITabBarController+Action.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer UIViewController+Action.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer ConcreteContainerAdapter.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer CustomContainerViewController.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer DefaultContainerAdapterLocator.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer NavigationControllerAdapter.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer SplitControllerAdapter.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer TabBarControllerAdapter.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer ChainAssembly.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer CompleteFactoryAssembly.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer SingleNavigationRouter.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer ContextAcceptingView.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer ContextInstantiatable.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer ClassFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer CompleteFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer FinderFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer NavigationControllerFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer NilFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer SimpleContainerFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer SplitControllerFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer StoryboardFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer UIHostingControllerFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer UIHostingControllerWithContextFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer TabBarControllerFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/155] Compiling RouteComposer Factory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
Running build ...
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/140] Compiling RouteComposer ContainerFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/140] Compiling RouteComposer ContainerViewController.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/140] Compiling RouteComposer ContextTask.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/140] Compiling RouteComposer ContextTransformer.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/140] Compiling RouteComposer DestinationStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/140] Compiling RouteComposer Array+Extension.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/140] Compiling RouteComposer NavigationController+Extension.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/140] Compiling RouteComposer SplitViewController+Extension.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/140] Compiling RouteComposer TabBarViewController+Extension.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/140] Compiling RouteComposer UIViewController+Extension.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/140] Compiling RouteComposer UIWindow+Extension.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/140] Compiling RouteComposer CATransaction+Action.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/140] Compiling RouteComposer ContextAccepting.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/140] Compiling RouteComposer ContextChecking.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/140] Compiling RouteComposer ContextSettingTask.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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)
[17/154] Emitting module RouteComposer
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer AnyContextTransformer.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer AnyFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer AnyFinder.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer AnyPostRoutingTask.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer AnyRoutingInterceptor.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer ActionBox.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer AnyActionBox.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer AnyContextBox.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer AnyFactoryBox.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer ContainerActionBox.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer ContainerFactoryBox.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer ContextTaskBox.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer ContextTransformerBox.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer FactoryBox.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer SingleNavigationRouter.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer ContextAcceptingView.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer ContextInstantiatable.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer ClassFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer CompleteFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer FinderFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer NavigationControllerFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer NilFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer SimpleContainerFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer SplitControllerFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer StoryboardFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer UIHostingControllerFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer UIHostingControllerWithContextFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer TabBarControllerFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer Factory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer AbstractAction.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer AbstractFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer Action.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer UINavigationController+Action.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer UISplitViewController+Action.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer UITabBarController+Action.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer UIViewController+Action.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer ConcreteContainerAdapter.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer CustomContainerViewController.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer DefaultContainerAdapterLocator.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer NavigationControllerAdapter.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer SplitControllerAdapter.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer TabBarControllerAdapter.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer ChainAssembly.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer CompleteFactoryAssembly.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer ActionConnectingAssembly.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer ActionToStepIntegrator.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer BaseEntitiesCollector.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer CompleteFactoryChainAssembly.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer ContainerStepChainAssembly.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer GenericStepAssembly.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer InterceptableStepAssembling.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer LastStepInChainAssembly.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer StepChainAssembly.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer TaskCollector.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer StepAssembly.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer SwitchAssembly.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer ChildCoordinator.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer ContainerAdapter.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer ContainerAdapterLocator.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer Destination.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer DetailsNavigationFinder.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer DismissalMethodProvidingContextTask.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer Dismissible.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer DispatchQueue+Action.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer GlobalInterceptorRouter.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer InlineContextTask.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer InlineContextTransformer.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer InlineFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer InlineInterceptor.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer InlinePostTask.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer InlineStackIteratingFinder.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer NavigationDelayInterceptor.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer PresentingFinder.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer Router+Destination.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer LogMessage.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer Logger.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer PostRoutingTask.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer RouteComposerDefaults.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer Router.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer DefaultRouter.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer DefaultStackPresentationHandler.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer StackPresentationHandler.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer Array+PrivateExtension.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer BaseStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer ChainableStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer ConvertingStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer DefaultRouter+Extension.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer InPlaceTransformingAnyContext.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer InterceptableStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer NilContextTransformer.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer NilEntity.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer PerformableStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer PerformableStepResult.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer PostponedIntegrationFactory.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer PreparableEntity.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer RoutingStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer SwitcherStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer UIViewController+PrivateExtension.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer ContextTaskMultiplexer.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer InterceptorMultiplexer.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer PostRoutingTaskMultiplexer.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer AnyAction.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer AnyContext.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer AnyContextTask.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer Finder.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer ClassFinder.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer ClassWithContextFinder.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer InstanceFinder.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer NilFinder.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer CustomWindowProvider.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer DefaultStackIterator.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer KeyWindowProvider.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer StackIterator.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer WindowProvider.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer StackIteratingFinder.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer UIHostingControllerWithContextFinder.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer InterceptableRouter.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer DefaultLogger+LogLevel.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer DefaultLogger.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer FinderBox.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer PostRoutingTaskBox.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer RoutingInterceptorBox.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer RoutingError.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer RoutingInterceptable.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer RoutingInterceptor.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer RoutingResult.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer SearchOptions.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer GeneralStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer NavigationControllerStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer SingleContainerStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer SingleStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer SplitControllerStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/154] Compiling RouteComposer TabBarControllerStep.swift
<unknown>:0: error: invalid value '6.0' in '-swift-version 6.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/Helpers/TestStoryboard.storyboard
/Users/admin/builder/spi-builder-workspace/Example/Tests/Info.plist
BUILD FAILURE 6.1 macosSpm