api / org.gradle.language.swift.plugins / SwiftLibraryPlugin

SwiftLibraryPlugin

@Incubating open class SwiftLibraryPlugin : Plugin<Project>

A plugin that produces a shared library from Swift source.

Adds compile, link and install tasks to build the shared library. Defaults to looking for source files in `src/main/swift`.

Adds a SwiftComponent extension to the project to allow configuration of the library.

Since
4.2

Constructors

<init>

SwiftLibraryPlugin(componentFactory: NativeComponentFactory, toolChainSelector: ToolChainSelector, attributesFactory: ImmutableAttributesFactory)

Functions

apply

open fun apply(project: Project): Unit