I am using Mac 14 and the highest version of Xcode that I can install is 16.2
And it comes with the bundled swift component - 6.0.3 version.
But my project requires swift 6.2 or later.
I was able to install swift 6.2.1 using brew install swift and added that to the ENV Path.
However xcode is still trying to use the bundled version - 6.0.3
How can I make Xcode use my new installed swift 6.2.1 instead of bundled 6.0.3?