Search code examples
Swift 6: Capture of 'self' with non-sendable type in a @Sendable closure...


swiftconcurrencyactorswift-concurrencyswift6

Read More
Implied resultBuilder is lost through protocol conformance via ExtensionMacro...


swiftmacrosswift6

Read More
Swift Package Manager hangs on incremental builds (Swift 6.2, Linux Ubuntu 24.04)...


linuxubuntuswift-package-managerincremental-buildswift6

Read More
Complete SWIFT_STRICT_CONCURRENCY does not show errors for non thread-safe code...


swiftswift6xcode26sendable

Read More
Why does @Model conformance to PersistentModel and Hashable cross into @MainActor isolation in Swift...


swiftswiftdataswift6

Read More
How to make a Set<AnyCancellable> sendable?...


swiftcombineswift6

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


swiftuiswift-concurrencyswift6xcode26

Read More
MPMediaLibrary.requestAuthorization { } Crashes app at Swift6...


iosswift6

Read More
Swift6 variable gives @Sendable in RealityKit animation...


iosrealitykitswift6

Read More
Passing closure risks causing data races...


swiftswift-concurrencydata-raceswift6

Read More
Exhaustive catch clauses for errors from typed-throws...


swiftswift6typed-throws

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
Swift isolated(any Actor)? keyword usage...


swiftswift-concurrencyswift6

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


swiftswift-concurrencyswift6

Read More
NSManagedObjectContext perform: Sending value of non-Sendable type...


swiftcore-dataasync-awaitswift6sendable

Read More
UNUserNotificationCenter UNNotificationSettings non-sendable problem...


swiftconcurrencyunusernotificationcenterswift6mainactor

Read More
Unexpected Concurrency Error in Swift TaskGroup...


swiftswift-concurrencyswift6

Read More
Swift 6 concurrency pass an array to MainActor...


swiftswift-concurrencyswift6

Read More
Swift 6 Concurrency: Is Using @MainActor on the Whole ViewModel a Good Practice?...


swiftmultithreadingconcurrencyswift-concurrencyswift6

Read More
Actor-isolated property 'logs' can not be referenced from a nonisolated context...


swiftconcurrencyswift6

Read More
SwiftUI @Environment with @Binding not working as expected – $myBool causes error but _myBool.wrappe...


swiftswiftuiswift6

Read More
Swift 6 async await using services and domain models...


swiftswift-concurrencyswift6sendable

Read More
How to convert async function/method to publisher in Swift 6...


ioscombineswift-concurrencyswift6

Read More
Observing voiceover changes on Mac - Swift 6 migration issues...


swiftswift-concurrencyswift6

Read More
Difference Between @MainActor func and Task { @MainActor in } in Swift 6...


swiftconcurrencytaskactorswift6

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


swiftactorswift-concurrencyswift6xcode16

Read More
How to Migrate a UIControl Publisher to Swift 6 Without Concurrency Warnings...


swiftconcurrencyuikitswift6mainactor

Read More
How to convert cString into String in Swift6?...


swiftstringmigrationc-stringsswift6

Read More
Calling async function from nonisolated code...


swiftasync-awaitconcurrencyisolationswift6

Read More
BackNext