ashleymills / Reachability.swift

Replacement for Apple's Reachability re-written in Swift with closures
MIT License
7.94k stars 948 forks source link

Set build for distribution flag for module stability #366

Closed EmDee closed 4 years ago

EmDee commented 4 years ago

This ensures that the framework generates the .swiftinterface files so that future compilers are able to load the framework, making it module stable.

Explained in WWDC 2019: https://developer.apple.com/videos/play/wwdc2019/416/