CloudKitSyncMonitor
CloudKitSyncMonitor copied to clipboard
Use of `@MainActor` throwing warnings when initializing outside of Swift concurrency
Hi, RE: #24, in cases where an app is not entirely using async await, these warnings are appearing when (for example) this is already being initialized statically from the main queue.
There should probably be a way to initialize this outside of the singleton without requiring this configuration.