Search code examples
Swift 6 strict concurrency: How to achieve Sendable conformance for a class bridging C callbacks?...


swiftmacosthread-safetygrand-central-dispatchswift-concurrency

Read More
Tasks always seem to run in order in Swift code...


swiftswift-concurrency

Read More
Store a reference to a TaskGroup or add to it outside of scope...


swiftswift5swift-concurrencyswift-task

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


swiftasync-awaitappkitswift-concurrency

Read More
PassthroughSubject's AsyncPublisher values property not producing all values...


swiftcombineswift-concurrency

Read More
Why does wrapping `continuation.resume(with:)` in a closure resolve this warning?...


swiftswift-concurrency

Read More
Should I declare a 'nonisolated' or 'async' function in my 'MainActor' view ...


swiftswiftuiswift-concurrency

Read More
Swift 6: Capture of 'self' with non-sendable type in a @Sendable closure...


swiftconcurrencyactorswift-concurrencyswift6

Read More
Swift 6 Strict Concurrency accessing C shared instance...


cswiftobjective-cconcurrencyswift-concurrency

Read More
Split up Task into multiple concurrent subtasks...


swiftconcurrencygrand-central-dispatchswift-concurrency

Read More
Actor isolation and non-sendable closure (use higher-order function inside Actor)...


swiftswift-concurrency

Read More
How to pass a function returning `some View` as parameter to `sheet(item:onDismiss:content:)`...


swiftuiswift-concurrencyswift6xcode26

Read More
Capturing a @MainActor-isolated method reference into a SwiftUI view’s escaping closure still trigge...


swiftswiftuiswift-concurrency

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


swiftswift-concurrency

Read More
Mutating actor state in the nonisolated method required by protocol...


swiftswift-concurrency

Read More
RxSwift's Signal equivalent in Combine / Concurrency...


iosswiftrx-swiftcombineswift-concurrency

Read More
Wait for Task to finish in XCTest without using Task.sleep...


swiftxctestswift-concurrency

Read More
Getting warning if is use custom extension for swiftui task on xcode 16.4 but wonder why i'm not...


swiftxcodeswiftuiswift-concurrency

Read More
Passing closure risks causing data races...


swiftswift-concurrencydata-raceswift6

Read More
How can I simplify/generalise the logic of writing a task group with different child result types?...


swiftswift-concurrency

Read More
Why does a Swift test think my simple struct is main actor-isolated?...


swiftxcodeswift-concurrencyswift6swift-testing

Read More
Swift 6 concurrency - how to make a UIView Codable?...


swiftuiviewdecodableswift-concurrencyswift6

Read More
can't implement UIView `description` because it isn't MainActor...


swiftswift-concurrency

Read More
Swift isolated(any Actor)? keyword usage...


swiftswift-concurrencyswift6

Read More
Swift default init behaving differently than empty init...


swiftswift-concurrencyswift6

Read More
How does the Xcode 's document knows my custom view is a MainActor...


swiftswiftuiswift-concurrencymainactor

Read More
Running a function in a background thread in Swift IOS...


iosswiftasynchronousswift-concurrencystructured-concurrency

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


swiftasync-awaitconcurrencyswift-concurrency

Read More
Async function for blocking (CPU-bound) task?...


swiftasynchronousasync-awaitswift-concurrency

Read More
Unstructured Task not inheriting execution context...


swiftuiswift-concurrency

Read More
BackNext