-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Expression - name space conflict with Xcode 16/iOS 18 #1269
Comments
To anyone who is having this issue, a temporary fix would be adding Example:
This would fix this issue |
Thank you JohnnyTseng, great info |
Any ideas how to solve this without refactoring our entire codebase to explicitly call SQLite? |
@tcollins590 You could define a
|
Build Information
0.15.3
Xcode Beta 16
iOS 18/macOS 15
Using Swift Package
When updating to the latest Xcode beta 16 there is a name space conflict between the SGLite struct Expression and the new Expression found in Apple's Foundation framework. Attached are screenshots of both. I will attempt to fix this and if I do I will submit a PR
The text was updated successfully, but these errors were encountered: