ComponentWithDependencies
, ComponentWithExecutable
, ComponentWithInstallation
, ComponentWithNativeRuntime
, ComponentWithObjectFiles
, ComponentWithOutputs
, Named
, SoftwareComponent
, SwiftBinary
@Incubating public interface SwiftExecutable extends SwiftBinary, ComponentWithExecutable, ComponentWithInstallation, ComponentWithOutputs
Named.Namer
Modifier and Type | Method | Description |
---|---|---|
Provider<RegularFile> |
getDebuggerExecutableFile() |
Returns the executable file to use with a debugger for this binary.
|
getDependencies
getExecutableFile, getExecutableFileProducer, getLinkLibraries, getLinkTask
getInstallDirectory, getInstallTask, getRuntimeLibraries
getBaseName, getTargetMachine, getToolChain, isDebuggable, isOptimized
getObjects
getOutputs
getCompileModules, getCompileTask, getLinkLibraries, getModule, getModuleFile, getRuntimeLibraries, getSwiftSource, getTargetPlatform, isTestable
Provider<RegularFile> getDebuggerExecutableFile()