|
[Pitch] Method capture lists (self / weak self / unowned self / none) for controlling implicit `self` in method bodies
|
|
4
|
258
|
January 18, 2026
|
|
[Pre-Pitch] Data-Dependent Test Serialization
|
|
13
|
690
|
January 16, 2026
|
|
Thoughts on a sending init
|
|
6
|
244
|
January 15, 2026
|
|
Unexpected (?) compilation error with TestScoping and NonisolatedNonsendingByDefault
|
|
2
|
127
|
January 14, 2026
|
|
Queries regarding lifetime of Job passed to executor
|
|
2
|
85
|
January 14, 2026
|
|
[Pitch] Unstructured task and typed errors
|
|
18
|
1161
|
January 14, 2026
|
|
Introducing Service — a modern DI library designed for Swift Concurrency and SwiftUI
|
|
0
|
109
|
January 13, 2026
|
|
Swift Async Algorithms Proposal: mapError
|
|
11
|
954
|
January 12, 2026
|
|
Introducing Algebraic Effects and Effect Handlers for Swift
|
|
2
|
284
|
January 12, 2026
|
|
Are the types in Swift Collections safe for concurrency?
|
|
4
|
313
|
January 11, 2026
|
|
[Pitch] Concurrent Async Iteration over Parameter Packs
|
|
0
|
172
|
January 11, 2026
|
|
"pointer being freed was not allocated", unless I have an empty `deinit`
|
|
8
|
178
|
January 9, 2026
|
|
Help addressing a crash related to Task creation API
|
|
2
|
163
|
January 9, 2026
|
|
Experiences from my multiplayer game designing with concurrency in mind
|
|
11
|
622
|
January 8, 2026
|
|
Is @concurrent now the standard tool for shifting expensive synchronous work off the main actor?
|
|
44
|
3806
|
January 8, 2026
|
|
Sendability warnings / errors disparity for AVFoundation types
|
|
0
|
58
|
January 6, 2026
|
|
Where to put try using async let
|
|
1
|
135
|
January 6, 2026
|
|
Deinit for non-Sendable types
|
|
17
|
987
|
January 6, 2026
|
|
Concept: `~Initializable`
|
|
12
|
569
|
January 6, 2026
|
|
CustomActor + assumeIsolated
|
|
4
|
167
|
January 5, 2026
|
|
Coping with non-Sendable KeyPath in a '@Sendable' closure
|
|
2
|
141
|
January 5, 2026
|
|
Timers vs actors
|
|
3
|
202
|
January 5, 2026
|
|
No Built-In AsyncLock in Swift? No atomic actor functions?
|
|
2
|
320
|
December 30, 2025
|
|
Distinction between `@isolated(any)` and `@_inheritActorContext`
|
|
16
|
2522
|
December 30, 2025
|
|
Debounce in modern Swift
|
|
6
|
451
|
December 30, 2025
|
|
Please help me understand this compiler error when using async sequence with existential type / boxed type (Swift 6)
|
|
8
|
201
|
December 27, 2025
|
|
Sendable vs non-Sendable. How should I model this?
|
|
5
|
320
|
December 27, 2025
|
|
Merging an array of async Streams into a single stream
|
|
2
|
608
|
December 24, 2025
|
|
Different behaviour on adding explicit actor isolation to `group.addTask`
|
|
4
|
146
|
December 24, 2025
|
|
Tasks scope / pool with cancellation
|
|
5
|
335
|
December 23, 2025
|