Parallel xcodebuild: Error message "no such table: main.cfurl_cache_receiver_data"

Hello!

We run xcodebuild in parallel and with the latest Xcode version (15.1) we occassionally get the following error messages:

2024-01-02 13:38:59.974 xcodebuild[3883:16435] Error: execSQLStatement:onConnection:toCompletionWithRetry:writeLockHelp - SQL=CREATE INDEX receiver_data_index ON cfurl_cache_receiver_data(entry_ID);, error-code=1, error-message=no such table: main.cfurl_cache_receiver_data
2024-01-02 13:38:59.975 xcodebuild[3883:16435] ERROR: NSURLStorageURLCacheDB _setDBSchema: DB=/Users/vagrant/Library/Caches/com.apple.dt.xcodebuild/Cache.db table index on receiver_data - no such table: main.cfurl_cache_receiver_data. ErrCode: 1.

Is this a bug? Is it safe to ignore this error? It looks like the build itself succeeds despite the error.

Thank you and regards, Dominik

Additional information: Sometimes the error is like

2024-01-04 07:48:52.206 xcodebuild[3792:17291] Error: execSQLStatement:onConnection:toCompletionWithRetry:writeLockHelp - SQL=CREATE INDEX time_stamp_index ON cfurl_cache_response(time_stamp);, error-code=1, error-message=index time_stamp_index already exists
2024-01-04 07:48:52.206 xcodebuild[3792:17291] ERROR: NSURLStorageURLCacheDB _setDBSchema: DB=/Users/vagrant/Library/Caches/com.apple.dt.xcodebuild/Cache.db table index on time_stamp - index time_stamp_index already exists. ErrCode: 1.

Are there some more error conditions possible in that scenario?

Parallel xcodebuild: Error message "no such table: main.cfurl_cache_receiver_data"
 
 
Q