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..1b5946c0 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 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