Interface Swiftc
- All Superinterfaces:
- Named,- NativeToolChain,- ToolChain
The Swift Compiler tool chain.
- Since:
- 4.1
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryMethods inherited from interface org.gradle.platform.base.ToolChaingetDisplayName
- 
Method Details- 
getPathThe paths setting required for executing the tool chain. These are used to locate tools for this tool chain, and are prepended to the system PATH when executing these tools.
- 
pathAppend an entry or entries to the tool chain path.- Parameters:
- pathEntries- The path values to append. These are evaluated as per- Project.files(Object...)
 
 
-