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 Linux on 13 Feb 2026 17:15:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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:         linux
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-4606859-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/capturecontext/combine-extensions.git
Fetching https://github.com/pointfreeco/swift-composable-architecture.git
Fetching https://github.com/capturecontext/swift-foundation-extensions.git
Fetching https://github.com/capturecontext/swift-cocoa-extensions.git
Fetching https://github.com/capturecontext/combine-cocoa-navigation.git
[1/586] Fetching swift-cocoa-extensions
[558/1739] Fetching swift-cocoa-extensions, combine-cocoa-navigation
[703/2272] Fetching swift-cocoa-extensions, combine-cocoa-navigation, swift-foundation-extensions
[1616/2646] Fetching swift-cocoa-extensions, combine-cocoa-navigation, swift-foundation-extensions, combine-extensions
Fetched https://github.com/capturecontext/combine-extensions.git from cache (0.35s)
Fetched https://github.com/capturecontext/combine-cocoa-navigation.git from cache (0.36s)
Fetched https://github.com/capturecontext/swift-cocoa-extensions.git from cache (0.36s)
[1/311742] Fetching swift-composable-architecture
Fetched https://github.com/capturecontext/swift-foundation-extensions.git from cache (17.17s)
Fetched https://github.com/pointfreeco/swift-composable-architecture.git from cache (17.53s)
Computing version for https://github.com/capturecontext/combine-cocoa-navigation.git
Computed https://github.com/capturecontext/combine-cocoa-navigation.git at 0.1.0 (22.38s)
Fetching https://github.com/capturecontext/cocoa-aliases.git
[1/274] Fetching cocoa-aliases
Fetched https://github.com/capturecontext/cocoa-aliases.git from cache (1.58s)
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.26s)
Fetching https://github.com/pointfreeco/swift-case-paths
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swiftui-navigation
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4560] Fetching swift-case-paths
[138/5954] Fetching swift-case-paths, swiftui-navigation
[2214/7259] Fetching swift-case-paths, swiftui-navigation, swift-clocks
[6635/8801] Fetching swift-case-paths, swiftui-navigation, swift-clocks, swift-identified-collections
[6961/14408] Fetching swift-case-paths, swiftui-navigation, swift-clocks, swift-identified-collections, xctest-dynamic-overlay
[7414/19692] Fetching swift-case-paths, swiftui-navigation, swift-clocks, swift-identified-collections, xctest-dynamic-overlay, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.44s)
[11348/15132] Fetching swiftui-navigation, swift-clocks, swift-identified-collections, xctest-dynamic-overlay, swift-custom-dump
Fetching https://github.com/pointfreeco/combine-schedulers
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.58s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.58s)
[6344/8306] Fetching swiftui-navigation, swift-clocks, xctest-dynamic-overlay
[8307/10856] Fetching swiftui-navigation, swift-clocks, xctest-dynamic-overlay, combine-schedulers
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.91s)
Fetched https://github.com/pointfreeco/swiftui-navigation from cache (0.91s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.92s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.45s)
Computing version for https://github.com/capturecontext/combine-extensions.git
Computed https://github.com/capturecontext/combine-extensions.git at 0.0.5 (1.88s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.9.2 (0.92s)
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.84s)
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.29s)
Computing version for https://github.com/capturecontext/swift-cocoa-extensions.git
Computed https://github.com/capturecontext/swift-cocoa-extensions.git at 0.1.3 (1.17s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 0.7.1 (0.85s)
Fetching https://github.com/apple/swift-collections
[1/19506] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.84s)
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.57s)
Computing version for https://github.com/capturecontext/cocoa-aliases.git
Computed https://github.com/capturecontext/cocoa-aliases.git at 2.1.0 (0.54s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 0.4.0 (0.66s)
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.30s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (1.01s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 0.14.1 (0.76s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.69s)
Computing version for https://github.com/pointfreeco/swiftui-navigation
Computed https://github.com/pointfreeco/swiftui-navigation at 0.8.0 (0.88s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 0.11.2 (0.86s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (1.22s)
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/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/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-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/swiftui-navigation
Working copy of https://github.com/pointfreeco/swiftui-navigation resolved at 0.8.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-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 0.4.0
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/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/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/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/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-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-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/capturecontext/cocoa-aliases.git
Working copy of https://github.com/capturecontext/cocoa-aliases.git resolved at 2.1.0
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-4606859-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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 linux