Compilation extremely slow since macros adoption
|
|
126
|
19281
|
November 26, 2024
|
Swift 6 toolchain doesn't emit `.swiftmodules` files for dynamic library?
|
|
2
|
122
|
November 6, 2024
|
Crash without stack trace in optimized builds on device (Xcode 16)
|
|
7
|
402
|
September 27, 2024
|
Why `nonisolated lazy var` is allowed on actor?
|
|
5
|
702
|
September 17, 2024
|
Swift on RISC-V
|
|
18
|
4949
|
September 12, 2024
|
See diagnoses in Xcode
|
|
3
|
747
|
October 22, 2023
|
`ExpressibleByIntegerLiteral` and type inference (and macro)
|
|
5
|
217
|
August 8, 2024
|
Can't get c++ library to use the correct compiler
|
|
2
|
140
|
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
|
115
|
July 18, 2024
|
`swift-runtime: unable to suspend thread` when compiling in QEMU
|
|
19
|
2194
|
July 10, 2024
|
Why did Swift adopt the use of commas?
|
|
11
|
722
|
July 4, 2024
|
Build error with very simple benchmark package
|
|
3
|
648
|
June 23, 2024
|
Possibility to enable `any` in Embedded Swift
|
|
12
|
1076
|
June 18, 2024
|
Linking libraries like `DYLD_INSERT_LIBRARIES` at compile time through `Package.swift`
|
|
0
|
149
|
June 13, 2024
|
How to add compiler check in C for Embedded Swift?
|
|
1
|
414
|
May 29, 2024
|
How to make the swift compiler to remove unused code?
|
|
0
|
516
|
May 2, 2024
|
Compile Swift script using new LAPACK headers
|
|
5
|
435
|
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
|
589
|
April 9, 2024
|
Function with an inout parameter pack - should it compile?
|
|
6
|
818
|
March 28, 2024
|
Needs some guidance in order to let this file compile faster
|
|
19
|
1336
|
March 20, 2024
|
Unable to remove types metadata and methods names from compiled binary
|
|
0
|
233
|
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
|
530
|
February 26, 2024
|
Please help me understand "Finding the Dynamic Type in a Generic Context"
|
|
5
|
546
|
February 16, 2024
|
Retain overflow checks when compiled with `-Ounchecked`
|
|
67
|
3475
|
January 26, 2024
|
Extending Obj-C class with lightweight generics in Swift
|
|
3
|
2464
|
January 22, 2024
|
Accessing a property of an uninitialized instance results in a Runtime error
|
|
1
|
405
|
January 14, 2024
|