Interface Swiftc
- All Superinterfaces:
Named
,NativeToolChain
,ToolChain
The Swift Compiler tool chain.
- Since:
- 4.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
Method Summary
Methods inherited from interface org.gradle.platform.base.ToolChain
getDisplayName
-
Method Details
-
getPath
The 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. -
path
Append an entry or entries to the tool chain path.- Parameters:
pathEntries
- The path values to append. These are evaluated as perProject.files(Object...)
-