1// SPDX-FileCopyrightText: 2025 The Project Pterodactyl Developers 2// 3// SPDX-License-Identifier: MPL-2.0 4 5import Foundation 6import TSCBasic 7import llbuild2fx 8 9struct UnitInfo: Equatable, Codable, FXValue { 10 let path: AbsolutePath 11 let blobId: LLBDataID 12}