Skip to content

Commit 2e753b8

Browse files
remove ToolsVersionLoader.Error.malformedToolsVersion(_:_:)
It can be removed instead of just deprecated, because `libSwiftPM` isn't API-stable yet.
1 parent 147bd55 commit 2e753b8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Sources/PackageLoading/ToolsVersionLoader.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,6 @@ public class ToolsVersionLoader: ToolsVersionLoaderProtocol {
124124
case inaccessibleManifest(path: AbsolutePath, reason: String)
125125
/// Package manifest file's content can not be decoded as a UTF-8 string.
126126
case nonUTF8EncodedManifest(path: AbsolutePath)
127-
/// Malformed tools version specifier.
128-
/// - Warning: This case has been deprecated since Swift 5.3.1, please use `case malformedToolsVersionSpecification(_ malformation: ToolsVersionSpecificationMalformation)` instead.
129-
@available(swift, deprecated: 5.3.1, renamed: "malformedToolsVersion(_:)")
130-
case malformedToolsVersion(specifier: String, currentToolsVersion: ToolsVersion)
131127
/// Malformed tools version specification.
132128
case malformedToolsVersionSpecification(_ malformation: ToolsVersionSpecificationMalformation)
133129
/// Backward-incompatible contents with Swift tools version ≤ 5.3.

0 commit comments

Comments
 (0)