Data-swift / ManagedModels

A SwiftData like `@Model` infrastructure for CoreData.
https://www.alwaysrightinstitute.com/managedmodels/
Apache License 2.0
101 stars 3 forks source link

Strict concurrency #30

Closed radianttap closed 6 months ago

radianttap commented 6 months ago

I did the absolute minimum here so the compiler does not throw any warnings.

I am not sure if nonisolated(unsafe) is the right approach for the global cache but so far I can't see any particular issues. All the tests pass after these changes.