agilebits / AgileCloudSDK

AgileCloudSDK is our CloudKit JS implementation of the CloudKit framework. It is used in 1Password for Mac.
MIT License
238 stars 11 forks source link

Nullability Specifiers for Swift Interoperability #32

Open robcadwallader opened 8 years ago

robcadwallader commented 8 years ago

Nullability specifiers would improve this library's interoperability with Swift. Particularly with Swift 3. When using Xcode 8 and Swift 3, many return types are being bridged to Swift as implicitly unwrapped optionals. This breaks code meant to work with both this SDK and Apple's.

kevinbhayes commented 7 years ago

Hi @robcadwallader,

Sorry for the late reply. Yes, it's something we do wish to do in the near future; hopefully soon in the new year. Thanks for bringing it up!