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
Sema: Force Codable conformances when validating layout of a class
This ensures that the vtable of a class conforming to Encodable or
Decodable always contains encode(to:) and init(from:), respectively.
They might still get added in arbitrary order, however. This will
be addressed in a subsequent patch.
Mostly fixes <rdar://problem/35647420> and
<https://bugs.swift.org/browse/SR-6468>.
0 commit comments