CloudKitSyncMonitor icon indicating copy to clipboard operation
CloudKitSyncMonitor copied to clipboard

Use of `@MainActor` throwing warnings when initializing outside of Swift concurrency

Open benguild opened this issue 5 months ago • 0 comments

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.

benguild avatar Aug 30 '24 09:08 benguild