Enumerationswift-cloud 0.31.0CloudCore
BuildError
Builder.swift:5enum BuildError
enum BuildError
import CloudCore
struct Builder
case invalidSwiftVersion
let binaryen: Binaryen.Client
func buildAmazonLinux(targetName: String, architecture: Architecture = .current) async throws
func buildUbuntu(targetName: String, architecture: Architecture = .current) async throws
func buildWasm(targetName: String, architecture: Architecture = .current) async throws
func currentSwiftVersion() async throws -> String
protocol Equatable
A type that can be compared for value equality.
protocol Error : Sendable
A type representing an error value that can be thrown.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol Sendable
var localizedDescription: String { get }
Retrieve the localized description for this error.
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.