Xcode 26.5 无法编译cocos3.8.8的引擎

使用cocos3.8.8 build构建IOS工程以后。 xcode26.5无法编译成功

报错文件:enoki/half.h

template<> struct is_floating_pointenoki::half : true_type { };
template<> struct is_arithmeticenoki::half : true_type { };
template<> struct is_signedenoki::half : true_type { };

报错内容:
‘is_floating_point’ cannot be specialized: Users are not allowed to specialize this standard library entity
‘is_arithmetic’ cannot be specialized: Users are not allowed to specialize this standard library entity
‘is_signed’ cannot be specialized: Users are not allowed to specialize this standard library entity

希望可以尽快做一下兼容,目前xcode26.3是正常的