SE-0404: Allow Protocols to be Nested in Non-Generic Contexts
|
|
30
|
3059
|
September 19, 2023
|
Associated Conformances? Similar to Higher Kinded Types?
|
|
2
|
707
|
September 3, 2023
|
Question on @objc protocol visibility from Swift code
|
|
1
|
360
|
September 3, 2023
|
Polymorphism and protocol in swift library
|
|
7
|
263
|
August 24, 2023
|
Modifications with keyPaths in protocol extension
|
|
6
|
509
|
August 21, 2023
|
Using Mock/Protocol as @EnvironmentObject
|
|
3
|
1184
|
August 20, 2023
|
[Accepted] SE-0404: Allow Protocols to be Nested in Non-Generic Contexts
|
|
2
|
1267
|
August 15, 2023
|
I'm declaring a protocol that inherits multiple protocols. What's the best style suggestion for open curly brace and linewrapping the parents?
|
|
4
|
454
|
August 1, 2023
|
Checking constraints on associated types within a protocol
|
|
8
|
462
|
July 23, 2023
|
Type 'any Protocol' cannot conform to 'Protocol'
|
|
9
|
9273
|
July 21, 2023
|
A duck story
|
|
17
|
465
|
July 18, 2023
|
Enforcing Protocol Conformance for Existential Types at Compiletime or Runtime
|
|
0
|
195
|
July 18, 2023
|
Property wrapper requirements in protocols
|
|
42
|
12180
|
June 30, 2023
|
Overloading async methods and multiple protocol conformance - unexpected behaviour
|
|
1
|
197
|
June 28, 2023
|
Type check protocol conformance from extension to a generic
|
|
0
|
196
|
June 26, 2023
|
Defining a function with a closure as its parameter, how to use Self as the type of the closure's parameter?
|
|
0
|
218
|
June 26, 2023
|
Member 'select' cannot be used on value of type 'any LayerCollection'
|
|
6
|
449
|
June 25, 2023
|
Dynamically conforming a type to a protocol at runtime?
|
|
3
|
414
|
May 22, 2023
|
Why do protocols have to inhabit global namespace
|
|
1
|
407
|
April 23, 2023
|
Nesting Functions returning Protocol Types aren't "Invalid" in Swift 5.8
|
|
2
|
519
|
April 12, 2023
|
Mysterious recursion in protocol extension
|
|
2
|
475
|
April 7, 2023
|
Why is (any Any).Type different to any Any.Type?
|
|
12
|
1048
|
March 27, 2023
|
Checking protocol conformances with metatypes
|
|
2
|
763
|
March 15, 2023
|
Value type extensions with generic type constraint being ignored
|
|
7
|
501
|
March 8, 2023
|
'Self is immutable' error when using Protocol function that is implemented in Protocol Extension
|
|
6
|
304
|
February 23, 2023
|
Declaring conformance of existential types to protocols
|
|
0
|
427
|
February 21, 2023
|
What are use cases for protocols overriding mutating/nonmutating with their opposite?
|
|
12
|
456
|
February 19, 2023
|
Specialize protocol witness for SIMDStorage
|
|
11
|
601
|
February 6, 2023
|
Type captured by the struct does not get interpreted as one would expect
|
|
6
|
344
|
January 23, 2023
|
Use specialized existential in class conforming to a protocol with associated types
|
|
7
|
413
|
January 11, 2023
|