Compilation extremely slow since macros adoption
|
|
123
|
18624
|
November 22, 2024
|
Swift 6 toolchain doesn't emit `.swiftmodules` files for dynamic library?
|
|
2
|
119
|
November 6, 2024
|
Crash without stack trace in optimized builds on device (Xcode 16)
|
|
7
|
354
|
September 27, 2024
|
Why `nonisolated lazy var` is allowed on actor?
|
|
5
|
690
|
September 17, 2024
|
Swift on RISC-V
|
|
18
|
4943
|
September 12, 2024
|
See diagnoses in Xcode
|
|
3
|
747
|
October 22, 2023
|
`ExpressibleByIntegerLiteral` and type inference (and macro)
|
|
5
|
216
|
August 8, 2024
|
Can't get c++ library to use the correct compiler
|
|
2
|
134
|
August 1, 2024
|
Advice on how to deal with a null dereference in the constraint system
|
|
17
|
229
|
July 24, 2024
|
Cross Compiling Swift 5.10.1 for Linux ARMv7
|
|
2
|
109
|
July 18, 2024
|
`swift-runtime: unable to suspend thread` when compiling in QEMU
|
|
19
|
2181
|
July 10, 2024
|
Why did Swift adopt the use of commas?
|
|
11
|
721
|
July 4, 2024
|
Build error with very simple benchmark package
|
|
3
|
642
|
June 23, 2024
|
Possibility to enable `any` in Embedded Swift
|
|
12
|
1068
|
June 18, 2024
|
Linking libraries like `DYLD_INSERT_LIBRARIES` at compile time through `Package.swift`
|
|
0
|
146
|
June 13, 2024
|
How to add compiler check in C for Embedded Swift?
|
|
1
|
413
|
May 29, 2024
|
How to make the swift compiler to remove unused code?
|
|
0
|
512
|
May 2, 2024
|
Compile Swift script using new LAPACK headers
|
|
5
|
426
|
April 19, 2024
|
[ConstraintSystem] A non natural behavior of compiler solving sync function even if I use `await` keyword
|
|
0
|
263
|
April 13, 2024
|
Throwing an opaque Error causes SIL build error in release build
|
|
7
|
583
|
April 9, 2024
|
Function with an inout parameter pack - should it compile?
|
|
6
|
816
|
March 28, 2024
|
Needs some guidance in order to let this file compile faster
|
|
19
|
1334
|
March 20, 2024
|
Unable to remove types metadata and methods names from compiled binary
|
|
0
|
232
|
March 19, 2024
|
Code compiles but fails with non-Apple compiler
|
|
2
|
401
|
March 7, 2024
|
Is it possible to fine-tune warnings as errors in Swift?
|
|
0
|
309
|
March 6, 2024
|
Inline optimizations
|
|
13
|
524
|
February 26, 2024
|
Please help me understand "Finding the Dynamic Type in a Generic Context"
|
|
5
|
537
|
February 16, 2024
|
Retain overflow checks when compiled with `-Ounchecked`
|
|
67
|
3471
|
January 26, 2024
|
Extending Obj-C class with lightweight generics in Swift
|
|
3
|
2449
|
January 22, 2024
|
Accessing a property of an uninitialized instance results in a Runtime error
|
|
1
|
404
|
January 14, 2024
|