Skip to content

fatal: repository 'https://github.com/swift-server/TLSService.git/' not found #10

@msanders

Description

@msanders

Seeing the following error when running make or swift build from master:

~/s/e/SwiftPackageManager.vim (master|✚1) $ make
Found vim executable /usr/local/Cellar/macvim/8.1-155/MacVim.app/Contents/MacOS/Vim
Found python executable /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/Python
Building..
Updating https://github.com/Quick/Quick.git
Updating https://github.com/swift-vim/http
Updating https://github.com/swift-vim/SwiftForVim.git
Updating https://github.com/antitypical/Result.git
Updating https://github.com/Quick/Nimble.git
Updating https://github.com/daniel-pedersen/SKQueue.git
Updating https://github.com/Carthage/Commandant
Updating https://github.com/jerrymarino/SwiftCompilationDatabase.git
https://github.com/swift-vim/http @ 671be3123752a8eebd18dccb9321e1dfcae8f9c0: error: terminated(128): git -C /Users/mks/src/etc/SwiftPackageManager.vim/.build/repositories/http-2ec7771e rev-parse --verify '671be3123752a8eebd18dccb9321e1dfcae8f9c0^{commit}' output:
    fatal: Needed a single revision
    
mv: rename .build/debug/SPMVim to .build/debug/spm-vim: No such file or directory
Building..
Updating https://github.com/jerrymarino/SwiftCompilationDatabase.git
Updating https://github.com/antitypical/Result.git
Updating https://github.com/Quick/Nimble.git
Updating https://github.com/swift-vim/http
Updating https://github.com/Carthage/Commandant
Updating https://github.com/daniel-pedersen/SKQueue.git
Updating https://github.com/swift-vim/SwiftForVim.git
Updating https://github.com/Quick/Quick.git
https://github.com/swift-vim/http @ 671be3123752a8eebd18dccb9321e1dfcae8f9c0: error: terminated(128): git -C /Users/mks/src/etc/SwiftPackageManager.vim/.build/repositories/http-2ec7771e rev-parse --verify '671be3123752a8eebd18dccb9321e1dfcae8f9c0^{commit}' output:
    fatal: Needed a single revision
    
ditto: can't get real path for source '.build/debug/Vim.swiftmodule'
make: *** [.build/debug/libSPMVimPluginVim.dylib] Error 1

When I fix that by having the http dependency point to the vim branch instead, I get:

~/s/e/SwiftPackageManager.vim (master|✚2) $ make
Found vim executable /usr/local/Cellar/macvim/8.1-155/MacVim.app/Contents/MacOS/Vim
Found python executable /usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/Python
Building..
Updating https://github.com/swift-vim/SwiftForVim.git
Updating https://github.com/jerrymarino/SwiftCompilationDatabase.git
Updating https://github.com/Quick/Quick.git
Updating https://github.com/daniel-pedersen/SKQueue.git
Updating https://github.com/swift-vim/http
Updating https://github.com/antitypical/Result.git
Updating https://github.com/Quick/Nimble.git
Updating https://github.com/Carthage/Commandant
Updating https://github.com/swift-server/security.git
Fetching https://github.com/swift-server/TLSService.git
error: failed to clone; Cloning into bare repository '/Users/mks/src/etc/SwiftPackageManager.vim/.build/repositories/TLSService-96aef118'...
remote: Repository not found.
fatal: repository 'https://github.com/swift-server/TLSService.git/' not found
mv: rename .build/debug/SPMVim to .build/debug/spm-vim: No such file or directory
Building..
Updating https://github.com/swift-vim/http
Updating https://github.com/jerrymarino/SwiftCompilationDatabase.git
Updating https://github.com/Quick/Quick.git
Updating https://github.com/swift-vim/SwiftForVim.git
Updating https://github.com/Carthage/Commandant
Updating https://github.com/Quick/Nimble.git
Updating https://github.com/antitypical/Result.git
Updating https://github.com/daniel-pedersen/SKQueue.git
Updating https://github.com/swift-server/security.git
Fetching https://github.com/swift-server/TLSService.git
error: failed to clone; Cloning into bare repository '/Users/mks/src/etc/SwiftPackageManager.vim/.build/repositories/TLSService-96aef118'...
remote: Repository not found.
fatal: repository 'https://github.com/swift-server/TLSService.git/' not found
ditto: can't get real path for source '.build/debug/Vim.swiftmodule'
make: *** [.build/debug/libSPMVimPluginVim.dylib] Error 1

It looks like this lib was deprecated in favor of SwiftNIO.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions