Search code examples
Concurrency issues with HKLiveWorkoutBuilder managed by @Observable class...

iosswiftwatchoshealthkitswift-concurrency

Read More
Why Swift Task is being suspended after finished?...

swiftswift-concurrency

Read More
Call to main actor-isolated instance method in a synchronous nonisolated context...

swiftmultithreadingarkitrealitykitswift-concurrency

Read More
Unstructured Task not inheriting execution context...

swiftuiswift-concurrency

Read More
My Swift concurrency is no longer running properly and it's screwing up my SwiftData objects...

swiftuiconcurrencyswiftdataswift-concurrency

Read More
Task error: Type of expression is ambiguous without a type annotation...

swiftswiftuiswift-concurrency

Read More
Swift6 concurrency and NSBundleResourceRequest...

swiftconcurrencyswift-concurrencyswift6

Read More
Get rid of warning: Passing argument of non-sendable type 'AVAssetExportSession' outside of ...

swiftuikitswift-concurrency

Read More
asyncDetached falling back into main thread after MainActor call...

swiftasync-awaitswift5swift-concurrencymainactor

Read More
Swift: Conform Older Protocols to MainActor Isolation?...

swiftactorquicklookswift-concurrency

Read More
Swift Concurrency: Notification Callbacks on @MainActor Objects...

swiftasync-awaitappkitswift-concurrency

Read More
Synchronising a MainActor isolated method during init and satisfying swift 6 concurrency...

iosswiftswift-concurrency

Read More
Strange error with "Cannot form key path to main actor-isolated property ..." in Swift con...

iosswiftswift-concurrency

Read More
How come a MainActor isolated mutable stored property gives a sendable error?...

swiftswift-concurrency

Read More
Difference between starting a detached task and calling a nonisolated func in main actor...

swiftswift-concurrency

Read More
How to run tasks off the main actor with Swift Concurrency...

swiftuicollectionviewuicollectionviewcellswift-concurrency

Read More
How to check if the current task is cancelled in Swift Tasks (async/await)...

swiftasync-awaitconcurrencyswift-concurrency

Read More
What is normal exit for a task group in Swift Concurrency...

swiftswift-concurrency

Read More
Swift Concurrency - Why my Task didn't inherit the parent Task's executor and priority...

swiftswift-concurrency

Read More
Recurring function in Swift 5.5 using async/await...

swiftasync-awaitswiftuiswift5swift-concurrency

Read More
How to push state changes out from a SwiftUI Actor...

swiftuiswift-concurrency

Read More
How can I make my method async when it calls a library method requiring a completion?...

swiftasynchronousswift-concurrency

Read More
How to avoid deadlock / hang when using SwiftData and @Observable?...

swiftuiswiftdataswift-concurrency

Read More
How do I create a singleton reference-type in Swift 6?...

swiftswift-concurrencyswift6

Read More
Swift async/await implement refresh using a task...

iosswiftasynchronousswift-concurrencyswift-task

Read More
How to add static functions that use Tasks in Swift Task extensions...

swiftswift-concurrency

Read More
Closures in actors: Sending 'nonSendable' risks causing data races...

swiftactorswift-concurrencyswift6xcode16

Read More
Passing argument of non-sendable type '(any URLSessionTaskDelegate)?' outside of main actor-...

iosswiftswiftuiconcurrencyswift-concurrency

Read More
How to access a static property Swift 6 concurrency-safe?...

swiftstaticthread-safetyswift-concurrencyswift6

Read More
How do you execute code when scene goes to background using new Swift async/await concurrency model?...

swiftasynchronousasync-awaitswift-concurrency

Read More
BackNext