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
Resolve CodingKeys before visiting member decls in the primary
Force this check to occur so that the interface types of members can successfully make reference to CodingKeys. This is an egregious emergent behavior of Codable that currently forces two protocol conformance checks just to synthesize a type witness. We can definitely get away with just creating the witness up front.
rdar://56844567
0 commit comments