Structureswift-cloud 0.31.0CloudCore
Package
Context.swift:57struct Package
struct Package
import CloudCore
final class Context
static let buildDirectory: String
static let cloudAssetsDirectory: String
static let cloudBinDirectory: String
static let cloudDirectory: String
static let cloudSDKResourcesDirectory: String
static var current: Context! { get }
static let environment: [String : String]
static let projectDirectory: String
static let userCloudDirectory: String
let builder: Builder
let home: HomeProvider
var isProduction: Bool { get }
var name: String { get }
let package: Package
let project: any Project
let stage: String
let startDate: Date
let store: Store
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
protocol Sendable
init(from decoder: any Decoder) throws
static func current() async throws -> Context.Package
let name: String