Disable new swiftformat rule (#936)
Motivation:
- SwiftFormat added a new rule but was pinned to an older version; this
makes it harder for contributors to resolve issues.
Modifications:
- Disable the new rule
- Build the most recent formatter version; emit the version when running
the script
- Run the lint check verbosely
Result:
- Less pain when new rules are added