import Foundation public enum Platform: String, Hashable, CaseIterable { case iOS case watchOS case tvOS case macOS }