Package-level declarations
Model classes for building from Swift language sources.
Types
Link copied to clipboard
Represents a Swift component that is the main product of a project.
Link copied to clipboard
Configuration for a Swift application, defining the source files that make up the application plus other settings.
Link copied to clipboard
A binary built from Swift source and linked from the resulting object files.
Link copied to clipboard
interface SwiftComponent : ComponentWithBinaries, ComponentWithDependencies, ComponentWithTargetMachines
Configuration for a Swift component, such as a library or executable, defining the source files that make up the component plus other settings.
Link copied to clipboard
interface SwiftExecutable : SwiftBinary, ComponentWithExecutable, ComponentWithInstallation, ComponentWithOutputs
An executable built from Swift source.
Link copied to clipboard
Configuration for a Swift library, defining the source files that make up the library plus other settings.
Link copied to clipboard
interface SwiftPlatform
A target platform for building Swift binaries.
Link copied to clipboard
interface SwiftSharedLibrary : SwiftBinary, ComponentWithSharedLibrary, ComponentWithRuntimeUsage, ComponentWithLinkUsage, ComponentWithOutputs
A shared library built from Swift source.
Link copied to clipboard
interface SwiftStaticLibrary : SwiftBinary, ComponentWithStaticLibrary, ComponentWithRuntimeUsage, ComponentWithLinkUsage, ComponentWithOutputs
A static library built from Swift source.
Link copied to clipboard
enum SwiftVersion
Swift version.