<div dir="ltr">Hello,<div><br></div><div>This weekend I upgraded to OS X Yosemite. Today I was trying to run Swift on my laptop and got:</div><div>







<p class=""><span class="">$ swift -version</span></p>
<p class=""><span class="">xcrun: error: active developer path ("/Library/Developer/CommandLineTools") does not exist, use `xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools (or see `man xcode-select`)</span></p><p class="">Took me a second to figure out what was going on there. There is now a /usr/bin/swift command related to Apple's new Swift programming language. The fix is just to adjust PATH so Swift's installation directory is added before /usr/bin. Finder also recognizes and tries to open any files with a .swift extension in the mac code editor.</p><p class="">Not a huge issue, but perhaps a potential source of confusion for new users.</p></div></div>