<div dir="ltr">Hi I&#39;m new to coding in Swift and I use an Mac with also ubuntu on it and have a strange problem:<div><br></div><div>On ubuntu 15.10  I could install the latest Swift Version without any problems and</div><div>If i do swift --version it shows its the latest trunk release with Swift Package Manager 0.1</div><div><br></div><div>On OS X i installed all the .pkg files and I can change to this version in Xcode</div><div>and  I put the following into .profile:<br></div><div><br></div><div> # Swift Toolchain Variables</div><div><br></div><div>export PATH=/Library/Developer/Toolchains/swift-DEVELOPMENT-SNAPSHOT-2016-03-24-a.xctoolchain/usr/bin:&quot;${PATH}&quot;</div><div><br></div><div>When i do swift --version on OS X i only get:</div><div><br></div><div><div>Apple Swift version 2.2 (swiftlang-703.0.18.1 clang-703.0.29)</div><div>Target: x86_64-apple-macosx10.9</div></div><div><br></div><div>Is there somewhere a tutorial or guide how to change the swiftversion on OSX or is the are tool for this?</div><div><br></div><div>Thanks for the help.</div></div>