SwiftBinary

A binary built from Swift source and linked from the resulting object files.

Since

4.2

Inheritors

Functions

Link copied to clipboard
abstract fun getBaseName(): Provider<String>
Link copied to clipboard
Returns the modules to use to compile this binary.
Link copied to clipboard
Returns the compile task for this binary.
Link copied to clipboard
Link copied to clipboard
Returns the link libraries to use to link this binary.
Link copied to clipboard
abstract fun getModule(): Provider<String>
Returns the name of the Swift module that this binary defines.
Link copied to clipboard
Returns the module file for this binary.
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
abstract fun getObjects(): FileCollection
Link copied to clipboard
Returns the runtime libraries required by this binary.
Link copied to clipboard
Returns the Swift source files of this binary.
Link copied to clipboard
Link copied to clipboard
Returns the target platform for this component.
Link copied to clipboard
Link copied to clipboard
abstract fun isDebuggable(): Boolean
Link copied to clipboard
abstract fun isOptimized(): Boolean
Link copied to clipboard
abstract fun isTestable(): Boolean
Returns true if this binary has testing enabled.