Interface SwiftcPlatformToolChain
- All Superinterfaces:
NativePlatformToolChain
Swiftc specific settings for the tools used to build for a particular platform.
- Since:
- 4.1
-
Method Summary
Modifier 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.NativePlatformToolChain
getPlatform
-
Method Details
-
getSwiftCompiler
CommandLineToolConfiguration getSwiftCompiler()Returns the compiler tool. -
getLinker
CommandLineToolConfiguration getLinker()Returns the linker tool. -
getStaticLibArchiver
CommandLineToolConfiguration getStaticLibArchiver()Returns the settings to use for the archiver.- Since:
- 4.5
-
getSymbolExtractor
CommandLineToolConfiguration getSymbolExtractor()Returns the tool for extracting symbols.- Since:
- 4.5
-
getStripper
CommandLineToolConfiguration getStripper()Returns the tool for stripping symbols.- Since:
- 4.5
-