toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.language.swift
/
ProductionSwiftComponent
Production
Swift
Component
API
interface
ProductionSwiftComponent
:
SwiftComponent
,
ProductionComponent
(
source
)
Represents a Swift component that is the main product of a project.
Since
4.5
Inheritors
SwiftApplication
SwiftLibrary
Members
Functions
get
Binaries
Link copied to clipboard
API
abstract
fun
getBinaries
(
)
:
BinaryCollection
<
out
SoftwareComponent
>
abstract
fun
getBinaries
(
)
:
BinaryCollection
<
out
SwiftBinary
>
get
Dependencies
Link copied to clipboard
API
abstract
fun
getDependencies
(
)
:
ComponentDependencies
get
Development
Binary
Link copied to clipboard
API
abstract
fun
getDevelopmentBinary
(
)
:
Provider
<
out
SwiftBinary
>
get
Implementation
Dependencies
Link copied to clipboard
API
abstract
fun
getImplementationDependencies
(
)
:
Configuration
get
Module
Link copied to clipboard
API
abstract
fun
getModule
(
)
:
Property
<
String
>
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Source
Link copied to clipboard
API
abstract
fun
getSource
(
)
:
ConfigurableFileCollection
get
Source
Compatibility
Link copied to clipboard
API
abstract
fun
getSourceCompatibility
(
)
:
Property
<
SwiftVersion
>
get
Swift
Source
Link copied to clipboard
API
abstract
fun
getSwiftSource
(
)
:
FileCollection
get
Target
Machines
Link copied to clipboard
API
abstract
fun
getTargetMachines
(
)
:
SetProperty
<
TargetMachine
>
source
Link copied to clipboard
API
abstract
fun
source
(
action
:
Action
<
in
ConfigurableFileCollection
>
)