Can't suppress retroactive conformance by fully qualifying with module names within the same line
|
|
5
|
317
|
August 7, 2024
|
RawRepresentable Conformance Leads to Crash
|
|
7
|
2589
|
September 5, 2024
|
Retroactive conformances + dynamic downcast => type unsoundness
|
|
19
|
661
|
August 19, 2024
|
Are same-type variadic generic requirements available is some Swift version?
|
|
4
|
219
|
August 6, 2024
|
How to use @retroactive when the conformed protocol is a customized protocol inherited from `CustomStringConvertible`
|
|
5
|
2740
|
July 31, 2024
|
UUID comparability
|
|
2
|
539
|
May 13, 2024
|
Why do we prohibit redundant declarations of conformance to a protocol?
|
|
12
|
1677
|
March 31, 2024
|
Advice regarding conforming external types to my protocols
|
|
1
|
285
|
March 24, 2024
|
Differences between type-inheritance clause & protocol composition syntax?
|
|
3
|
2095
|
November 1, 2023
|
Calling a protocol with associatedType's method, doesn't always pick the same specialized generic implementation
|
|
3
|
1103
|
February 23, 2023
|
Declaring conformance of existential types to protocols
|
|
0
|
621
|
February 21, 2023
|
Conditional conformance of type to protocol does not imply conformance to inherited protocol
|
|
4
|
715
|
February 11, 2023
|
[Pitch] Add Equatable and Hashable conformance to String views
|
|
11
|
2630
|
September 24, 2022
|
Malconformance
|
|
8
|
942
|
July 14, 2022
|
Dynamically call protocol method of unknown type
|
|
0
|
661
|
July 5, 2022
|
Conforming correctly to RangeReplaceableCollection
|
|
6
|
7651
|
October 21, 2021
|
Async properties and Actor protocol conformance
|
|
3
|
5870
|
September 29, 2021
|
Adding conformance to ExpressibleByArrayLiteral and ExpressibleByStringLiteral
|
|
2
|
1080
|
September 7, 2021
|
Extending type that also conforms to another protocol
|
|
7
|
752
|
August 2, 2021
|
Keyword for protocol methods
|
|
10
|
1848
|
July 23, 2021
|
Why protocol compositions don't work when evaluating protocol conformance?
|
|
5
|
662
|
April 9, 2021
|
How do I check if a type / instance conforms to a protocol that "has Self or associated type requirements"?
|
|
2
|
6453
|
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
|
1067
|
September 4, 2020
|
Do I have to re-define equality/hashing for NSObject sub-classes?
|
|
0
|
796
|
April 20, 2020
|
Protocol conformance for protocols with `var myVar: MyType { get }`
|
|
5
|
1073
|
November 13, 2019
|
Synthesized Equatable conformance for Type
|
|
3
|
1687
|
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
|
12096
|
September 14, 2019
|