Skip to content

Module Stability (Swift 5.1) #301

@jrcmramos

Description

@jrcmramos

Hi guys,

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.

Are you open for PR with this change?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions