Mock URLProtocol with strict swift 6 concurrency
|
|
15
|
975
|
July 6, 2025
|
Question: @MainActor in constructor is required or not?
|
|
2
|
150
|
July 5, 2025
|
Expected a compiler error
|
|
8
|
110
|
July 5, 2025
|
How to safely apply SortDescriptor(\.sortOrder) with Swift 6 Concurrency and @Model
|
|
2
|
83
|
July 5, 2025
|
Crash on the boundary between Swift 5 and Swift 6 code
|
|
8
|
321
|
July 4, 2025
|
Understanding why public non-frozen enums aren’t implicitly Sendable (even though no one else can add cases)
|
|
1
|
114
|
July 4, 2025
|
Task and Task.detached
|
|
5
|
214
|
July 3, 2025
|
Call to main actor-isolated instance method [...] in a synchronous nonisolated context; this is an error in the Swift 6 language mode
|
|
3
|
12862
|
July 3, 2025
|
A minor suggestion to simplify non-isolated related rules
|
|
22
|
682
|
July 3, 2025
|
Async no data Race error
|
|
13
|
311
|
July 3, 2025
|
Best practice for Observing a @Published inside a Task?
|
|
3
|
143
|
July 2, 2025
|
Default Main Actor isolation and protocol inheritance
|
|
6
|
404
|
June 30, 2025
|
Suggested tips for `swift_Concurrency_fatalError` crashes?
|
|
2
|
125
|
June 28, 2025
|
How do Swift's async functions work?
|
|
3
|
276
|
June 27, 2025
|
Approachable Concurrency flag = YES corrupts actor asyc function parameters
|
|
5
|
392
|
June 27, 2025
|
How to Express Varying Concurrency Isolation in Protocol
|
|
5
|
160
|
June 26, 2025
|
"Capture of non-sendable type" concurrency warning from AsyncSequence AsyncIterator?
|
|
8
|
322
|
June 25, 2025
|
CoreData, Concurrency, and Background Context Confusion
|
|
2
|
152
|
June 25, 2025
|
Context.perform and Swift 6 concurrency
|
|
1
|
175
|
June 25, 2025
|
AVCaptureSession and concurrency
|
|
5
|
2807
|
June 25, 2025
|
Nonisolated async function in swift 6.2
|
|
6
|
238
|
June 24, 2025
|
Using Observations allows to have observable actors!?
|
|
0
|
129
|
June 24, 2025
|
“Thread” vs. “Queue” vs. “Actor’s executor”
|
|
7
|
352
|
June 24, 2025
|
STM32 BlinkLed setup fails on svd2swift generated files
|
|
8
|
138
|
June 22, 2025
|
Swift Concurrency in Xcode 26
|
|
4
|
479
|
June 22, 2025
|
How is an async function actually executed?
|
|
9
|
591
|
June 21, 2025
|
defaultIsolation MainActor and Core Data background tasks
|
|
13
|
215
|
June 21, 2025
|
Does I/O operation block its thread?
|
|
3
|
208
|
June 21, 2025
|
Default Actor Isolation and foundational protocols
|
|
4
|
215
|
June 20, 2025
|
[Pitch] Typed throws in the Concurrency module
|
|
40
|
5369
|
June 20, 2025
|