|
Incorrect code generated with Swift 6.2, whereas 6.1.2 refuses to compile due to "broken module found"
|
|
0
|
192
|
August 12, 2025
|
|
Accessing the "tail" of a parameter pack
|
|
3
|
170
|
August 8, 2025
|
|
Opaque return type fails when using variadic generics
|
|
1
|
125
|
July 15, 2025
|
|
Cannot mangle free standing archetype
|
|
2
|
117
|
July 13, 2025
|
|
Crash creating key path to variadic property
|
|
1
|
116
|
June 25, 2025
|
|
Accessing particular elements in a variadic tuple
|
|
8
|
328
|
June 4, 2025
|
|
Variadic generics crash when parameter pack is used in a closure's arguments
|
|
0
|
102
|
April 22, 2025
|
|
How do I rewrite zip function by the new "repeat each" syntax?
|
|
5
|
254
|
April 7, 2025
|
|
Parameter packs, same-shape requirements, and spreading arrays
|
|
7
|
296
|
April 5, 2025
|
|
Variadic types: "Same-element requirements are not yet supported"
|
|
17
|
3207
|
March 25, 2025
|
|
How to write @Sendable function composition by parameter packs and function overloading?
|
|
2
|
103
|
March 18, 2025
|
|
Making a "Drop First Argument" Function using Variadic Generics
|
|
6
|
891
|
February 16, 2025
|
|
Compiler can't infer types with Parameter Packs containing more than three elements
|
|
10
|
355
|
January 31, 2025
|
|
Instantiate a parameter pack from an array
|
|
6
|
301
|
January 30, 2025
|
|
Pitch: User-defined tuple conformances
|
|
38
|
5370
|
January 27, 2025
|
|
Passing a parameter pack to a function call fails to compile
|
|
14
|
844
|
January 18, 2025
|
|
Is it possible to constrain variadic generics to a particular type
|
|
3
|
140
|
December 2, 2024
|
|
Language limitation, or am I not doing this right? `Error: Pack expansion requires that 'each Element' and 'repeat each Element' have the same shape`
|
|
3
|
344
|
November 11, 2024
|
|
Spelling empty parameter packs as just type identifier
|
|
2
|
228
|
October 25, 2024
|
|
How can we write to a parameter-pack tuple with the iteration syntax?
|
|
2
|
223
|
October 22, 2024
|
|
Compiler unable to infer type in case of multiple parameter packs
|
|
0
|
101
|
October 7, 2024
|
|
Can we mutate through variadic generic pack iteration?
|
|
1
|
118
|
September 23, 2024
|
|
Is there a way to reverse a tuple?
|
|
3
|
279
|
September 22, 2024
|
|
Calculate shape of N-dimensional array from a flat array
|
|
11
|
293
|
September 14, 2024
|
|
Is `sending` supported by variadic generics?
|
|
4
|
354
|
September 6, 2024
|
|
Parameter packs: Creating an `Equatable` box
|
|
5
|
1158
|
August 16, 2024
|
|
Are same-type variadic generic requirements available is some Swift version?
|
|
4
|
276
|
August 6, 2024
|
|
How to pass `nil` as an "optional" parameter pack?
|
|
14
|
698
|
July 17, 2024
|
|
Modifying a specific tuple item of a specialized variadic generic type
|
|
0
|
156
|
June 21, 2024
|
|
How can I use the data from a variadic tuple, for reduction as an example
|
|
2
|
285
|
June 18, 2024
|