Skip to content

Commit

Permalink
TSCUtility: deprecate Platform
Browse files Browse the repository at this point in the history
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.

apple/sourcekit-lsp#686
apple/swift-package-manager#6011
  • Loading branch information
compnerd committed Jan 30, 2023
1 parent 6a54b42 commit 3350f6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/TSCUtility/Platform.swift
Expand Up @@ -12,6 +12,7 @@ import TSCBasic
import Foundation

/// Recognized Platform types.
@available(*, deprecated, message: "moved to SourceKit-LSP")
public enum Platform: Equatable {
case android
case darwin
Expand Down

0 comments on commit 3350f6a

Please sign in to comment.