// swift-tools-version: 5.9 // CxLLM-INSTRUMENT-PCKG — part of CxLLM SDK import PackageDescription let package = Package( name: "CxLLM-INSTRUMENT-PCKG", platforms: [.macOS(.v13), .iOS(.v17)], products: [ .library(name: "CxInstrument", targets: ["CxInstrument"]), ], targets: [ .target(name: "CxInstrument", path: "Sources/CxInstrument"), ] )