|
[Pitch] Method capture lists (self / weak self / unowned self / none) for controlling implicit `self` in method bodies
|
|
25
|
680
|
January 20, 2026
|
|
Should Swift be able to declare a function that matches a function type?
|
|
14
|
633
|
October 9, 2025
|
|
When can one (safely) `unsafeBitCast` between function types?
|
|
3
|
203
|
September 24, 2025
|
|
Swift callAsFunction not a function
|
|
26
|
4867
|
September 24, 2025
|
|
Do empty closures allocate anything in Swift?
|
|
6
|
363
|
February 6, 2025
|
|
Errors passing unapplied function references as closures
|
|
1
|
119
|
January 10, 2025
|
|
Partial application using a reserved character
|
|
9
|
637
|
August 21, 2024
|
|
Constrain type parameter to function types
|
|
2
|
117
|
July 17, 2024
|
|
Does assigning a function to a variable remove the default value of a parameter?
|
|
4
|
493
|
March 6, 2024
|
|
Name of variable of function type as parameter type of other functions, instead of definition?
|
|
14
|
1191
|
September 28, 2023
|
|
Documentation/history of unapplied method references
|
|
3
|
328
|
September 21, 2023
|
|
Nested functions and @ViewBuilder: strange compiler errors
|
|
3
|
1445
|
July 12, 2023
|
|
Can macros be used to ease the declaration of generic function parameters?
|
|
1
|
1216
|
July 3, 2023
|
|
Defining a function with a closure as its parameter, how to use Self as the type of the closure's parameter?
|
|
0
|
667
|
June 26, 2023
|
|
Global functions can't be used if a member function shadows its name, even if the argument labels are different
|
|
30
|
2550
|
May 18, 2023
|
|
[Pitch] Variadic Sequences
|
|
0
|
837
|
March 30, 2023
|
|
Include argument labels in identifiers
|
|
25
|
3631
|
January 26, 2023
|
|
How would you achieve this? (Struct to URL)
|
|
1
|
664
|
December 27, 2022
|
|
Pitch - Function-style generic type signatures
|
|
1
|
1078
|
November 7, 2022
|
|
Pitch - Allow eliding `callAsFunction` when forming a reference to the function rather than calling it
|
|
24
|
2531
|
November 7, 2022
|
|
How does work on Swift? about class func return Self
|
|
0
|
646
|
November 26, 2021
|
|
Semantic insertion for partial name replacement
|
|
13
|
1466
|
July 18, 2021
|
|
Different behaviors of an entity nested in a function scope vs. outside of the scope
|
|
2
|
624
|
May 25, 2021
|
|
Allow calling type members from instance members without `Self.`
|
|
5
|
1434
|
May 15, 2021
|
|
Modifier to make a `func` on a type a free function
|
|
18
|
4523
|
May 12, 2021
|
|
Swift how to return function with same argument usage of default value and label
|
|
1
|
844
|
April 12, 2021
|
|
Why can’t key paths refer to instance methods?
|
|
43
|
12711
|
February 16, 2021
|
|
Azure Functions Swift support
|
|
23
|
4514
|
January 6, 2021
|
|
Partial application of mutating methods
|
|
2
|
1180
|
December 19, 2020
|
|
Can function objects be passed as arguments for a closure-typed parameter?
|
|
5
|
1114
|
September 22, 2020
|