<?php

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the private 'pim_catalog.builder.product' shared service.

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/Builder/EntityWithValuesBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/Builder/ProductBuilderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Pim/Enrichment/Component/Product/Builder/ProductBuilder.php';

return $this->privates['pim_catalog.builder.product'] = new \Akeneo\Pim\Enrichment\Component\Product\Builder\ProductBuilder(($this->privates['pim_catalog.repository.attribute'] ?? $this->load('getPimCatalog_Repository_AttributeService.php')), ($this->privates['pim_catalog.repository.family'] ?? $this->load('getPimCatalog_Repository_FamilyService.php')), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['pim_catalog.builder.entity_with_values'] ?? $this->load('getPimCatalog_Builder_EntityWithValuesService.php')), ['product' => 'Akeneo\\Pim\\Enrichment\\Component\\Product\\Model\\Product']);
