Can't suppress retroactive conformance by fully qualifying with module names within the same line
|
|
5
|
267
|
August 7, 2024
|
RawRepresentable Conformance Leads to Crash
|
|
7
|
2550
|
September 5, 2024
|
Retroactive conformances + dynamic downcast => type unsoundness
|
|
19
|
646
|
August 19, 2024
|
Are same-type variadic generic requirements available is some Swift version?
|
|
4
|
216
|
August 6, 2024
|
How to use @retroactive when the conformed protocol is a customized protocol inherited from `CustomStringConvertible`
|
|
5
|
2101
|
July 31, 2024
|
UUID comparability
|
|
2
|
527
|
May 13, 2024
|
Why do we prohibit redundant declarations of conformance to a protocol?
|
|
12
|
1645
|
March 31, 2024
|
Advice regarding conforming external types to my protocols
|
|
1
|
283
|
March 24, 2024
|
Differences between type-inheritance clause & protocol composition syntax?
|
|
3
|
2067
|
November 1, 2023
|
Calling a protocol with associatedType's method, doesn't always pick the same specialized generic implementation
|
|
3
|
1087
|
February 23, 2023
|
Declaring conformance of existential types to protocols
|
|
0
|
617
|
February 21, 2023
|
Conditional conformance of type to protocol does not imply conformance to inherited protocol
|
|
4
|
707
|
February 11, 2023
|
[Pitch] Add Equatable and Hashable conformance to String views
|
|
11
|
2621
|
September 24, 2022
|
Malconformance
|
|
8
|
938
|
July 14, 2022
|
Dynamically call protocol method of unknown type
|
|
0
|
659
|
July 5, 2022
|
Conforming correctly to RangeReplaceableCollection
|
|
6
|
7611
|
October 21, 2021
|
Async properties and Actor protocol conformance
|
|
3
|
5676
|
September 29, 2021
|
Adding conformance to ExpressibleByArrayLiteral and ExpressibleByStringLiteral
|
|
2
|
1071
|
September 7, 2021
|
Extending type that also conforms to another protocol
|
|
7
|
751
|
August 2, 2021
|
Keyword for protocol methods
|
|
10
|
1841
|
July 23, 2021
|
Why protocol compositions don't work when evaluating protocol conformance?
|
|
5
|
658
|
April 9, 2021
|
How do I check if a type / instance conforms to a protocol that "has Self or associated type requirements"?
|
|
2
|
6383
|
December 28, 2020
|
Protocol assosiatedtype conformance confussion
|
|
0
|
547
|
September 8, 2020
|
Is this the right way subclasses should handle a base class conforming to a protocol initializer?
|
|
8
|
1060
|
September 4, 2020
|
Do I have to re-define equality/hashing for NSObject sub-classes?
|
|
0
|
795
|
April 20, 2020
|
Protocol conformance for protocols with `var myVar: MyType { get }`
|
|
5
|
1068
|
November 13, 2019
|
Synthesized Equatable conformance for Type
|
|
3
|
1660
|
October 5, 2019
|
An initializer specialized for conformance wasn't suggested/present
|
|
1
|
733
|
October 1, 2019
|
A tuple conformance idea
|
|
2
|
1045
|
September 19, 2019
|
How can I fix "Type 'MyType' does not conform to protocol 'Collection'"?
|
|
9
|
12044
|
September 14, 2019
|