The Swift Package Index logo.Swift Package Index

Build Information

Failed to build composable-architecture-extensions, reference 0.2.1 (736c3b), with Swift 6.1 for Android on 13 Feb 2026 17:14:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

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 /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:         android
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-2":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/capturecontext/combine-cocoa-navigation.git
Fetching https://github.com/pointfreeco/swift-composable-architecture.git
Fetching https://github.com/capturecontext/swift-foundation-extensions.git
Fetching https://github.com/capturecontext/combine-extensions.git
Fetching https://github.com/capturecontext/swift-cocoa-extensions.git
[1/374] Fetching combine-extensions
[20/907] Fetching combine-extensions, swift-foundation-extensions
[291/2060] Fetching combine-extensions, swift-foundation-extensions, combine-cocoa-navigation
[339/2646] Fetching combine-extensions, swift-foundation-extensions, combine-cocoa-navigation, swift-cocoa-extensions
[2647/314388] Fetching combine-extensions, swift-foundation-extensions, combine-cocoa-navigation, swift-cocoa-extensions, swift-composable-architecture
Fetched https://github.com/capturecontext/combine-extensions.git from cache (1.22s)
Fetched https://github.com/capturecontext/combine-cocoa-navigation.git from cache (1.23s)
[10472/312861] Fetching swift-foundation-extensions, swift-cocoa-extensions, swift-composable-architecture
Fetched https://github.com/capturecontext/swift-cocoa-extensions.git from cache (13.05s)
Fetched https://github.com/capturecontext/swift-foundation-extensions.git from cache (13.05s)
Fetched https://github.com/pointfreeco/swift-composable-architecture.git from cache (13.41s)
Computing version for https://github.com/capturecontext/combine-cocoa-navigation.git
Computed https://github.com/capturecontext/combine-cocoa-navigation.git at 0.1.0 (17.90s)
Fetching https://github.com/capturecontext/cocoa-aliases.git
[1/274] Fetching cocoa-aliases
Fetched https://github.com/capturecontext/cocoa-aliases.git from cache (0.75s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture.git
Computed https://github.com/pointfreeco/swift-composable-architecture.git at 0.47.2 (2.76s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-case-paths
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swiftui-navigation
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/swift-identified-collections
[1/4560] Fetching swift-case-paths
[1552/9844] Fetching swift-case-paths, swift-custom-dump
[2666/11238] Fetching swift-case-paths, swift-custom-dump, swiftui-navigation
[6551/12543] Fetching swift-case-paths, swift-custom-dump, swiftui-navigation, swift-clocks
[9587/18150] Fetching swift-case-paths, swift-custom-dump, swiftui-navigation, swift-clocks, xctest-dynamic-overlay
[11028/19692] Fetching swift-case-paths, swift-custom-dump, swiftui-navigation, swift-clocks, xctest-dynamic-overlay, swift-identified-collections
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.47s)
[14911/18387] Fetching swift-case-paths, swift-custom-dump, swiftui-navigation, xctest-dynamic-overlay, swift-identified-collections
Fetching https://github.com/pointfreeco/combine-schedulers
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.57s)
Fetched https://github.com/pointfreeco/swiftui-navigation from cache (0.57s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.58s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.59s)
[3589/5607] Fetching xctest-dynamic-overlay
[5608/8157] Fetching xctest-dynamic-overlay, combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.42s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.95s)
Computing version for https://github.com/capturecontext/combine-extensions.git
Computed https://github.com/capturecontext/combine-extensions.git at 0.0.5 (1.68s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.9.2 (0.70s)
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.88s)
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 (2.48s)
Computing version for https://github.com/capturecontext/swift-cocoa-extensions.git
Computed https://github.com/capturecontext/swift-cocoa-extensions.git at 0.1.3 (3.19s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 0.7.1 (0.72s)
Fetching https://github.com/apple/swift-collections
[1/19506] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.74s)
Computing version for https://github.com/capturecontext/swift-declarative-configuration.git
Computed https://github.com/capturecontext/swift-declarative-configuration.git at 0.3.3 (2.36s)
Computing version for https://github.com/capturecontext/cocoa-aliases.git
Computed https://github.com/capturecontext/cocoa-aliases.git at 2.1.0 (0.59s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 0.4.0 (0.86s)
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.26s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (0.98s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 0.14.1 (0.65s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.85s)
Computing version for https://github.com/pointfreeco/swiftui-navigation
Computed https://github.com/pointfreeco/swiftui-navigation at 0.8.0 (0.73s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 0.11.2 (0.67s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (0.92s)
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/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/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/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/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/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/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/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.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/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 0.11.2
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/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 0.9.2
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/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/capturecontext/swift-foundation-extensions.git
Working copy of https://github.com/capturecontext/swift-foundation-extensions.git resolved at 0.1.3
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-2":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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 android