Package org.gradle.language.swift
Model classes for building from Swift language sources.
-
Interface Summary Interface Description SwiftApplication Configuration for a Swift application, defining the source files that make up the application plus other settings.SwiftBinary A binary built from Swift source.SwiftComponent Configuration for a Swift component, such as a library or executable, defining the source files that make up the component plus other settings.SwiftExecutable An executable built from Swift source.SwiftLibrary Configuration for a Swift library, defining the source files that make up the library plus other settings.SwiftSharedLibrary A shared library built from Swift source.