Instance Propertyswift-package-manager 6.0.3XCBuildSupport
guid
XCBuildMessage.swift:44let guid: PIF.GUID
let guid: PIF.GUID
s14XCBuildSupport0A7MessageO18TargetUpToDateInfoV4guidSSvp
What are these?8FFZM
import XCBuildSupport
struct TargetUpToDateInfo
enum XCBuildMessage
Represents a message output by xcbuild.
enum PIF
The Project Interchange Format (PIF) is a structured representation of the project model created by clients (Xcode/SwiftPM) to send to XCBuild.
typealias GUID = String
The type used for identifying PIF objects.
init(from decoder: any Decoder) throws