Conditionally conform to Sendable when closure property is Sendable
|
|
13
|
1396
|
December 9, 2024
|
How Swift decides a closure as escaping?
|
|
6
|
518
|
April 17, 2024
|
Warning when assigning a closure to an immutable property on a @MainActor isolated struct from a non isolated initializer
|
|
4
|
1036
|
March 17, 2024
|
Cannot find 'weak' in scope on closure of a DispatchQue.async
|
|
4
|
683
|
February 8, 2024
|
Actor and mutation of captured var in a Task's closure
|
|
6
|
3215
|
February 6, 2024
|
Nonescaping parameter type spelling
|
|
2
|
707
|
May 24, 2023
|
Do you need weak capture in @escaping closure?
|
|
1
|
2630
|
May 8, 2023
|
Explicit self not required for Task closures?
|
|
19
|
14598
|
February 16, 2023
|
Swift 5.7 thinks a closure is escaping even though it's not
|
|
4
|
1127
|
August 2, 2022
|
A closure returning a closure bug
|
|
0
|
554
|
May 24, 2022
|
Using Parsed JSON Data outside of Closure
|
|
3
|
1143
|
February 2, 2022
|
Difficulty trying to use a struct to replace a cluster of stored properties in a class
|
|
1
|
737
|
October 14, 2021
|
Closure captures 'escapingClosure' before it is declared
|
|
5
|
8757
|
September 21, 2021
|
Escaping closure management
|
|
6
|
1120
|
September 6, 2021
|
Review of "review capture semantics of self"
|
|
1
|
867
|
July 22, 2021
|
@Once property wrapper
|
|
2
|
1123
|
July 9, 2021
|
An odd error: "Escaping closure captures mutating 'self'"
|
|
15
|
9898
|
July 3, 2021
|
How do closures work (memory management)
|
|
11
|
6237
|
April 24, 2021
|