|
Swift-frontend crash switching over (any Error)?
|
|
4
|
125
|
February 11, 2026
|
|
Coercing `any` into `some`
|
|
1
|
204
|
January 19, 2026
|
|
Magic of hiding the type
|
|
3
|
340
|
January 2, 2026
|
|
Is there a way to convert between an existential type and the existential metatype of the same protocol, statically?
|
|
3
|
286
|
September 1, 2025
|
|
How to correctly open existential of an `any` type so its @ViewBuilder function can be run in `body` of a View?
|
|
15
|
782
|
July 10, 2025
|
|
Where is the line between using an existential vs generic?
|
|
12
|
863
|
March 13, 2025
|
|
Using inout with exitential type: is it a supported feature?
|
|
1
|
196
|
March 10, 2025
|
|
Relative Performance of Existential Any
|
|
20
|
1137
|
February 12, 2025
|
|
Different returned type when using some vs any in function signature on a view
|
|
1
|
227
|
February 7, 2025
|
|
Avoiding existentials for a known set of types in Embedded Swift
|
|
5
|
291
|
January 14, 2025
|
|
Checking equality of key paths not working as I expected
|
|
2
|
175
|
December 13, 2024
|
|
Sequence is not a protocol?
|
|
1
|
203
|
October 31, 2024
|
|
Error when passing closure with any Shape to a function expecting some Shape
|
|
5
|
272
|
October 26, 2024
|
|
Custom AnyXYZ with implicit casting (like AnyHashable)
|
|
8
|
223
|
September 16, 2024
|
|
Why wrapping optional existential in parenthesis?
|
|
7
|
498
|
August 18, 2024
|
|
Understanding the "cast from 'any P' to unrelated type 'S' always fails" warning
|
|
5
|
1488
|
August 13, 2024
|
|
Swift 6 failing to implicitly open existentials?
|
|
2
|
297
|
July 16, 2024
|
|
Is `_openExistential` still a legit strategy for opening `Any.Type` for Swift 5.X?
|
|
2
|
2595
|
June 25, 2024
|
|
Should using ImplicitOpenExistentials with Swift 5.10 work?
|
|
6
|
568
|
May 8, 2024
|
|
When is `any` mandatory when creating a variable conforming to a protocol
|
|
5
|
1857
|
April 16, 2024
|
|
Why Is Covariant Self more flexible on protocols than classes?
|
|
39
|
1422
|
April 15, 2024
|
|
Enforce any existential to have a value conforming to a certain protocol
|
|
0
|
352
|
February 3, 2024
|
|
Advice Needed for Making Use of Generics/Opaques/Existentials
|
|
2
|
450
|
January 29, 2024
|
|
AnyCodable Efficacy
|
|
10
|
7150
|
December 22, 2023
|
|
Protocol Types Cannot Conform to Protocols
|
|
3
|
746
|
November 30, 2023
|
|
Implicitly opening existential with a generic struct initializer
|
|
2
|
940
|
November 1, 2023
|
|
[SE-0353] constrained existential types behavior
|
|
4
|
795
|
August 23, 2023
|
|
ObservedObject with existential types
|
|
2
|
873
|
July 24, 2023
|
|
A duck story
|
|
17
|
1030
|
July 18, 2023
|
|
Enforcing Protocol Conformance for Existential Types at Compiletime or Runtime
|
|
0
|
560
|
July 18, 2023
|