|
Operator to avoid "Left side of nil coalescing operator '?' has non-optional type"
|
|
3
|
152
|
March 1, 2026
|
|
An optional initializer was treated as definitive?!
|
|
0
|
74
|
March 1, 2026
|
|
Swift-frontend crash switching over (any Error)?
|
|
4
|
86
|
February 11, 2026
|
|
Mutating an Optional-wrapped value type
|
|
3
|
146
|
February 10, 2026
|
|
Limitations of `borrowing` / why not first-class borrowed references?
|
|
4
|
289
|
February 4, 2026
|
|
Magic of hiding the type
|
|
3
|
320
|
January 2, 2026
|
|
On chains, nils, and quiet failures
|
|
4
|
500
|
December 23, 2025
|
|
Mysterious Default Value for un-assigned variable
|
|
22
|
608
|
October 16, 2025
|
|
[Pitch] JSONDecoder.nullDecodingStrategy
|
|
19
|
5673
|
August 16, 2025
|
|
[Pre-Pitch] Disconnected Properties and Variables, and Opaque enums
|
|
12
|
765
|
July 31, 2025
|
|
"Removing implicit `nil` initial value for Optional-typed variables"
|
|
28
|
4121
|
June 12, 2025
|
|
Opposite of Optional<T>.take() to set to .some value iff nil
|
|
16
|
458
|
January 31, 2025
|
|
Apparent compiler bug relating to Optional witnessing failable initializer requirement
|
|
1
|
168
|
January 2, 2025
|
|
Possible bug in Swift?
|
|
2
|
264
|
November 29, 2024
|
|
A More Swifty Way to Check an Optional for a Nil Value
|
|
61
|
50840
|
October 9, 2024
|
|
How to unwrap an optional option (ie 'var window?')
|
|
12
|
3011
|
September 6, 2024
|
|
`Cannot find type 'Key' in scope` when extending optional Dictionaries
|
|
10
|
689
|
June 24, 2024
|
|
No way to create a non-nil std.optional in Swift
|
|
1
|
726
|
May 29, 2024
|
|
`if let x as? T`
|
|
14
|
2621
|
April 7, 2024
|
|
Optional<Error>'s localizedDescription vs error.debugDescription
|
|
1
|
582
|
February 26, 2024
|
|
Cannot use `nil` or `.none` with Optional<some T>
|
|
8
|
1304
|
February 17, 2024
|
|
How does the optional chaining work here
|
|
3
|
790
|
February 6, 2024
|
|
Can anyone explain this behavior in Optional Chaining?
|
|
11
|
706
|
January 29, 2024
|
|
`Bool?` is not optional?
|
|
5
|
1228
|
September 15, 2023
|
|
Comparing result of `try?`
|
|
3
|
822
|
August 25, 2023
|
|
Optional `ExpressibleByWrappedValue` superpowers
|
|
19
|
1330
|
July 28, 2023
|
|
Implicitly unwrapped optionals in tuples
|
|
2
|
703
|
July 28, 2023
|
|
[Pitch] Extending optional chains to include for loops
|
|
51
|
3836
|
July 24, 2023
|
|
Ways to unwrap-mutate-wrap optionals
|
|
4
|
1239
|
July 2, 2023
|
|
Does Optional solve a problem that Result does not anymore?
|
|
20
|
2007
|
June 6, 2023
|