vapor-docs/getting-started/install-swift-3-macos.md

34 lines
888 B
Markdown

---
currentMenu: getting-started-install-swift-3-macos
---
# Install Swift 3: macOS
To use Swift 3 on macOS, you just need to have Xcode 8 installed.
## Install Xcode
Install [Xcode 8](https://itunes.apple.com/us/app/xcode/id497799835?mt=12) from the Mac App Store.
[![Xcode 8](https://cloud.githubusercontent.com/assets/1342803/18537674/2ddd8e9c-7ad5-11e6-9bc2-7155d57d20ec.png)](https://itunes.apple.com/us/app/xcode/id497799835?mt=12)
### Open Xcode
After Xcode 8 has been downloaded, you must open it to finish the installation. This may take a while.
## Check
Double check the installation was successful by running:
```sh
curl -sL check.vapor.sh | bash
```
## Toolbox
You can now move on to [Install Toolbox](install-toolbox.md).
## Swift.org
Check out [Swift.org](https://swift.org)'s extensive guides if you need more detailed instructions for installing Swift 3.0.