Multi-architecture docker example with static Linux SDK
|
|
0
|
59
|
September 19, 2024
|
Swift static sdk with async networking
|
|
17
|
320
|
July 24, 2024
|
With SwiftPM, how to distribute a framework as static (vs dynamic)
|
|
0
|
79
|
July 23, 2024
|
Why does Swift favor protocol extension implementation over witness implementation?
|
|
13
|
892
|
February 19, 2024
|
Statically linked Library within a Dynamic Framework. Works, but how, and is it valid?
|
|
0
|
1511
|
February 26, 2023
|
Android link failures with --static-swift-stdlib
|
|
2
|
955
|
December 6, 2022
|
Writing to a static property causes its default value to be evaluated - is this deliberate? A bug? Could it be changed?
|
|
8
|
1942
|
September 12, 2022
|
Stable pointer to a C String literal
|
|
11
|
1696
|
October 26, 2021
|
How can I reduce the size of a swift application compiled as a static executable?
|
|
11
|
4094
|
August 6, 2021
|
Allow calling type members from instance members without `Self.`
|
|
5
|
1375
|
May 15, 2021
|
Using xcframework with an external static C library within an Xcode project
|
|
11
|
11702
|
January 18, 2021
|
Ship static library as binary dependency in Package Manager
|
|
0
|
735
|
November 27, 2020
|
Static data initialization
|
|
3
|
1301
|
November 25, 2020
|
Build an executable project with statically linked libraries for Linux Ubuntu
|
|
4
|
2094
|
May 8, 2020
|
Embedding a library inside another static library
|
|
1
|
1466
|
April 29, 2020
|
Expose private headers in Objective-C to Swift in a static library
|
|
0
|
2250
|
March 14, 2020
|
Static / dynamic library in pure swift
|
|
1
|
1118
|
February 8, 2020
|
Allowing type-level properties in generic types
|
|
2
|
863
|
January 12, 2020
|
Why can’t we have these kinds of globals?
|
|
3
|
793
|
November 7, 2019
|
Memory implications Static constructs vs Singletons
|
|
3
|
4677
|
September 13, 2019
|
Can you satisfy a static member with an enumeration case?
|
|
1
|
948
|
August 27, 2019
|
Compiling Swift with statically linked standard library on Linux
|
|
2
|
4354
|
June 18, 2019
|
`self` within initializer expression of stored type property is `unresolved identifier`
|
|
2
|
722
|
April 21, 2019
|