logoalt Hacker News

lijunletoday at 3:49 PM1 replyview on HN

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.


Replies

qn9ntoday at 6:00 PM

Both are apart of the toolchain now, no external dependencies required: `swift format` and `swift format lint` to access them