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