let package = Package(
name: "Patterns",
platforms: [
- .macOS(.v12)
+ .macOS(.v12),
+ .iOS(.v15),
+ .macCatalyst(.v15),
+ .tvOS(.v16),
+ .watchOS(.v8)
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.