| ▲ | lijunle 2 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. | ||
| ▲ | qn9n 10 minutes ago | parent [-] | |
Both are apart of the toolchain now, no external dependencies required: `swift format` and `swift format lint` to access them | ||