Apparent compiler bug relating to Optional witnessing failable initializer requirement
|
|
1
|
128
|
January 2, 2025
|
How to determine if a passed argument is a string literal?
|
|
7
|
3622
|
December 14, 2024
|
Region based isolation prevents sending a Sendable type
|
|
3
|
247
|
November 10, 2024
|
What changed about initialising instance variables?
|
|
3
|
199
|
August 8, 2024
|
propertyWrapper with simple initializer as method's argument should behave like a default argument
|
|
1
|
202
|
July 19, 2024
|
Class does not inherit initializer from superclass of superclass
|
|
6
|
544
|
June 7, 2024
|
`self = x` in NSObject initializers
|
|
3
|
249
|
May 7, 2024
|
Missing warning or error when messing up initializer inheritance?
|
|
3
|
526
|
April 24, 2024
|
Checking if required init? failed from a convenience init
|
|
5
|
408
|
April 21, 2024
|
Singleton class initialisation creates multiple versions
|
|
6
|
568
|
January 28, 2024
|
Inconsistent memberwise initializer generation when property wrapper provides an initializer with no parameters
|
|
1
|
428
|
October 26, 2023
|
Initializer is inaccessible due to 'private' protection level
|
|
9
|
30974
|
October 17, 2023
|
Nonisolated synchronous actor initializers
|
|
0
|
638
|
September 21, 2023
|
[Pitch] Refining Property-wrapper-related Initialization
|
|
5
|
2720
|
September 6, 2023
|
`'self' used before 'super.init' call` conflicts with `Property not initialized at super.init call`
|
|
6
|
4546
|
August 27, 2023
|
UnconditionallyInitialisable
|
|
10
|
1099
|
August 11, 2023
|
Objective-C initializer isn't visible to Swift
|
|
8
|
1835
|
July 6, 2023
|
Can a macro generated initializer keep the memberwise initializer?
|
|
2
|
1430
|
June 23, 2023
|
Make Array.init(repeating: ...) with autoclosure
|
|
4
|
948
|
March 22, 2023
|
Property wrapper initialisation issues
|
|
0
|
529
|
January 5, 2023
|
DRY in array initialization
|
|
4
|
713
|
January 5, 2023
|
Initialisation with `=` from another type
|
|
2
|
705
|
November 4, 2022
|
A new keyword that stands in for a tedious initializer of arbitrary length
|
|
31
|
4301
|
October 8, 2022
|
Can't assign to self in initializer in protocol extension when protocol inherits from NSCoding
|
|
1
|
1006
|
August 11, 2022
|
Pitch: Pass-through initializers for enum associated values
|
|
10
|
2372
|
August 2, 2022
|
Why does Swift need the `convenience` keyword?
|
|
3
|
2776
|
February 19, 2022
|
didSet gets called during init and leads to crash
|
|
1
|
1340
|
February 14, 2022
|
Circular init pattern not caught by compiler
|
|
10
|
1437
|
February 10, 2022
|
Potential bug with subclass / init
|
|
4
|
1532
|
February 3, 2022
|
"'let' property may not be initialized directly" in internal struct init
|
|
2
|
5291
|
January 29, 2022
|