Build Information
Failed to build RouteComposer, reference 2.21.0 (417077), with Swift 6.1 for Linux on 18 Sep 2025 14:37:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ekazaev/route-composer.git
Reference: 2.21.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/ekazaev/route-composer
* tag 2.21.0 -> FETCH_HEAD
HEAD is now at 4170779 Updated documentation
Cloned https://github.com/ekazaev/route-composer.git
Revision (git rev-parse @):
4170779391bb5fa81c59e93378da6720dc6cb43f
SUCCESS checkout https://github.com/ekazaev/route-composer.git at 2.21.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/ekazaev/route-composer.git
https://github.com/ekazaev/route-composer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.1.0 but the installed version is 6.0.2
error: fatalError
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
3 | import PackageDescription
4 |
5 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
6 | name: "RouteComposer",
7 | platforms: [
Building for debugging...
[0/7] Write sources
[1/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/141] Emitting module RouteComposer
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer AbstractAction.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer AbstractFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer UINavigationController+Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer UISplitViewController+Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer UITabBarController+Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer UIViewController+Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer ConcreteContainerAdapter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer CustomContainerViewController.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer DefaultContainerAdapterLocator.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer NavigationControllerAdapter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer SplitControllerAdapter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer TabBarControllerAdapter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer ChainAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer CompleteFactoryAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer ActionConnectingAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer ActionToStepIntegrator.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer BaseEntitiesCollector.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer CompleteFactoryChainAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer PostRoutingTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer RouteComposerDefaults.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer Router.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer DefaultRouter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer DefaultStackPresentationHandler.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer StackPresentationHandler.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer Array+PrivateExtension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer BaseStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer ChainableStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer ConvertingStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer DefaultRouter+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer InPlaceTransformingAnyContext.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer InterceptableStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer NilContextTransformer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer NilEntity.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer PerformableStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer PerformableStepResult.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer PostponedIntegrationFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer PreparableEntity.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer RoutingStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer SwitcherStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer UIViewController+PrivateExtension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer ContextTaskMultiplexer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer InterceptorMultiplexer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer PostRoutingTaskMultiplexer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer AnyAction.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer AnyContext.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer AnyContextTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer AnyContextTransformer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer AnyFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer AnyFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer AnyPostRoutingTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer AnyRoutingInterceptor.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer ActionBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer AnyActionBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer AnyContextBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer AnyFactoryBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer ContainerActionBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer InlineInterceptor.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer InlinePostTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer InlineStackIteratingFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer NavigationDelayInterceptor.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer PresentingFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer Router+Destination.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer SingleNavigationRouter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer ContextAcceptingView.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer ContextInstantiatable.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer ClassFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer CompleteFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer FinderFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer NavigationControllerFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer NilFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer SimpleContainerFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer SplitControllerFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer StoryboardFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer UIHostingControllerFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer UIHostingControllerWithContextFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer TabBarControllerFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer Factory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer Finder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer ClassFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer ClassWithContextFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer InstanceFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer NilFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer CustomWindowProvider.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer DefaultStackIterator.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer KeyWindowProvider.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer StackIterator.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer WindowProvider.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer StackIteratingFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer UIHostingControllerWithContextFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer InterceptableRouter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer DefaultLogger+LogLevel.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer DefaultLogger.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer LogMessage.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer Logger.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer ContainerFactoryBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer ContextTaskBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer ContextTransformerBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer FactoryBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer FinderBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer PostRoutingTaskBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer RoutingInterceptorBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer RoutingError.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer RoutingInterceptable.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer RoutingInterceptor.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer RoutingResult.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer SearchOptions.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer GeneralStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer NavigationControllerStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer SingleContainerStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer SingleStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer SplitControllerStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer TabBarControllerStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer Array+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer NavigationController+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer SplitViewController+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer TabBarViewController+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer UIViewController+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer UIWindow+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer CATransaction+Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer ContextAccepting.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer ContextChecking.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer ContextSettingTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer Destination.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer DetailsNavigationFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer DismissalMethodProvidingContextTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer Dismissible.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer DispatchQueue+Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer GlobalInterceptorRouter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer InlineContextTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer InlineContextTransformer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer InlineFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer ContainerStepChainAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer GenericStepAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer InterceptableStepAssembling.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer LastStepInChainAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer StepAssembly+Shorthands.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer StepChainAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer TaskCollector.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer StepAssembler.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer StepAssemblerWithFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer StepAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer SwitchAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer ChildCoordinator.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer ContainerAdapter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer ContainerAdapterLocator.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer ContainerFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/159] Compiling RouteComposer ContainerViewController.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[152/159] Compiling RouteComposer ContextTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[153/159] Compiling RouteComposer ContextTransformer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[154/159] Compiling RouteComposer DestinationStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
3 | import PackageDescription
4 |
5 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
6 | name: "RouteComposer",
7 | platforms: [
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Example/Tests/Info.plist
/host/spi-builder-workspace/Example/Tests/Helpers/TestStoryboard.storyboard
[0/1] Planning build
Building for debugging...
[0/6] Write swift-version-24593BA9C3E375BF.txt
[2/140] Compiling RouteComposer TabBarControllerFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 Factory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 Finder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 ClassFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 ClassWithContextFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 InstanceFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 NilFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 CustomWindowProvider.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 DefaultStackIterator.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 KeyWindowProvider.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 StackIterator.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 WindowProvider.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 StackIteratingFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 UIHostingControllerWithContextFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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 InterceptableRouter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/140] Compiling RouteComposer DefaultLogger+LogLevel.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/140] Compiling RouteComposer DefaultLogger.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/140] Compiling RouteComposer LogMessage.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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/140] Compiling RouteComposer Logger.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[21/158] Compiling RouteComposer Array+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[22/158] Compiling RouteComposer NavigationController+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[23/158] Compiling RouteComposer SplitViewController+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[24/158] Compiling RouteComposer TabBarViewController+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[25/158] Compiling RouteComposer UIViewController+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[26/158] Compiling RouteComposer UIWindow+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[27/158] Compiling RouteComposer CATransaction+Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[28/158] Compiling RouteComposer ContextAccepting.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[29/158] Compiling RouteComposer ContextChecking.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[30/158] Compiling RouteComposer ContextSettingTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[31/158] Compiling RouteComposer Destination.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[32/158] Compiling RouteComposer DetailsNavigationFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[33/158] Compiling RouteComposer DismissalMethodProvidingContextTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[34/158] Compiling RouteComposer Dismissible.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[35/158] Compiling RouteComposer DispatchQueue+Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[36/158] Compiling RouteComposer GlobalInterceptorRouter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[37/158] Compiling RouteComposer InlineContextTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[38/158] Compiling RouteComposer InlineContextTransformer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[39/158] Compiling RouteComposer InlineFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[40/158] Compiling RouteComposer AbstractAction.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[41/158] Compiling RouteComposer AbstractFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[42/158] Compiling RouteComposer Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[43/158] Compiling RouteComposer UINavigationController+Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[44/158] Compiling RouteComposer UISplitViewController+Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[45/158] Compiling RouteComposer UITabBarController+Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[46/158] Compiling RouteComposer UIViewController+Action.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[47/158] Compiling RouteComposer ConcreteContainerAdapter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[48/158] Compiling RouteComposer CustomContainerViewController.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[49/158] Compiling RouteComposer DefaultContainerAdapterLocator.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[50/158] Compiling RouteComposer NavigationControllerAdapter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[51/158] Compiling RouteComposer SplitControllerAdapter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[52/158] Compiling RouteComposer TabBarControllerAdapter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[53/158] Compiling RouteComposer ChainAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[54/158] Compiling RouteComposer CompleteFactoryAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[55/158] Compiling RouteComposer ActionConnectingAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[56/158] Compiling RouteComposer ActionToStepIntegrator.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[57/158] Compiling RouteComposer BaseEntitiesCollector.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[58/158] Compiling RouteComposer CompleteFactoryChainAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
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)
[59/158] Emitting module RouteComposer
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[60/158] Compiling RouteComposer InlineInterceptor.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[61/158] Compiling RouteComposer InlinePostTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[62/158] Compiling RouteComposer InlineStackIteratingFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[63/158] Compiling RouteComposer NavigationDelayInterceptor.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[64/158] Compiling RouteComposer PresentingFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[65/158] Compiling RouteComposer Router+Destination.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[66/158] Compiling RouteComposer SingleNavigationRouter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[67/158] Compiling RouteComposer ContextAcceptingView.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[68/158] Compiling RouteComposer ContextInstantiatable.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[69/158] Compiling RouteComposer ClassFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[70/158] Compiling RouteComposer CompleteFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[71/158] Compiling RouteComposer FinderFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[72/158] Compiling RouteComposer NavigationControllerFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[73/158] Compiling RouteComposer NilFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[74/158] Compiling RouteComposer SimpleContainerFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[75/158] Compiling RouteComposer SplitControllerFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[76/158] Compiling RouteComposer StoryboardFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[77/158] Compiling RouteComposer UIHostingControllerFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[78/158] Compiling RouteComposer UIHostingControllerWithContextFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[79/158] Compiling RouteComposer ContainerStepChainAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[80/158] Compiling RouteComposer GenericStepAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[81/158] Compiling RouteComposer InterceptableStepAssembling.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[82/158] Compiling RouteComposer LastStepInChainAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[83/158] Compiling RouteComposer StepAssembly+Shorthands.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[84/158] Compiling RouteComposer StepChainAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[85/158] Compiling RouteComposer TaskCollector.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[86/158] Compiling RouteComposer StepAssembler.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[87/158] Compiling RouteComposer StepAssemblerWithFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[88/158] Compiling RouteComposer StepAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[89/158] Compiling RouteComposer SwitchAssembly.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[90/158] Compiling RouteComposer ChildCoordinator.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[91/158] Compiling RouteComposer ContainerAdapter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[92/158] Compiling RouteComposer ContainerAdapterLocator.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[93/158] Compiling RouteComposer ContainerFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[94/158] Compiling RouteComposer ContainerViewController.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[95/158] Compiling RouteComposer ContextTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[96/158] Compiling RouteComposer ContextTransformer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[97/158] Compiling RouteComposer DestinationStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[98/158] Compiling RouteComposer PostRoutingTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[99/158] Compiling RouteComposer RouteComposerDefaults.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[100/158] Compiling RouteComposer Router.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[101/158] Compiling RouteComposer DefaultRouter.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[102/158] Compiling RouteComposer DefaultStackPresentationHandler.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[103/158] Compiling RouteComposer StackPresentationHandler.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[104/158] Compiling RouteComposer Array+PrivateExtension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[105/158] Compiling RouteComposer BaseStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[106/158] Compiling RouteComposer ChainableStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[107/158] Compiling RouteComposer ConvertingStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[108/158] Compiling RouteComposer DefaultRouter+Extension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[109/158] Compiling RouteComposer InPlaceTransformingAnyContext.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[110/158] Compiling RouteComposer InterceptableStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[111/158] Compiling RouteComposer NilContextTransformer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[112/158] Compiling RouteComposer NilEntity.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[113/158] Compiling RouteComposer PerformableStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[114/158] Compiling RouteComposer PerformableStepResult.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[115/158] Compiling RouteComposer PostponedIntegrationFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[116/158] Compiling RouteComposer PreparableEntity.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[117/158] Compiling RouteComposer RoutingStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[118/158] Compiling RouteComposer SwitcherStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[119/158] Compiling RouteComposer UIViewController+PrivateExtension.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[120/158] Compiling RouteComposer ContextTaskMultiplexer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[121/158] Compiling RouteComposer InterceptorMultiplexer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[122/158] Compiling RouteComposer PostRoutingTaskMultiplexer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[123/158] Compiling RouteComposer AnyAction.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[124/158] Compiling RouteComposer AnyContext.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[125/158] Compiling RouteComposer AnyContextTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[126/158] Compiling RouteComposer AnyContextTransformer.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[127/158] Compiling RouteComposer AnyFactory.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[128/158] Compiling RouteComposer AnyFinder.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[129/158] Compiling RouteComposer AnyPostRoutingTask.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[130/158] Compiling RouteComposer AnyRoutingInterceptor.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[131/158] Compiling RouteComposer ActionBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[132/158] Compiling RouteComposer AnyActionBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[133/158] Compiling RouteComposer AnyContextBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[134/158] Compiling RouteComposer AnyFactoryBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[135/158] Compiling RouteComposer ContainerActionBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[136/158] Compiling RouteComposer ContainerFactoryBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[137/158] Compiling RouteComposer ContextTaskBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[138/158] Compiling RouteComposer ContextTransformerBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[139/158] Compiling RouteComposer FactoryBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[140/158] Compiling RouteComposer FinderBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[141/158] Compiling RouteComposer PostRoutingTaskBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[142/158] Compiling RouteComposer RoutingInterceptorBox.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[143/158] Compiling RouteComposer RoutingError.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[144/158] Compiling RouteComposer RoutingInterceptable.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[145/158] Compiling RouteComposer RoutingInterceptor.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[146/158] Compiling RouteComposer RoutingResult.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[147/158] Compiling RouteComposer SearchOptions.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[148/158] Compiling RouteComposer GeneralStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[149/158] Compiling RouteComposer NavigationControllerStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[150/158] Compiling RouteComposer SingleContainerStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[151/158] Compiling RouteComposer SingleStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[152/158] Compiling RouteComposer SplitControllerStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
[153/158] Compiling RouteComposer TabBarControllerStep.swift
<unknown>:0: error: invalid value '6.1' in '-swift-version 6.1'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/host/spi-builder-workspace/RouteComposer/Classes/AbstractAction.swift:13:8: error: no such module 'UIKit'
11 | //
12 |
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Represents any action that has to be applied to the `UIViewController` after it has
BUILD FAILURE 6.1 linux