How to correctly open existential of an `any` type so its @ViewBuilder function can be run in `body` of a View?
|
|
15
|
420
|
July 10, 2025
|
Where is the line between using an existential vs generic?
|
|
12
|
692
|
March 13, 2025
|
Using inout with exitential type: is it a supported feature?
|
|
1
|
122
|
March 10, 2025
|
Relative Performance of Existential Any
|
|
24
|
708
|
February 12, 2025
|
Different returned type when using some vs any in function signature on a view
|
|
1
|
124
|
February 7, 2025
|
Avoiding existentials for a known set of types in Embedded Swift
|
|
5
|
191
|
January 14, 2025
|
Checking equality of key paths not working as I expected
|
|
2
|
76
|
December 13, 2024
|
Sequence is not a protocol?
|
|
1
|
158
|
October 31, 2024
|
Error when passing closure with any Shape to a function expecting some Shape
|
|
5
|
212
|
October 26, 2024
|
Custom AnyXYZ with implicit casting (like AnyHashable)
|
|
8
|
125
|
September 16, 2024
|
Why wrapping optional existential in parenthesis?
|
|
7
|
420
|
August 18, 2024
|
Understanding the "cast from 'any P' to unrelated type 'S' always fails" warning
|
|
5
|
1259
|
August 13, 2024
|
Swift 6 failing to implicitly open existentials?
|
|
2
|
197
|
July 16, 2024
|
Is `_openExistential` still a legit strategy for opening `Any.Type` for Swift 5.X?
|
|
2
|
1016
|
June 25, 2024
|
Should using ImplicitOpenExistentials with Swift 5.10 work?
|
|
6
|
461
|
May 8, 2024
|
When is `any` mandatory when creating a variable conforming to a protocol
|
|
5
|
1453
|
April 16, 2024
|
Why Is Covariant Self more flexible on protocols than classes?
|
|
39
|
1166
|
April 15, 2024
|
Enforce any existential to have a value conforming to a certain protocol
|
|
0
|
313
|
February 3, 2024
|
Advice Needed for Making Use of Generics/Opaques/Existentials
|
|
2
|
401
|
January 29, 2024
|
AnyCodable Efficacy
|
|
10
|
6472
|
December 22, 2023
|
Protocol Types Cannot Conform to Protocols
|
|
3
|
672
|
November 30, 2023
|
Implicitly opening existential with a generic struct initializer
|
|
2
|
801
|
November 1, 2023
|
[SE-0353] constrained existential types behavior
|
|
4
|
736
|
August 23, 2023
|
ObservedObject with existential types
|
|
2
|
809
|
July 24, 2023
|
A duck story
|
|
17
|
900
|
July 18, 2023
|
Enforcing Protocol Conformance for Existential Types at Compiletime or Runtime
|
|
0
|
524
|
July 18, 2023
|
Understanding the error "Type 'any Thing' cannot conform to 'Thing'"
|
|
7
|
12368
|
June 2, 2023
|
Swift runtime issue when existentials are back-deployed to iOS 15
|
|
1
|
717
|
May 25, 2023
|
Dynamically conforming a type to a protocol at runtime?
|
|
3
|
1604
|
May 22, 2023
|
Unwanted AnyView
|
|
5
|
965
|
May 19, 2023
|