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
If the enum defined with associated values and its value type is Result with a success value of tuple, compiling a receiving action using case key paths will fail.
(Even if I implement it as written in Migrating 1.4, the build will fail, and the cause will not be clearly displayed in the log.)
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.
Description
If the
enum
defined with associated values and its value type isResult
with a success value of tuple, compiling a receiving action using case key paths will fail.(Even if I implement it as written in Migrating 1.4, the build will fail, and the cause will not be clearly displayed in the log.)
Checklist
main
branch of this package.Expected behavior
Compilation successes.
Actual behavior
Compilation fails.
Reproducing project
If you use a struct instead of a tuple, it will compile.
The Composable Architecture version information
1.17.0
Destination operating system
iOS 18
Xcode version information
Version 16.2 (16C5032a)
Swift Compiler version information
The text was updated successfully, but these errors were encountered: