Enumerationswift-package-manager 6.0.1PackageLoading
ToolsVersionSpecificationMalformationLocation
Location of the tools version specification’s malformation.
ToolsVersionParser.swift:467enum ToolsVersionSpecificationMalformationLocation
Cases
case commentMarker(MalformationDetails)
The comment marker is malformed.
case label(MalformationDetails)
The label part of the Swift tools version specification is malformed.
case versionSpecifier(MalformationDetails)
The version specifier is malformed.
case unidentified
An unidentifiable component of the Swift tools version specification is malformed.
Other members in extension
Types
enum BackwardIncompatibilityPre5_4
Details of backward-incompatible contents with Swift tools version < 5.4.
enum BackwardIncompatibilityPre6_0
Details of backward-incompatible contents with Swift tools version < 6.0.
Instance members
Citizens in PackageLoading
Types
enum MalformationDetails
The nature of malformation at the location in Swift tools version specification.