Package org.gradle.language.swift


package org.gradle.language.swift
Model classes for building from Swift language sources.
  • Interfaces
    Class
    Description
    Configuration for a Swift application, defining the source files that make up the application plus other settings.
    A binary built from Swift source.
    Configuration for a Swift component, such as a library or executable, defining the source files that make up the component plus other settings.
    An executable built from Swift source.
    Configuration for a Swift library, defining the source files that make up the library plus other settings.
    A shared library built from Swift source.