Changeset
Changeset copied to clipboard
Minimal edits from one collection to another
Currently with Xcode 12 using Changeset produces warning: ``` The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to...
Are there any plans for supporting Carthage? I don't really want to add Pods to my project, and the Swift Package Manager option is currently failing with: ``` ~...
I can't figure out how to make the compiler happy when trying to express something like this: ```swift public protocol ChangesetApplying: class { associatedtype T func apply(changeset: Changeset) } ```...