You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is complicated by the fact that MBPlacemarkPrecision is currently declared and defined in Objective-C, and SPM also doesn’t support @objc. SPM doesn’t support mixed-language modules. The most expedient solution would be to reimplement MBPlacemarkPrecision in Swift (while keeping the Objective-C implementation for CocoaPods- and Carthage-based builds) and conditionalizing @objc on SWIFT_PACKAGE. Such workarounds would be unnecessary if we were to drop Objective-C support altogether, something we should do if SPM becomes the primary dependency manager for the Swift service libraries at some point.
Add a Package.swift file so that Swift Package Manager can incorporate this library into a project.
/cc @frederoni @captainbarbosa
The text was updated successfully, but these errors were encountered: