Suggested tips for `swift_Concurrency_fatalError` crashes?
|
|
5
|
221
|
July 24, 2025
|
How to kick off a group of async tasks I dont care to wait for
|
|
3
|
155
|
July 24, 2025
|
Promise is non-sendable type
|
|
9
|
2303
|
July 24, 2025
|
Task safe way to write a file asynchronously
|
|
18
|
11370
|
July 23, 2025
|
Static property wrappers and strict concurrency in 5.10
|
|
29
|
4596
|
July 23, 2025
|
Crash on the boundary between Swift 5 and Swift 6 code
|
|
8
|
368
|
July 4, 2025
|
withTaskCancellationHandler operation ignores MainActor isolation inside global function
|
|
1
|
52
|
July 22, 2025
|
Inheritance of actor isolation for TaskGroup
|
|
8
|
197
|
July 22, 2025
|
Default Main Actor isolation and protocol inheritance
|
|
7
|
508
|
July 22, 2025
|
Modern Concurrency Adoption in Legacy Codebases: How do we balance async/await with team skill gaps?
|
|
2
|
189
|
July 21, 2025
|
Consuming an AsyncStream from multiple Tasks
|
|
12
|
12681
|
July 19, 2025
|
Calling an actor method in a sync context: which method is better?
|
|
5
|
156
|
July 18, 2025
|
Task not firing in a Notification Closure
|
|
3
|
121
|
July 18, 2025
|
`TaskGroup` and `sending` closures
|
|
16
|
886
|
July 17, 2025
|
Mutation of captured a var in concurrently-executing code, racing, how?
|
|
11
|
295
|
July 16, 2025
|
Combine Interop with Swift Concurrency
|
|
6
|
354
|
July 16, 2025
|
Ordered access to actor executor from nonisolated code
|
|
2
|
198
|
July 14, 2025
|
"Capture of non-sendable type" concurrency warning from AsyncSequence AsyncIterator?
|
|
10
|
460
|
July 13, 2025
|
Protocol based Actor vs Specific Actor access with and without suspension
|
|
0
|
59
|
July 10, 2025
|
How to cancel an async func
|
|
6
|
292
|
July 10, 2025
|
MainActor isolated protocol used in nonisolated default implementation with MainActor.assumIsolated still has build error
|
|
0
|
63
|
July 9, 2025
|
Need help with Swift6 concurrency
|
|
4
|
186
|
July 9, 2025
|
Crash in Combine Related to Swift 6 Concurrency
|
|
2
|
822
|
July 9, 2025
|
Unsafe actor access
|
|
0
|
63
|
July 8, 2025
|
How to safely apply SortDescriptor(\.sortOrder) with Swift 6 Concurrency and @Model
|
|
6
|
212
|
July 8, 2025
|
Why no Data Race Warning with Task capturing isolated instance method?
|
|
5
|
195
|
July 7, 2025
|
Mock URLProtocol with strict swift 6 concurrency
|
|
17
|
1190
|
July 7, 2025
|
Question: @MainActor in constructor is required or not?
|
|
1
|
194
|
July 5, 2025
|
Expected a compiler error
|
|
8
|
137
|
July 5, 2025
|
Understanding why public non-frozen enums aren’t implicitly Sendable (even though no one else can add cases)
|
|
1
|
136
|
July 4, 2025
|