サーバー側Swift
Bitz Co., Ltd.
村上幸雄
• swiftenv
• Snapshots
• Swift Package Manager
• Kituraフレームワーク
• 開発環境(XcodeとDocker)
• Bluemix
swiftenv
• https://github.com/kylef/swiftenv
• Homebrew
$ /usr/bin/ruby -e "$(curl -fsSL
https://raw.githubusercontent.com/Homebrew/install/master/install)”
• Homebrew
$ brew install kylef/formulae/swiftenv
$ echo 'if which swiftenv > /dev/null; then eval "$(swiftenv init -)"; fi' >>
~/.bash_profile
$ swiftenv rehash
Snapshots
• https://swift.org/download/
• ダブルクリックでパッケージをインストール
$ cd /Library/Developer/Toolchains
$ ls
swift-DEVELOPMENT-SNAPSHOT-2016-07-29-a.xctoolchain
swift-latest.xctoolchain
Kitura
• https://github.com/IBM-Swift/Kitura
• snapshotの版を確認する。
• Getting Started

サーバ側Swift