RawRepresentable Conformance Leads to Crash
|
|
3
|
498
|
April 21, 2022
|
Conforming correctly to RangeReplaceableCollection
|
|
6
|
490
|
October 21, 2021
|
Async properties and Actor protocol conformance
|
|
3
|
556
|
September 29, 2021
|
Adding conformance to ExpressibleByArrayLiteral and ExpressibleByStringLiteral
|
|
2
|
290
|
September 7, 2021
|
Extending type that also conforms to another protocol
|
|
7
|
365
|
August 2, 2021
|
Keyword for protocol methods
|
|
10
|
1107
|
July 23, 2021
|
Differences between type-inheritance clause & protocol composition syntax?
|
|
2
|
545
|
May 6, 2021
|
Why protocol compositions don't work when evaluating protocol conformance?
|
|
5
|
232
|
April 9, 2021
|
How do I check if a type / instance conforms to a protocol that "has Self or associated type requirements"?
|
|
2
|
1516
|
December 28, 2020
|
Protocol assosiatedtype conformance confussion
|
|
0
|
291
|
September 8, 2020
|
Is this the right way subclasses should handle a base class conforming to a protocol initializer?
|
|
8
|
439
|
September 4, 2020
|
Do I have to re-define equality/hashing for NSObject sub-classes?
|
|
0
|
299
|
April 20, 2020
|
Protocol conformance for protocols with `var myVar: MyType { get }`
|
|
5
|
555
|
November 13, 2019
|
Synthesized Equatable conformance for Type
|
|
3
|
704
|
October 5, 2019
|
An initializer specialized for conformance wasn't suggested/present
|
|
1
|
384
|
October 1, 2019
|
A tuple conformance idea
|
|
2
|
679
|
September 19, 2019
|
How can I fix "Type 'MyType' does not conform to protocol 'Collection'"?
|
|
9
|
7307
|
September 14, 2019
|
Can you satisfy a static member with an enumeration case?
|
|
1
|
527
|
August 27, 2019
|
How to prove to the compiler that class conforms to a protocol?
|
|
2
|
2880
|
April 6, 2019
|