The issue is from an excess of shader variants causing the build size to become too large. It is recommended to reduce the number of shader variants included in the build. You can refer to the documentation on shader variant stripping for more information, https://docs.unity3d.com/6000.0/Documentation/Manual/shader-variant-stripping.html.