Sendable warning with thread safe property wrapper
|
|
5
|
417
|
May 20, 2023
|
Avoiding Sendable Warning for Unused Async Result
|
|
9
|
450
|
April 27, 2023
|
Why are non-sendable properties mutable from Tasks?
|
|
1
|
246
|
March 23, 2023
|
@Sendable func on Sendable types
|
|
1
|
774
|
October 27, 2022
|
Why must Task's return value be Sendable even if Task and caller are isolated on same actor?
|
|
4
|
812
|
October 25, 2022
|
Calling a globalActor's method from a closure marked with that actor does not compile?
|
|
4
|
458
|
October 24, 2022
|
Are existential types Sendable?
|
|
5
|
941
|
September 15, 2022
|
Why is this closure @Sendable?
|
|
2
|
403
|
August 24, 2022
|
Data race when capturing let assigned object in @Sendable closure
|
|
5
|
1246
|
July 25, 2022
|
@Sendable attribute in closure
|
|
11
|
1704
|
July 20, 2022
|
Cast Any to Sendable
|
|
3
|
775
|
July 19, 2022
|
Sendable conformance bug?
|
|
9
|
829
|
July 18, 2022
|
What's the best way to temporarily disable `Sendable` checks?
|
|
1
|
538
|
May 12, 2022
|
Compilation Error with Sendable
|
|
4
|
655
|
March 23, 2022
|
Conditional conformance to non-marker protocol cannot depend on conformance of 'T' to non-marker protocol 'Sendable'
|
|
1
|
661
|
March 20, 2022
|
NSManagedObject inherited CoreData class and Sendable
|
|
0
|
602
|
February 12, 2022
|
Introduce existential `any` - avoiding inconsistency around `Any` and `AnyObject`
|
|
2
|
768
|
December 24, 2021
|
Requiring Sendable in protocols
|
|
1
|
446
|
August 9, 2021
|