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
Workaround for runtime returning wrong enum tag (#94)
Fix #72.
In release builds, Swift <=5.7 may return the wrong tag for single-case
enums that nest another enum. We can work around this by always
returning "0" as the tag for single case enums.
0 commit comments