ROSDK in Swift

Having downloaded the ROSDK for Cocoa it seems that the source code and examples are all Objective-C.

Is there any plans to create a Swift version, either as all native Swift code or as a Swift wrapper?

David,

90% of Apple’s own SDKs are Obejctive-C, as well (and will be, for the next decade or so). Remoting SDK for Cocoa should be usable fine from Swift as-is, using the existing Objective-C interoperability. We have no current plans to rewrite it in Swift, I’m afraid.