-
-
Notifications
You must be signed in to change notification settings - Fork 722
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
Swift 5 compiler crash #472
Comments
Relevant Swift PR: swiftlang/swift#22238 |
The latest Swift 5 snapshot, from February 3, 2019, does no longer exhibit this crash 👍 Let's keep this issue open until Xcode beta is fixed as well. |
Xcode beta 2 still crash :( C'mon apple, i'm tired because of the "microphone access" bug, corrected with Xcode 10.2 but can't use it because of the crash with GRDB... Edit: Tested with the snapshot version of swift, it don't crash anymore with GRDB, fine, but it crash with another lib. |
GRDB support for Swift 5 has started in the swift-5.0 branch (with the latest Swift 5 snapshot). Just like Xcode betas, this is unfinished software. If it doesn't work for you, your help and support are welcome. I'll try to sum up my plans regarding Swift 5 in a future message. EDIT 2018/02/20: please stop using the swift-5.0 branch. Check |
Take a deep breath, it will get better :-) |
Xcode beta 2 came out on the 4th, only a day after the Swift branch that fixed it. The timing was poor for beta 2 to include the fix. Hopefully beta 3 include the fix. |
Current plans for GRDB and Swift 5: https://forums.swift.org/t/plans-for-grdb-and-swift-5/20206/2 |
Building works in Xcode beta 3! |
Thanks @graham-perks-snap! 👉 Instead, GRDB users who use Xcode 10.2 beta are encouraged to switch to GRDB 4, currently in development in the GRDB-4.0 branch. For more details, read the first paragraphs of the README. The master README has been updated with Swift 5 information. Since all needed information is now easily available, I'm closing this issue. |
Thanks @groue. Since GRDB 4 has no ETA (per the readme), this leaves users stranded on Xcode 9, which of course none of us will want to sit on for long. |
There is no ETA, but there is an estimated backlog in #479. And there are other options than sitting on GRDB 3.6.2 and Xcode 10.1:
My personal priorities are on GRDB 4, because this is where there is the most benefits for everybody. It should already be pretty usable, even if we can expect a few breaking changes until the final release. |
Xcode 10.2 Beta 1
crash log
The text was updated successfully, but these errors were encountered: