SwiftSDL icon indicating copy to clipboard operation
SwiftSDL copied to clipboard

adding SwiftSDL package fails

Open hevey opened this issue 6 months ago • 1 comments

When adding SwiftSDL version "0.2.0-alpha.26", I get the following error.

Creating working copy for https://github.com/KevinVitale/SwiftSDL.git
error: 'swiftsdl': Couldn’t update repository submodules:
    Submodule 'Samples/SwiftSDLTest' ([email protected]:KevinVitale/SwiftSDLTest.git) registered for path 'Samples/SwiftSDLTest'
    Cloning into '/Users/glenn/Development/dev-retro/RetroKit/.build/checkouts/SwiftSDL/Samples/SwiftSDLTest'...
    Host key verification failed.
fatal: Could not read from remote repository.
    Please make sure you have the correct access rights
    and the repository exists.
    fatal: clone of '[email protected]:KevinVitale/SwiftSDLTest.git' into submodule path '/Users/glenn/Development/dev-retro/RetroKit/.build/checkouts/SwiftSDL/Samples/SwiftSDLTest' failed
    Failed to clone 'Samples/SwiftSDLTest'. Retry scheduled
    Cloning into '/Users/glenn/Development/dev-retro/RetroKit/.build/checkouts/SwiftSDL/Samples/SwiftSDLTest'...
    Host key verification failed.
fatal: Could not read from remote repository.
    Please make sure you have the correct access rights
    and the repository exists.
    fatal: clone of '[email protected]:KevinVitale/SwiftSDLTest.git' into submodule path '/Users/glenn/Development/dev-retro/RetroKit/.build/checkouts/SwiftSDL/Samples/SwiftSDLTest' failed
    Failed to clone 'Samples/SwiftSDLTest' a second time, aborting

I have tried as a local package but don't get the same issue.

Would it be worth moving to the https urls for these two submodules?

hevey avatar Apr 09 '25 02:04 hevey