Kitura / BlueSocket

Socket framework for Swift using the Swift Package Manager. Works on iOS, macOS, and Linux.
Apache License 2.0
1.41k stars 197 forks source link

Module Stability (Swift 5.1) #186

Open marksmanalo opened 4 years ago

marksmanalo commented 4 years ago

Swift 5.1 introduces module stability which enables library compatibility at compile time (between different Swift versions). The stable module will have an additional swiftInterface which is the compiler’s representation of the public interfaces of a framework.

In order to active this feature the compiled framework will need to activate the BUILD_LIBRARY_FOR_DISTRIBUTION build setting.

skythomp16 commented 2 months ago

Bumping this as it would be really nice to get a version built with this flag enabled.