<!--
{
  "availability" : [
    "SwiftPM: -"
  ],
  "documentType" : "symbol",
  "framework" : "PackageDescription",
  "identifier" : "/documentation/PackageDescription/Package/Dependency/Requirement-swift.enum/upToNextMinor(from:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "PackageDescription"
    ],
    "preciseIdentifier" : "s:18PackageDescription0A0C10DependencyC11RequirementO13upToNextMinor4fromAgA7VersionV_tFZ"
  },
  "title" : "upToNextMinor(from:)"
}
-->

# upToNextMinor(from:)

A source control requirement bounded to the given version’s minor version number.

```
static func upToNextMinor(from version: Version) -> Package.Dependency.Requirement
```

## Parameters

`version`

The minimum version for the version range.

## Return Value

A source control requirement instance.

## Discussion

Returns a requirement for a version range, starting at the given minimum
version and going up to but not including the next minor version.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)