mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
CoreStore doesn't compile with Swift 3.1 #126
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ThibaultVlacich on GitHub (Jan 29, 2017).
Swift 3.1 is shipped with Xcode 8.3 beta (supposed to be source compatible with Swift 3), but CoreStore doesn't compile in Xcode 8.3.
Here are the errors I get:
@JohnEstropia commented on GitHub (Jan 30, 2017):
Thanks for the report! I haven't tried it with 8.3 yet, will look into this.
@MosheBerman commented on GitHub (Feb 6, 2017):
Related: https://bugs.swift.org/browse/SR-3796
@JohnEstropia commented on GitHub (Feb 7, 2017):
Sorry if I haven't touched this for a while.
@MosheBerman Thanks for that link! To the person who brought this to the Swift team, thanks as well!
The
bridge()method in question is just an internal utility within CoreStore and should be omittable. I'll try to make a workaround by the end of the day.@JohnEstropia commented on GitHub (Feb 7, 2017):
This is fixed in the latest 3.0.2 update (develop branch). Please tell if you find other problems, thanks!
Will push to the master branch and Cocoapods when Xcode 8.3 GM build is released.
@JohnEstropia commented on GitHub (Feb 7, 2017):
For reference:
bdf6308d8f