Interface SwiftPlatform
public interface SwiftPlatform
A target platform for building Swift binaries.
- Since:
- 4.5
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Swift language level to use to compile the source files.Returns the target machine for this platform.
-
Method Details
-
getTargetMachine
-
getSourceCompatibility
SwiftVersion getSourceCompatibility()Returns the Swift language level to use to compile the source files.- Since:
- 5.2
-