Is it fair to declare Combine's AnyPublisher as unchecked sendable as long as output & error types are sendable?
|
|
6
|
147
|
December 6, 2024
|
Sending, inout sending, Mutex
|
|
12
|
329
|
December 5, 2024
|
Write once, read many times global variable
|
|
7
|
289
|
December 5, 2024
|
Swift 5.10 Concurrency and XCTest
|
|
28
|
10038
|
December 5, 2024
|
AVFoundation Swift 6
|
|
12
|
665
|
December 4, 2024
|
Promise is non-sendable type
|
|
5
|
1531
|
December 4, 2024
|
What is a recommended approach for passing non-sendable values to AsyncStream.Continuation.onTermination?
|
|
9
|
971
|
December 4, 2024
|
Sending local variable risks causing data races in @MainActor Task
|
|
10
|
244
|
December 3, 2024
|
App distributed via TestFlight crashes on launch
|
|
18
|
11471
|
March 2, 2023
|
Should unapplied method references mix with Strict Concurrency?
|
|
3
|
87
|
December 3, 2024
|
Why can't I send an NSImage across actor boundaries?
|
|
22
|
869
|
December 2, 2024
|
`Sendable` values in non-`Sendable` containers
|
|
1
|
151
|
November 30, 2024
|
Preventing regressions when conforming to `Sendable` with `@unchecked`
|
|
6
|
3328
|
November 30, 2024
|
Thread.current cannot be used from async contexts
|
|
16
|
232
|
November 29, 2024
|
Is this a bug?
|
|
4
|
172
|
November 28, 2024
|
Can't use Atomics for synchronization between two tasks in Swift 6 mode
|
|
2
|
136
|
November 25, 2024
|
Equatable Protocol and View
|
|
9
|
409
|
November 24, 2024
|
Moving a non-Sendable through a Sendable closure to an isolated one
|
|
5
|
251
|
November 22, 2024
|
Task creation and actor inference in nonisolated synchronous functions
|
|
1
|
110
|
November 21, 2024
|
Region-based isolation, sending return value & actor isolation – what is the expected behavior?
|
|
1
|
148
|
November 21, 2024
|
Crowd source: Swift Language Modes in various environments
|
|
15
|
321
|
November 21, 2024
|
Concurrency warning from async network call returning parsed json dictionary in actor method
|
|
4
|
636
|
November 20, 2024
|
Actors working serially with NotificationCenter messages
|
|
10
|
308
|
November 20, 2024
|
Equivalence of Task and MainActor.assumeIsolated
|
|
22
|
507
|
November 19, 2024
|
WatchConnectivity Swift 6 - Incorrect actor executor assumption
|
|
2
|
122
|
November 19, 2024
|
Change to Global Actor Inference in Swift 6 Language Mode?
|
|
2
|
142
|
November 18, 2024
|
For await with combine publisher.values
|
|
8
|
217
|
November 15, 2024
|
Determining whether an async function will run on the main actor
|
|
13
|
12880
|
November 15, 2024
|
How to subscribe to an actor's publisher?
|
|
8
|
410
|
November 14, 2024
|
Working correctly with actor annotated class
|
|
5
|
96
|
November 14, 2024
|