Stored property cannot have covariant 'Self' type
|
|
3
|
327
|
July 17, 2023
|
Loosing type info depending on iteration mode
|
|
8
|
818
|
July 11, 2023
|
Calling a function for each element of an array of mixed elements conforming to a same protocol
|
|
5
|
510
|
July 10, 2023
|
Can macros be used to ease the declaration of generic function parameters?
|
|
1
|
869
|
July 3, 2023
|
Type check protocol conformance from extension to a generic
|
|
0
|
250
|
June 26, 2023
|
Member 'select' cannot be used on value of type 'any LayerCollection'
|
|
6
|
547
|
June 25, 2023
|
Trivial Swift binary segfaults on Linux when instantiating generic class with protocol constraint
|
|
1
|
476
|
June 18, 2023
|
[Pitch] Parameter Packs
|
|
104
|
9611
|
June 13, 2023
|
Generics and iteration type
|
|
3
|
292
|
June 9, 2023
|
Understanding the error "Type 'any Thing' cannot conform to 'Thing'"
|
|
7
|
5059
|
June 2, 2023
|
A large fixed-width integer Swift package
|
|
13
|
4893
|
June 1, 2023
|
Implicitly Opened Existentials on Initialization
|
|
18
|
1362
|
May 29, 2023
|
Method dispatch for opaque types
|
|
8
|
448
|
May 28, 2023
|
Pitch: Variadic generic types abstracting over packs
|
|
51
|
2695
|
May 25, 2023
|
Is it possible to rename keywords like `associatedtype` (in future Swift versions)?
|
|
11
|
1605
|
May 20, 2023
|
Unwanted AnyView
|
|
5
|
488
|
May 19, 2023
|
How to prevent a function (of a plugin) from being executed further?
|
|
27
|
958
|
May 11, 2023
|
Result builder-annotated parameter does not contribute to a function's signature
|
|
2
|
323
|
May 9, 2023
|
How to tell compiler that [any P]'s associatedtype also conforms to another protocol
|
|
9
|
523
|
April 26, 2023
|
[Discussion] Initializer Lookup in Generic Contexts
|
|
0
|
386
|
April 12, 2023
|
Compiler says expression is ambiguous in call to withCheckedThrowingException
|
|
4
|
5064
|
April 9, 2023
|
For-in vs forEach() when sequence element is Dictionary.Key
|
|
2
|
542
|
April 1, 2023
|
Nominal type as a generic constraint
|
|
28
|
2142
|
March 23, 2023
|
Problem fixing error message related to optionals
|
|
2
|
421
|
March 19, 2023
|
Strange generics behavior
|
|
7
|
423
|
March 14, 2023
|
How to properly cast object to generic enum?
|
|
3
|
798
|
March 14, 2023
|
Overload resolution for `init` ambiguous but same signature `func` is not. Bug? Intended?
|
|
37
|
1104
|
March 13, 2023
|
Implicit existential opening doesn't seem to capture the type
|
|
9
|
346
|
March 13, 2023
|
When and why can't you qualify a generic type's placeholders with the type namespace?
|
|
3
|
871
|
March 12, 2023
|
Why can't I cast `Woo<Any>` to `Woo<Int>` concrete type? But `Array<Any>` to `Array<Int>` is OK?
|
|
33
|
1815
|
March 9, 2023
|