Instance Method (Default implementation)swift-package-manager 6.0.1PackageGraph
versionsDescending
PackageContainer.swift:106func versionsDescending() throws -> [Version]
func versionsDescending() throws -> [Version]
s12PackageGraph0A9ContainerPAAE18versionsDescendingSay10TSCUtility7VersionVGyKF
What are these?216M
import PackageGraph
protocol PackageContainer
A container of packages.
func versionsDescending() throws -> [Version]
Get the list of versions in the repository sorted in the descending order, that is the latest version appears first.
var shouldInvalidatePinnedVersions: Bool { get }
func reversedVersions() throws -> [Version]