Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The manifest file at https://github.com/IBM-Swift/CommonCrypto.git (0.1.3) is empty #27

Closed
carlhung opened this issue Dec 15, 2017 · 2 comments

Comments

@carlhung
Copy link

I got this error:

error: manifest parse error(s):
The manifest file at https://github.com/IBM-Swift/CommonCrypto.git (0.1.3) is empty

@billabt
Copy link
Collaborator

billabt commented Dec 15, 2017

Try doing a package update. The latest version is 0.1.5, not 0.1.3. I suspect that you've got an older version in your build tree. This is what happened when I tried it here...

Bills-Development-Mac-Pro:BlueCryptor babt$ rm -rf .build/
Bills-Development-Mac-Pro:BlueCryptor babt$ swift build
Fetching https://github.com/IBM-Swift/CommonCrypto.git
Fetching https://github.com/IBM-Swift/OpenSSL.git
Cloning https://github.com/IBM-Swift/OpenSSL.git
Resolving https://github.com/IBM-Swift/OpenSSL.git at 0.3.7
Cloning https://github.com/IBM-Swift/CommonCrypto.git
Resolving https://github.com/IBM-Swift/CommonCrypto.git at 0.1.5
Compile Swift Module 'Cryptor' (10 sources)

As you can see, it picked up version 0.1.5 which is the proper version to be using. An' it builds cleanly.

If that doesn't work for you, feel free to re-open this issue. Hope this solves it for you.

@billabt billabt closed this as completed Dec 15, 2017
@krzyzanowskim
Copy link

krzyzanowskim commented Dec 30, 2017

That doesn't work for me and this one #29
The problem is with dependency chain in Kitura. The problem starts with Kitura-Session or Kitura-Credentials

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants