NativePlatformToolChain@Incubating public interface SwiftcPlatformToolChain extends NativePlatformToolChain
| Modifier and Type | Method | Description | 
|---|---|---|
| CommandLineToolConfiguration | getLinker() | Returns the linker tool. | 
| CommandLineToolConfiguration | getStaticLibArchiver() | Returns the settings to use for the archiver. | 
| CommandLineToolConfiguration | getStripper() | Returns the tool for stripping symbols. | 
| CommandLineToolConfiguration | getSwiftCompiler() | Returns the compiler tool. | 
| CommandLineToolConfiguration | getSymbolExtractor() | Returns the tool for extracting symbols. | 
getPlatformCommandLineToolConfiguration getSwiftCompiler()
CommandLineToolConfiguration getLinker()
CommandLineToolConfiguration getStaticLibArchiver()
CommandLineToolConfiguration getSymbolExtractor()
CommandLineToolConfiguration getStripper()