Enumeration Caseswift-package-manager 6.0.3XCBuildSupport
driverKit
PIF.swift:987case driverKit
case driverKit
s14XCBuildSupport3PIFO13BuildSettingsV8PlatformO9driverKityA2GmF
What are these?4T1TX
import XCBuildSupport
enum Platform
enum PIF
The Project Interchange Format (PIF) is a structured representation of the project model created by clients (Xcode/SwiftPM) to send to XCBuild.
struct BuildSettings
A set of build settings, which is represented as a struct of optional build settings. This is not optimally efficient, but it is great for code completion and type-checking.
case macOS
case macCatalyst
case iOS
case tvOS
case watchOS
case linux