I just converted one of my projects from Swift 2.3 to Swift 3 and eventhoug everything compiles fine and everything works, I keep getting the following warning ...
warning: target indicates SWIFT_VERSION = '2.3', but it is overridden by TOOLCHAINS = 'com.apple.dt.toolchain.XcodeDefault'
Has anyone seen this warning?
A warning: 
Many of the topics found / read suggest changing the Command Line Tools: parameter Command Line Tools: to use Xcode 8, but mine already uses Xcode 8.1(8B62)
Settings: 
Any suggestion?
source share