Closed
Description
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.