flexlixrup

Results 3 issues of flexlixrup

This PR fixes #12 by preparing CloudStorage for the Swift 6 language mode. It adds main actor isolation where necessary. **Possible backwards compatibility issues** Every class/struct that uses the CloudStorage...

When having an explicit initializer in a class, the CloudStorage property wrapper requires to be initialized explicitly in Swift 6 language mode. This is likely attributed to the feature flag...

` { "id": "f25845a1-f458-4637-a700-2e30cf110fc1", "name": "Getränke", "subCategories": [ { "id": "26c783ee-006f-406d-958c-157b67f8545b", "name": "Alkohol", "subCategories": [ { "id": "af346803-e874-4086-8727-8cc286d841c7", "name": "Bier", "subCategories": [], "parentCategory": null }, { "id": "3e69a323-ab59-4638-bef2-32682fb5ba0d", "name": "Sekt",...

planned