Weak captures in sendable/sending closures
|
|
13
|
207
|
March 14, 2025
|
Explicit self not required for Task closures?
|
|
20
|
15193
|
March 3, 2025
|
Closure isolation capture seemingly can't see through aliases – expected or a bug?
|
|
0
|
58
|
February 13, 2025
|
Do empty closures allocate anything in Swift?
|
|
6
|
226
|
February 6, 2025
|
Long-term solution for accidental retain cycles from strong references in closures
|
|
15
|
701
|
January 20, 2025
|
Errors passing unapplied function references as closures
|
|
1
|
41
|
January 10, 2025
|
Conditionally conform to Sendable when closure property is Sendable
|
|
13
|
1489
|
December 9, 2024
|
Value wrapped in a thunk recursively(?)
|
|
4
|
282
|
November 11, 2024
|
What is repeat { $0 + 1 }(each t)
|
|
2
|
190
|
October 23, 2024
|
A need for a once-callable closure type
|
|
12
|
372
|
September 12, 2024
|
Cannot infer type returned by previous closure
|
|
2
|
78
|
August 28, 2024
|
How does a closure capture local variables by reference?
|
|
1
|
217
|
August 21, 2024
|
Dears, the Closures chapter make me Drunk!
|
|
1
|
139
|
August 8, 2024
|
Overloading on the isolation of a closure parameter
|
|
5
|
343
|
June 17, 2024
|
A combination of defer-statement and closure may cause crash
|
|
0
|
250
|
May 8, 2024
|
Force new Xcode multiplatform projects to default to a specific device and target
|
|
0
|
198
|
May 4, 2024
|
Merging Closure into Protocols
|
|
9
|
1427
|
April 30, 2024
|
Constrain type to "representible in C" for use with @convention(c) and generics?
|
|
2
|
372
|
April 4, 2024
|
resultBuilder inside a resultBuilder
|
|
3
|
313
|
March 29, 2024
|
Actor and mutation of captured var in a Task's closure
|
|
6
|
3420
|
February 6, 2024
|
Can first trailing closure be named?
|
|
7
|
726
|
February 4, 2024
|
Closure return value seemingly affecting execution of unrelated expressions
|
|
4
|
472
|
December 17, 2023
|
Mutable values in partially-applied methods
|
|
6
|
896
|
October 28, 2023
|
Using tuple pattern in closure parameters
|
|
7
|
1644
|
October 19, 2023
|
`'self' used before 'super.init' call` conflicts with `Property not initialized at super.init call`
|
|
6
|
4695
|
August 27, 2023
|
Unexpected memory leak when using Task in a closure causes
|
|
33
|
5173
|
July 24, 2023
|
[Closed] Pitch: Explicit marker for autoclosure parameters
|
|
62
|
3673
|
May 27, 2023
|
Nonescaping parameter type spelling
|
|
2
|
709
|
May 24, 2023
|
Do you need weak capture in @escaping closure?
|
|
1
|
2724
|
May 8, 2023
|
The latest information on `reasync`?
|
|
3
|
2635
|
April 26, 2023
|