Skip to content

Commit fd23b49

Browse files
John ButeJohn Bute
John Bute
authored and
John Bute
committed
fixed simple mistake
1 parent cfe04db commit fd23b49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/CoreCommands/SwiftCommandState.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ import _Concurrency
1414
import ArgumentParser
1515
import Basics
1616
import Dispatch
17-
import class Foundation.NSDistributedLock
17+
import class Foundation.NSLock
1818
import class Foundation.ProcessInfo
1919
import PackageGraph
2020
import PackageLoading
2121
@_spi(SwiftPMInternal)
2222
import PackageModel
2323
import SPMBuildCore
2424
import Workspace
25-
import Foundation.NSFileManager
2625

2726
#if USE_IMPL_ONLY_IMPORTS
2827
@_implementationOnly

0 commit comments

Comments
 (0)