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
|
3662
|
December 14, 2024
|
Region based isolation prevents sending a Sendable type
|
|
3
|
309
|
November 10, 2024
|
What changed about initialising instance variables?
|
|
3
|
211
|
August 8, 2024
|
propertyWrapper with simple initializer as method's argument should behave like a default argument
|
|
1
|
212
|
July 19, 2024
|
Class does not inherit initializer from superclass of superclass
|
|
6
|
615
|
June 7, 2024
|
`self = x` in NSObject initializers
|
|
3
|
254
|
May 7, 2024
|
Missing warning or error when messing up initializer inheritance?
|
|
3
|
537
|
April 24, 2024
|
Checking if required init? failed from a convenience init
|
|
5
|
421
|
April 21, 2024
|
Singleton class initialisation creates multiple versions
|
|
6
|
620
|
January 28, 2024
|
Inconsistent memberwise initializer generation when property wrapper provides an initializer with no parameters
|
|
1
|
430
|
October 26, 2023
|
Initializer is inaccessible due to 'private' protection level
|
|
9
|
32215
|
October 17, 2023
|
Nonisolated synchronous actor initializers
|
|
0
|
662
|
September 21, 2023
|
[Pitch] Refining Property-wrapper-related Initialization
|
|
5
|
2735
|
September 6, 2023
|
`'self' used before 'super.init' call` conflicts with `Property not initialized at super.init call`
|
|
6
|
4865
|
August 27, 2023
|
UnconditionallyInitialisable
|
|
10
|
1100
|
August 11, 2023
|
Objective-C initializer isn't visible to Swift
|
|
8
|
1917
|
July 6, 2023
|
Can a macro generated initializer keep the memberwise initializer?
|
|
2
|
1465
|
June 23, 2023
|
Make Array.init(repeating: ...) with autoclosure
|
|
4
|
1003
|
March 22, 2023
|
Property wrapper initialisation issues
|
|
0
|
534
|
January 5, 2023
|
DRY in array initialization
|
|
4
|
718
|
January 5, 2023
|
Initialisation with `=` from another type
|
|
2
|
707
|
November 4, 2022
|
A new keyword that stands in for a tedious initializer of arbitrary length
|
|
31
|
4315
|
October 8, 2022
|
Can't assign to self in initializer in protocol extension when protocol inherits from NSCoding
|
|
1
|
1024
|
August 11, 2022
|
Pitch: Pass-through initializers for enum associated values
|
|
10
|
2403
|
August 2, 2022
|
Why does Swift need the `convenience` keyword?
|
|
3
|
2852
|
February 19, 2022
|
didSet gets called during init and leads to crash
|
|
1
|
1352
|
February 14, 2022
|
Circular init pattern not caught by compiler
|
|
10
|
1439
|
February 10, 2022
|
Potential bug with subclass / init
|
|
4
|
1551
|
February 3, 2022
|
"'let' property may not be initialized directly" in internal struct init
|
|
2
|
5459
|
January 29, 2022
|