Skip to content

Commit 9eda904

Browse files
author
Andreas Günther
committed
MOD set min platform versions and swift tools version which support Swift concurrency
1 parent 6354d87 commit 9eda904

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Package.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
// swift-tools-version: 5.4
1+
// swift-tools-version: 5.5
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
55

66
let package = Package(
77
name: "SwiftAsyncAssert",
8+
platforms: [.macOS(.v10_15),
9+
.iOS(.v13),
10+
.watchOS(.v6),
11+
.tvOS(.v13)],
812
products: [
913
.library(
1014
name: "SwiftAsyncAssert",

0 commit comments

Comments
 (0)