You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/PackageLoading/ToolsVersionLoader.swift
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -124,10 +124,6 @@ public class ToolsVersionLoader: ToolsVersionLoaderProtocol {
124
124
case inaccessibleManifest(path:AbsolutePath, reason:String)
125
125
/// Package manifest file's content can not be decoded as a UTF-8 string.
126
126
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.
0 commit comments