ModuleInterface icon indicating copy to clipboard operation
ModuleInterface copied to clipboard

Swift tool to generate Module Interfaces for Swift projects.

Results 3 ModuleInterface issues
Sort by recently updated
recently updated
newest added

We have internal tooling that publishes Swift interfaces for comment and review. For Swift-only frameworks our tooling works fine simply getting the abstract syntax tree of the Swift source code....

enhancement

Hey, first of all thanks for this amazing tool. Since I updated to Xcode 14, ModuleInterface stoped working. ``` moduleinterface generate --clean --module-name Example --output-folder Docs/API/ -- -scheme Example -workspace...

Hi, This PR updates the dependencies of ModuleInterface. This was an attempt to fix https://github.com/minuscorp/ModuleInterface/issues/6, but it didn't fixed it. Anyways here is a PR with the dependencies updated. Thanks