beginCollection(withStart:completion:)
Sets the workout’s start date and begins building the workout.
Declaration
func beginCollection(withStart startDate: Date, completion: @escaping @Sendable (Bool, (any Error)?) -> Void)func beginCollection(at startDate: Date) async throws