Protocols with default implementations cause ambiguity
|
|
3
|
1050
|
March 30, 2021
|
Objective-C available property not available via protocol extension
|
|
1
|
1217
|
March 23, 2021
|
How specify module for nested declaration?
|
|
1
|
824
|
February 28, 2021
|
Variables in externsion
|
|
7
|
644
|
January 26, 2021
|
Add XOR (Exclusive OR) operator support for Bool type
|
|
27
|
7160
|
October 23, 2020
|
Protocol Concrete Properties
|
|
8
|
2369
|
September 28, 2020
|
Organizing stored properties in extensions
|
|
2
|
1914
|
August 5, 2020
|
Overrides in extension (same module)
|
|
2
|
1053
|
July 18, 2020
|
Nesting a type within an extension to a generic type requires indicating the "parent"'s generic type when used
|
|
6
|
2278
|
May 19, 2020
|
@available on structure extensions
|
|
4
|
1448
|
May 8, 2020
|
Extending a class-bound type to conform to a protocol extended with `mutating` functions
|
|
14
|
2977
|
February 14, 2020
|
Intellisense Not Showing Public Methods Implemented in an Extension of an Internal Protocol
|
|
2
|
1425
|
January 31, 2020
|
Regarding Extentions in Pod FrameWork and AppFrameWork
|
|
1
|
841
|
January 5, 2020
|
How to write a single extension for multiple types to override their Objective-C superclass' methods?
|
|
0
|
2060
|
November 16, 2019
|
Compiler should disallow @objc extension on Swift-only class
|
|
4
|
4594
|
October 28, 2019
|
Initialization error when forwarding the initializers required by protocol ExpressibleByArrayLiteral or ExpressibleByDictionaryLiteral
|
|
5
|
2201
|
October 10, 2019
|
Supporting Extensions for Structural Types
|
|
50
|
5182
|
June 14, 2019
|
Different behavior using default values with `extension` and `struct`
|
|
8
|
1341
|
April 25, 2019
|
Simpler syntax for exact-type extensions of generic types
|
|
25
|
4620
|
March 21, 2019
|
Why don't extensions outside a type's defining module prevent you from redeclaring methods and properties?
|
|
3
|
1875
|
December 31, 2018
|
Supporting collection slice by slices of a given size parameter
|
|
25
|
4390
|
October 21, 2018
|
How to modify protocol properties with private setters in default implementation extensions?
|
|
2
|
16103
|
August 9, 2018
|
Array extension where Element is a class
|
|
7
|
4253
|
July 2, 2018
|
What is the "official" ruling on organizing code by splitting large files into Extensions?
|
|
5
|
3627
|
May 21, 2018
|