stencilproject / Stencil

Stencil is a simple and powerful template language for Swift.
https://stencil.fuller.li
BSD 2-Clause "Simplified" License
2.33k stars 221 forks source link

SPM: endless fetching https://github.com/kylef/Stencil.git #284

Closed anothercoder42 closed 1 year ago

anothercoder42 commented 4 years ago

I'm trying to install Kitura and Stencil from the RayWenderlich Videos project .

This is the file from the Package.swift: .package(url: "https://github.com/IBM-Swift/Kitura-StencilTemplateEngine.git", .upToNextMinor(from: "1.9.1"))

After doing 'swift build', the process gets stuck at

Fetching https://github.com/kylef/Stencil.git

Using Xcode 11 + it's CLI

Any ideas what might be wrong or where I might look to get forward?

barrymcbride commented 4 years ago

Having this same issue

djbe commented 3 years ago

Sounds like an SPM issue.

Just guessing, but maybe change the URL to https://github.com/stencilproject/Stencil.git instead of https://github.com/kylef/Stencil.git? (the project was renamed quite a while ago).

djbe commented 1 year ago

AFAIK this was because the wrong URL, just use the new one and it'll work fine.