diff --git a/Sources/ContainerClient/SandboxSnapshot.swift b/Sources/ContainerClient/SandboxSnapshot.swift index ba8b9356..12978023 100644 --- a/Sources/ContainerClient/SandboxSnapshot.swift +++ b/Sources/ContainerClient/SandboxSnapshot.swift @@ -25,7 +25,7 @@ public struct SandboxSnapshot: Codable, Sendable { /// Containers placed in the sandbox. public let containers: [ContainerSnapshot] - package init( + public init( status: RuntimeStatus, networks: [Attachment], containers: [ContainerSnapshot]