The Swift Package Index logo.Swift Package Index

Build Information

Failed to build RouteComposer, reference master (a9dd03), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 22 Jan 2026 04:07:38 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.68.0
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 a9dd03f Minor clean up
Cloned https://github.com/ekazaev/route-composer.git
Revision (git rev-parse @):
a9dd03fdc11e7be257736d17f7ce6e089f0194a0
SUCCESS checkout https://github.com/ekazaev/route-composer.git at master
========================================
Build
========================================
Selected platform:         macosXcodebuild
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
2026-01-21 20:07:37.876 xcodebuild[558:3090] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-21-01_20-07-0037.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
2026-01-21 20:07:38.561 xcodebuild[563:3154] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-21-01_20-07-0038.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 macosXcodebuild