From 7b068188a3e9970525e3c801bb5633bac073c79b Mon Sep 17 00:00:00 2001 From: Kyle Date: Sun, 5 Dec 2021 21:38:47 +0800 Subject: [PATCH 1/2] Fix wrong Package desciption text --- Package.swift | 2 ++ Package@swift-5.5.swift | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 342b901e..10eb5c2c 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,6 @@ // swift-tools-version:5.3 +// In order to support users running on the latest Xcodes, please ensure that +// Package@swift-5.5.swift is kept in sync with this file. /* This source file is part of the Swift.org open source project diff --git a/Package@swift-5.5.swift b/Package@swift-5.5.swift index 69c3e0ce..f5acd4c5 100644 --- a/Package@swift-5.5.swift +++ b/Package@swift-5.5.swift @@ -1,6 +1,6 @@ // swift-tools-version:5.5 -// In order to support users running on the latest Xcodes, please ensure that -// Package@swift-5.5.swift is kept in sync with this file. +// In order to support users running on legacy Xcodes, please ensure that +// Package.swift is kept in sync with this file. /* This source file is part of the Swift.org open source project From 6c5f7bef53e6842d2323f295b336eed82e2d4365 Mon Sep 17 00:00:00 2001 From: Kyle <43724855+Kyle-Ye@users.noreply.github.com> Date: Tue, 7 Dec 2021 00:14:40 +0800 Subject: [PATCH 2/2] Update Package@swift-5.5.swift Co-authored-by: Franklin Schrans --- Package@swift-5.5.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package@swift-5.5.swift b/Package@swift-5.5.swift index f5acd4c5..1b5946c0 100644 --- a/Package@swift-5.5.swift +++ b/Package@swift-5.5.swift @@ -1,5 +1,5 @@ // swift-tools-version:5.5 -// In order to support users running on legacy Xcodes, please ensure that +// In order to support users running on previous versions of Xcode, please ensure that // Package.swift is kept in sync with this file. /* This source file is part of the Swift.org open source project