Build Information
Successful build of CSQLite, reference main (dbe3fe), with Swift 5.10 for macOS (SPM) on 30 Nov 2025 17:51:13 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sbooth/CSQLite.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sbooth/CSQLite
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at dbe3fef Update SQLite to version 3.51.1 (#87)
Cloned https://github.com/sbooth/CSQLite.git
Revision (git rev-parse @):
dbe3fef2a3b82a0fdcd996caa1fd3c3bde1c42c0
SUCCESS checkout https://github.com/sbooth/CSQLite.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/sbooth/CSQLite.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Compiling CSQLite uuid.c
[1/7] Compiling CSQLite shathree.c
[2/7] Compiling CSQLite csqlite_shims.c
[3/7] Compiling CSQLite ieee754.c
[4/7] Compiling CSQLite decimal.c
[5/7] Compiling CSQLite series.c
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:32567:25: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
szBufNeeded = MAX(e2,0)+(i64)precision+(i64)width+15;
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15396:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:68242:19: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
u32 iLast = MIN(iLastFrame, HASHTABLE_NPAGE_ONE+iPg*HASHTABLE_NPAGE);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:74320:32: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
rc = defragmentPage(pPage, MIN(4, pPage->nFree - (2+nByte)));
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:77818:11: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
amt = MAX(0, (int)(pCur->pPage->aDataEnd - pCur->info.pPayload));
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15396:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:80311:16: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
int nAdd = MIN(nNew,iOld-iNew);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:82175:23: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
int nCopy = MIN(nOut, nIn);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:82209:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
nOut = MIN(pBt->usableSize - 4, nRem);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:84217:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
const int nCopy = MIN(nSrcPgsz, nDestPgsz);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:84488:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
iEnd = MIN(PENDING_BYTE + pgszDest, iSize);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:85978:49: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
if( sqlite3VdbeMemClearAndResize(pMem, (int)MAX(nAlloc,32)) ){
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15396:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:91672:22: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
int nCmp = MIN(mem1.n, pRhs->n);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:91700:22: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
int nCmp = MIN(nStr, pRhs->n);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:91908:12: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
nCmp = MIN( pPKey2->n, nStr );
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:95130:19: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
nextIndex = MAX(idx + 1, nextIndex);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15396:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:105695:28: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
sqlite3_int64 nNew = MAX(128, 2*(sqlite3_int64)p->nAlloc);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15396:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:105976:25: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
res = memcmp(v1, v2, (MIN(n1, n2) - 13)/2);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:106172:17: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
mxCache = MIN(mxCache, SQLITE_MAX_PMASZ);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:106173:28: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
pSorter->mxPmaSize = MAX(pSorter->mnPmaSize, (int)mxCache);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15396:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:107185:19: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
pIncr->mxSz = MAX(pTask->pSorter->mxKeysize+9,pTask->pSorter->mxPmaSize/2);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15396:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:107639:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
nReader = MIN(pTask->nPMA - i, SORTER_MAX_MERGE_COUNT);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:108516:17: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
int nCopy = MIN(nRead, (p->nChunkSize - iChunkOffset));
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:108623:22: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
int iSpace = MIN(nWrite, p->nChunkSize - iChunkOffset);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:108837:10: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
return MAX(pVfs->szOsFile, (int)sizeof(MemJournal));
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15396:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:122483:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
pParse->nTab = MAX(pParse->nTab, iTab);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15396:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:128882:15: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
int nCopy = MIN(ArraySize(aVal), pIdx->nKeyCol);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:163653:19: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
nExtraReg = MAX(nExtraReg, pLoop->u.btree.nBtm);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15396:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:163660:19: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
nExtraReg = MAX(nExtraReg, pLoop->u.btree.nTop);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15396:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:167722:14: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
mxBitCol = MIN(BMS-1,pTable->nCol);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:168410:12: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
nField = MIN(pRec->nField, nField);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:169328:25: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
pTemplate->rRun = MIN(p->rRun, pTemplate->rRun);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:169329:25: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
pTemplate->nOut = MIN(p->nOut - 1, pTemplate->nOut);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:169337:25: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
pTemplate->rRun = MAX(p->rRun, pTemplate->rRun);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15396:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:169338:25: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
pTemplate->nOut = MAX(p->nOut + 1, pTemplate->nOut);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15396:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:169682:10: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
nCmp = MIN(nCmp, (pIdx->nColumn - nEq));
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:172396:19: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
aFrom[0].nRow = MIN(pParse->nQueryLoop, 48); assert( 48==sqlite3LogEst(28) );
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:176367:12: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
nArg = MAX(nArg, windowArgCount(pWin));
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15396:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:217855:26: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
p1->aCoord[ii].f = MIN(p1->aCoord[ii].f, p2->aCoord[ii].f);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:217856:28: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
p1->aCoord[ii+1].f = MAX(p1->aCoord[ii+1].f, p2->aCoord[ii+1].f);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15396:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:217861:26: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
p1->aCoord[ii].i = MIN(p1->aCoord[ii].i, p2->aCoord[ii].i);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:217862:28: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
p1->aCoord[ii+1].i = MAX(p1->aCoord[ii+1].i, p2->aCoord[ii+1].i);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15396:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:217903:12: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
x1 = MAX(DCOORD(p->aCoord[jj]), DCOORD(aCell[ii].aCoord[jj]));
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15396:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:217904:12: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
x2 = MIN(DCOORD(p->aCoord[jj+1]), DCOORD(aCell[ii].aCoord[jj+1]));
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:219024:21: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
pRtree->nRowEst = MAX(nRow, RTREE_MIN_ROWEST);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15396:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:245582:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
p->iHeight = MAX(p->iHeight, p->apChild[ii]->iHeight + 1);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15396:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:246992:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
int nMin = MIN(p1->nKey, p2->nKey);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:247976:10: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
nCmp = MIN(pLeft->n, pRight->n);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:248358:27: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
nOriginCntr = MAX(nOriginCntr, pSeg->iOrigin2);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15396:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:249049:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
int iEod = MIN(pIter->iEndofDoclist, pIter->pLeaf->szLeaf);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:249750:19: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
nCmp = (u32)MIN(nNew, nTerm-nMatch);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:250755:16: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
int nChunk = MIN(nRem, pSeg->pLeaf->szLeaf - pSeg->iLeafOffset);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:250780:16: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
nChunk = MIN(nRem, pData->szLeaf - 4);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:251124:14: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
nSeg = MIN(pStruct->aLevel[iLevel].nSeg, nSegment);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:251630:14: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
int nMin = MIN(pPage->term.n, nTerm);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:252582:17: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
nPrefix = MIN(nPrefix, nPrefix2);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:253023:20: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
pNew->nLevel = MIN(pStruct->nLevel+1, FTS5_MAX_LEVEL);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:253688:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
int n1 = MIN(nHalf, pT->nMap-i1);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:253689:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
int n2 = MIN(nHalf, pT->nMap-i1-n1);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:255141:22: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
int nSlotPerPage = MAX(MINSLOT, (p->pConfig->pgsz - 8) / szKey);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15396:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:255171:13: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
nSlot = MAX(nElem*4, MINSLOT);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a, b) (((a)>(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15396:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:255689:53: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
res = fts5Memcmp(&pLeaf->p[iOff], zIdxTerm, MIN(nTerm, nIdxTerm));
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:265174:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
int nCmp = MIN(nTerm, pCsr->nLeTerm);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:265248:20: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
int nCmp = MIN(nTerm, pCsr->nLeTerm);
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a, b) (((a)<(b))?(a):(b))
^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLite/sqlite3.c:15393:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
62 warnings generated.
[6/7] Compiling CSQLite sqlite3.c
Build complete! (6.12s)
Build complete.
{
"c_language_standard" : "gnu11",
"dependencies" : [
],
"manifest_display_name" : "CSQLite",
"name" : "CSQLite",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CSQLite",
"targets" : [
"CSQLite"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CSQLiteTests",
"module_type" : "SwiftTarget",
"name" : "CSQLiteTests",
"path" : "Tests/CSQLiteTests",
"sources" : [
"CSQLiteBasicTests.swift",
"CSQLiteExtensionTests.swift",
"CSQLiteFeatureTests.swift"
],
"target_dependencies" : [
"CSQLite"
],
"type" : "test"
},
{
"c99name" : "CSQLite",
"module_type" : "ClangTarget",
"name" : "CSQLite",
"path" : "Sources/CSQLite",
"product_memberships" : [
"CSQLite"
],
"sources" : [
"csqlite_shims.c",
"decimal.c",
"ieee754.c",
"series.c",
"shathree.c",
"sqlite3.c",
"uuid.c"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.