Multi-architecture docker example with static Linux SDK
|
|
0
|
138
|
September 19, 2024
|
Swift static sdk with async networking
|
|
17
|
366
|
July 24, 2024
|
With SwiftPM, how to distribute a framework as static (vs dynamic)
|
|
0
|
132
|
July 23, 2024
|
Why does Swift favor protocol extension implementation over witness implementation?
|
|
13
|
955
|
February 19, 2024
|
Statically linked Library within a Dynamic Framework. Works, but how, and is it valid?
|
|
0
|
1630
|
February 26, 2023
|
Android link failures with --static-swift-stdlib
|
|
2
|
977
|
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
|
2034
|
September 12, 2022
|
Stable pointer to a C String literal
|
|
11
|
1761
|
October 26, 2021
|
How can I reduce the size of a swift application compiled as a static executable?
|
|
11
|
4368
|
August 6, 2021
|
Allow calling type members from instance members without `Self.`
|
|
5
|
1384
|
May 15, 2021
|
Using xcframework with an external static C library within an Xcode project
|
|
11
|
12009
|
January 18, 2021
|
Ship static library as binary dependency in Package Manager
|
|
0
|
740
|
November 27, 2020
|
Static data initialization
|
|
3
|
1357
|
November 25, 2020
|
Build an executable project with statically linked libraries for Linux Ubuntu
|
|
4
|
2139
|
May 8, 2020
|
Embedding a library inside another static library
|
|
1
|
1481
|
April 29, 2020
|
Expose private headers in Objective-C to Swift in a static library
|
|
0
|
2290
|
March 14, 2020
|
Static / dynamic library in pure swift
|
|
1
|
1122
|
February 8, 2020
|
Allowing type-level properties in generic types
|
|
2
|
873
|
January 12, 2020
|
Why can’t we have these kinds of globals?
|
|
3
|
795
|
November 7, 2019
|
Memory implications Static constructs vs Singletons
|
|
3
|
4755
|
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
|
4523
|
June 18, 2019
|
`self` within initializer expression of stored type property is `unresolved identifier`
|
|
2
|
722
|
April 21, 2019
|