api / org.gradle.language.swift / SwiftApplication

SwiftApplication

@Incubating interface SwiftApplication : ProductionSwiftComponent

Configuration for a Swift application, defining the source files that make up the application plus other settings.

An instance of this type is added as a project extension by the Swift application plugin.

Since
4.2

Functions

getDevelopmentBinary

abstract fun getDevelopmentBinary(): Provider<out SwiftExecutable>

{@inheritDoc}