toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.nativeplatform.toolchain
/
Swiftc
Swiftc
API
@
Incubating
interface
Swiftc
:
NativeToolChain
(
source
)
The
Swift Compiler
tool chain.
Since
4.1
Members
Functions
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Path
Link copied to clipboard
API
abstract
fun
getPath
(
)
:
List
<
File
>
The paths setting required for executing the tool chain.
path
Link copied to clipboard
API
abstract
fun
path
(
pathEntries
:
Array
<
Any
>
)
Append an entry or entries to the tool chain path.