Remove unnecessary macOS version checks.
SAP requires Swift 5.7+. According to this Apple documentation,, Swift 5.7+ can only deploy on macOS 10.13+, iOS 11+, tvOS 11+ & watchOS 4+.
This boils down to removing all checks that start with #available(macOS 10.13.
Remove unnecessary macOS version checks.
SAP requires Swift 5.7+. According to this Apple documentation,, Swift 5.7+ can only deploy on macOS 10.13+, iOS 11+, tvOS 11+ & watchOS 4+.
This boils down to removing all checks that start with
#available(macOS 10.13.