Interface SwiftPlatform


  • public interface SwiftPlatform
    A target platform for building Swift binaries.
    Since:
    5.2
    • Method Detail

      • getTargetMachine

        TargetMachine getTargetMachine()
        Returns the target machine for this platform.
      • getSourceCompatibility

        SwiftVersion getSourceCompatibility()
        Returns the Swift language level to use to compile the source files.