Well, I have found out that if I add
Codable, Hashable
to my enum or your
struct Task: Identifiable, Codable, Hashable {...}
compiler stops complaining.
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags: