From eaf68665febec06ce1cc598f09bd28cf12d50a07 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Boulais?= <francois@appcraftstudio.com>
Date: Tue, 24 Nov 2020 17:00:20 +0100
Subject: [PATCH 1/4] Add platforms

---
 Package.swift | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Package.swift b/Package.swift
index 4e56afe7..cb9e61c4 100644
--- a/Package.swift
+++ b/Package.swift
@@ -4,6 +4,9 @@ import PackageDescription
 
 let package = Package(
     name: "Action",
+    platforms: [
+        .macOS(.v10_10), .iOS(.v8), .tvOS(.v9), .watchOS(.v3)
+    ],
     products: [
         // Products define the executables and libraries produced by a package, and make them visible to other packages.
         .library(

From d66f5c324980bc0126e74cf23a4cfa998029bc3a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Boulais?= <francois@appcraftstudio.com>
Date: Tue, 24 Nov 2020 17:03:08 +0100
Subject: [PATCH 2/4] Update Package.swift

---
 Package.swift | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Package.swift b/Package.swift
index cb9e61c4..9cd45ef1 100644
--- a/Package.swift
+++ b/Package.swift
@@ -14,7 +14,7 @@ let package = Package(
             targets: ["Action"]),
         ],
     dependencies: [
-        .package(url: "https://github.com/ReactiveX/RxSwift.git", "5.0.0" ..< "7.0.0"),
+        .package(url: "https://github.com/appcraftstudio/Action.git", "5.0.0" ..< "7.0.0"),
     ],
     targets: [
         // Targets are the basic building blocks of a package. A target can define a module or a test suite.

From 02b1a2630fd118bfaa8f692c70723e6d5e2f41d8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Boulais?= <francois@appcraftstudio.com>
Date: Tue, 24 Nov 2020 17:07:12 +0100
Subject: [PATCH 3/4] Update Package.swift

---
 Package.swift | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Package.swift b/Package.swift
index 9cd45ef1..cb9e61c4 100644
--- a/Package.swift
+++ b/Package.swift
@@ -14,7 +14,7 @@ let package = Package(
             targets: ["Action"]),
         ],
     dependencies: [
-        .package(url: "https://github.com/appcraftstudio/Action.git", "5.0.0" ..< "7.0.0"),
+        .package(url: "https://github.com/ReactiveX/RxSwift.git", "5.0.0" ..< "7.0.0"),
     ],
     targets: [
         // Targets are the basic building blocks of a package. A target can define a module or a test suite.

From a0e744311c5ede729a7b2e926a71415cfa3e9a4a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Boulais?= <francois@appcraftstudio.com>
Date: Tue, 15 Dec 2020 15:41:29 +0100
Subject: [PATCH 4/4] Update Changelog.md

---
 Changelog.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Changelog.md b/Changelog.md
index 5309e86b..9bbfcc52 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -6,6 +6,11 @@ Current master
 
 - Nothing yet!
 
+4.2.1
+-----
+
+- Add miminum platform requirements to Swift Package.
+
 4.2.0
 -----