Why does Swift need the `convenience` keyword?
|
|
3
|
661
|
February 19, 2022
|
didSet gets called during init and leads to crash
|
|
1
|
303
|
February 14, 2022
|
Circular init pattern not caught by compiler
|
|
10
|
410
|
February 10, 2022
|
Potential bug with subclass / init
|
|
4
|
322
|
February 3, 2022
|
"'let' property may not be initialized directly" in internal struct init
|
|
2
|
705
|
January 29, 2022
|
Initializer is inaccessible due to 'private' protection level
|
|
8
|
1611
|
January 24, 2022
|
Dictionary initialization refinement suggestion
|
|
6
|
472
|
December 15, 2021
|
How does work on Swift? about class func return Self
|
|
0
|
176
|
November 26, 2021
|
Why does my explicit init crash?
|
|
3
|
368
|
October 29, 2021
|
Optional properties get unwanted default values in memberwise initializers
|
|
12
|
482
|
September 30, 2021
|
[Pitch] Refining Property-wrapper-related Initialization
|
|
3
|
825
|
September 16, 2021
|
Introducing Post Init
|
|
19
|
2762
|
May 7, 2021
|
How to determine if a passed argument is a string literal?
|
|
6
|
1532
|
November 9, 2020
|
Default init internal needs a workaround. Enough is enough
|
|
48
|
3082
|
October 20, 2020
|
Best way to approach a cycle between two classes and a closure at init?
|
|
2
|
390
|
October 19, 2020
|
Unexpected memberwise inits for all-optional structs
|
|
5
|
530
|
October 14, 2020
|
Reusable function parameter lists
|
|
5
|
588
|
August 22, 2020
|
Empty propertyWrapper initializer changes memberwise initializer type
|
|
4
|
488
|
May 23, 2020
|
Unwrapping an object created by failable initializer
|
|
4
|
700
|
February 15, 2020
|
Change access control (AC) of autosynthesized init to same as AC of declared struct
|
|
2
|
591
|
January 27, 2020
|
Why can't we call superclass convenience initializer from subclass?
|
|
17
|
9727
|
December 24, 2019
|
More on supporting repeating initializers with closures
|
|
0
|
451
|
November 8, 2019
|
Why can't I use a short form for the parameter's type?
|
|
2
|
363
|
November 1, 2019
|
An initializer specialized for conformance wasn't suggested/present
|
|
1
|
385
|
October 1, 2019
|
Constant XXX captured by a closure before being initialized
|
|
5
|
4626
|
January 28, 2019
|
Remove implicit initialization of Optionals?
|
|
6
|
1531
|
January 15, 2019
|
There's no way to channel a fail-able initializer to a throwing one, is there?
|
|
2
|
2342
|
January 8, 2019
|
Synthesized initialiser for classes, just like structs
|
|
3
|
1935
|
November 20, 2018
|
`init(capacity:)` on RangeReplaceableCollection
|
|
21
|
1662
|
November 2, 2018
|
Initializer sugar
|
|
33
|
1551
|
July 23, 2018
|