Closed
Description
Is your feature request related to a problem? Please describe.
We're trying to migrate away from CocoaPods towards Swift Package Manager for our dependency management and the lack of SPM support of FacebookAppEvents is blocking us from completing that goal.
Describe the solution you'd like
We'd like to migrate all of our dependency management to Swift Package Manager, including Segment FacebookAppEvents
Describe alternatives you've considered
Our only option is to continue using CocoaPods for all our Segment, Facebook, and GoogleAnalytics/Firebase needs because Segment FacebookAppEvents pulls all the others in via CocoaPods and trying to import them both via CocoaPods and SPM creates build issues.