Created by: nguyentruongtho
After upgrading to Xcode8, the default swift compiler will be 3.0. This PR will allow buck to specify swift version to be used by adding following setting to the buck config file:
[swift]
version = 2.3
Extracted from https://github.com/facebook/buck/pull/893