Build Information
Failed to build composable-architecture-extensions, reference 0.2.1 (736c3b), with Swift 6.1 for watchOS using Xcode 16.3 on 13 Feb 2026 17:20:17 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/capturecontext/composable-architecture-extensions.git
Reference: 0.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/capturecontext/composable-architecture-extensions
* tag 0.2.1 -> FETCH_HEAD
HEAD is now at 736c3b3 fix(Catalyst): build issues
Cloned https://github.com/capturecontext/composable-architecture-extensions.git
Revision (git rev-parse @):
736c3b362ff686fbecb11da02467d512286eec2d
SUCCESS checkout https://github.com/capturecontext/composable-architecture-extensions.git at 0.2.1
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/capturecontext/composable-architecture-extensions.git
https://github.com/capturecontext/composable-architecture-extensions.git
{
"dependencies" : [
{
"identity" : "swift-composable-architecture",
"requirement" : {
"range" : [
{
"lower_bound" : "0.47.2",
"upper_bound" : "0.48.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-composable-architecture.git"
},
{
"identity" : "combine-extensions",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.3",
"upper_bound" : "0.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/capturecontext/combine-extensions.git"
},
{
"identity" : "combine-cocoa-navigation",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "0.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/capturecontext/combine-cocoa-navigation.git"
},
{
"identity" : "swift-cocoa-extensions",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "0.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/capturecontext/swift-cocoa-extensions.git"
},
{
"identity" : "swift-foundation-extensions",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "0.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/capturecontext/swift-foundation-extensions.git"
}
],
"manifest_display_name" : "composable-architecture-extensions",
"name" : "composable-architecture-extensions",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "ComposableCocoa",
"targets" : [
"ComposableCocoa"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "ComposableCore",
"targets" : [
"ComposableCore"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "ComposableExtensions",
"targets" : [
"ComposableExtensions"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "ComposableNavigation",
"targets" : [
"ComposableNavigation"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "ComposableNavigationTests",
"module_type" : "SwiftTarget",
"name" : "ComposableNavigationTests",
"path" : "Tests/ComposableNavigationTests",
"sources" : [
"ModalTests.swift",
"NavigationTests.swift"
],
"target_dependencies" : [
"ComposableNavigation"
],
"type" : "test"
},
{
"c99name" : "ComposableNavigation",
"module_type" : "SwiftTarget",
"name" : "ComposableNavigation",
"path" : "Sources/ComposableNavigation",
"product_dependencies" : [
"ComposableArchitecture"
],
"product_memberships" : [
"ComposableCocoa",
"ComposableExtensions",
"ComposableNavigation"
],
"sources" : [
"Exports.swift",
"Modals/DismissOnReducer.swift",
"Modals/Modal.swift",
"Modals/ModalAction.swift",
"Modals/ModalReducer.swift",
"Modals/PresentOnReducer.swift",
"Routing/RoutableState.swift",
"Routing/RouterReducer.swift",
"Routing/RoutingAction.swift",
"Routing/RoutingSycronization.swift"
],
"target_dependencies" : [
"ComposableExtensionsCore"
],
"type" : "library"
},
{
"c99name" : "ComposableExtensionsCoreTests",
"module_type" : "SwiftTarget",
"name" : "ComposableExtensionsCoreTests",
"path" : "Tests/ComposableExtensionsCoreTests",
"sources" : [
"CasePathsTests.swift",
"ReducerTests.swift",
"TaggableTests.swift"
],
"target_dependencies" : [
"ComposableExtensionsCore"
],
"type" : "test"
},
{
"c99name" : "ComposableExtensionsCore",
"module_type" : "SwiftTarget",
"name" : "ComposableExtensionsCore",
"path" : "Sources/ComposableExtensionsCore",
"product_dependencies" : [
"ComposableArchitecture",
"FoundationExtensions",
"CombineExtensions"
],
"product_memberships" : [
"ComposableCocoa",
"ComposableCore",
"ComposableExtensions",
"ComposableNavigation"
],
"sources" : [
"CasePath+.swift",
"Exports.swift",
"IndexedForEachReducer.swift",
"Internal/DebugCaseOutput.swift",
"Internal/RuntimeWarnings.swift",
"LazyReducer.swift",
"OnChangeReducer.swift",
"OptionalReducer.swift",
"RecursiveReducer.swift",
"Taggable.swift"
],
"type" : "library"
},
{
"c99name" : "ComposableExtensions",
"module_type" : "SwiftTarget",
"name" : "ComposableExtensions",
"path" : "Sources/ComposableExtensions",
"product_memberships" : [
"ComposableExtensions"
],
"sources" : [
"Exports.swift"
],
"target_dependencies" : [
"ComposableCocoa",
"ComposableCore",
"ComposableNavigation"
],
"type" : "library"
},
{
"c99name" : "ComposableCoreTests",
"module_type" : "SwiftTarget",
"name" : "ComposableCoreTests",
"path" : "Tests/ComposableCoreTests",
"sources" : [
"ComposableCoreTests.swift"
],
"target_dependencies" : [
"ComposableCore"
],
"type" : "test"
},
{
"c99name" : "ComposableCore",
"module_type" : "SwiftTarget",
"name" : "ComposableCore",
"path" : "Sources/ComposableCore",
"product_dependencies" : [
"ComposableArchitecture",
"CombineExtensions"
],
"product_memberships" : [
"ComposableCocoa",
"ComposableCore",
"ComposableExtensions"
],
"sources" : [
"ComposableCore.swift",
"ComposableObject.swift",
"Exports.swift",
"Protocols.swift"
],
"target_dependencies" : [
"ComposableExtensionsCore"
],
"type" : "library"
},
{
"c99name" : "ComposableCocoa",
"module_type" : "SwiftTarget",
"name" : "ComposableCocoa",
"path" : "Sources/ComposableCocoa",
"product_dependencies" : [
"ComposableArchitecture",
"CocoaExtensions",
"CombineNavigation"
],
"product_memberships" : [
"ComposableCocoa",
"ComposableExtensions"
],
"sources" : [
"ComposableChildController.swift",
"ComposableCocoaView.swift",
"ComposableViewController.swift",
"ComposableWindowController.swift",
"Exports.swift",
"Navigation/Modals/CocoaViewController+Presentation.swift",
"Navigation/Routing/ComposableViewContoller+Navigation.swift"
],
"target_dependencies" : [
"ComposableCore",
"ComposableNavigation"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/capturecontext/combine-extensions.git
Fetching from https://github.com/capturecontext/swift-foundation-extensions.git
Fetching from https://github.com/capturecontext/combine-cocoa-navigation.git
Fetching from https://github.com/pointfreeco/swift-composable-architecture.git
Fetching from https://github.com/capturecontext/swift-cocoa-extensions.git
Fetching from https://github.com/capturecontext/cocoa-aliases.git
Fetching from https://github.com/pointfreeco/swiftui-navigation
Fetching from https://github.com/pointfreeco/swift-case-paths (cached)
Fetching from https://github.com/pointfreeco/swift-custom-dump (cached)
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay (cached)
Fetching from https://github.com/pointfreeco/combine-schedulers (cached)
Fetching from https://github.com/pointfreeco/swift-identified-collections
Fetching from https://github.com/pointfreeco/swift-clocks (cached)
Fetching from https://github.com/capturecontext/swift-declarative-configuration.git
Fetching from https://github.com/apple/swift-collections (cached)
Fetching from https://github.com/pointfreeco/swift-concurrency-extras (cached)
Creating working copy of package ‘swift-foundation-extensions’
Checking out 0.1.3 of package ‘swift-foundation-extensions’
Creating working copy of package ‘swift-concurrency-extras’
Checking out 0.1.2 of package ‘swift-concurrency-extras’
Creating working copy of package ‘swift-case-paths’
Checking out 0.14.1 of package ‘swift-case-paths’
Creating working copy of package ‘combine-extensions’
Checking out 0.0.5 of package ‘combine-extensions’
Creating working copy of package ‘combine-cocoa-navigation’
Checking out 0.1.0 of package ‘combine-cocoa-navigation’
Creating working copy of package ‘swift-custom-dump’
Checking out 0.11.2 of package ‘swift-custom-dump’
Creating working copy of package ‘swift-composable-architecture’
Checking out 0.47.2 of package ‘swift-composable-architecture’
Creating working copy of package ‘swift-declarative-configuration’
Checking out 0.3.3 of package ‘swift-declarative-configuration’
Creating working copy of package ‘swift-identified-collections’
Checking out 0.7.1 of package ‘swift-identified-collections’
Creating working copy of package ‘swift-clocks’
Checking out 0.4.0 of package ‘swift-clocks’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 0.9.0 of package ‘xctest-dynamic-overlay’
Creating working copy of package ‘swiftui-navigation’
Checking out 0.8.0 of package ‘swiftui-navigation’
Creating working copy of package ‘combine-schedulers’
Checking out 0.9.2 of package ‘combine-schedulers’
Creating working copy of package ‘swift-collections’
Checking out 1.3.0 of package ‘swift-collections’
Creating working copy of package ‘swift-cocoa-extensions’
Checking out 0.1.3 of package ‘swift-cocoa-extensions’
Creating working copy of package ‘cocoa-aliases’
Checking out 2.1.0 of package ‘cocoa-aliases’
product '_SwiftUINavigationState' required by package 'swift-composable-architecture' target 'ComposableArchitecture' not found in package 'swiftui-navigation'. Did you mean 'SwiftUINavigationCore'?Resolve Package Graph
product '_SwiftUINavigationState' required by package 'swift-composable-architecture' target 'ComposableArchitecture' not found in package 'swiftui-navigation'. Did you mean 'SwiftUINavigationCore'?
Resolved source packages:
spi-builder-workspace: (null)
2026-02-13 09:20:17.118 xcodebuild[550:3172] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-13-02_09-20-0017.xcresult
xcodebuild: error: Could not resolve package dependencies:
product '_SwiftUINavigationState' required by package 'swift-composable-architecture' target 'ComposableArchitecture' not found in package 'swiftui-navigation'. Did you mean 'SwiftUINavigationCore'?
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
product '_SwiftUINavigationState' required by package 'swift-composable-architecture' target 'ComposableArchitecture' not found in package 'swiftui-navigation'. Did you mean 'SwiftUINavigationCore'?
Resolved source packages:
spi-builder-workspace: (null)
2026-02-13 09:20:17.896 xcodebuild[1249:6182] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-13-02_09-20-0017.xcresult
xcodebuild: error: Could not resolve package dependencies:
product '_SwiftUINavigationState' required by package 'swift-composable-architecture' target 'ComposableArchitecture' not found in package 'swiftui-navigation'. Did you mean 'SwiftUINavigationCore'?
BUILD FAILURE 6.1 watchOS