From ee7aa08b4264ebaa810d7162ed7def223ef56368 Mon Sep 17 00:00:00 2001 From: Dave Verwer Date: Thu, 17 Apr 2025 11:06:11 +0100 Subject: [PATCH] Create README.md Added a little description and a warning not to use this as a dependency. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..921725d --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# PackageCollections + +This repository contains code extracted from the SwiftPM project to make the package collection code in Swift Package Index easier to maintain. For more information, see [#3755](https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/issues/3755#event-17303184465) on the SPI Server project. + +**Note: This repository may change or disappear at any time and we do not recommend using this package as a dependency.**