Package-level declarations

Plugins for building from Swift language sources.

Types

Link copied to clipboard
abstract class SwiftApplicationPlugin : Plugin<T>
A plugin that produces an executable from Swift source.
Link copied to clipboard
abstract class SwiftBasePlugin : Plugin<T>
A common base plugin for the Swift application and library plugins
Link copied to clipboard
abstract class SwiftLibraryPlugin : Plugin<T>
A plugin that produces a shared library from Swift source.