You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Xcode 16 which comes with a bundled swift format. When I run swift format --version, it prints main.
Does this mean the swift format bundled with Xcode will always be updated with the latest main branch? Or the bundled version is the latest from the main branch at the time of Xcode release is created?
I tried installing swift-format with homebrew and swift-format --version prints the version correctly.