stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.7k stars 1.56k forks source link

How can I write the BUILD file in Bazel to successfully reference SQlite.swift? #1103

Closed zyvv closed 2 years ago

zyvv commented 2 years ago

I'm using Bazel to manage projects. How can I write the BUILD file in Bazel to successfully reference SQlite.swift?

jberkel commented 2 years ago

Sorry, I haven't used Bazel. Perhaps someone else can contribute some documentation, or a sample project?

nathanfallet commented 2 years ago

@zyvv Checkout this article, it can help you to integrate it with Bazel. Feel free to update the documentation in a PR if you find a working solution. https://chuckgrindel.com/swift-packages-in-bazel/