Skip to content

Issue 3950 - Backport Xcode 27 support to TCA 1.23 - #3960

Draft
aryansk wants to merge 1 commit into
pointfreeco:mainfrom
aryansk:codex/backport-xcode-27-3950
Draft

Issue 3950 - Backport Xcode 27 support to TCA 1.23#3960
aryansk wants to merge 1 commit into
pointfreeco:mainfrom
aryansk:codex/backport-xcode-27-3950

Conversation

@aryansk

@aryansk aryansk commented Aug 6, 2026

Copy link
Copy Markdown

Summary

  • Backport the Xcode 27 actor-isolation fix to the 1.23 compatibility source by marking the store-backed NavigationStack initializer @MainActor.

Fixes #3950

Validation

  • swift package dump-package
  • swift test --filter StackReducerTests — 24 tests passed.
  • git diff --check
  • swift test completed the build and ran the test suites, but the process exited with signal 5 in the existing runtime-warning test path after earlier suites passed. No failure was reported for this change.

The change mirrors the one-line actor-isolation fix already used by the related Xcode 27 fix in #3931.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Backport Xcode 27 support to TCA 1.23

1 participant