[swift_snapshot_tool] Make the required platform macOS v14 so that we can use some newer APIs.

This commit is contained in:
Michael Gottesman
2024-09-09 20:20:02 -07:00
parent e24f296b02
commit f595374561

View File

@@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "swift_snapshot_tool",
platforms: [.macOS(.v12)],
platforms: [.macOS(.v14)],
products: [
// Products define the executables and libraries a package produces, making them visible to other packages.
.executable(