Sequence is not a protocol?
|
|
1
|
147
|
October 31, 2024
|
Error when passing closure with any Shape to a function expecting some Shape
|
|
5
|
200
|
October 26, 2024
|
Custom AnyXYZ with implicit casting (like AnyHashable)
|
|
8
|
105
|
September 16, 2024
|
Why wrapping optional existential in parenthesis?
|
|
7
|
393
|
August 18, 2024
|
Understanding the "cast from 'any P' to unrelated type 'S' always fails" warning
|
|
5
|
756
|
August 13, 2024
|
Swift 6 failing to implicitly open existentials?
|
|
2
|
133
|
July 16, 2024
|
Where is the line between using an existential vs generic?
|
|
6
|
301
|
July 3, 2024
|
Is `_openExistential` still a legit strategy for opening `Any.Type` for Swift 5.X?
|
|
2
|
768
|
June 25, 2024
|
Should using ImplicitOpenExistentials with Swift 5.10 work?
|
|
6
|
411
|
May 8, 2024
|
When is `any` mandatory when creating a variable conforming to a protocol
|
|
5
|
681
|
April 16, 2024
|
Why Is Covariant Self more flexible on protocols than classes?
|
|
39
|
1071
|
April 15, 2024
|
Enforce any existential to have a value conforming to a certain protocol
|
|
0
|
290
|
February 3, 2024
|
Advice Needed for Making Use of Generics/Opaques/Existentials
|
|
2
|
397
|
January 29, 2024
|
AnyCodable Efficacy
|
|
10
|
5660
|
December 22, 2023
|
Protocol Types Cannot Conform to Protocols
|
|
3
|
664
|
November 30, 2023
|
Implicitly opening existential with a generic struct initializer
|
|
2
|
637
|
November 1, 2023
|
[SE-0353] constrained existential types behavior
|
|
4
|
725
|
August 23, 2023
|
ObservedObject with existential types
|
|
2
|
764
|
July 24, 2023
|
A duck story
|
|
17
|
873
|
July 18, 2023
|
Enforcing Protocol Conformance for Existential Types at Compiletime or Runtime
|
|
0
|
500
|
July 18, 2023
|
Understanding the error "Type 'any Thing' cannot conform to 'Thing'"
|
|
7
|
10849
|
June 2, 2023
|
Swift runtime issue when existentials are back-deployed to iOS 15
|
|
1
|
701
|
May 25, 2023
|
Dynamically conforming a type to a protocol at runtime?
|
|
3
|
1387
|
May 22, 2023
|
Unwanted AnyView
|
|
5
|
877
|
May 19, 2023
|
Why is (any Any).Type different to any Any.Type?
|
|
12
|
2080
|
March 27, 2023
|
Implicit existential opening doesn't seem to capture the type
|
|
9
|
536
|
March 13, 2023
|
Declaring conformance of existential types to protocols
|
|
0
|
617
|
February 21, 2023
|
isRefType check
|
|
11
|
746
|
February 8, 2023
|
Swift 5.7, existentials and their usage
|
|
7
|
1325
|
February 7, 2023
|
Use specialized existential in class conforming to a protocol with associated types
|
|
7
|
795
|
January 11, 2023
|