A command-line tool and Xcode Extension for formatting Swift code
SwiftFormat is a code library and command-line tool for reformatting Swift code on macOS or Linux. SwiftFormat goes above and beyond what you might expect from a code formatter. In addition to adjusting white space, it can insert or remove implicit self, remove redundant parentheses, and correct many other deviations from the standard Swift idioms. Many programmers have a preferred style for formatting their code, and others seem entirely blind to the existing formatting conventions of a project. ...
OpenAPI/Swagger 3.0 Parser and Swift code generator
SwagGen is a library and commandline tool for parsing and generating code for OpenAPI/Swagger 3.0 specs, completely written in Swift. It contains a Swagger library that can be used in Swift to load and parse Swagger specs. SwagGen is a commandline tool that generates code from a OpenAPI/Swagger 3.0 spec. Templates for any language can be written that leverage this generator.