public class SwiftPlatformFactory extends Object
Modifier and Type | Method and Description |
---|---|
static SwiftPlatform |
build(AppleSdk sdk,
AppleSdkPaths sdkPaths,
Tool swiftc,
Optional<Tool> swiftStdLibTool,
boolean shouldLinkSystemSwift,
SwiftTargetTriple swiftTarget) |
static Optional<Path> |
findSwiftCompatibilityRuntimePath(Path toolchainPath,
String platformName) |
static Optional<Path> |
findSwiftRuntimePath(Path toolchainPath,
String platformName) |
public static SwiftPlatform build(AppleSdk sdk, AppleSdkPaths sdkPaths, Tool swiftc, Optional<Tool> swiftStdLibTool, boolean shouldLinkSystemSwift, SwiftTargetTriple swiftTarget)
public static Optional<Path> findSwiftRuntimePath(Path toolchainPath, String platformName)