PMKVObserver v4.0.0
-
Set Swift version to 4.
-
Work around Xcode 10 issue with value conversions involving
Any
in theKVObserver.Change
object (SR-8704). -
Handle
RawRepresentable
types inKVObserver.Change
's.old
and.new
properties.Note: Optional
RawRepresentable
types (such as those produced by a path like\.foo?.bar
) are only supported in Swift 4.1 and later.