Interface SwiftApplication

  • All Superinterfaces:
    Named, SoftwareComponent, SwiftComponent

    @Incubating
    public interface SwiftApplication
    extends SwiftComponent
    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 executable plugin.

    Since:
    4.2
    • Method Detail

      • getDebugExecutable

        SwiftExecutable getDebugExecutable()
        Returns the debug executable for this application.
      • getReleaseExecutable

        SwiftExecutable getReleaseExecutable()
        Returns the release executable for this application.