We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Character
fileprivate
1 parent ff3e40f commit 4e906b9Copy full SHA for 4e906b9
Sources/SymbolKit/SymbolGraph/SemanticVersion/Prerelease.swift
@@ -145,7 +145,7 @@ extension SymbolGraph.SemanticVersion.Prerelease.Identifier: CustomStringConvert
145
146
// MARK: - Validating Identifiers
147
148
-extension Character {
+fileprivate extension Character {
149
/// A Boolean value indicating whether this character is allowed in a semantic version's identifier.
150
internal var isAllowedInSemanticVersionIdentifier: Bool {
151
isASCII && (isLetter || isNumber || self == "-")
0 commit comments