Comment by lijunle
7 hours ago
How is the toolchain? Does Swift Lint and Swift Format support the newest version. Honestly, the modern program language should have the built-in formatter and recommend lint rules. It is not just shipping a program language, it is a while ecosystem.
Both are apart of the toolchain now, no external dependencies required: `swift format` and `swift format lint` to access them