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