Skip to content
New issue

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

Does this work on Linux with Swift 3 or 4? #784

Closed
git-bee opened this issue Feb 23, 2018 · 3 comments
Closed

Does this work on Linux with Swift 3 or 4? #784

git-bee opened this issue Feb 23, 2018 · 3 comments

Comments

@git-bee
Copy link

git-bee commented Feb 23, 2018

The title says it all.

@crspybits
Copy link

No love on this? I'm interested in this too, and wondering if this library (or other Sqlite wrappers) could be portable to Android. Of course, there's a couple of questions there including porting a Swift-based library to Android.

@bpo217
Copy link

bpo217 commented Mar 14, 2018

I bet it does. Browsing the import statements in some of the files I came across:

import Foundation
import Dispatch

Foundation should work on Linux.
Dispatch is implicitly imported on macOS but required in Linux. (For DispatchQueue)
So I'd say yes. On your Linux: install Sqlite3, swift, test it out, then come back and share what happened!

@jberkel
Copy link
Collaborator

jberkel commented Mar 14, 2018

It does work on Linux (#315, #594), but I just realized that it isn't documented at all.

@jberkel jberkel closed this as completed Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants