|
How do you incorporate a protocol's static members into another type's extensions by way of a generic placeholder?
|
|
2
|
379
|
August 29, 2025
|
|
Magical introspection in unit tests?
|
|
1
|
303
|
August 20, 2025
|
|
My frustration with Generics and Protocols
|
|
16
|
1428
|
August 17, 2025
|
|
Swift compiler crashes by generics / missing conformance
|
|
1
|
341
|
August 17, 2025
|
|
Strange? Behaviour in the generics in Swift 6.1
|
|
0
|
182
|
August 12, 2025
|
|
Ambiguity at call site for two overloaded functions with different return types
|
|
8
|
427
|
August 11, 2025
|
|
Unexpected error with integer generic parameters
|
|
1
|
313
|
August 11, 2025
|
|
C++ interop error: pointer to non-const type with no explicit ownership
|
|
0
|
151
|
August 6, 2025
|
|
Generics with diffable data source for multiple sections / cell types
|
|
2
|
334
|
July 24, 2025
|
|
Is it possible to create a cartesian product function with parameter packs?
|
|
18
|
776
|
July 13, 2025
|
|
How to correctly open existential of an `any` type so its @ViewBuilder function can be run in `body` of a View?
|
|
14
|
900
|
July 10, 2025
|
|
Instance member 'formattedWord' cannot be used on type 'Game'
|
|
6
|
6973
|
October 12, 2018
|
|
Why are generics allowed in Swift protocol declarations but not available in scope?
|
|
8
|
497
|
June 18, 2025
|
|
Is this behaviour of Protocol Static Member Lookup intentional
|
|
8
|
531
|
June 13, 2025
|
|
Unexpected downcast of Generic when using optional self
|
|
3
|
299
|
June 5, 2025
|
|
A problem encountered when using Codable with generics and optional
|
|
3
|
227
|
June 5, 2025
|
|
`type(of: s).foo()` gotcha
|
|
20
|
806
|
May 28, 2025
|
|
Interesting Integer Generic Parameters behavior
|
|
2
|
293
|
May 20, 2025
|
|
Issue with Type Inference from default parameters
|
|
1
|
244
|
May 8, 2025
|
|
Function called isolated on MainActor via an isolated parameter are not considered run on the MainActor
|
|
6
|
510
|
April 23, 2025
|
|
Protocol with generic class requirement
|
|
1
|
210
|
April 15, 2025
|
|
Trying to understand the difference in the choice of method called in a generic context
|
|
2
|
202
|
April 6, 2025
|
|
Parameter packs, same-shape requirements, and spreading arrays
|
|
4
|
464
|
April 5, 2025
|
|
Generics with specialization
|
|
9
|
525
|
April 5, 2025
|
|
Subtyping in associated types
|
|
3
|
192
|
April 1, 2025
|
|
Miniscript DSL implementation (how to simplify complex solution)
|
|
1
|
256
|
March 21, 2025
|
|
Making a raylib binding with Swift for a game engine; does SwiftPM support C linking?
|
|
3
|
1216
|
March 16, 2025
|
|
Where is the line between using an existential vs generic?
|
|
11
|
952
|
March 13, 2025
|
|
Why enum AVAudioApplication.recordPermission first letter is not big?
|
|
8
|
535
|
March 6, 2025
|
|
Different returned type when using some vs any in function signature on a view
|
|
1
|
265
|
February 7, 2025
|