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
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
According to Itai Ferber on the Swift forums the implementation used in AnyEncoder is incorrect because it can't access custom encoding strategies of the type-erased type:
According to Itai Ferber on the Swift forums the implementation used in
AnyEncoder
is incorrect because it can't access custom encoding strategies of the type-erased type:See https://forums.swift.org/t/how-to-encode-objects-of-unknown-type/12253/6
Any ideas? I mean this would only be a problem for custom types right?
The text was updated successfully, but these errors were encountered: