Why are generics allowed in Swift protocol declarations but not available in scope?
|
|
9
|
170
|
June 18, 2025
|
Issue with Type Inference from default parameters
|
|
2
|
85
|
May 8, 2025
|
Miniscript DSL implementation (how to simplify complex solution)
|
|
1
|
115
|
March 21, 2025
|
Can I specify that an associatedtype is a function?
|
|
27
|
390
|
March 3, 2025
|
Constraining types to protocols
|
|
6
|
140
|
December 2, 2024
|
Instantiate associatedtype from outside of protocol
|
|
10
|
302
|
September 2, 2024
|
Retroactive conformances + dynamic downcast => type unsoundness
|
|
19
|
697
|
August 19, 2024
|
How to use constrained protocol syntax in the inheritance clause of a concrete type?
|
|
10
|
2535
|
July 23, 2024
|
Are primary associated types supposed to be transitive?
|
|
2
|
250
|
July 6, 2024
|
Why Is Covariant Self more flexible on protocols than classes?
|
|
39
|
1162
|
April 15, 2024
|
Is there any way to return a *type* (not an *instance*) as an opaque type?
|
|
3
|
1113
|
January 10, 2024
|
Static constraint for rock-paper-scissors protocol relationship
|
|
5
|
531
|
December 21, 2023
|
Associated types: Self.AssociatedType vs AssociatedType
|
|
1
|
370
|
November 5, 2023
|
Associated Conformances? Similar to Higher Kinded Types?
|
|
2
|
1080
|
September 3, 2023
|
[SE-0353] constrained existential types behavior
|
|
4
|
736
|
August 23, 2023
|
Checking constraints on associated types within a protocol
|
|
8
|
853
|
July 23, 2023
|
Member 'select' cannot be used on value of type 'any LayerCollection'
|
|
6
|
1193
|
June 25, 2023
|
Use specialized existential in class conforming to a protocol with associated types
|
|
7
|
821
|
January 11, 2023
|
Unexpected inferred associated type of existential
|
|
15
|
660
|
December 31, 2022
|
Inferred result type requires explicit coercion
|
|
3
|
1484
|
December 29, 2022
|
Is this a compiler bug?
|
|
4
|
868
|
December 6, 2022
|
Why 'any' needed when associated type known
|
|
3
|
1459
|
November 17, 2022
|
A compilation error with associated type
|
|
1
|
1287
|
November 14, 2022
|
Infer associated type on protocol conformance
|
|
3
|
1152
|
November 1, 2022
|
Associated type inference doesn't work in a situation that I assumed it would
|
|
1
|
561
|
October 27, 2022
|
Catch an error based on its protocol's associated type?
|
|
5
|
824
|
October 22, 2022
|
Swift 5.7 compiler bug? Known limitation? My mistake?
|
|
6
|
1092
|
September 12, 2022
|
More problems with Swift's type system
|
|
5
|
935
|
September 11, 2022
|
Abort trap 6/nonzero exit code
|
|
1
|
1100
|
September 9, 2022
|
Compiler Crash on nested associatedtype (swiftlang-5.7.0.123.8 - XCode 14-Beta6)
|
|
1
|
769
|
September 1, 2022
|