|
Illegal capture in `withTaskGroup`?
|
|
19
|
300
|
February 10, 2026
|
|
A question about Task Executor Preference
|
|
4
|
109
|
February 8, 2026
|
|
Is it safe to match against a Regex from multiple threads simultaneously?
|
|
2
|
183
|
February 8, 2026
|
|
Sendability warnings / errors disparity for AVFoundation types
|
|
1
|
112
|
February 7, 2026
|
|
How are you handling @MainActor Delegates and Protocols in Swift 6?
|
|
3
|
117
|
February 7, 2026
|
|
Is it safe to remove values from a Dictionary while iterating over its keys?
|
|
3
|
144
|
February 6, 2026
|
|
Closure isolation capture seemingly can't see through aliases – expected or a bug?
|
|
3
|
280
|
February 6, 2026
|
|
Does a non-Sendable actor make sense?
|
|
0
|
81
|
January 30, 2026
|
|
Safely use AVCaptureSession + Swift 6.2 Concurrency
|
|
6
|
465
|
January 29, 2026
|
|
Actor isolation not inherited when calling `@objc` func
|
|
4
|
172
|
January 29, 2026
|
|
@MainActor conflict with async UseCase in SwiftUI ViewModel
|
|
10
|
605
|
January 28, 2026
|
|
Migration tooling for `-default-isolation`
|
|
4
|
121
|
January 23, 2026
|
|
Global actor isolated protocols and SendableMetatype
|
|
2
|
86
|
January 22, 2026
|
|
Queries regarding lifetime of Job passed to executor
|
|
2
|
98
|
January 14, 2026
|
|
Are the types in Swift Collections safe for concurrency?
|
|
4
|
331
|
January 11, 2026
|
|
"pointer being freed was not allocated", unless I have an empty `deinit`
|
|
8
|
249
|
January 9, 2026
|
|
Experiences from my multiplayer game designing with concurrency in mind
|
|
11
|
664
|
January 8, 2026
|
|
Is @concurrent now the standard tool for shifting expensive synchronous work off the main actor?
|
|
44
|
3989
|
January 8, 2026
|
|
Where to put try using async let
|
|
1
|
145
|
January 6, 2026
|
|
Deinit for non-Sendable types
|
|
17
|
1036
|
January 6, 2026
|
|
CustomActor + assumeIsolated
|
|
4
|
173
|
January 5, 2026
|
|
Coping with non-Sendable KeyPath in a '@Sendable' closure
|
|
2
|
154
|
January 5, 2026
|
|
Timers vs actors
|
|
3
|
215
|
January 5, 2026
|
|
No Built-In AsyncLock in Swift? No atomic actor functions?
|
|
2
|
332
|
December 30, 2025
|
|
Debounce in modern Swift
|
|
6
|
494
|
December 30, 2025
|
|
Please help me understand this compiler error when using async sequence with existential type / boxed type (Swift 6)
|
|
8
|
213
|
December 27, 2025
|
|
Sendable vs non-Sendable. How should I model this?
|
|
5
|
335
|
December 27, 2025
|
|
Merging an array of async Streams into a single stream
|
|
2
|
619
|
December 24, 2025
|
|
Different behaviour on adding explicit actor isolation to `group.addTask`
|
|
4
|
157
|
December 24, 2025
|
|
Tasks scope / pool with cancellation
|
|
5
|
343
|
December 23, 2025
|