Xcode 12.0.1 crashes in Carthage build after installing 12.3 Beta

With releases of 12.2 and 12.3 Beta, xcodebuild times out in the phase of carthage update or build.

No Carthage logs left in the archive directory(which starts with /var)

It just shows after API fails.

Code Block
16:00:30 * Skipped downloading ocmock.framework binary due to the error:
16:00:30  "API rate limit exceeded for ***.***.***.***. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)"
16:00:49 * Building scheme "OCMock iOS" in OCMock.xcodeproj
16:13:30 xcodebuild timed out while trying to read ***.xcodeproj(censoring due to private project)


Maybe I can suggest for those who using 12.0.1 in the company to use newer version of Xcode, but that is not a solution for 12.0.1 crashes with 12.3 installed build machines on CI. Is there any workarounds?