Skip to content

Rename Swift Interface to Generated Interface #878

Closed
@ahoppen

Description

@ahoppen

When generating an interface for a Swift module or a file as part of the OpenInterfaceRequest, we currently refer to it as a Swift Interface, which isn’t technically true. .swiftinterface files are distributed as part of library evolution, while the generated interfaces are generated by an IDE.

We should use correct terminology here and refer to the interfaces we produce in sourcekit-lsp as Generated Interfaces, not Swift Interfaces.

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactoringAn internal refactoring of the codebase

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions