|
[Pitch] Concurrency-Safe Notifications
|
|
38
|
1282
|
August 11, 2024
|
|
How do I solve "task-isolated value...passed as strongly transferred parameter" warning?
|
|
5
|
206
|
August 11, 2024
|
|
Please help me understand the decision to add Swift 6 warnings to Swift 5
|
|
14
|
849
|
August 10, 2024
|
|
Why do not actor-isolated properties support 'await' setter?
|
|
6
|
196
|
August 9, 2024
|
|
[Second Review] SE-0371: Isolated synchronous deinit
|
|
29
|
1279
|
August 9, 2024
|
|
Swift Concurrency In Real Apps
|
|
13
|
476
|
August 9, 2024
|
|
Unexpected error with implementing `init()` in a subclass
|
|
1
|
112
|
August 8, 2024
|
|
Why doesn’t this MainActor lock the UI
|
|
8
|
308
|
August 7, 2024
|
|
Is it possible to use withTaskGroup and maintain GlobalActor isolation?
|
|
9
|
157
|
August 7, 2024
|
|
Unable to send closure with an isolated parameter
|
|
4
|
59
|
August 7, 2024
|
|
How do you use AsyncStream to make Task execution deterministic?
|
|
22
|
7930
|
August 7, 2024
|
|
Use `withThrowingTaskGroup` within Actor leads to `Non-sendable type '(inout ThrowingTaskGroup<Void, any Error>) async throws -> ()'` compilation warning
|
|
16
|
3419
|
August 7, 2024
|
|
Macro protocols in swift-syntax lack async from expansion function requirements despite proposals stating they should have it
|
|
0
|
64
|
August 7, 2024
|
|
Structured caching in an actor
|
|
25
|
3747
|
August 6, 2024
|
|
Unable to work properly with GlobalActor vars/functions within actor in Swift 6 mode
|
|
2
|
65
|
August 6, 2024
|
|
Sendable error when creating archive build and Swift 6
|
|
4
|
120
|
August 6, 2024
|
|
How to initialize global actor marked instance properly?
|
|
1
|
63
|
August 6, 2024
|
|
Swift concurrency "first" function
|
|
4
|
292
|
August 5, 2024
|
|
Swift 6: Understanding Behavior of Local Static Variables in Concurrency
|
|
6
|
123
|
August 4, 2024
|
|
Synchronous (non-isolated) reads of an actor’s stored property
|
|
8
|
267
|
August 4, 2024
|
|
Converting function value of type '@MainActor () -> ()' to '() -> Void' loses global actor 'MainActor'
|
|
11
|
8081
|
August 4, 2024
|
|
What would you talk about in chapter 1 if you were writing a book on Swift concurrency?
|
|
1
|
252
|
August 2, 2024
|
|
Swift 6 Key path compiler bug or human misunderstanding?
|
|
6
|
170
|
August 1, 2024
|
|
Suspension guarantees when isolation does not change
|
|
12
|
195
|
August 1, 2024
|
|
Error: Actor-isolated property 'X' can not be mutated from global actor 'Y'
|
|
8
|
120
|
August 1, 2024
|
|
Feedback wanted: confusing concurrency diagnostic messages
|
|
25
|
3298
|
July 31, 2024
|
|
How are these two sending paths different?
|
|
1
|
106
|
July 31, 2024
|
|
Why this kind of isolation pattern is allowed?
|
|
1
|
121
|
July 31, 2024
|
|
Deinit being flagged by concurrency checker when @Observable added?
|
|
10
|
404
|
July 30, 2024
|
|
Silencing Swift 6 concurrency warnings in Swift 5 mode
|
|
6
|
351
|
July 30, 2024
|