You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While creating a new project with TCA using Xcode 26 beta 7, Swift 6 mode, and SWIFT_DEFAULT_ACTOR_ISOLATION=MainActor.
I encounter a compiler error when applying the @Reducer macro to an enum.
I’m not sure whether this is a TCA issue or a compiler/Xcode, but the macro appears to fail in this configuration.
Checklist
I have determined whether this bug is also reproducible in a vanilla SwiftUI project.
If possible, I've reproduced the issue using the main branch of this package.