api / org.gradle.language.swift.tasks

Package org.gradle.language.swift.tasks

Types

SwiftCompile

open class SwiftCompile : DefaultTask

Compiles Swift source files into object files.

UnexportMainSymbol

open class UnexportMainSymbol : DefaultTask

Unexports the main entry point symbol in an object file, so the object file can be linked with an executable.