Nonisolated synchronous actor initializers
|
|
0
|
75
|
September 21, 2023
|
[Pitch] Refining Property-wrapper-related Initialization
|
|
5
|
2158
|
September 6, 2023
|
`'self' used before 'super.init' call` conflicts with `Property not initialized at super.init call`
|
|
6
|
538
|
August 27, 2023
|
UnconditionallyInitialisable
|
|
10
|
822
|
August 11, 2023
|
Objective-C initializer isn't visible to Swift
|
|
8
|
569
|
July 6, 2023
|
Can a macro generated initializer keep the memberwise initializer?
|
|
2
|
709
|
June 23, 2023
|
Make Array.init(repeating: ...) with autoclosure
|
|
4
|
358
|
March 22, 2023
|
Property wrapper initialisation issues
|
|
0
|
283
|
January 5, 2023
|
DRY in array initialization
|
|
4
|
492
|
January 5, 2023
|
Initialisation with `=` from another type
|
|
2
|
364
|
November 4, 2022
|
A new keyword that stands in for a tedious initializer of arbitrary length
|
|
31
|
3177
|
October 8, 2022
|
Can't assign to self in initializer in protocol extension when protocol inherits from NSCoding
|
|
1
|
469
|
August 11, 2022
|
Pitch: Pass-through initializers for enum associated values
|
|
10
|
1344
|
August 2, 2022
|
Why does Swift need the `convenience` keyword?
|
|
3
|
1720
|
February 19, 2022
|
didSet gets called during init and leads to crash
|
|
1
|
909
|
February 14, 2022
|
Circular init pattern not caught by compiler
|
|
10
|
995
|
February 10, 2022
|
Potential bug with subclass / init
|
|
4
|
984
|
February 3, 2022
|
"'let' property may not be initialized directly" in internal struct init
|
|
2
|
3230
|
January 29, 2022
|
Initializer is inaccessible due to 'private' protection level
|
|
8
|
15831
|
January 24, 2022
|
Dictionary initialization refinement suggestion
|
|
6
|
1028
|
December 15, 2021
|
How does work on Swift? about class func return Self
|
|
0
|
384
|
November 26, 2021
|
Why does my explicit init crash?
|
|
3
|
962
|
October 29, 2021
|
Optional properties get unwanted default values in memberwise initializers
|
|
12
|
915
|
September 30, 2021
|
How to determine if a passed argument is a string literal?
|
|
6
|
2459
|
November 9, 2020
|
Default init internal needs a workaround. Enough is enough
|
|
48
|
4033
|
October 20, 2020
|
Best way to approach a cycle between two classes and a closure at init?
|
|
2
|
705
|
October 19, 2020
|
Unexpected memberwise inits for all-optional structs
|
|
5
|
812
|
October 14, 2020
|
Reusable function parameter lists
|
|
5
|
881
|
August 22, 2020
|
Empty propertyWrapper initializer changes memberwise initializer type
|
|
4
|
675
|
May 23, 2020
|
Unwrapping an object created by failable initializer
|
|
4
|
1107
|
February 15, 2020
|