You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: