The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SQLiteVec, reference main (0c691f), with Swift 5.10 for macOS (SPM) on 23 Sep 2024 18:12:34 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.54.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jkrukowski/SQLiteVec.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jkrukowski/SQLiteVec
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0c691f7 Updated sqlite-vec to 0.1.2
Cloned https://github.com/jkrukowski/SQLiteVec.git
Revision (git rev-parse @):
0c691f7d72517a6d01cc437f41d32117fb43a719
SUCCESS checkout https://github.com/jkrukowski/SQLiteVec.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "sqlitevec",
      "name": "SQLiteVec",
      "url": "https://github.com/jkrukowski/SQLiteVec.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SQLiteVec",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jkrukowski/SQLiteVec.git
[1/195] Fetching sqlitevec
Fetched https://github.com/jkrukowski/SQLiteVec.git from cache (3.61s)
Creating working copy for https://github.com/jkrukowski/SQLiteVec.git
Working copy of https://github.com/jkrukowski/SQLiteVec.git resolved at main (0c691f7)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/jkrukowski/SQLiteVec.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[2/10] Write SQLiteVecCLI-entitlement.plist
[3/10] Write swift-version-33747A42983211AE.txt
[4/10] Compiling CSQLiteVec extinit.c
[5/10] Compiling CSQLiteVec sqlite-vec.c
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:31418: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/CSQLiteVec/sqlite3.c:14764:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:66050: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/CSQLiteVec/sqlite3.c:14761:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:72034: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/CSQLiteVec/sqlite3.c:14761:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:72742:43: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
      char *zFullPathname = sqlite3Malloc(MAX(nFullPathname,nFilename));
                                          ^
/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/CSQLiteVec/sqlite3.c:14764:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:75491: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/CSQLiteVec/sqlite3.c:14764:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:77951: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/CSQLiteVec/sqlite3.c:14761:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:79802: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/CSQLiteVec/sqlite3.c:14761:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:79836: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/CSQLiteVec/sqlite3.c:14761:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:81832: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/CSQLiteVec/sqlite3.c:14761:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:82103: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/CSQLiteVec/sqlite3.c:14761:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:83583: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/CSQLiteVec/sqlite3.c:14764:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:89222: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/CSQLiteVec/sqlite3.c:14761:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:89250: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/CSQLiteVec/sqlite3.c:14761:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:89458: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/CSQLiteVec/sqlite3.c:14761:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:92592: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/CSQLiteVec/sqlite3.c:14764:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:102858: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/CSQLiteVec/sqlite3.c:14764:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:103138: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/CSQLiteVec/sqlite3.c:14761:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:103324: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/CSQLiteVec/sqlite3.c:14761:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:103325: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/CSQLiteVec/sqlite3.c:14764:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:104323: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/CSQLiteVec/sqlite3.c:14764:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:104777: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/CSQLiteVec/sqlite3.c:14761:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:105654: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/CSQLiteVec/sqlite3.c:14761:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:105761: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/CSQLiteVec/sqlite3.c:14761:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:105975: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/CSQLiteVec/sqlite3.c:14764:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:118897: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/CSQLiteVec/sqlite3.c:14764:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:125282: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/CSQLiteVec/sqlite3.c:14761:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:156986:67: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
        aiMap = (int*)sqlite3DbMallocZero(pParse->db, sizeof(int)*MAX(nEq,n));
                                                                  ^
/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/CSQLiteVec/sqlite3.c:14764:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:158108: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/CSQLiteVec/sqlite3.c:14764:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:158115: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/CSQLiteVec/sqlite3.c:14764:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:161978: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/CSQLiteVec/sqlite3.c:14761:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:163510: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/CSQLiteVec/sqlite3.c:14761:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:163511: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/CSQLiteVec/sqlite3.c:14761:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:163519: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/CSQLiteVec/sqlite3.c:14764:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:163520: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/CSQLiteVec/sqlite3.c:14764:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:163864: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/CSQLiteVec/sqlite3.c:14761:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:166200: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/CSQLiteVec/sqlite3.c:14761:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CSQLiteVec/sqlite3.c:170024: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/CSQLiteVec/sqlite3.c:14764:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
         ^
37 warnings generated.
[6/10] Compiling CSQLiteVec sqlite3.c
[8/14] Compiling SQLiteVec Database.swift
[9/14] Compiling SQLiteVec Models.swift
[10/14] Compiling SQLiteVec Core.swift
[11/14] Emitting module SQLiteVec
[12/16] Emitting module SQLiteVecCLI
[13/16] Compiling SQLiteVecCLI CLI.swift
[13/16] Write Objects.LinkFileList
[14/16] Linking SQLiteVecCLI
[15/16] Applying SQLiteVecCLI
Build complete! (7.33s)
Build complete.
Done.