Created by: nguyentruongtho
Given swift version is specified in .buckconfig, which is different to the default swift, https://github.com/facebook/buck/pull/899 works for standalone swift target, but doesn't cover the case when there are multiple swift targets depend on each other, which will fail at linking time.
This PR will fix that problem.