Commit 10bd49c
add .git extensions to dependency URLs (#770)
This PR adds .git extensions to the Swift Package Manager dependencies
that didn't include them. For me, this resolves issues that I have had
with an error produced by Xcode when updating to the latest package
versions if I'm editing the project which depends on AHC in an Xcode
Workspace.
<img width="389" alt="image"
src="https://github.com/user-attachments/assets/24c3a5de-b555-4da8-a2fa-a4673fecff44">
The complete error is: `github.com:
https://github.com/apple/swift-algorithms: The repository could not be
found. Make sure a valid repository exists at the specified location and
try again.`
Based on conversations in the Vapor Discord server, adding these
extensions "shouldn't" make a difference to the dependency resolution
done by swift package manager, however adding them resolves the error. 🤷
Co-authored-by: Franz Busch <f.busch@apple.com>1 parent 6df8e1c commit 10bd49c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments