|
Mysterious syntax in closure head
|
|
2
|
281
|
June 20, 2026
|
|
Assuming I handle them correctly, what closure attributes can I safely bit cast in and away?
|
|
4
|
216
|
June 16, 2026
|
|
Why can't I store this `sending` parameter in my mutex?
|
|
15
|
774
|
April 3, 2026
|
|
Closure isolation capture seemingly can't see through aliases – expected or a bug?
|
|
3
|
351
|
February 6, 2026
|
|
Possible major bug in parameter packs when used with closures
|
|
3
|
301
|
January 8, 2026
|
|
Compiler issue: Escaping closure captures non-escaping parameter 'block'
|
|
13
|
523
|
December 10, 2025
|
|
Casting closure collections
|
|
11
|
900
|
November 4, 2025
|
|
Closure based configuration
|
|
17
|
881
|
September 24, 2025
|
|
Capture noncopyable in closure
|
|
1
|
324
|
June 14, 2025
|
|
Merging Closure into Protocols
|
|
10
|
2068
|
May 18, 2025
|
|
Avoiding “Overlapping Access” errors
|
|
9
|
4455
|
May 2, 2025
|
|
Weak captures in sendable/sending closures
|
|
20
|
1734
|
April 15, 2025
|
|
Differentiable error
|
|
0
|
171
|
March 27, 2025
|
|
Closure Isolation Inheritance Issues
|
|
0
|
224
|
March 21, 2025
|
|
Explicit self not required for Task closures?
|
|
20
|
17452
|
March 3, 2025
|
|
Do empty closures allocate anything in Swift?
|
|
6
|
477
|
February 6, 2025
|
|
Long-term solution for accidental retain cycles from strong references in closures
|
|
15
|
1795
|
January 20, 2025
|
|
Errors passing unapplied function references as closures
|
|
1
|
186
|
January 10, 2025
|
|
Conditionally conform to Sendable when closure property is Sendable
|
|
13
|
2017
|
December 9, 2024
|
|
Value wrapped in a thunk recursively(?)
|
|
4
|
491
|
November 11, 2024
|
|
What is repeat { $0 + 1 }(each t)
|
|
2
|
282
|
October 23, 2024
|
|
A need for a once-callable closure type
|
|
12
|
697
|
September 12, 2024
|
|
Cannot infer type returned by previous closure
|
|
2
|
228
|
August 28, 2024
|
|
How does a closure capture local variables by reference?
|
|
1
|
450
|
August 21, 2024
|
|
Dears, the Closures chapter make me Drunk!
|
|
1
|
213
|
August 8, 2024
|
|
Overloading on the isolation of a closure parameter
|
|
5
|
524
|
June 17, 2024
|
|
A combination of defer-statement and closure may cause crash
|
|
0
|
328
|
May 8, 2024
|
|
Force new Xcode multiplatform projects to default to a specific device and target
|
|
0
|
242
|
May 4, 2024
|
|
Constrain type to "representible in C" for use with @convention(c) and generics?
|
|
2
|
603
|
April 4, 2024
|
|
resultBuilder inside a resultBuilder
|
|
3
|
406
|
March 29, 2024
|