I have a git repo with Package.swift, which declares an SPM package. However I can not host the actual files that implement the package in this same repository.
These files need to be in a completely different server.
Can I reference https://otherwebsite.com/MySwiftFile1.swift as a source file in SPM Package.swift?