Codable enum's associated value is unexpectedly using positional name
|
|
23
|
4240
|
June 20, 2025
|
Constexpr is not imported when declared within a namespace
|
|
0
|
46
|
May 6, 2025
|
LLDB prints wrong UUID value
|
|
3
|
108
|
March 18, 2025
|
Swift enum with a default case
|
|
2
|
207
|
February 15, 2025
|
Dilemma about enum with associated values and protocols
|
|
12
|
551
|
January 12, 2025
|
Enum extension
|
|
4
|
34172
|
December 27, 2024
|
Compiler hang on consuming in noncopyable enum with URL in associated value?
|
|
2
|
128
|
August 30, 2024
|
[Enum] Allow to init/assign a case with another case of the same enum (for aliases)
|
|
16
|
2030
|
August 4, 2024
|
Suppressing uninhabited enum warnings?
|
|
3
|
429
|
June 20, 2024
|
Best approach to enum with associated value common across all cases
|
|
11
|
3309
|
June 18, 2024
|
Binding enums in a switch case
|
|
15
|
1122
|
June 10, 2024
|
Swift > Objc Enum interop
|
|
3
|
1657
|
May 10, 2024
|
Is it possible to have multiple statements in a branch of a switch statement?
|
|
6
|
1704
|
February 18, 2024
|
An incomplete CaseIterable conformance
|
|
2
|
416
|
January 13, 2024
|
Enum with associated values and default values/raw values?
|
|
2
|
853
|
December 16, 2023
|
Why this enum is strange?
|
|
9
|
1171
|
December 14, 2023
|
Swift Macros: Adding an enum case with an associated value produces incorrect results
|
|
3
|
983
|
December 4, 2023
|
Edge case enum
|
|
28
|
1015
|
November 2, 2023
|
Why is CaseIterable faster then a Set
|
|
4
|
606
|
October 26, 2023
|
[Pitch] `Enum`-like cases within protocols
|
|
2
|
1160
|
October 23, 2023
|
Swift @resultBuilder with enum problem
|
|
4
|
1110
|
October 7, 2023
|
Codable synthesis for Swift enums with overloaded associated values
|
|
3
|
689
|
October 3, 2023
|
Structural Sum Types (used to be Anonymous Union Types)
|
|
71
|
3395
|
September 28, 2023
|
Handling future cases of enums in libraries without binary stability concerns
|
|
10
|
4093
|
August 9, 2023
|
Enum tuple case composing/decomposing disparity
|
|
4
|
1106
|
July 27, 2023
|
Get name of enum case with associated data
|
|
7
|
2676
|
June 8, 2023
|
Resilient Enum Strategy
|
|
5
|
889
|
May 15, 2023
|
Circular reference in enums
|
|
2
|
1223
|
April 16, 2023
|
Noncopyable structs and enums as “reference types”, not just performance boosters?
|
|
4
|
1266
|
March 24, 2023
|
Deserialize items in JSON array to different types(parameterized enum) based on fields
|
|
1
|
2286
|
February 28, 2023
|