R.swift
R.swift copied to clipboard
Tooling version check by R.swift
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.)