Platform
public enum Platform
Captures the different platforms supported by Swift which will influence code generation
-
The Mac platform
Declaration
Swift
case macOS
-
iOS
Declaration
Swift
case iOS
-
Linux or other platforms
Declaration
Swift
case foundation