Apparent compiler bug relating to Optional witnessing failable initializer requirement
|
|
0
|
73
|
December 19, 2024
|
Possible bug in Swift?
|
|
2
|
206
|
November 29, 2024
|
[Pitch] JSONDecoder.nullDecodingStrategy
|
|
18
|
5120
|
November 15, 2024
|
A More Swifty Way to Check an Optional for a Nil Value
|
|
61
|
47231
|
October 9, 2024
|
How to unwrap an optional option (ie 'var window?')
|
|
12
|
2592
|
September 6, 2024
|
`Cannot find type 'Key' in scope` when extending optional Dictionaries
|
|
10
|
363
|
June 24, 2024
|
No way to create a non-nil std.optional in Swift
|
|
1
|
553
|
May 29, 2024
|
`if let x as? T`
|
|
14
|
2440
|
April 7, 2024
|
Optional<Error>'s localizedDescription vs error.debugDescription
|
|
1
|
454
|
February 26, 2024
|
Cannot use `nil` or `.none` with Optional<some T>
|
|
8
|
976
|
February 17, 2024
|
How does the optional chaining work here
|
|
3
|
622
|
February 6, 2024
|
Can anyone explain this behavior in Optional Chaining?
|
|
11
|
624
|
January 29, 2024
|
"Removing implicit `nil` initial value for Optional-typed variables"
|
|
26
|
3250
|
November 9, 2023
|
`Bool?` is not optional?
|
|
5
|
1013
|
September 15, 2023
|
Comparing result of `try?`
|
|
3
|
712
|
August 25, 2023
|
Optional `ExpressibleByWrappedValue` superpowers
|
|
19
|
1218
|
July 28, 2023
|
Implicitly unwrapped optionals in tuples
|
|
2
|
644
|
July 28, 2023
|
[Pitch] Extending optional chains to include for loops
|
|
51
|
3646
|
July 24, 2023
|
Ways to unwrap-mutate-wrap optionals
|
|
4
|
1173
|
July 2, 2023
|
Does Optional solve a problem that Result does not anymore?
|
|
20
|
1859
|
June 6, 2023
|
Optional decoding superpowers
|
|
9
|
5194
|
March 22, 2023
|
Problem fixing error message related to optionals
|
|
2
|
598
|
March 19, 2023
|
Unable to set non-optional value for `WritableKeyPath` to optional `Value`
|
|
2
|
679
|
November 10, 2022
|
Binding<T> accesses wrapped value on init
|
|
8
|
2560
|
August 17, 2022
|
Optional comparison revisited
|
|
36
|
3678
|
July 9, 2022
|
When to use Optionals
|
|
5
|
4862
|
July 3, 2022
|
KeyPath<T, U?> required, but I only have KeyPath<T, U>
|
|
3
|
2408
|
May 24, 2022
|
Explicit type name for implicitly unwrapped optional type
|
|
5
|
583
|
May 9, 2022
|
.none vs nil
|
|
14
|
6311
|
February 3, 2022
|
Odd behavior related to [T?] as? [T]
|
|
17
|
2040
|
February 2, 2022
|