Closed samuelsainz closed 1 month ago
@heyjaywilson hi Jay, if you agree with the change, please feel free to assign it to me as well. Thank you!
I can get behind this change! As long as both formatting changes still work it makes sense. Xcode 16 is necessary for this project anyway.
Description
From the swift-format docs:
Because of this, it is not necessary to install swift-format using Homebrew or other custom alternatives. The difference is that to invoke the command you have to use
swift format
instead ofswift-format
.Acceptance criteria
Modify the
format-changes.sh
script to useswift format
instead ofswift-format
if Xcode version is 16+.