Skip to content

Commit

Permalink
Support swift 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Apr 7, 2023
1 parent cc89dba commit 167510e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
// swift-tools-version:5.7
// swift-tools-version:5.6

import PackageDescription

let package = Package(
name: "Compute",
platforms: [
.macOS(.v11),
.iOS(.v13),
.tvOS(.v13),
.watchOS(.v9),
.driverKit(.v22),
.macCatalyst(.v13)
.iOS(.v14),
.tvOS(.v14),
.watchOS(.v7)
],
products: [
.library(name: "Compute", targets: ["Compute"])
Expand Down

0 comments on commit 167510e

Please sign in to comment.