The Swift Package Index logo.Swift Package Index

Build Information

Failed to build composable-architecture-extensions, reference main (91f2aa), with Swift 6.1 for macOS (SPM) on 10 Mar 2026 23:02:21 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/capturecontext/composable-architecture-extensions
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 91f2aa1 feat: Update dependencies
Cloned https://github.com/capturecontext/composable-architecture-extensions.git
Revision (git rev-parse @):
91f2aa1537fd20bf13736030ab558262a6ffea4a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/capturecontext/composable-architecture-extensions.git at main
========================================
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-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin.git"
    },
    {
      "identity" : "swift-composable-architecture",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.23.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-composable-architecture.git"
    },
    {
      "identity" : "swift-declarative-configuration",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "0.7.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/capturecontext/swift-declarative-configuration.git"
    },
    {
      "identity" : "swift-cocoa-extensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0-alpha.8",
            "upper_bound" : "0.6.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/capturecontext/swift-cocoa-extensions.git"
    },
    {
      "identity" : "swift-foundation-extensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.0",
            "upper_bound" : "0.8.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" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "ComposableExtensions",
      "targets" : [
        "ComposableExtensions"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "ComposableCocoa",
      "targets" : [
        "ComposableCocoa"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "ComposableSwiftUI",
      "targets" : [
        "ComposableSwiftUI"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "ComposableCore",
      "targets" : [
        "ComposableCore"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "_ComposableSwiftUICore",
      "module_type" : "SwiftTarget",
      "name" : "_ComposableSwiftUICore",
      "path" : "Sources/_ComposableSwiftUICore",
      "product_dependencies" : [
        "ComposableArchitecture"
      ],
      "product_memberships" : [
        "ComposableExtensions",
        "ComposableSwiftUI"
      ],
      "sources" : [
        "ComposableView.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ComposableSwiftUI",
      "module_type" : "SwiftTarget",
      "name" : "ComposableSwiftUI",
      "path" : "Sources/ComposableSwiftUI",
      "product_dependencies" : [
        "CocoaExtensionsMacros"
      ],
      "product_memberships" : [
        "ComposableExtensions",
        "ComposableSwiftUI"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "ComposableCore",
        "_ComposableSwiftUICore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ComposableExtensionsCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "ComposableExtensionsCoreTests",
      "path" : "Tests/ComposableExtensionsCoreTests",
      "sources" : [
        "ReducerTests.swift"
      ],
      "target_dependencies" : [
        "ComposableExtensionsCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ComposableExtensionsCore",
      "module_type" : "SwiftTarget",
      "name" : "ComposableExtensionsCore",
      "path" : "Sources/ComposableExtensionsCore",
      "product_dependencies" : [
        "ComposableArchitecture",
        "FoundationExtensionsMacros"
      ],
      "product_memberships" : [
        "ComposableExtensions",
        "ComposableCocoa",
        "ComposableSwiftUI",
        "ComposableCore"
      ],
      "sources" : [
        "Exports.swift",
        "Internal/Debug.swift",
        "Reducers/IndexedForEachReducer.swift",
        "Reducers/LazyReducer.swift",
        "Reducers/OnChangeReducer.swift",
        "Reducers/OptionalReducer.swift",
        "Reducers/Pullback.swift",
        "Reducers/Reducer+ForEach.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ComposableExtensions",
      "module_type" : "SwiftTarget",
      "name" : "ComposableExtensions",
      "path" : "Sources/ComposableExtensions",
      "product_memberships" : [
        "ComposableExtensions"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "ComposableCocoa",
        "ComposableSwiftUI"
      ],
      "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" : [
        "FunctionalClosures"
      ],
      "product_memberships" : [
        "ComposableExtensions",
        "ComposableCocoa",
        "ComposableSwiftUI",
        "ComposableCore"
      ],
      "sources" : [
        "ComposableNSObject.swift",
        "ComposableObject.swift",
        "Core/ComposableCore.swift",
        "Core/ComposableCoreCancellables.swift",
        "Core/ComposableCoreDelegate.swift",
        "Core/ComposableObjectProtocol.swift",
        "Core/_ComposableCore_OptionallyUIBindable.swift",
        "Exports.swift"
      ],
      "target_dependencies" : [
        "ComposableExtensionsCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ComposableCocoa",
      "module_type" : "SwiftTarget",
      "name" : "ComposableCocoa",
      "path" : "Sources/ComposableCocoa",
      "product_dependencies" : [
        "CocoaExtensionsMacros"
      ],
      "product_memberships" : [
        "ComposableExtensions",
        "ComposableCocoa"
      ],
      "sources" : [
        "Controllers/ComposableHostingController.swift",
        "Controllers/ComposableTabBarController.swift",
        "Controllers/ComposableViewController.swift",
        "Controllers/ComposableWindowController.swift",
        "Exports.swift",
        "Views/ComposableCocoaView.swift"
      ],
      "target_dependencies" : [
        "ComposableCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
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
Fetching https://github.com/capturecontext/swift-declarative-configuration.git
Fetching https://github.com/capturecontext/swift-cocoa-extensions.git
Fetching https://github.com/pointfreeco/swift-composable-architecture.git
Fetching https://github.com/apple/swift-docc-plugin.git
Fetching https://github.com/capturecontext/swift-foundation-extensions.git
[1/683] Fetching swift-cocoa-extensions
[316/1244] Fetching swift-cocoa-extensions, swift-foundation-extensions
[457/2249] Fetching swift-cocoa-extensions, swift-foundation-extensions, swift-declarative-configuration
[588/4420] Fetching swift-cocoa-extensions, swift-foundation-extensions, swift-declarative-configuration, swift-docc-plugin
Fetched https://github.com/capturecontext/swift-declarative-configuration.git from cache (0.90s)
[1483/3415] Fetching swift-cocoa-extensions, swift-foundation-extensions, swift-docc-plugin
[3416/315969] Fetching swift-cocoa-extensions, swift-foundation-extensions, swift-docc-plugin, swift-composable-architecture
Fetched https://github.com/capturecontext/swift-foundation-extensions.git from cache (11.81s)
Fetched https://github.com/apple/swift-docc-plugin.git from cache (11.82s)
Fetched https://github.com/pointfreeco/swift-composable-architecture.git from cache (11.82s)
Fetched https://github.com/capturecontext/swift-cocoa-extensions.git from cache (11.82s)
Computing version for https://github.com/capturecontext/swift-foundation-extensions.git
Computed https://github.com/capturecontext/swift-foundation-extensions.git at 0.7.0 (12.34s)
Fetching https://github.com/capturecontext/swift-associated-objects.git
Fetching https://github.com/capturecontext/swift-resettable.git
Fetching https://github.com/capturecontext/swift-equated.git
[1/123] Fetching swift-resettable
[75/234] Fetching swift-resettable, swift-equated
[233/380] Fetching swift-resettable, swift-equated, swift-associated-objects
Fetched https://github.com/capturecontext/swift-equated.git from cache (0.72s)
Fetched https://github.com/capturecontext/swift-associated-objects.git from cache (0.72s)
Fetched https://github.com/capturecontext/swift-resettable.git from cache (0.72s)
Computing version for https://github.com/capturecontext/swift-declarative-configuration.git
Computed https://github.com/capturecontext/swift-declarative-configuration.git at 0.6.1 (1.23s)
Fetching https://github.com/capturecontext/swift-keypaths-extensions.git
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay.git from cache
[1/196] Fetching swift-keypaths-extensions
Fetched https://github.com/capturecontext/swift-keypaths-extensions.git from cache (0.67s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay.git from cache (0.75s)
Computing version for https://github.com/capturecontext/swift-keypaths-extensions.git
Computed https://github.com/capturecontext/swift-keypaths-extensions.git at 0.2.0 (1.26s)
Fetching https://github.com/capturecontext/swift-marker-protocols.git
Fetching https://github.com/capturecontext/swift-keypath-mapping.git
[1/60] Fetching swift-keypath-mapping
[61/231] Fetching swift-keypath-mapping, swift-marker-protocols
Fetched https://github.com/capturecontext/swift-marker-protocols.git from cache (0.70s)
Fetched https://github.com/capturecontext/swift-keypath-mapping.git from cache (0.70s)
Computing version for https://github.com/capturecontext/swift-keypath-mapping.git
Computed https://github.com/capturecontext/swift-keypath-mapping.git at 0.0.1 (4.68s)
Computing version for https://github.com/capturecontext/swift-resettable.git
Computed https://github.com/capturecontext/swift-resettable.git at 0.3.1 (0.49s)
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.93s)
Computing version for https://github.com/capturecontext/swift-marker-protocols.git
Computed https://github.com/capturecontext/swift-marker-protocols.git at 1.5.2 (1.41s)
Computing version for https://github.com/capturecontext/swift-associated-objects.git
Computed https://github.com/capturecontext/swift-associated-objects.git at 0.2.4 (0.47s)
Fetching https://github.com/stackotter/swift-macro-toolkit.git
[1/991] Fetching swift-macro-toolkit
Fetched https://github.com/stackotter/swift-macro-toolkit.git from cache (0.80s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay.git
Computed https://github.com/pointfreeco/xctest-dynamic-overlay.git at 1.9.0 (1.30s)
Computing version for https://github.com/capturecontext/swift-equated.git
Computed https://github.com/capturecontext/swift-equated.git at 0.0.5 (0.47s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture.git
Computed https://github.com/pointfreeco/swift-composable-architecture.git at 1.24.1 (0.49s)
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/swift-dependencies from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-navigation
Fetching https://github.com/pointfreeco/swift-concurrency-extras from cache
[1/3533] Fetching swift-sharing
[37/5495] Fetching swift-sharing, swift-perception
[438/7037] Fetching swift-sharing, swift-perception, swift-identified-collections
[2111/53292] Fetching swift-sharing, swift-perception, swift-identified-collections, swift-navigation
Fetched https://github.com/pointfreeco/swift-perception from cache (0.93s)
Fetched https://github.com/pointfreeco/swift-sharing from cache (0.93s)
[710/47797] Fetching swift-identified-collections, swift-navigation
Fetching https://github.com/pointfreeco/swift-clocks from cache
Fetching https://github.com/pointfreeco/swift-case-paths from cache
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (1.18s)
Fetching https://github.com/pointfreeco/combine-schedulers from cache
[2776/46255] Fetching swift-navigation
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.26s)
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.61s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.72s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.78s)
Fetched https://github.com/pointfreeco/swift-navigation from cache (2.09s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (2.12s)
Fetched https://github.com/swiftlang/swift-syntax from cache (2.19s)
Fetched https://github.com/apple/swift-collections from cache (1.44s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (3.22s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.46s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (0.49s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (1.27s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (3.66s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.45s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.45s)
Computing version for https://github.com/stackotter/swift-macro-toolkit.git
Computed https://github.com/stackotter/swift-macro-toolkit.git at 0.8.0 (0.44s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (0.65s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.6 (0.56s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.85s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.50s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.7.0 (0.49s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.2 (0.62s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.0 (0.61s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.9 (0.47s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.11.0 (0.59s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.7.4 (0.55s)
Computing version for https://github.com/capturecontext/swift-cocoa-extensions.git
Computed https://github.com/capturecontext/swift-cocoa-extensions.git at 0.5.0-alpha.8 (0.52s)
Fetching https://github.com/capturecontext/cocoa-aliases.git
[1/288] Fetching cocoa-aliases
Fetched https://github.com/capturecontext/cocoa-aliases.git from cache (0.75s)
Computing version for https://github.com/capturecontext/cocoa-aliases.git
Computed https://github.com/capturecontext/cocoa-aliases.git at 3.3.0 (1.26s)
Creating working copy for https://github.com/capturecontext/swift-resettable.git
Working copy of https://github.com/capturecontext/swift-resettable.git resolved at 0.3.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/capturecontext/swift-equated.git
Working copy of https://github.com/capturecontext/swift-equated.git resolved at 0.0.5
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.7.4
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.5.0-alpha.8
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.2
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.6
Creating working copy for https://github.com/capturecontext/cocoa-aliases.git
Working copy of https://github.com/capturecontext/cocoa-aliases.git resolved at 3.3.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/stackotter/swift-macro-toolkit.git
Working copy of https://github.com/stackotter/swift-macro-toolkit.git resolved at 0.8.0
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 1.24.1
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.6.1
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.9
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.1.0
Creating working copy for https://github.com/capturecontext/swift-associated-objects.git
Working copy of https://github.com/capturecontext/swift-associated-objects.git resolved at 0.2.4
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay.git
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay.git resolved at 1.9.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.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.7.0
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.11.0
Creating working copy for https://github.com/capturecontext/swift-keypaths-extensions.git
Working copy of https://github.com/capturecontext/swift-keypaths-extensions.git resolved at 0.2.0
Creating working copy for https://github.com/pointfreeco/swift-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.7.0
Creating working copy for https://github.com/capturecontext/swift-keypath-mapping.git
Working copy of https://github.com/capturecontext/swift-keypath-mapping.git resolved at 0.0.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/capturecontext/swift-marker-protocols.git
Working copy of https://github.com/capturecontext/swift-marker-protocols.git resolved at 1.5.2
error: the library 'ComposableExtensionsCore' requires macos 11.0, but depends on the product 'ComposableArchitecture' which requires macos 13.0; consider changing the library 'ComposableExtensionsCore' to require macos 13.0 or later, or the product 'ComposableArchitecture' to require macos 11.0 or earlier.
error: the library '_ComposableSwiftUICore' requires macos 11.0, but depends on the product 'ComposableArchitecture' which requires macos 13.0; consider changing the library '_ComposableSwiftUICore' to require macos 13.0 or later, or the product 'ComposableArchitecture' to require macos 11.0 or earlier.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: the library 'ComposableExtensionsCore' requires macos 11.0, but depends on the product 'ComposableArchitecture' which requires macos 13.0; consider changing the library 'ComposableExtensionsCore' to require macos 13.0 or later, or the product 'ComposableArchitecture' to require macos 11.0 or earlier.
error: the library '_ComposableSwiftUICore' requires macos 11.0, but depends on the product 'ComposableArchitecture' which requires macos 13.0; consider changing the library '_ComposableSwiftUICore' to require macos 13.0 or later, or the product 'ComposableArchitecture' to require macos 11.0 or earlier.
BUILD FAILURE 6.1 macosSpm