Replies: 1 comment
-
Duplicate for pointfreeco/swift-case-paths#167 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
The Swift 6 compiler from the first Xcode 16 beta (in 5.10 mode) crashes when using testStore.receive method that takes a CaseKeyPath toward a result with Void success Value.
This was working before :
I made it work again using a Unit type :
but this is far from perfect.
Now this isn't a bug in TCA per se but I think it will be quite a common issue. Has anyone encountered this issue and have a better fix ? I'll work on a reproducer and open a bug report and will update this issue when done.
Beta Was this translation helpful? Give feedback.
All reactions