Swift Shared Library
interface SwiftSharedLibrary : SwiftBinary, ComponentWithSharedLibrary, ComponentWithRuntimeUsage, ComponentWithLinkUsage, ComponentWithOutputs(source)
A shared library built from Swift source.
Since
4.2
Functions
Link copied to clipboard
Returns the base name of this component.
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
Returns the dependencies of this component.
Link copied to clipboard
Returns the outgoing link elements of this component.
Link copied to clipboard
Returns the link file of this component.
Link copied to clipboard
Returns the task that should be run to produce the link file of this component.
Link copied to clipboard
Returns the link libraries to use to link this binary.
Link copied to clipboard
Returns the link task for the shared library.
Link copied to clipboard
Returns the module file for this binary.
Link copied to clipboard
Returns the object files created for this component.
Link copied to clipboard
Returns the outputs produced for this component.
Link copied to clipboard
Returns the outgoing runtime elements of this component.
Link copied to clipboard
Returns the runtime file of this component.
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
Returns the target machine for this component.
Link copied to clipboard
Returns the target platform for this component.
Link copied to clipboard
Returns the tool chain for this component.
Link copied to clipboard
Returns true if this component has debugging enabled.
Link copied to clipboard
Returns true if this component is optimized.
Link copied to clipboard
Returns true if this binary has testing enabled.