···11// swift-tools-version: 6.2
22-// The swift-tools-version declares the minimum version of Swift required to build this package.
3243import PackageDescription
5465let package = Package(
76 name: "CoreATProtocol",
77+ platforms: [
88+ .iOS(.v26),
99+ .watchOS(.v26),
1010+ .tvOS(.v26),
1111+ .macOS(.v26),
1212+ .macCatalyst(.v26),
1313+ ],
814 products: [
99- // Products define the executables and libraries a package produces, making them visible to other packages.
1015 .library(
1116 name: "CoreATProtocol",
1217 targets: ["CoreATProtocol"]
1318 ),
1419 ],
1520 targets: [
1616- // Targets are the basic building blocks of a package, defining a module or a test suite.
1717- // Targets can depend on other targets in this package and products from dependencies.
1821 .target(
1922 name: "CoreATProtocol"
2023 ),