Adding a new Way to check if the Package is compatible or not

Currently, we have to add Package to Package.swift and build it, what I found that it fetches the whole repository then build it then if Package is not compatible build will show errors.Instead of fetching the whole Repository we can fetch metadata from Package.swift to find it is compatible or not. Please correct me if I am the wrong somewhere I am new to fourm.

This should be moved to Package Manager section but I don't see an option to do that. /cc @Nicole_Jacque


@Aniket965 What kind of compatibility issues are you referring to?

Moved.

I tried to add bit older packages , they failed to build , may be due to older Swift version