Replies: 1 comment
-
@atacan This is a Swift bug that should be fixed in version 6. If you're in version 5.10 or below you need to define extensions of macro-generated types in a separate file to work around the bug. Since this isn't an issue with the library I'm going to convert to a discussion, but let us know if we're missing something! |
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
-
Describe the bug
The Computed paths example in the Readme.md file does not compile.
There were typos with the argument names. I fixed them below and added the compiler errors.
To Reproduce
Expected behavior
The example demonstrates the computed paths properly.
Environment
Readme for easy reference
Beta Was this translation helpful? Give feedback.
All reactions