Assertion failed error occurs when selecting asset

Hi. I post a question on Unity Forum, but since nobody answers, I post the same question in here.

I’m getting these errors when I select an asset, even though I’m not using UI Toolkit.

[Worker0] Assertion failed on expression: 'state.state == kUpToDate'
[Worker0] Assertion failed on expression: 'state.artifactID == result'
[Worker0] Assertion failed on expression: 'state.state == kUpToDate'
[Worker0] Assertion failed on expression: 'state.artifactID == result'

My Unity version is 2020.3.33f1, and it seems they only appear on Windows with iOS platform selected.

Does anyone know why these errors appear?

Any help would be appreciated.