mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
ec6bb44c74
Replace error prone and verbose compilation conditionals like ``` #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS) ``` with ``` #if os(anyAppleOS) ```