Build Information
Failed to build RouteComposer, reference master (624589), with Swift 6.1 for iOS using Xcode 16.3 on 18 Sep 2025 14:36:58 UTC.
Build Command
No build command. This typically means the build failed at an early stage where we determine the build command.Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ekazaev/route-composer.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ekazaev/route-composer
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 624589e Updated readme
Cloned https://github.com/ekazaev/route-composer.git
Revision (git rev-parse @):
624589ebd2c3a553150ece40ec3d2611cbcc8eb3
SUCCESS checkout https://github.com/ekazaev/route-composer.git at master
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/ekazaev/route-composer.git
https://github.com/ekazaev/route-composer.git
{
"dependencies" : [
],
"manifest_display_name" : "RouteComposer",
"name" : "RouteComposer",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "RouteComposer",
"targets" : [
"RouteComposer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RouteComposerStatic",
"targets" : [
"RouteComposer"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "RouteComposerDynamic",
"targets" : [
"RouteComposer"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"swift_languages_versions" : [
"6.1"
],
"targets" : [
{
"c99name" : "RouteComposerTests",
"module_type" : "SwiftTarget",
"name" : "RouteComposerTests",
"path" : "Example/Tests",
"sources" : [
"ActionTests.swift",
"AssemblyTest.swift",
"BoxTest.swift",
"ContainerLocatorTests.swift",
"ContainerTests.swift",
"DestinationStepTests.swift",
"ErrorTest.swift",
"ExtensionsTest.swift",
"ExtrasTest.swift",
"FactoryTest.swift",
"FinderTests.swift",
"Helpers/EmptyContainer.swift",
"Helpers/EmptyFactory.swift",
"Helpers/TestSwiftUIView.swift",
"Helpers/TestWindowProvider.swift",
"MultiplexerTest.swift",
"RouterTest.swift"
],
"target_dependencies" : [
"RouteComposer"
],
"type" : "test"
},
{
"c99name" : "RouteComposer",
"module_type" : "SwiftTarget",
"name" : "RouteComposer",
"path" : "RouteComposer/Classes",
"product_memberships" : [
"RouteComposer",
"RouteComposerStatic",
"RouteComposerDynamic"
],
"sources" : [
"AbstractAction.swift",
"AbstractFactory.swift",
"Action.swift",
"Actions/UINavigationController+Action.swift",
"Actions/UISplitViewController+Action.swift",
"Actions/UITabBarController+Action.swift",
"Actions/UIViewController+Action.swift",
"Adapters/ConcreteContainerAdapter.swift",
"Adapters/CustomContainerViewController.swift",
"Adapters/DefaultContainerAdapterLocator.swift",
"Adapters/NavigationControllerAdapter.swift",
"Adapters/SplitControllerAdapter.swift",
"Adapters/TabBarControllerAdapter.swift",
"Assemblies/ChainAssembly.swift",
"Assemblies/CompleteFactoryAssembly.swift",
"Assemblies/Helpers/ActionConnectingAssembly.swift",
"Assemblies/Helpers/ActionToStepIntegrator.swift",
"Assemblies/Helpers/BaseEntitiesCollector.swift",
"Assemblies/Helpers/CompleteFactoryChainAssembly.swift",
"Assemblies/Helpers/ContainerStepChainAssembly.swift",
"Assemblies/Helpers/GenericStepAssembly.swift",
"Assemblies/Helpers/InterceptableStepAssembling.swift",
"Assemblies/Helpers/LastStepInChainAssembly.swift",
"Assemblies/Helpers/StepAssembly+Shorthands.swift",
"Assemblies/Helpers/StepChainAssembly.swift",
"Assemblies/Helpers/TaskCollector.swift",
"Assemblies/StepAssembler.swift",
"Assemblies/StepAssemblerWithFinder.swift",
"Assemblies/StepAssembly.swift",
"Assemblies/SwitchAssembly.swift",
"ChildCoordinator.swift",
"ContainerAdapter.swift",
"ContainerAdapterLocator.swift",
"ContainerFactory.swift",
"ContainerViewController.swift",
"ContextTask.swift",
"ContextTransformer.swift",
"DestinationStep.swift",
"Extensions/Array+Extension.swift",
"Extensions/NavigationController+Extension.swift",
"Extensions/SplitViewController+Extension.swift",
"Extensions/TabBarViewController+Extension.swift",
"Extensions/UIViewController+Extension.swift",
"Extensions/UIWindow+Extension.swift",
"Extra/CATransaction+Action.swift",
"Extra/ContextAccepting.swift",
"Extra/ContextChecking.swift",
"Extra/ContextSettingTask.swift",
"Extra/Destination.swift",
"Extra/DetailsNavigationFinder.swift",
"Extra/DismissalMethodProvidingContextTask.swift",
"Extra/Dismissible.swift",
"Extra/DispatchQueue+Action.swift",
"Extra/GlobalInterceptorRouter.swift",
"Extra/InlineContextTask.swift",
"Extra/InlineContextTransformer.swift",
"Extra/InlineFactory.swift",
"Extra/InlineInterceptor.swift",
"Extra/InlinePostTask.swift",
"Extra/InlineStackIteratingFinder.swift",
"Extra/NavigationDelayInterceptor.swift",
"Extra/PresentingFinder.swift",
"Extra/Router+Destination.swift",
"Extra/SingleNavigationRouter.swift",
"Extra/SwiftUI/ContextAcceptingView.swift",
"Extra/SwiftUI/ContextInstantiatable.swift",
"Factories/ClassFactory.swift",
"Factories/CompleteFactory.swift",
"Factories/FinderFactory.swift",
"Factories/NavigationControllerFactory.swift",
"Factories/NilFactory.swift",
"Factories/SimpleContainerFactory.swift",
"Factories/SplitControllerFactory.swift",
"Factories/StoryboardFactory.swift",
"Factories/SwiftUI/UIHostingControllerFactory.swift",
"Factories/SwiftUI/UIHostingControllerWithContextFactory.swift",
"Factories/TabBarControllerFactory.swift",
"Factory.swift",
"Finder.swift",
"Finders/ClassFinder.swift",
"Finders/ClassWithContextFinder.swift",
"Finders/InstanceFinder.swift",
"Finders/NilFinder.swift",
"Finders/Stack Iterator/CustomWindowProvider.swift",
"Finders/Stack Iterator/DefaultStackIterator.swift",
"Finders/Stack Iterator/KeyWindowProvider.swift",
"Finders/Stack Iterator/StackIterator.swift",
"Finders/Stack Iterator/WindowProvider.swift",
"Finders/StackIteratingFinder.swift",
"Finders/SwiftUI/UIHostingControllerWithContextFinder.swift",
"InterceptableRouter.swift",
"Logger/DefaultLogger+LogLevel.swift",
"Logger/DefaultLogger.swift",
"Logger/LogMessage.swift",
"Logger/Logger.swift",
"PostRoutingTask.swift",
"RouteComposerDefaults.swift",
"Router.swift",
"Router/DefaultRouter.swift",
"Router/Helpers/DefaultStackPresentationHandler.swift",
"Router/Helpers/StackPresentationHandler.swift",
"Router/Internal/Array+PrivateExtension.swift",
"Router/Internal/BaseStep.swift",
"Router/Internal/ChainableStep.swift",
"Router/Internal/ConvertingStep.swift",
"Router/Internal/DefaultRouter+Extension.swift",
"Router/Internal/InPlaceTransformingAnyContext.swift",
"Router/Internal/InterceptableStep.swift",
"Router/Internal/NilContextTransformer.swift",
"Router/Internal/NilEntity.swift",
"Router/Internal/PerformableStep.swift",
"Router/Internal/PerformableStepResult.swift",
"Router/Internal/PostponedIntegrationFactory.swift",
"Router/Internal/PreparableEntity.swift",
"Router/Internal/RoutingStep.swift",
"Router/Internal/SwitcherStep.swift",
"Router/Internal/UIViewController+PrivateExtension.swift",
"Router/Multiplexers/ContextTaskMultiplexer.swift",
"Router/Multiplexers/InterceptorMultiplexer.swift",
"Router/Multiplexers/PostRoutingTaskMultiplexer.swift",
"Router/Type Erasure/AnyAction.swift",
"Router/Type Erasure/AnyContext.swift",
"Router/Type Erasure/AnyContextTask.swift",
"Router/Type Erasure/AnyContextTransformer.swift",
"Router/Type Erasure/AnyFactory.swift",
"Router/Type Erasure/AnyFinder.swift",
"Router/Type Erasure/AnyPostRoutingTask.swift",
"Router/Type Erasure/AnyRoutingInterceptor.swift",
"Router/Type Erasure/Boxes/ActionBox.swift",
"Router/Type Erasure/Boxes/AnyActionBox.swift",
"Router/Type Erasure/Boxes/AnyContextBox.swift",
"Router/Type Erasure/Boxes/AnyFactoryBox.swift",
"Router/Type Erasure/Boxes/ContainerActionBox.swift",
"Router/Type Erasure/Boxes/ContainerFactoryBox.swift",
"Router/Type Erasure/Boxes/ContextTaskBox.swift",
"Router/Type Erasure/Boxes/ContextTransformerBox.swift",
"Router/Type Erasure/Boxes/FactoryBox.swift",
"Router/Type Erasure/Boxes/FinderBox.swift",
"Router/Type Erasure/Boxes/PostRoutingTaskBox.swift",
"Router/Type Erasure/Boxes/RoutingInterceptorBox.swift",
"RoutingError.swift",
"RoutingInterceptable.swift",
"RoutingInterceptor.swift",
"RoutingResult.swift",
"SearchOptions.swift",
"Steps/GeneralStep.swift",
"Steps/NavigationControllerStep.swift",
"Steps/SingleContainerStep.swift",
"Steps/SingleStep.swift",
"Steps/SplitControllerStep.swift",
"Steps/TabBarControllerStep.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
3 | import PackageDescription
4 |
5 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
6 | name: "RouteComposer",
7 | platforms: [
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
2025-09-18 07:36:57.367 xcodebuild[520:2913] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-18-09_07-36-0057.xcresult
xcodebuild: error: The directory /Users/admin/builder/spi-builder-workspace contains 2 projects, including multiple projects with the current extension (.xcodeproj). Specify the project to use with the -project option.
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
2025-09-18 07:36:58.010 xcodebuild[525:2968] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-18-09_07-36-0058.xcresult
xcodebuild: error: The directory /Users/admin/builder/spi-builder-workspace contains 2 projects, including multiple projects with the current extension (.xcodeproj). Specify the project to use with the -project option.
BUILD FAILURE 6.1 iOS