Simulator Xcode - Import Swim Workout

Hi guys,

I'm delveloping an app that use HealthData. I use this data:

HKWorkoutType.workoutType(),
HKObjectType.quantityType(forIdentifier: .heartRate)!,
HKObjectType.quantityType(forIdentifier: .distanceSwimming)!

I would like use Simulator to test app, but there aren't data. How can I import data?

Now to test my app use only my iPhone, but in this way I don't test multiple device to test my app.

Could you help me?

Thank you.

Filippo