Conditionally conform to Sendable when closure property is Sendable
|
|
13
|
1353
|
December 9, 2024
|
Value wrapped in a thunk recursively(?)
|
|
4
|
280
|
November 11, 2024
|
What is repeat { $0 + 1 }(each t)
|
|
2
|
187
|
October 23, 2024
|
A need for a once-callable closure type
|
|
12
|
354
|
September 12, 2024
|
Cannot infer type returned by previous closure
|
|
2
|
70
|
August 28, 2024
|
How does a closure capture local variables by reference?
|
|
1
|
184
|
August 21, 2024
|
Dears, the Closures chapter make me Drunk!
|
|
1
|
134
|
August 8, 2024
|
Overloading on the isolation of a closure parameter
|
|
5
|
326
|
June 17, 2024
|
A combination of defer-statement and closure may cause crash
|
|
0
|
240
|
May 8, 2024
|
Force new Xcode multiplatform projects to default to a specific device and target
|
|
0
|
196
|
May 4, 2024
|
Merging Closure into Protocols
|
|
9
|
1373
|
April 30, 2024
|
Constrain type to "representible in C" for use with @convention(c) and generics?
|
|
2
|
336
|
April 4, 2024
|
resultBuilder inside a resultBuilder
|
|
3
|
308
|
March 29, 2024
|
Actor and mutation of captured var in a Task's closure
|
|
6
|
3127
|
February 6, 2024
|
Can first trailing closure be named?
|
|
7
|
709
|
February 4, 2024
|
Closure return value seemingly affecting execution of unrelated expressions
|
|
4
|
467
|
December 17, 2023
|
Mutable values in partially-applied methods
|
|
6
|
889
|
October 28, 2023
|
Using tuple pattern in closure parameters
|
|
7
|
1524
|
October 19, 2023
|
`'self' used before 'super.init' call` conflicts with `Property not initialized at super.init call`
|
|
6
|
4347
|
August 27, 2023
|
Unexpected memory leak when using Task in a closure causes
|
|
33
|
4722
|
July 24, 2023
|
[Closed] Pitch: Explicit marker for autoclosure parameters
|
|
62
|
3656
|
May 27, 2023
|
Nonescaping parameter type spelling
|
|
2
|
706
|
May 24, 2023
|
Do you need weak capture in @escaping closure?
|
|
1
|
2609
|
May 8, 2023
|
The latest information on `reasync`?
|
|
3
|
2582
|
April 26, 2023
|
A simultaneously simple yet probably fatally complex use of variadic generics
|
|
7
|
1353
|
April 15, 2023
|
How ARC does resolve Strong Reference Cycles for Closures that don't reference class self?
|
|
18
|
1298
|
April 6, 2023
|
A usage of `some` in closure return type that the compiler/Xcode seems to cope with exceptionally poorly
|
|
2
|
972
|
March 31, 2023
|
Explicit self not required for Task closures?
|
|
19
|
14464
|
February 16, 2023
|
Add API that makes it easier to interoperate with C callbacks
|
|
22
|
3199
|
January 29, 2023
|
Casting between Int and closure
|
|
1
|
549
|
January 9, 2023
|