Instance Propertyswift-package-manager 6.0.3XCBuildSupport
conditions
PIF.swift:1002var conditions: [String] { get }
var conditions: [String] { get }
s14XCBuildSupport3PIFO13BuildSettingsV8PlatformO10conditionsSaySSGvp
What are these?5AEBN
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.
@frozen struct String
A Unicode string value that is a collection of characters.
init?(rawValue: String)
var packageModelPlatform: PackageModel.Platform { get }