You thought you could use @AppStorage and the new @Observable? Think again! — As weird as it seems, the @AppStorage new macro does not support the property wrapper. If, like me you had ObservableObject with @AppStorage properties in them, which were working precisely as @Published properties, it simply won’t compile once you migrate your object to @Observable. But we have a solution, thanks…