apple / swift-nio-ssh

SwiftNIO SSH is a programmatic implementation of SSH using SwiftNIO
Apache License 2.0
406 stars 50 forks source link

Error when adding swift-nio-ssh #168

Closed zale-lee closed 3 months ago

zale-lee commented 3 months ago
image
Lukasa commented 3 months ago

This looks like an error on your end: many versions of swift-crypto meet that version requirement. Can you reproduce this with a clean Package.swift in a new package?

zale-lee commented 3 months ago
image

Just add this library and I get this error.

zale-lee commented 3 months ago

I deleted the project directory in ~/Library/Developer/Xcode/DerivedData and added it successfully。 Thank you。