You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got Kitura to build successfully with just the Kitura and HeliumLogger packages, but, when I try to add another package, the PostgreSQL-Swift package, https://github.com/stepanhruda/PostgreSQL-Swift.git, I get a build error citing that Packages/CLibvenice already exists and is not empty. The output is below. It looks as if the connection-pooling branch depends on {lib}venice and that branch is tagged 0.0.7. What can I do to get this working with Kitura? Below my output, I will post the contents of my Package.swift file.
I got Kitura to build successfully with just the Kitura and HeliumLogger packages, but, when I try to add another package, the
PostgreSQL-Swift
package,https://github.com/stepanhruda/PostgreSQL-Swift.git
, I get a build error citing thatPackages/CLibvenice
already exists and is not empty. The output is below. It looks as if theconnection-pooling
branch depends on {lib}venice and that branch is tagged0.0.7
. What can I do to get this working with Kitura? Below my output, I will post the contents of myPackage.swift
file.This is the contents of my
Package.swift
:The text was updated successfully, but these errors were encountered: