Skip to content

Commit

Permalink
remove ToolsVersionLoader.Error.malformedToolsVersion(_:_:)
Browse files Browse the repository at this point in the history
It can be removed instead of just deprecated, because `libSwiftPM` isn't API-stable yet.
  • Loading branch information
WowbaggersLiquidLunch committed Oct 21, 2020
1 parent 147bd55 commit 2e753b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Sources/PackageLoading/ToolsVersionLoader.swift
Expand Up @@ -124,10 +124,6 @@ public class ToolsVersionLoader: ToolsVersionLoaderProtocol {
case inaccessibleManifest(path: AbsolutePath, reason: String)
/// Package manifest file's content can not be decoded as a UTF-8 string.
case nonUTF8EncodedManifest(path: AbsolutePath)
/// Malformed tools version specifier.
/// - Warning: This case has been deprecated since Swift 5.3.1, please use `case malformedToolsVersionSpecification(_ malformation: ToolsVersionSpecificationMalformation)` instead.
@available(swift, deprecated: 5.3.1, renamed: "malformedToolsVersion(_:)")
case malformedToolsVersion(specifier: String, currentToolsVersion: ToolsVersion)
/// Malformed tools version specification.
case malformedToolsVersionSpecification(_ malformation: ToolsVersionSpecificationMalformation)
/// Backward-incompatible contents with Swift tools version ≤ 5.3.
Expand Down

0 comments on commit 2e753b8

Please sign in to comment.