How do I observe the UIPasteboard in a thread-safe manner?
I have an observable class, which has an observer on UIPasteboard. In an attempt to update to the Swift 6 language mode, I understandably can’t mutate the state from the completion handler.
Swift6 concurrency and NSBundleResourceRequest
I am struggling to understand why my code doesn’t work in Swift6 mode.