Function called isolated on MainActor via an isolated parameter are not considered run on the MainActor
|
|
6
|
374
|
April 23, 2025
|
Protocol with generic class requirement
|
|
2
|
89
|
April 15, 2025
|
Trying to understand the difference in the choice of method called in a generic context
|
|
2
|
64
|
April 6, 2025
|
Parameter packs, same-shape requirements, and spreading arrays
|
|
7
|
177
|
April 5, 2025
|
Typed throws do not infer type in generic type-throwing functions
|
|
16
|
383
|
April 5, 2025
|
Generics with specialization
|
|
11
|
180
|
April 5, 2025
|
Subtyping in associated types
|
|
3
|
103
|
April 1, 2025
|
Miniscript DSL implementation (how to simplify complex solution)
|
|
1
|
109
|
March 21, 2025
|
Making a raylib binding with Swift for a game engine; does SwiftPM support C linking?
|
|
3
|
569
|
March 16, 2025
|
Where is the line between using an existential vs generic?
|
|
12
|
635
|
March 13, 2025
|
Why enum AVAudioApplication.recordPermission first letter is not big?
|
|
8
|
308
|
March 6, 2025
|
Different returned type when using some vs any in function signature on a view
|
|
1
|
104
|
February 7, 2025
|
Why can you access an associated type but not a generic placeholder from a metatype instance?
|
|
5
|
109
|
February 3, 2025
|
Compiler can't infer types with Parameter Packs containing more than three elements
|
|
10
|
261
|
January 31, 2025
|
Instantiate a parameter pack from an array
|
|
6
|
183
|
January 30, 2025
|
Passing a parameter pack to a function call fails to compile
|
|
14
|
723
|
January 18, 2025
|
Typealias conformance to protocols, why can't this simple thing be implemented?
|
|
56
|
6055
|
January 16, 2025
|
DateFormatter rounds a time to milliseconds
|
|
6
|
7097
|
January 14, 2025
|
Parameterized Extensions
|
|
69
|
14351
|
January 11, 2025
|
Typed throw in a generic function inside a protocol can't find error type in scope
|
|
4
|
105
|
January 9, 2025
|
Higher order function using variadic parameters
|
|
7
|
181
|
January 6, 2025
|
Request to guidance for contributing to the Organization
|
|
0
|
105
|
December 26, 2024
|
Why isn't the TypeSolver able to resolve this without the implicit assignment first?
|
|
2
|
118
|
December 26, 2024
|
Extension methods for non-nominal types
|
|
38
|
8299
|
December 22, 2024
|
SwiftData Predicate does not handle protocol witness?
|
|
3
|
1172
|
December 19, 2024
|
How to define a pointer to a class instantiation in a common block
|
|
0
|
52
|
December 18, 2024
|
Conforming to public protocol using shared internal implementation
|
|
0
|
55
|
December 18, 2024
|
How to define generic methods in swift with type Constraints
|
|
0
|
46
|
December 8, 2024
|
Why can `any Shape` not conform to `Shape`
|
|
6
|
218
|
December 5, 2024
|
How to access a protocol property from another protocol without exposing the other protocol in the API?
|
|
7
|
125
|
December 4, 2024
|