|
Coercing `any` into `some`
|
|
1
|
161
|
January 19, 2026
|
|
I reimplemented Foundation's JSONEncoder and made it 33% faster using compile-time strategy dispatch
|
|
7
|
419
|
January 19, 2026
|
|
[Pitch] Concurrent Async Iteration over Parameter Packs
|
|
0
|
173
|
January 11, 2026
|
|
Lowering `OpaqueValueExpr`-based abstraction as a closure
|
|
2
|
114
|
January 6, 2026
|
|
How to use sub protocol in generic type that use protocol?
|
|
15
|
160
|
December 3, 2025
|
|
How cursed is my Type Erasing pattern?
|
|
4
|
402
|
November 30, 2025
|
|
How to call a function passing an arbitrary enum
|
|
3
|
186
|
October 29, 2025
|
|
Function in generic class extension not called
|
|
18
|
371
|
October 28, 2025
|
|
How Can A Document Data Model Use Compound Types? ( And What Is The SpreadSheet Type? )
|
|
11
|
555
|
October 27, 2025
|
|
Xcode Previews, Predicate, and KeyPath issues
|
|
3
|
377
|
October 12, 2025
|
|
Integer Generics: Negative literals seem broken
|
|
2
|
264
|
October 2, 2025
|
|
About Swift shared cache across machines
|
|
22
|
2096
|
September 15, 2025
|
|
Improving JSONDecoder/Encoder Performance for large apps
|
|
11
|
1342
|
September 8, 2025
|
|
How do you incorporate a protocol's static members into another type's extensions by way of a generic placeholder?
|
|
2
|
225
|
August 29, 2025
|
|
Magical introspection in unit tests?
|
|
1
|
194
|
August 20, 2025
|
|
My frustration with Generics and Protocols
|
|
18
|
1112
|
August 17, 2025
|
|
Swift compiler crashes by generics / missing conformance
|
|
2
|
182
|
August 17, 2025
|
|
Strange? Behaviour in the generics in Swift 6.1
|
|
0
|
122
|
August 12, 2025
|
|
Unexpected error with integer generic parameters
|
|
3
|
194
|
August 11, 2025
|
|
Ambiguity at call site for two overloaded functions with different return types
|
|
9
|
228
|
August 11, 2025
|
|
C++ interop error: pointer to non-const type with no explicit ownership
|
|
0
|
95
|
August 6, 2025
|
|
Generics with diffable data source for multiple sections / cell types
|
|
2
|
220
|
July 24, 2025
|
|
Is it possible to create a cartesian product function with parameter packs?
|
|
19
|
563
|
July 13, 2025
|
|
How to correctly open existential of an `any` type so its @ViewBuilder function can be run in `body` of a View?
|
|
15
|
581
|
July 10, 2025
|
|
Instance member 'formattedWord' cannot be used on type 'Game'
|
|
6
|
6892
|
October 12, 2018
|
|
Is this behaviour of Protocol Static Member Lookup intentional
|
|
13
|
364
|
June 20, 2025
|
|
Why are generics allowed in Swift protocol declarations but not available in scope?
|
|
9
|
311
|
June 18, 2025
|
|
Unexpected downcast of Generic when using optional self
|
|
6
|
223
|
June 5, 2025
|
|
A problem encountered when using Codable with generics and optional
|
|
3
|
127
|
June 5, 2025
|
|
`type(of: s).foo()` gotcha
|
|
20
|
558
|
May 28, 2025
|