Oddbean new post about | logout
 @096d2c53 Observable implies Identifiable, right? If there’s no explicit Identifiable conformance, it probably adds a ‘let id = UUID()’ in the background. That (or something like it) is likely to be what Codable is complaining about. 
 @9d52782d I don't think that's necessarily the case, no