Skip to content

Commit 631676b

Browse files
authored
Remove preconcurrency from Virtualization import (#184)
I don't believe we need this for anything here (maybe we once did).
1 parent 382c73a commit 631676b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/Containerization/VZVirtualMachineInstance.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ import Logging
2323
import NIOCore
2424
import NIOPosix
2525
import Synchronization
26-
27-
@preconcurrency import Virtualization
26+
import Virtualization
2827

2928
struct VZVirtualMachineInstance: VirtualMachineInstance, Sendable {
3029
typealias Agent = Vminitd

0 commit comments

Comments
 (0)