mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
CoreStore won't compile in Swift 3.2 and Swift 4 #142
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 @Plnda on GitHub (Jun 7, 2017).
/Users/Jason/git/telegraaf-ios/Pods/CoreStore/Sources/CoreStore+CustomDebugStringConvertible.swift:1202:9: Switch must be exhaustive
@JohnEstropia commented on GitHub (Jun 7, 2017):
Currently working on Swift 3.2, thanks!
@JohnEstropia commented on GitHub (Jun 7, 2017):
I've fixed @Plnda 's compiler error in the
prototype/Swift_3_2branch, but it seems CoreStore is breaking something in Swift so we might need to wait for feedback from the Swift team.@athei commented on GitHub (Jun 7, 2017):
Can you look into the compile errors for Swift4, too? These are only few and seem to be easy to resolve. SWIFT_VERSION is set to 4.0 for the CoreStore target, when using cocoapods for some reason.
@Plnda commented on GitHub (Jun 7, 2017):
@athei the bug also happens on swift 4.0
@JohnEstropia commented on GitHub (Jun 7, 2017):
@athei Yup I already fixed the easy compiler issues in the
prototype/Swift_3_2branch. The last issue is not a compiler error per-se, but a compiler crash.@JohnEstropia commented on GitHub (Jun 8, 2017):
I have a workaround for Swift 3.2 on the
prototype/Swift_3_2branch. If anyone is interested feel free to play around. Will merge on the main branches when Xcode 9 leaves beta.@Plnda commented on GitHub (Jun 8, 2017):
@JohnEstropia how do i reference this in cocoa pods :)
@JohnEstropia commented on GitHub (Jun 8, 2017):
Swift 3.2
Podfile
Cartfile
@JohnEstropia commented on GitHub (Jun 9, 2017):
Swift 4
Podfile
Cartfile