How to select Swift toolchains when building with Carthage
问题 I am creating an iOS app and use Carthage to build external libraries. Since the libraries I use are currently both Swift 2 and Swift 3 I am in a bit of a squeeze. Thus I want to have one Swift 2 branch and one Swift 3 branch for development and then merge them when the libraries are all Swift 3 compatible. However, I am not able to select which toolchain for build for with Carthage (version 0.18). Here is the contents of my Cartfile: # Swift 2 libraries github "stephencelis/SQLite.swift" ~>