We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At first thank you so much about generate and maintain this library. Your work is awesome!
I need some improvements on the naming of your LogginAPI. If I try to use this Swift-SMTP library with my vapor project, I receive this error:
"Could not generate Xcode project: error: multiple products named 'Logging' in: Console, swift-log"
It's happens when I add this package .package(url: "https://github.com/IBM-Swift/Swift-SMTP", from: "5.1.1")
I can solve it using other dependency of your LogginAPI
.package(url: "https://github.com/IBM-Swift/LoggerAPI.git", .upToNextMinor(from: "1.8.0")), .package(url: "https://github.com/IBM-Swift/Swift-SMTP", from: "5.1.1")
And now is working, but the idea is only need one package and inside it have the last version of each one.
Thank you in advance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At first thank you so much about generate and maintain this library. Your work is awesome!
I need some improvements on the naming of your LogginAPI.
If I try to use this Swift-SMTP library with my vapor project, I receive this error:
"Could not generate Xcode project: error: multiple products named 'Logging' in: Console, swift-log"
It's happens when I add this package
.package(url: "https://github.com/IBM-Swift/Swift-SMTP", from: "5.1.1")
I can solve it using other dependency of your LogginAPI
.package(url: "https://github.com/IBM-Swift/LoggerAPI.git", .upToNextMinor(from: "1.8.0")),
.package(url: "https://github.com/IBM-Swift/Swift-SMTP", from: "5.1.1")
And now is working, but the idea is only need one package and inside it have the last version of each one.
Thank you in advance
The text was updated successfully, but these errors were encountered: