Search code examples
Closures in actors: Sending 'nonSendable' risks causing data races...


swiftactorswift-concurrencyswift6xcode16

Read More
Why does a @MainActor nonisolated property accessing a @MainActor protocol’s nonisolated property pr...


swiftactorswift-concurrency

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


swiftswift-concurrency

Read More
Swift GlobalActor assumeIsolated like MainActor...


swiftswift-concurrencyswift6

Read More
Local vs Global Actors in Observable Model Objects...


swiftswiftuiswift-concurrencyswift6

Read More
Swift 6 build errors when monitoring Published values of an Actor in a Task...


iosswiftcombineswift-concurrencyswift6

Read More
What is the point of `Sendable` protocol in Swift...


iosswiftswift-concurrencysendable

Read More
Swift 6 concurrency error of passing sending closure...


iosswiftswift-concurrencyswift6

Read More
How should I replace semaphores in my Swift/HealthKit app?...


iosswiftswiftuihealthkitswift-concurrency

Read More
Making CoreData singleton concurrency-safe...


swiftcore-dataswift-concurrency

Read More
Swift Actor and GCD Dispatch Queue Executor...


iosswiftswift-concurrencydispatch-queueswift6

Read More
How to type erase `NotificationCenter.Notifications`?...


swiftswift-concurrency

Read More
Xcode 16.2 beta 2 renders `onPreferenceChange` unusable...


swiftuiswift-concurrency

Read More
Swift 6 concurrency issue with `NSTextAttachmentViewProvider`...


swiftnsattributedstringswift-concurrencynstextattachmentswift6

Read More
Swift Concurrency capturing self weakly in actor...


swiftactorswift-concurrency

Read More
Swift: Silence "Non-Sendable Notification? cannot cross actor boundary" warning...


swiftactorswift-concurrency

Read More
What's difference btw DispatchQueue.global(qos: .background).async {} and Task(priority: .backgr...


swiftgrand-central-dispatchswift-concurrency

Read More
How can I update a @Published value from a Timer block without warnings...


swiftswiftuiswift-concurrency

Read More
Type erasure in Swift Concurrency AsyncStream...


swiftswift-concurrency

Read More
Integrate a blocking function into Swift async...


swiftasync-awaitswift-concurrency

Read More
Thread safe combine publisher to AsyncStream...


swiftcombineswift-concurrency

Read More
Swift: Map AsyncStream into another AsyncStream...


swiftswift-concurrency

Read More
Type erasing `AsyncMapSequence<AsyncThrowingStream<Element, Error>, Element>`...


swiftswift-concurrency

Read More
How to support an async callback with timeout in swift actor...


swiftasync-awaitactorswift-concurrency

Read More
SwiftUI Combine - How to test waiting for a publisher's async result...


swiftuicombineswift-concurrency

Read More
NSTask/Process + NSPipe + NSFileHandle in Modern Swift Concurrency...


swiftactornstaskswift-concurrencynsfilehandle

Read More
How to share global constant properties?...


swift-concurrencyswift6mainactor

Read More
Why does Swift Compiler say, Non-sendable type 'X' returned by implicitly asynchronous call ...


swiftswift-concurrencyswift-compiler

Read More
Concurrency issues with HKLiveWorkoutBuilder managed by @Observable class...


iosswiftwatchoshealthkitswift-concurrency

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


swiftswift-concurrency

Read More
BackNext