UE5 packaging errors, for windows

While trying to package, the following error occurred. Is there any way to solve this?

AssetCheck: /Game/Level/le_01 Validating asset
LogSlate: Took 0.000714 seconds to synchronously load lazily loaded font ‘…/…/…/Engine/Content/Slate/Fonts/DroidSansFallback.ttf’ (3848K)
LogSlate: Last resort fallback font was requested. Font: ‘…/…/…/Engine/Content/Slate/Fonts/DroidSansFallback.ttf’, Character: ‘ȭ (U+022d)’
LogSlate: Took 0.001649 seconds to synchronously load lazily loaded font ‘…/…/…/Engine/Content/SlateDebug/Fonts/LastResort.ttf’ (5269K)
LogText3D: Text3D Engine Subsystem is clearing unreferenced cached fonts and typefaces.

Hi, I’m having a similar problem with building.
It takes hours with the message:

LogText3D: Text3D Engine Subsystem is clearing unreferenced cached fonts and typefaces

Have you found solution on your project?

For me I found out, that the Project Borealis git plugin was involved. When disabling this before build, the compiler works normal.

Will investigate deeper when there is some time, now it works as a workaround.