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 macOS (SPM) on 13 Feb 2026 17:17:45 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

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:         macosSpm
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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Fetching https://github.com/capturecontext/combine-extensions.git
Fetching https://github.com/capturecontext/combine-cocoa-navigation.git
Fetching https://github.com/capturecontext/swift-foundation-extensions.git
Fetching https://github.com/capturecontext/swift-cocoa-extensions.git
Fetching https://github.com/pointfreeco/swift-composable-architecture.git
[1/533] Fetching swift-foundation-extensions
[161/1686] Fetching swift-foundation-extensions, combine-cocoa-navigation
[277/2060] Fetching swift-foundation-extensions, combine-cocoa-navigation, combine-extensions
Fetched https://github.com/capturecontext/combine-extensions.git from cache (0.80s)
[650/2272] Fetching swift-foundation-extensions, combine-cocoa-navigation, swift-cocoa-extensions
[2273/314014] Fetching swift-foundation-extensions, combine-cocoa-navigation, swift-cocoa-extensions, swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-composable-architecture.git from cache (10.67s)
Fetched https://github.com/capturecontext/combine-cocoa-navigation.git from cache (10.67s)
Fetched https://github.com/capturecontext/swift-foundation-extensions.git from cache (10.67s)
Fetched https://github.com/capturecontext/swift-cocoa-extensions.git from cache (10.67s)
Computing version for https://github.com/capturecontext/combine-cocoa-navigation.git
Computed https://github.com/capturecontext/combine-cocoa-navigation.git at 0.1.0 (11.30s)
Fetching https://github.com/capturecontext/cocoa-aliases.git
[1/274] Fetching cocoa-aliases
Fetched https://github.com/capturecontext/cocoa-aliases.git from cache (0.65s)
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.28s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetching https://github.com/pointfreeco/swiftui-navigation
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-clocks from cache
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetching https://github.com/pointfreeco/swift-case-paths from cache
Fetching https://github.com/pointfreeco/combine-schedulers from cache
[1/1542] Fetching swift-identified-collections
[79/2936] Fetching swift-identified-collections, swiftui-navigation
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.74s)
Fetched https://github.com/pointfreeco/swiftui-navigation from cache (1.09s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.10s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.10s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.10s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (1.10s)
[987/1542] Fetching swift-identified-collections
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (1.14s)
Computing version for https://github.com/capturecontext/combine-extensions.git
Computed https://github.com/capturecontext/combine-extensions.git at 0.0.5 (1.77s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.9.2 (0.58s)
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.59s)
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.83s)
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.43s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 0.7.1 (0.58s)
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/apple/swift-collections from cache (1.49s)
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.11s)
Computing version for https://github.com/capturecontext/cocoa-aliases.git
Computed https://github.com/capturecontext/cocoa-aliases.git at 2.1.0 (0.48s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 0.4.0 (0.59s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras from cache
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.70s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (1.33s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 0.14.1 (0.59s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.58s)
Computing version for https://github.com/pointfreeco/swiftui-navigation
Computed https://github.com/pointfreeco/swiftui-navigation at 0.8.0 (0.56s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 0.11.2 (0.58s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (0.64s)
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/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-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 0.4.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/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-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-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-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/swiftui-navigation
Working copy of https://github.com/pointfreeco/swiftui-navigation resolved at 0.8.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/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/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-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/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
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 macosSpm