public interface SwiftPlatform
Modifier and Type | Interface and Description |
---|---|
static class |
SwiftPlatform.Builder |
Modifier and Type | Method and Description |
---|---|
static SwiftPlatform.Builder |
builder() |
Tool |
getSwiftc() |
com.google.common.collect.ImmutableSet<Path> |
getSwiftRuntimePathsForBundling() |
com.google.common.collect.ImmutableSet<Path> |
getSwiftRuntimePathsForLinking() |
com.google.common.collect.ImmutableList<Path> |
getSwiftSharedLibraryRunPaths() |
com.google.common.collect.ImmutableSet<Path> |
getSwiftStaticRuntimePaths() |
Optional<Tool> |
getSwiftStdlibTool() |
SwiftTargetTriple |
getSwiftTarget() |
Tool getSwiftc()
com.google.common.collect.ImmutableSet<Path> getSwiftRuntimePathsForBundling()
com.google.common.collect.ImmutableSet<Path> getSwiftRuntimePathsForLinking()
com.google.common.collect.ImmutableSet<Path> getSwiftStaticRuntimePaths()
com.google.common.collect.ImmutableList<Path> getSwiftSharedLibraryRunPaths()
SwiftTargetTriple getSwiftTarget()
static SwiftPlatform.Builder builder()