Build Information
Failed to build composable-architecture-extensions, reference 0.2.1 (736c3b), with Swift 6.1 for Wasm on 13 Feb 2026 17:15:35 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build 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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/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: wasm
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
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/swift-composable-architecture.git
Fetching https://github.com/capturecontext/swift-foundation-extensions.git
Fetching https://github.com/capturecontext/combine-cocoa-navigation.git
Fetching https://github.com/capturecontext/swift-cocoa-extensions.git
Fetching https://github.com/capturecontext/combine-extensions.git
[1/374] Fetching combine-extensions
[375/907] Fetching combine-extensions, swift-foundation-extensions
[898/2060] Fetching combine-extensions, swift-foundation-extensions, combine-cocoa-navigation
[1935/2646] Fetching combine-extensions, swift-foundation-extensions, combine-cocoa-navigation, swift-cocoa-extensions
Fetched https://github.com/capturecontext/combine-extensions.git from cache (0.30s)
Fetched https://github.com/capturecontext/swift-cocoa-extensions.git from cache (0.32s)
Fetched https://github.com/capturecontext/swift-foundation-extensions.git from cache (0.32s)
Fetched https://github.com/capturecontext/combine-cocoa-navigation.git from cache (0.32s)
[1/311742] Fetching swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-composable-architecture.git from cache (20.42s)
Computing version for https://github.com/capturecontext/combine-cocoa-navigation.git
Computed https://github.com/capturecontext/combine-cocoa-navigation.git at 0.1.0 (24.04s)
Fetching https://github.com/capturecontext/cocoa-aliases.git
[1/274] Fetching cocoa-aliases
Fetched https://github.com/capturecontext/cocoa-aliases.git from cache (1.02s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture.git
Computed https://github.com/pointfreeco/swift-composable-architecture.git at 0.47.2 (1.87s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/swift-case-paths
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swiftui-navigation
[1/1394] Fetching swiftui-navigation
[99/2699] Fetching swiftui-navigation, swift-clocks
[196/7259] Fetching swiftui-navigation, swift-clocks, swift-case-paths
[599/12543] Fetching swiftui-navigation, swift-clocks, swift-case-paths, swift-custom-dump
[12544/18150] Fetching swiftui-navigation, swift-clocks, swift-case-paths, swift-custom-dump, xctest-dynamic-overlay
[12881/19692] Fetching swiftui-navigation, swift-clocks, swift-case-paths, swift-custom-dump, xctest-dynamic-overlay, swift-identified-collections
Fetched https://github.com/pointfreeco/swiftui-navigation from cache (0.44s)
[15324/18298] Fetching swift-clocks, swift-case-paths, swift-custom-dump, xctest-dynamic-overlay, swift-identified-collections
Fetching https://github.com/pointfreeco/combine-schedulers
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.45s)
[10940/13014] Fetching swift-clocks, swift-case-paths, xctest-dynamic-overlay, swift-identified-collections
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.54s)
[6436/8454] Fetching swift-clocks, xctest-dynamic-overlay, swift-identified-collections
[8455/11004] Fetching swift-clocks, xctest-dynamic-overlay, swift-identified-collections, combine-schedulers
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.53s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (1.54s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.55s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.13s)
Computing version for https://github.com/capturecontext/combine-extensions.git
Computed https://github.com/capturecontext/combine-extensions.git at 0.0.5 (3.14s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.9.2 (0.87s)
Computing version for https://github.com/capturecontext/swift-foundation-extensions.git
Computed https://github.com/capturecontext/swift-foundation-extensions.git at 0.1.3 (0.72s)
Fetching https://github.com/capturecontext/swift-declarative-configuration.git
[1/975] Fetching swift-declarative-configuration
Fetched https://github.com/capturecontext/swift-declarative-configuration.git from cache (0.26s)
Computing version for https://github.com/capturecontext/swift-cocoa-extensions.git
Computed https://github.com/capturecontext/swift-cocoa-extensions.git at 0.1.3 (0.88s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 0.7.1 (1.04s)
Fetching https://github.com/apple/swift-collections
[1/19506] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (2.50s)
Computing version for https://github.com/capturecontext/swift-declarative-configuration.git
Computed https://github.com/capturecontext/swift-declarative-configuration.git at 0.3.3 (3.44s)
Computing version for https://github.com/capturecontext/cocoa-aliases.git
Computed https://github.com/capturecontext/cocoa-aliases.git at 2.1.0 (1.69s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 0.4.0 (1.64s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/886] Fetching swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.89s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (1.59s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 0.14.1 (1.15s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (1.24s)
Computing version for https://github.com/pointfreeco/swiftui-navigation
Computed https://github.com/pointfreeco/swiftui-navigation at 0.8.0 (1.89s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 0.11.2 (1.51s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (1.17s)
Creating working copy for https://github.com/capturecontext/cocoa-aliases.git
Working copy of https://github.com/capturecontext/cocoa-aliases.git resolved at 2.1.0
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 0.7.1
Creating working copy for https://github.com/capturecontext/combine-cocoa-navigation.git
Working copy of https://github.com/capturecontext/combine-cocoa-navigation.git resolved at 0.1.0
Creating working copy for https://github.com/capturecontext/swift-cocoa-extensions.git
Working copy of https://github.com/capturecontext/swift-cocoa-extensions.git resolved at 0.1.3
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Creating working copy for https://github.com/capturecontext/combine-extensions.git
Working copy of https://github.com/capturecontext/combine-extensions.git resolved at 0.0.5
Creating working copy for https://github.com/capturecontext/swift-foundation-extensions.git
Working copy of https://github.com/capturecontext/swift-foundation-extensions.git resolved at 0.1.3
Creating working copy for https://github.com/pointfreeco/swift-composable-architecture.git
Working copy of https://github.com/pointfreeco/swift-composable-architecture.git resolved at 0.47.2
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 0.14.1
Creating working copy for https://github.com/pointfreeco/swiftui-navigation
Working copy of https://github.com/pointfreeco/swiftui-navigation resolved at 0.8.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 0.9.2
Creating working copy for https://github.com/capturecontext/swift-declarative-configuration.git
Working copy of https://github.com/capturecontext/swift-declarative-configuration.git resolved at 0.3.3
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 0.4.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 0.1.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 0.11.2
error: 'swift-composable-architecture': product '_SwiftUINavigationState' required by package 'swift-composable-architecture' target 'ComposableArchitecture' not found in package 'swiftui-navigation'. Did you mean 'SwiftUINavigationCore'?
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: 'swift-composable-architecture': product '_SwiftUINavigationState' required by package 'swift-composable-architecture' target 'ComposableArchitecture' not found in package 'swiftui-navigation'. Did you mean 'SwiftUINavigationCore'?
BUILD FAILURE 6.1 wasm