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
Foundation: workaround the frontend trying to keep sugar
The compiler is working hard to keep the type sugar on the interface for
even an internal interface. The type sugar being preserved causes a
deserialization failure on Darwin. Use an equivalent local typealias to
avoid the issue.
0 commit comments