|
Default init internal needs a workaround. Enough is enough
|
|
51
|
6767
|
August 3, 2026
|
|
Why can't a variadic generic initailizer (that allows zero arguments) count for a protocol's default initializer requirement?
|
|
5
|
206
|
July 7, 2026
|
|
How could someone delegate to a generic-style variadic initializer?
|
|
2
|
193
|
July 6, 2026
|
|
[Pitch] Memberwise reinitialization for let properties of struct when the synthesized memberwise initializer is available
|
|
7
|
764
|
April 4, 2026
|
|
Why are tuples allowed to be only partially initialized?
|
|
4
|
382
|
April 2, 2026
|
|
Why is overriding a non-failable init with a failable init not allowed?
|
|
3
|
247
|
March 24, 2026
|
|
Actor seems not work with ExpressibleByIntegerLiteral
|
|
25
|
922
|
March 3, 2026
|
|
Two convenience initializers can call each other forever
|
|
5
|
309
|
February 26, 2026
|
|
Apparent compiler bug relating to Optional witnessing failable initializer requirement
|
|
1
|
220
|
January 2, 2025
|
|
How to determine if a passed argument is a string literal?
|
|
7
|
3943
|
December 14, 2024
|
|
Region based isolation prevents sending a Sendable type
|
|
3
|
656
|
November 10, 2024
|
|
What changed about initialising instance variables?
|
|
3
|
301
|
August 8, 2024
|
|
propertyWrapper with simple initializer as method's argument should behave like a default argument
|
|
1
|
310
|
July 19, 2024
|
|
Class does not inherit initializer from superclass of superclass
|
|
6
|
942
|
June 7, 2024
|
|
`self = x` in NSObject initializers
|
|
3
|
347
|
May 7, 2024
|
|
Missing warning or error when messing up initializer inheritance?
|
|
3
|
640
|
April 24, 2024
|
|
Checking if required init? failed from a convenience init
|
|
5
|
568
|
April 21, 2024
|
|
Singleton class initialisation creates multiple versions
|
|
6
|
789
|
January 28, 2024
|
|
Inconsistent memberwise initializer generation when property wrapper provides an initializer with no parameters
|
|
1
|
529
|
October 26, 2023
|
|
Initializer is inaccessible due to 'private' protection level
|
|
9
|
34674
|
October 17, 2023
|
|
Nonisolated synchronous actor initializers
|
|
0
|
803
|
September 21, 2023
|
|
[Pitch] Refining Property-wrapper-related Initialization
|
|
5
|
2895
|
September 6, 2023
|
|
`'self' used before 'super.init' call` conflicts with `Property not initialized at super.init call`
|
|
6
|
5645
|
August 27, 2023
|
|
UnconditionallyInitialisable
|
|
10
|
1273
|
August 11, 2023
|
|
Objective-C initializer isn't visible to Swift
|
|
8
|
2228
|
July 6, 2023
|
|
Can a macro generated initializer keep the memberwise initializer?
|
|
2
|
1620
|
June 23, 2023
|
|
Make Array.init(repeating: ...) with autoclosure
|
|
4
|
1261
|
March 22, 2023
|
|
Property wrapper initialisation issues
|
|
0
|
600
|
January 5, 2023
|
|
DRY in array initialization
|
|
4
|
822
|
January 5, 2023
|
|
Initialisation with `=` from another type
|
|
2
|
808
|
November 4, 2022
|