SwiftDocCVersionTripletStructureVersionTripletA semantic version-number triplet with major, minor, and patch components.struct VersionTripletTopicsOperatorsstatic func < (VersionTriplet, VersionTriplet) -> BoolReturns a Boolean value that indicates whether the first version is less than the second version.Initializersinit(Int, Int, Int)Creates a new version triplet with the given major, minor, and patch components.