|
Does @concurrent functions guarantee temporary exclusive access to the received non-sendable arguments?
|
|
11
|
315
|
September 1, 2026
|
|
Lifetime of a Sendable ~Copyable captured by a Task
|
|
7
|
263
|
August 30, 2026
|
|
More questions on copy-on-write and Sendable
|
|
4
|
485
|
August 29, 2026
|
|
Sendable warning with thread safe property wrapper
|
|
12
|
5197
|
July 17, 2026
|
|
How do we make a class with mutable data Sendable?
|
|
9
|
556
|
July 13, 2026
|
|
EXC_BAD_ACCESS when calling sending API from Objective C
|
|
4
|
252
|
July 9, 2026
|
|
Adding Sendable conformance types from other libraries
|
|
10
|
477
|
June 10, 2026
|
|
DocC omits @Sendable. Bug or intentional?
|
|
9
|
801
|
April 7, 2026
|
|
Should Regex be Sendable?
|
|
19
|
4355
|
February 13, 2026
|
|
Sendability warnings / errors disparity for AVFoundation types
|
|
1
|
197
|
February 7, 2026
|
|
#SendingRisksDataRace errors when turning on NonisolatedNonsendingByDefault
|
|
2
|
210
|
February 6, 2026
|
|
Coping with non-Sendable KeyPath in a '@Sendable' closure
|
|
2
|
307
|
January 5, 2026
|
|
Sendable vs non-Sendable. How should I model this?
|
|
5
|
576
|
December 27, 2025
|
|
Property initialization of not Sendable types in nonisolated init
|
|
5
|
1034
|
December 11, 2025
|
|
[Pitch] `~Sendable` Conformance for Suppressing Sendable Inference
|
|
40
|
2041
|
November 26, 2025
|
|
NSObject and Sendable
|
|
3
|
410
|
November 24, 2025
|
|
Why does `Mutex` let me send non-`Sendable` types?
|
|
4
|
580
|
November 5, 2025
|
|
SwiftData + Transferable
|
|
0
|
555
|
September 23, 2025
|
|
Cannot send URLProtocol subclass across actor boundary
|
|
1
|
282
|
September 22, 2025
|
|
Runtime casts of Sendable type to another Sendable type not possible?
|
|
2
|
331
|
September 12, 2025
|
|
Functions with both sending non-Sendable default parameter and isolation parameter cannot be called without passing argument to the non-Sendable parameter
|
|
2
|
262
|
September 10, 2025
|
|
Requires the types 'XXXX' and 'any Sendable' be equivalent
|
|
9
|
2546
|
August 14, 2025
|
|
[Pre-Pitch] Disconnected Properties and Variables, and Opaque enums
|
|
12
|
921
|
July 31, 2025
|
|
Promise is non-sendable type
|
|
9
|
2841
|
July 24, 2025
|
|
[Pitch] AttributedString & SendableMetatype
|
|
1
|
361
|
July 22, 2025
|
|
Understanding why public non-frozen enums aren’t implicitly Sendable (even though no one else can add cases)
|
|
1
|
339
|
July 4, 2025
|
|
Is there a way for a nonsendable type to receive an asynchronous callback?
|
|
7
|
378
|
June 17, 2025
|
|
Why can a sendable closure call a non-sendable closure?
|
|
3
|
359
|
May 19, 2025
|
|
Nonsendable type inside of a sendable, noncopyable struct
|
|
4
|
328
|
May 12, 2025
|
|
Storing non-Sendable properties in Sendable classes
|
|
10
|
1001
|
May 5, 2025
|