Provide a version of the Realm Swift iOS example code that can run on Xcode 10.2.1 match the framework's corresponding version in swift-10.2.1.
Run Realm Swift iOS example playground in the provided .xcworkspace
Xcode reported that the version of Swift used in RealmSwift is unsupported in Xcode 10.2 or later.

Navigate to examples/ios/swift-10.1, and open the RealmExamples.xcworkspace file in Xcode 10.2 or later.
N/A
Realm framework version: 3.16.2
Realm Object Server version: N/A
Xcode version: 10.2.1
iOS/OSX version: 12.2
Dependency manager + version: N/A (example code directly from Realm site)
I've tried manually updating the example version myself (duplicating the project, linking to the swift-10.2.1 RealmSwift framework, and updating the Swift version to 4.2.1 in all projects' Build Settings), however this causes a different issue:
Module compiled with Swift 4.2.1 cannot be imported by the Swift 5.0.1 compiler
I don't believe this is still an issue.
Most helpful comment
I've tried manually updating the example version myself (duplicating the project, linking to the
swift-10.2.1RealmSwift framework, and updating the Swift version to 4.2.1 in all projects' Build Settings), however this causes a different issue:Module compiled with Swift 4.2.1 cannot be imported by the Swift 5.0.1 compiler