Why can a sendable closure call a non-sendable closure?
|
|
0
|
12
|
May 15, 2025
|
Nonsendable type inside of a sendable, noncopyable struct
|
|
4
|
150
|
May 12, 2025
|
Storing non-Sendable properties in Sendable classes
|
|
10
|
125
|
May 5, 2025
|
Is there a way for a nonsendable type to receive an asynchronous callback?
|
|
3
|
103
|
April 9, 2025
|
AsyncPublisher and Sendable
|
|
11
|
1740
|
April 2, 2025
|
Understanding by-value captures in @Sendable functions
|
|
3
|
288
|
March 27, 2025
|
SE-0463: Import Objective-C completion handler parameters as `@Sendable`
|
|
13
|
792
|
March 3, 2025
|
What's being unsafely sent here?
|
|
10
|
166
|
February 7, 2025
|
Compiler crash related to "TransferNonSendable"
|
|
2
|
108
|
February 6, 2025
|
Promise is non-sendable type
|
|
6
|
2057
|
January 17, 2025
|
Errors passing unapplied function references as closures
|
|
1
|
43
|
January 10, 2025
|
Sendable conforming with @Observable macros
|
|
3
|
1204
|
December 12, 2024
|
How to use Foundation Measurements in Swift 6
|
|
14
|
666
|
December 12, 2024
|
Sendable loophole with `where Self: Sendable` extension?
|
|
5
|
107
|
December 6, 2024
|
Automatically conform public structs to Sendable for non-resilient libraries
|
|
10
|
555
|
October 4, 2024
|
A concurrency pothole I just fell into
|
|
1
|
215
|
September 24, 2024
|
Sendable warning for existential
|
|
1
|
175
|
August 22, 2024
|
Passing non-sendable closure across actor boundary doesn't trigger warning?
|
|
0
|
79
|
August 16, 2024
|
Should Regex be Sendable?
|
|
16
|
3119
|
August 3, 2024
|
WidgetKit and sendability problem
|
|
7
|
719
|
July 14, 2024
|
Property initialization of not Sendable types in nonisolated init
|
|
4
|
655
|
July 4, 2024
|
Swift 6 language mode being passed to dependencies
|
|
12
|
1599
|
June 21, 2024
|
Swift 6 language mode: pros and cons of adopting?
|
|
14
|
2065
|
May 17, 2024
|
`weak var` in `Sendable class`
|
|
2
|
1020
|
April 29, 2024
|
CIImage: Incorrect Sendable Conformance?
|
|
5
|
972
|
April 10, 2024
|
Should a reducer conform to the Sendable protocol?
|
|
2
|
1221
|
March 18, 2024
|
How to address "static property 'foo' is not concurrency-safe" warning?
|
|
8
|
4782
|
March 13, 2024
|
SE-0414 (second review): Region Based Isolation
|
|
16
|
2826
|
February 15, 2024
|
SE-0418: Inferring Sendable for methods and key path literals
|
|
8
|
2669
|
January 3, 2024
|
Sendable methods in non-Sendable type
|
|
2
|
2998
|
January 1, 2024
|