diff --git a/Package.swift b/Package.swift index 63f556c9..c0d0b62a 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version: 5.6 +// swift-tools-version: 5.9 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription @@ -6,10 +6,11 @@ import PackageDescription let package = Package( name: "Factory", platforms: [ - .iOS(.v11), + .iOS(.v12), .macOS(.v10_14), .tvOS(.v13), - .watchOS(.v8) + .watchOS(.v8), + .visionOS(.v1) ], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages.