Crash in Combine Related to Swift 6 Concurrency
|
|
1
|
141
|
November 5, 2024
|
Merging an array of async Streams into a single stream
|
|
1
|
68
|
November 5, 2024
|
Bridging the delegate pattern to AsyncStream with Swift6 and Sendability issues
|
|
7
|
289
|
November 5, 2024
|
Surprising actor deinitialization
|
|
4
|
199
|
November 4, 2024
|
`Sendable` values in non-`Sendable` containers
|
|
0
|
76
|
November 4, 2024
|
How to subscribe to an actor's publisher?
|
|
5
|
138
|
November 1, 2024
|
SwiftData SchemaMigrationPlan and VersionedSchema not Sendable
|
|
2
|
60
|
November 1, 2024
|
Equivalence of Task and MainActor.assumeIsolated
|
|
20
|
374
|
October 31, 2024
|
Distinction between `@isolated(any)` and `@_inheritActorContext`
|
|
1
|
175
|
October 31, 2024
|
[Pitch] Inherit isolation by default for async functions
|
|
156
|
6249
|
October 31, 2024
|
Protocol as @MainActor vs conformance to Sendable
|
|
3
|
177
|
October 31, 2024
|
How do SwiftUI nonisolated types use MainActor isolated ones in a synchronous nonisolated context?
|
|
4
|
113
|
October 31, 2024
|
Sendable and not sendable
|
|
3
|
128
|
October 30, 2024
|
Strict Swift 6 Reference Application/Resources?
|
|
0
|
88
|
October 30, 2024
|
Feedback wanted: confusing concurrency diagnostic messages
|
|
31
|
3963
|
October 25, 2024
|
[Pitch] Concurrency-Safe Notifications
|
|
42
|
2505
|
October 25, 2024
|
Does “SE-0423” not work on under iOS17?
|
|
0
|
188
|
October 24, 2024
|
Is this runtime crash related to incorrect executor assumption / inheritence?
|
|
0
|
67
|
October 23, 2024
|
Clang sendability audit for closures
|
|
1
|
97
|
October 23, 2024
|
SE-0449: Allow nonisolated to prevent global actor inference
|
|
4
|
619
|
October 22, 2024
|
Is NSLock necessary to prevent continuation from being resumed multiple times?
|
|
14
|
460
|
October 22, 2024
|
Async Codable decoder?
|
|
2
|
234
|
October 18, 2024
|
Region-based isolation, sending return value & actor isolation – what is the expected behavior?
|
|
0
|
83
|
October 18, 2024
|
Making AnyHashable Sendable
|
|
11
|
877
|
August 16, 2024
|
[Pitch] Generalize `AsyncSequence` and `AsyncIteratorProtocol`
|
|
22
|
3208
|
October 16, 2024
|
Region based isolation question - Swift 6 migration - TaskGroup without Sendable types
|
|
5
|
113
|
October 15, 2024
|
Signal safe Swift concurrency
|
|
4
|
591
|
October 15, 2024
|
Declaring a method that strongly transfers `self`?
|
|
0
|
114
|
October 14, 2024
|
Using DispatchQueue as actor's serial executor under Linux
|
|
2
|
200
|
October 14, 2024
|
Moving function call into explicit Task allows sending?
|
|
1
|
121
|
October 14, 2024
|