How to safely apply SortDescriptor(\.sortOrder) with Swift 6 Concurrency and @Model
|
|
6
|
341
|
July 8, 2025
|
Why no Data Race Warning with Task capturing isolated instance method?
|
|
5
|
302
|
July 7, 2025
|
Mock URLProtocol with strict swift 6 concurrency
|
|
17
|
1581
|
July 7, 2025
|
Question: @MainActor in constructor is required or not?
|
|
1
|
200
|
July 5, 2025
|
Expected a compiler error
|
|
8
|
153
|
July 5, 2025
|
Understanding why public non-frozen enums aren’t implicitly Sendable (even though no one else can add cases)
|
|
1
|
162
|
July 4, 2025
|
Task and Task.detached
|
|
5
|
260
|
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
|
14445
|
July 3, 2025
|
A minor suggestion to simplify non-isolated related rules
|
|
21
|
735
|
July 3, 2025
|
Async no data Race error
|
|
13
|
355
|
July 3, 2025
|
Best practice for Observing a @Published inside a Task?
|
|
3
|
161
|
July 2, 2025
|
How do Swift's async functions work?
|
|
3
|
332
|
June 27, 2025
|
Approachable Concurrency flag = YES corrupts actor asyc function parameters
|
|
5
|
490
|
June 27, 2025
|
How to Express Varying Concurrency Isolation in Protocol
|
|
5
|
178
|
June 26, 2025
|
CoreData, Concurrency, and Background Context Confusion
|
|
2
|
224
|
June 25, 2025
|
Context.perform and Swift 6 concurrency
|
|
1
|
227
|
June 25, 2025
|
AVCaptureSession and concurrency
|
|
5
|
3504
|
June 25, 2025
|
Using Observations allows to have observable actors!?
|
|
0
|
219
|
June 24, 2025
|
“Thread” vs. “Queue” vs. “Actor’s executor”
|
|
7
|
473
|
June 24, 2025
|
STM32 BlinkLed setup fails on svd2swift generated files
|
|
8
|
174
|
June 22, 2025
|
Swift Concurrency in Xcode 26
|
|
4
|
796
|
June 22, 2025
|
How is an async function actually executed?
|
|
9
|
703
|
June 21, 2025
|
Does I/O operation block its thread?
|
|
3
|
221
|
June 21, 2025
|
Default Actor Isolation and foundational protocols
|
|
4
|
426
|
June 20, 2025
|
[Pitch] Typed throws in the Concurrency module
|
|
40
|
5465
|
June 20, 2025
|
Continued Growth
|
|
2
|
387
|
June 18, 2025
|
AsyncStream with local state
|
|
5
|
228
|
June 18, 2025
|
Unexpected error with NonisolatedNonsendingByDefault
|
|
3
|
128
|
June 18, 2025
|
[Pitch] Structured Task Cancellation Tokens
|
|
17
|
1190
|
June 17, 2025
|
Is there a way for a nonsendable type to receive an asynchronous callback?
|
|
7
|
200
|
June 17, 2025
|