Implemented the SemanticVersionValidationRule type in the library target.

This commit is contained in:
2025-10-13 00:41:29 +02:00
parent c324affad1
commit 28e3c68ce1
5 changed files with 123 additions and 1 deletions
@@ -24,6 +24,8 @@ enum InputValidationError: Error {
case inputNotConsumerKey
/// An input does not comply with the consumer secret requirements.
case inputNotConsumerSecret
/// An input does not comply with the semantic versioning requirements.
case inputNotSemanticVersion
/// An input does not comply with the user token requirements.
case inputNotUserToken
}