|
Can a generic item depend on a generic template instead of a generic type?
|
|
2
|
167
|
May 12, 2026
|
|
Extensions on nested generics with protocols
|
|
3
|
197
|
April 10, 2026
|
|
Install Swiftly UX Flow Change
|
|
0
|
120
|
February 4, 2026
|
|
How do you incorporate a protocol's static members into another type's extensions by way of a generic placeholder?
|
|
2
|
297
|
August 29, 2025
|
|
Any critiques about these extensions on `Duration`?
|
|
8
|
860
|
November 30, 2024
|
|
How do I extend ButtonStyle with my generic struct conforming to ButtonStyle?
|
|
2
|
212
|
November 16, 2024
|
|
Access Control for Extensions in a Package
|
|
2
|
193
|
October 25, 2024
|
|
When should one use swift extensions? [how to avoid over using it?]
|
|
29
|
3798
|
June 28, 2024
|
|
Nested types don't recognize protocol conformance in recursive methods
|
|
10
|
756
|
May 24, 2024
|
|
Why Is Covariant Self more flexible on protocols than classes?
|
|
39
|
1447
|
April 15, 2024
|
|
Usage of extensions for protocol conformance in owned objects
|
|
12
|
1967
|
March 30, 2024
|
|
Allow `override` of `open` methods in & from extensions in same file as main class
|
|
7
|
14894
|
March 26, 2024
|
|
Extending a swift class from a different target
|
|
3
|
711
|
March 13, 2024
|
|
Protocol extensions and inheritance
|
|
9
|
22994
|
March 8, 2024
|
|
Extensions and Variadic Generic Types
|
|
4
|
795
|
December 13, 2023
|
|
Unable to extend types generated by macros
|
|
6
|
1410
|
November 29, 2023
|
|
Testing extension macros
|
|
0
|
438
|
October 23, 2023
|
|
How do I call code inside App Intent Extension such as updateAppShortcutParameters() - Getting Linking error
|
|
1
|
1558
|
September 13, 2023
|
|
Modifications with keyPaths in protocol extension
|
|
6
|
1638
|
August 21, 2023
|
|
Cannot extend private local type
|
|
4
|
751
|
July 31, 2023
|
|
Cannot find type 'Bar' in scope, in extension
|
|
7
|
2683
|
July 28, 2023
|
|
Importing extensions
|
|
0
|
690
|
June 28, 2023
|
|
Can a macro generated initializer keep the memberwise initializer?
|
|
2
|
1587
|
June 23, 2023
|
|
Calling though the original implementation in an override
|
|
9
|
816
|
June 9, 2023
|
|
[Pre-pitch] Allow extension of nested members within extension of parent
|
|
12
|
1240
|
June 8, 2023
|
|
Mysterious failure of extensions declared on typealiases of protocols. Any good workaround?
|
|
6
|
953
|
November 8, 2022
|
|
[Mistake] Member not found when accessing a value through two conditional subscripts
|
|
5
|
798
|
October 26, 2022
|
|
Typealiases inside protocols
|
|
2
|
942
|
October 3, 2022
|
|
Actor isolation & delegates in extensions
|
|
8
|
3481
|
September 29, 2022
|
|
Why doesn't eg `extension Array<Int> { ... }` compile even though using a typealias does?
|
|
4
|
1676
|
May 23, 2022
|