Hint at how to get properties of inherited Type?
|
|
2
|
138
|
August 14, 2022
|
Swift mentee, (in the Swift.org mentorship program), having trouble compiling the Swift compiler. Please help!
|
|
13
|
446
|
August 1, 2022
|
Instrumenting read/writes not possible for built in datatypes?
|
|
0
|
88
|
July 20, 2022
|
How to make sure recursion is optimized?
|
|
1
|
217
|
July 19, 2022
|
SR-12802: Disambiguate functions with lvalue and rvalue reference parameters in the same overload set
|
|
1
|
129
|
July 8, 2022
|
Compiler bug? Adding explicit `any` to a protocol compositon type breaks the callers
|
|
2
|
124
|
June 18, 2022
|
A few compiler gotchas
|
|
8
|
304
|
June 7, 2022
|
Improving the Debug Output of the Type Inference Algorithm
|
|
0
|
168
|
May 26, 2022
|
Is it possible to view how the compiler desugars result builder code?
|
|
7
|
482
|
May 17, 2022
|
[Pitch] Opaque result types with limited availability
|
|
4
|
506
|
May 13, 2022
|
Building a DSL based on Swift
|
|
1
|
234
|
May 3, 2022
|
What are the dangers of making my `Array` type a `class` instead of a `struct` in our custom standard library?
|
|
8
|
442
|
May 2, 2022
|
Throwable accessors
|
|
56
|
3848
|
April 15, 2022
|
Compilation time with and without type inference
|
|
3
|
299
|
April 6, 2022
|
Building a XCFramework without objective-c interop
|
|
7
|
579
|
April 1, 2022
|
Large Increase in Compilation Time in Swift 5.6 on Enums with Associated Values
|
|
2
|
571
|
March 27, 2022
|
Swift 5.6 SIL / LLVM Regression
|
|
1
|
383
|
March 26, 2022
|
Build failure on Apple MacBook Pro with Apple M1 Chip
|
|
1
|
540
|
March 23, 2022
|
New "segmentation fault 11" in Swift 5.6
|
|
7
|
667
|
March 22, 2022
|
Inconsistent Swift compiler behaviours for enum definitions
|
|
6
|
493
|
March 20, 2022
|
Swift 5.5+ error, argument list is too long
|
|
5
|
887
|
February 9, 2022
|
Compiler crashes when using result builder
|
|
0
|
286
|
January 23, 2022
|
Recursive type definitions for functions
|
|
6
|
887
|
January 23, 2022
|
[AutoDiff] Need assistance with debugging the compiler
|
|
3
|
572
|
January 19, 2022
|
Major Compile Performance Regression Swift 5.6
|
|
5
|
1062
|
January 15, 2022
|
Retain overflow checks when compiled with `-Ounchecked`
|
|
34
|
1077
|
January 9, 2022
|
Closure parameter oddity
|
|
1
|
182
|
January 5, 2022
|
Variable redefinition via guard
|
|
16
|
880
|
January 5, 2022
|
Suppressing deprecated warnings
|
|
8
|
1971
|
December 14, 2021
|
Does Swift's compiler know to optimise this second function call away?
|
|
5
|
368
|
December 10, 2021
|