Is main actor’s init isolated or not in Swift (Xcode Beta 5)
The following code worked fine in Xcode 16 Beta 4, but fails to compile in beta 5:
Why can I access isolated ivars in actor’s init in Swift
I have this code:
Why can I access isolated ivars in actor’s init in Swift
I have this code:
Is code running on main thread guaranteed to be safe to `MainActor.assumeIsolated`
I have the following code and I am not sure whether it’s safe:
How to convert `VNDocumentCameraViewControllerDelegate` to Swift 6 Concurrency
So I have this code:
How to mark Vision text recognition result as Sendable in Swift 6
I have the following code. It simply run Vision API to get the text from the image. I use very simple GCD to dispatch the heavy Vision operation to the background queue, and then dispatch it back to main queue for completion
:
How to mark Vision text recognition result as Sendable in iOS
I have the following code. It simply run Vision API to get the text from the image. I use very simple GCD to dispatch the heavy Vision operation to the background queue, and then dispatch it back to main queue for completion
: