Interface SwiftcPlatformToolChain
- All Superinterfaces:
- NativePlatformToolChain
Swiftc specific settings for the tools used to build for a particular platform.
- Since:
- 4.1
- 
Method SummaryModifier and TypeMethodDescriptionReturns the linker tool.Returns the settings to use for the archiver.Returns the tool for stripping symbols.Returns the compiler tool.Returns the tool for extracting symbols.Methods inherited from interface org.gradle.nativeplatform.toolchain.NativePlatformToolChaingetPlatform
- 
Method Details- 
getSwiftCompilerCommandLineToolConfiguration getSwiftCompiler()Returns the compiler tool.
- 
getLinkerCommandLineToolConfiguration getLinker()Returns the linker tool.
- 
getStaticLibArchiverCommandLineToolConfiguration getStaticLibArchiver()Returns the settings to use for the archiver.- Since:
- 4.5
 
- 
getSymbolExtractorCommandLineToolConfiguration getSymbolExtractor()Returns the tool for extracting symbols.- Since:
- 4.5
 
- 
getStripperCommandLineToolConfiguration getStripper()Returns the tool for stripping symbols.- Since:
- 4.5
 
 
-