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
I was able to narrow down the issue to _PersistedProperty macro definition. While compiling with Xcode 15.2 the @attached(accessor, names: named(init)) causes issues. Dropping the names: named(init) part allow the whole module to compile. As the tests are also passing after this change, I opened a PR #26.
Meh
The text was updated successfully, but these errors were encountered: