Compiling a dynamic framework with a statically linked library creates dependencies in ".swiftmodule" file
|
|
4
|
1737
|
January 9, 2021
|
Providing alternative location for Standard Library
|
|
1
|
1044
|
April 29, 2018
|
SwiftPM: "missing required module" when compiling with a library dependency and a C subdependency (Yams) - Steps to repro included
|
|
3
|
119
|
January 13, 2021
|
Error: The compiler that produced it 'Apple Swift 5.2.2 (swiftlang...) may have used features that are not supported by this Compiler (Apple Swift 5.3 (swiftlang...)
|
|
4
|
1775
|
November 26, 2020
|
How to deal with a swift compiler error: Illegal instruction: 4
|
|
4
|
342
|
November 21, 2020
|
Bug reporting right path
|
|
1
|
98
|
November 11, 2020
|
Is anyone else getting this error when building the compiler from `master` on macOS?
|
|
16
|
3014
|
October 20, 2020
|
Precedence/associativity of member access and function call
|
|
4
|
206
|
October 16, 2020
|
Ambiguous use of function with trailing closures
|
|
3
|
237
|
October 13, 2020
|
Undefined symbol: ___isOSVersionAtLeast
|
|
24
|
6695
|
September 16, 2020
|
Compiler crash when using intel intrinsics
|
|
0
|
163
|
August 27, 2020
|
Swift fails to compile enum with #include in C header
|
|
7
|
202
|
August 14, 2020
|
Detecting symbol dependency cycles in order to minimize them for simpler incremental builds
|
|
6
|
390
|
August 10, 2020
|
How do you tell the compiler to treat another file as if it were `main.swift`?
|
|
7
|
278
|
August 5, 2020
|
"Undefined symbols for architecture x86_64" during linking
|
|
0
|
588
|
July 20, 2020
|
Throwable accessors
|
|
55
|
2515
|
July 2, 2020
|
Compiler Crash in Xcode 11.x (SILLinkerVisitor::visitProtocolConformance)
|
|
6
|
285
|
May 27, 2020
|
Nesting a type within an extension to a generic type requires indicating the "parent"'s generic type when used
|
|
6
|
362
|
May 19, 2020
|
Concise Magic File Names
|
|
53
|
3068
|
May 15, 2020
|
@available on structure extensions
|
|
4
|
155
|
May 8, 2020
|
Instant Feedback in iOS Engineering Workflows
|
|
5
|
289
|
March 12, 2020
|
Remove redundancy in Rethrowing Functions when `try?` is used
|
|
11
|
652
|
March 2, 2020
|
Hashable not auto-implementing when a member has a protocol type whose conformers must be Hashable
|
|
12
|
511
|
February 21, 2020
|
Embedding libswiftFrontEnd
|
|
0
|
169
|
February 4, 2020
|
Why some type-erasure use _AnyTypeBoxBase/_AnyTypeBox classes, and some only use _AnyTypeBox?
|
|
2
|
367
|
January 23, 2020
|
Should this compile?
|
|
6
|
445
|
January 16, 2020
|
Why conditional conformance to AnyObject in protocol extenstion is not equal to conformance to AnyObject in protocol?
|
|
2
|
318
|
January 16, 2020
|
Using `Self!` and `Self?` as type in property declarations crashes compiler and static analyzer
|
|
3
|
374
|
December 8, 2019
|
Swift incremental builds take awhile and I can't tell what is taking up so much of the time
|
|
0
|
319
|
December 7, 2019
|
Swift interface without library evolution?
|
|
1
|
770
|
December 4, 2019
|