Skip to content

Commit 3350f6a

Browse files
committed
TSCUtility: deprecate Platform
This marks the `Platform` type as deprecated. The functionality has been split up into swift-package-manager and sourcekit-lsp as appropriate. There remain no users of this at this point. swiftlang/sourcekit-lsp#686 swiftlang/swift-package-manager#6011
1 parent 6a54b42 commit 3350f6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/TSCUtility/Platform.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import TSCBasic
1212
import Foundation
1313

1414
/// Recognized Platform types.
15+
@available(*, deprecated, message: "moved to SourceKit-LSP")
1516
public enum Platform: Equatable {
1617
case android
1718
case darwin

0 commit comments

Comments
 (0)