I've migrated Segment from Cocoapods to SPM, and I had to go though the migration. Everything seems fine except for the automatic view tracking. In the docs, there's an example on how to set it up:
analytics.add(plugin: UIKitScreenTracking())
but that doesn't seem to compile because it can't find it.

It's not able to find the UIKitScreenTracking class. Are we supposed to copy & paste the class in our own source instead of using it directly from the SPM package?