R.swift icon indicating copy to clipboard operation
R.swift copied to clipboard

Tooling version check by R.swift

Open mac-cain13 opened this issue 4 years ago • 0 comments

SWIFT_VERSION, SDK_VERSION and XCODE_VERSION_ACTUAL are available in the environment. We could check at the start and warn/error about incorrect versions being used and advise the user about this.

Think this would be nice, because when releasing R.swift 5.2 I got a vague error because I forgot to upgrade the ResourceApp project to Swift 5. This warning would have saved me quite some time. 😄

(Also very valuable when running on CI where Xcode/macOS version might not be what we expected them to be.)

mac-cain13 avatar Apr 22 '20 23:04 mac-cain13