Skip to content
Discussion options

You must be logged in to vote

I found the solution myself:

...
        .target(
            // ...
            dependencies: [
                // ...
                .product(name: "Tagged", package: "swift-tagged"),
                // This package is not really needed
                // .product(name: "StructuredQueries", package: "swift-structured-queries"), 
                .product(name: "Dependencies", package: "swift-dependencies"),
                .product(name: "SQLiteData", package: "sqlite-data"),
            ],

The key is to adjust the order of dependencies, placing the basic packages at the front.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mbrandonw
Comment options

@VentanYu
Comment options

Answer selected by VentanYu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants