Structure

Platform

A platform that usually corresponds to an operating system such as iOS, macOS, or Linux.

Declaration

struct Platform

Topics

Platforms

static let iOS: Platform

The iOS platform.

static let linux: Platform

The Linux platform.

static let macOS: Platform

The macOS platform.

static let tvOS: Platform

The tvOS platform.

static let watchOS: Platform

The watchOS platform.

Relationships

Conforms To

See Also

Declaring Supported Platforms

struct SupportedPlatform

A platform that the Swift package supports.