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