The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MIRACLTrust, reference main (6765ef), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 19:19:20 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/miracl/trust-sdk-ios.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/miracl/trust-sdk-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6765efa chore: bump version to 1.12.1
Cloned https://github.com/miracl/trust-sdk-ios.git
Revision (git rev-parse @):
6765efafb2d47d15872264f46a62ff4808e4aaea
SUCCESS checkout https://github.com/miracl/trust-sdk-ios.git at main
Fetching https://github.com/swiftlang/swift-docc-symbolkit
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
[229/5951] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.21s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.21s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (1.90s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.73s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "trust-sdk-ios",
      "name": "MIRACLTrust",
      "url": "https://github.com/miracl/trust-sdk-ios.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/trust-sdk-ios",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/miracl/trust-sdk-ios.git
[1/1627] Fetching trust-sdk-ios
Fetched https://github.com/miracl/trust-sdk-ios.git from cache (1.27s)
Creating working copy for https://github.com/miracl/trust-sdk-ios.git
Working copy of https://github.com/miracl/trust-sdk-ios.git resolved at main (6765efa)
warning: '.resolve-product-dependencies': dependency 'trust-sdk-ios' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/miracl/trust-sdk-ios.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/7] Copying PrivacyInfo.xcprivacy
[2/7] Write sources
[4/7] Write swift-version--6988338F2F200930.txt
[5/7] Compiling CryptoSPM bridge.c
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:31840:25: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 31840 |           szBufNeeded = MAX(e2,0)+(i64)precision+(i64)width+15;
       |                         ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:66720:19: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 66720 |       u32 iLast = MIN(iLastFrame, HASHTABLE_NPAGE_ONE+iPg*HASHTABLE_NPAGE);
       |                   ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:72761:32: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 72761 |     rc = defragmentPage(pPage, MIN(4, pPage->nFree - (2+nByte)));
       |                                ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:73469:43: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 73469 |       char *zFullPathname = sqlite3Malloc(MAX(nFullPathname,nFilename));
       |                                           ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:76227:11: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 76227 |     amt = MAX(0, (int)(pCur->pPage->aDataEnd - pCur->info.pPayload));
       |           ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:78694:16: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 78694 |     int nAdd = MIN(nNew,iOld-iNew);
       |                ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:80545:23: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 80545 |           int nCopy = MIN(nOut, nIn);
       |                       ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:80579:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 80579 |           nOut = MIN(pBt->usableSize - 4, nRem);
       |                  ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:82606:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 82606 |   const int nCopy = MIN(nSrcPgsz, nDestPgsz);
       |                     ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:82909:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 82909 |           iEnd = MIN(PENDING_BYTE + pgszDest, iSize);
       |                  ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:84402:49: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 84402 |     if( sqlite3VdbeMemClearAndResize(pMem, (int)MAX(nAlloc,32)) ){
       |                                                 ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:90068:22: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 90068 |           int nCmp = MIN(mem1.n, pRhs->n);
       |                      ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:90096:22: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 90096 |           int nCmp = MIN(nStr, pRhs->n);
       |                      ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:90304:12: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 90304 |     nCmp = MIN( pPKey2->n, nStr );
       |            ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:93441:19: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 93441 |       nextIndex = MAX(idx + 1, nextIndex);
       |                   ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:103738:28: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 103738 |       sqlite3_int64 nNew = MAX(128, 2*(sqlite3_int64)p->nAlloc);
        |                            ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:104018:25: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 104018 |   res = memcmp(v1, v2, (MIN(n1, n2) - 13)/2);
        |                         ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:104204:17: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 104204 |       mxCache = MIN(mxCache, SQLITE_MAX_PMASZ);
        |                 ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:104205:28: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 104205 |       pSorter->mxPmaSize = MAX(pSorter->mnPmaSize, (int)mxCache);
        |                            ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:105203:19: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 105203 |     pIncr->mxSz = MAX(pTask->pSorter->mxKeysize+9,pTask->pSorter->mxPmaSize/2);
        |                   ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:105657:21: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 105657 |           nReader = MIN(pTask->nPMA - i, SORTER_MAX_MERGE_COUNT);
        |                     ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:106534:17: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 106534 |     int nCopy = MIN(nRead, (p->nChunkSize - iChunkOffset));
        |                 ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:106641:22: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 106641 |         int iSpace = MIN(nWrite, p->nChunkSize - iChunkOffset);
        |                      ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:106855:10: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 106855 |   return MAX(pVfs->szOsFile, (int)sizeof(MemJournal));
        |          ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:124588:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 124588 |   pParse->nTab = MAX(pParse->nTab, iTab);
        |                  ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:131021:15: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 131021 |   int nCopy = MIN(ArraySize(aVal), pIdx->nKeyCol);
        |               ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:163316:67: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 163316 |         aiMap = (int*)sqlite3DbMallocZero(pParse->db, sizeof(int)*MAX(nEq,n));
        |                                                                   ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:164459:19: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 164459 |       nExtraReg = MAX(nExtraReg, pLoop->u.btree.nBtm);
        |                   ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:164466:19: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 164466 |       nExtraReg = MAX(nExtraReg, pLoop->u.btree.nTop);
        |                   ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:168401:14: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 168401 |   mxBitCol = MIN(BMS-1,pTable->nCol);
        |              ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:169026:12: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 169026 |   nField = MIN(pRec->nField, nField);
        |            ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:169933:25: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 169933 |       pTemplate->rRun = MIN(p->rRun, pTemplate->rRun);
        |                         ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:169934:25: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 169934 |       pTemplate->nOut = MIN(p->nOut - 1, pTemplate->nOut);
        |                         ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:169942:25: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 169942 |       pTemplate->rRun = MAX(p->rRun, pTemplate->rRun);
        |                         ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:169943:25: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 169943 |       pTemplate->nOut = MAX(p->nOut + 1, pTemplate->nOut);
        |                         ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:170287:10: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 170287 |   nCmp = MIN(nCmp, (pIdx->nColumn - nEq));
        |          ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:172662:19: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 172662 |   aFrom[0].nRow = MIN(pParse->nQueryLoop, 48);  assert( 48==sqlite3LogEst(28) );
        |                   ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:176598:12: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 176598 |     nArg = MAX(nArg, windowArgCount(pWin));
        |            ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:203024:11: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 203024 |   nRead = MIN(pReader->nNode - pReader->nPopulate, FTS3_NODE_CHUNKSIZE);
        |           ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:205963:14: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 205963 |   int nCmp = MIN(nLhs, nRhs);
        |              ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:206111:11: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 206111 |           MAX(nRoot, p->nNodeSize)+FTS3_NODE_PADDING, &rc
        |           ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:206141:19: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 206141 |                   MAX(nBlock, p->nNodeSize)+FTS3_NODE_PADDING, &rc
        |                   ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:206719:37: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 206719 |     sqlite3_bind_int(pFindLevel, 1, MAX(2, nMin));
        |                                     ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:206748:16: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 206748 |         nSeg = MIN(MAX(nMin,nSeg), nHintSeg);
        |                ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:206748:20: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 206748 |         nSeg = MIN(MAX(nMin,nSeg), nHintSeg);
        |                    ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:217761:26: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 217761 |       p1->aCoord[ii].f = MIN(p1->aCoord[ii].f, p2->aCoord[ii].f);
        |                          ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:217762:28: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 217762 |       p1->aCoord[ii+1].f = MAX(p1->aCoord[ii+1].f, p2->aCoord[ii+1].f);
        |                            ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:217767:26: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 217767 |       p1->aCoord[ii].i = MIN(p1->aCoord[ii].i, p2->aCoord[ii].i);
        |                          ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:217768:28: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 217768 |       p1->aCoord[ii+1].i = MAX(p1->aCoord[ii+1].i, p2->aCoord[ii+1].i);
        |                            ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:217809:12: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 217809 |       x1 = MAX(DCOORD(p->aCoord[jj]), DCOORD(aCell[ii].aCoord[jj]));
        |            ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:217810:12: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 217810 |       x2 = MIN(DCOORD(p->aCoord[jj+1]), DCOORD(aCell[ii].aCoord[jj+1]));
        |            ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:218930:21: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 218930 |   pRtree->nRowEst = MAX(nRow, RTREE_MIN_ROWEST);
        |                     ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:244237:18: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 244237 |     p->iHeight = MAX(p->iHeight, p->apChild[ii]->iHeight + 1);
        |                  ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:245641:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 245641 |       int nMin = MIN(p1->nKey, p2->nKey);
        |                  ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:246580:10: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 246580 |   nCmp = MIN(pLeft->n, pRight->n);
        |          ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:246957:27: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 246957 |             nOriginCntr = MAX(nOriginCntr, pSeg->iOrigin2);
        |                           ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:247645:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 247645 |       int iEod = MIN(pIter->iEndofDoclist, pIter->pLeaf->szLeaf);
        |                  ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:248343:19: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 248343 |       nCmp = (u32)MIN(nNew, nTerm-nMatch);
        |                   ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:249349:16: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 249349 |   int nChunk = MIN(nRem, pSeg->pLeaf->szLeaf - pSeg->iLeafOffset);
        |                ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:249374:16: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 249374 |       nChunk = MIN(nRem, pData->szLeaf - 4);
        |                ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:249718:14: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 249718 |       nSeg = MIN(pStruct->aLevel[iLevel].nSeg, nSegment);
        |              ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:250224:14: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 250224 |   int nMin = MIN(pPage->term.n, nTerm);
        |              ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:251163:17: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 251163 |       nPrefix = MIN(nPrefix, nPrefix2);
        |                 ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:251579:20: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 251579 |     pNew->nLevel = MIN(pStruct->nLevel+1, FTS5_MAX_LEVEL);
        |                    ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:252095:40: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 252095 |       assert_nc( memcmp(pToken, pTerm, MIN(nToken, nTerm))<=0 );
        |                                        ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:253343:22: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 253343 |   int nSlotPerPage = MAX(MINSLOT, (p->pConfig->pgsz - 8) / szKey);
        |                      ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:253373:13: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
 253373 |     nSlot = MAX(nElem*4, MINSLOT);
        |             ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
  218 | #define MAX(a, b) (((a)>(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14915:10: note: other definition of 'MAX'
 14915 | # define MAX(A,B) ((A)>(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:253880:53: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 253880 |         res = fts5Memcmp(&pLeaf->p[iOff], zIdxTerm, MIN(nTerm, nIdxTerm));
        |                                                     ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:262248:18: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 262248 |       int nCmp = MIN(nTerm, pCsr->nLeTerm);
        |                  ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:262322:20: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
 262322 |         int nCmp = MIN(nTerm, pCsr->nLeTerm);
        |                    ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
  215 | #define MIN(a, b) (((a)<(b))?(a):(b))
      |         ^
/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper/sqlite3.c:14912:10: note: other definition of 'MIN'
 14912 | # define MIN(A,B) ((A)<(B)?(A):(B))
       |          ^
70 warnings generated.
[6/7] Compiling SQLChiper sqlite3.c
[8/96] Emitting module MIRACLTrust
[9/105] Compiling MIRACLTrust SQLiteEncryptionHelper.swift
[10/105] Compiling MIRACLTrust SQLiteHelper.swift
[11/105] Compiling MIRACLTrust SQLMigrationError.swift
[12/105] Compiling MIRACLTrust SQLMigrationFactory.swift
[13/105] Compiling MIRACLTrust SQLiteMigration.swift
[14/105] Compiling MIRACLTrust SQLiteMigration0to1.swift
[15/105] Compiling MIRACLTrust SQLiteMigration1to2.swift
[16/105] Compiling MIRACLTrust SQLiteMigration2to3.swift
[17/105] Compiling MIRACLTrust SQLiteUserStorage.swift
[18/105] Compiling MIRACLTrust AuthenticatorBlueprint.swift
[19/105] Compiling MIRACLTrust Pass1RequestBody.swift
[20/105] Compiling MIRACLTrust Pass1Response.swift
[21/105] Compiling MIRACLTrust Pass2RequestBody.swift
[22/105] Compiling MIRACLTrust Pass2Response.swift
[23/105] Compiling MIRACLTrust Configuration.swift
[24/105] Compiling MIRACLTrust ConfigurationError.swift
[25/105] Compiling MIRACLTrust Constants.swift
[26/105] Compiling MIRACLTrust CrossDeviceSession.swift
[27/105] Compiling MIRACLTrust CrossDeviceSessionAborter.swift
[28/105] Compiling MIRACLTrust SQLiteUserStorageError.swift
[29/105] Compiling MIRACLTrust StorageType.swift
[30/105] Compiling MIRACLTrust User.swift
[31/105] Compiling MIRACLTrust UserDTO.swift
[32/105] Compiling MIRACLTrust UserStorage.swift
[33/105] Compiling MIRACLTrust ActivationTokenError.swift
[34/105] Compiling MIRACLTrust ActivationTokenErrorResponse.swift
[35/105] Compiling MIRACLTrust ActivationTokenResponse.swift
[36/105] Compiling MIRACLTrust EmailVerificationMethod.swift
[37/105] Compiling MIRACLTrust FallbackRequestErrorResponse.swift
[38/105] Compiling MIRACLTrust PushNotificationAuthenticator.swift
[39/105] Compiling MIRACLTrust QRAuthenticator.swift
[40/105] Compiling MIRACLTrust QuickCode.swift
[41/105] Compiling MIRACLTrust QuickCodeError.swift
[42/105] Compiling MIRACLTrust QuickCodeGenerator.swift
[43/105] Compiling MIRACLTrust VerificationQuickCodeRequestBody.swift
[44/105] Compiling MIRACLTrust VerificationQuickCodeResponse.swift
[45/105] Compiling MIRACLTrust ClientSecretResponse.swift
[46/105] Compiling MIRACLTrust RegistrationError.swift
[47/105] Compiling MIRACLTrust AuthenticationSessionAborter.swift
[48/105] Compiling MIRACLTrust AuthenticationSessionDetails.swift
[49/105] Compiling MIRACLTrust AuthenticationSessionDetailsFetcher.swift
[50/105] Compiling MIRACLTrust AuthenticationSessionDetailsResponse.swift
[51/105] Compiling MIRACLTrust CodeStatusRequestBody.swift
[52/105] Compiling MIRACLTrust АuthenticationSessionError.swift
[53/105] Compiling MIRACLTrust AuthenticateRequestBody.swift
[54/105] Compiling MIRACLTrust AuthenticateResponse.swift
[55/105] Compiling MIRACLTrust AuthenticationError.swift
[56/105] Compiling MIRACLTrust Authenticator.swift
[57/105] Compiling MIRACLTrust VerificationConfirmationHandler.swift
[58/105] Compiling MIRACLTrust VerificationConfirmationRequestBody.swift
[59/105] Compiling MIRACLTrust VerificationConfirmationResponse.swift
[60/105] Compiling MIRACLTrust VerificationError.swift
[61/105] Compiling MIRACLTrust VerificationRequestBody.swift
[62/105] Compiling MIRACLTrust VerificationRequestResponse.swift
[63/105] Compiling MIRACLTrust VerificationResponse.swift
[64/105] Compiling MIRACLTrust Verificator.swift
[65/105] Compiling MIRACLTrust resource_bundle_accessor.swift
[66/105] Compiling MIRACLTrust CrossDeviceSessionAuthenticator.swift
[67/105] Compiling MIRACLTrust CrossDeviceSessionError.swift
[68/105] Compiling MIRACLTrust CrossDeviceSessionFetcher.swift
[69/105] Compiling MIRACLTrust CrossDeviceSessionResponse.swift
[70/105] Compiling MIRACLTrust Crypto.swift
[71/105] Compiling MIRACLTrust CryptoBlueprint.swift
[72/105] Compiling MIRACLTrust CryptoError.swift
[73/105] Compiling MIRACLTrust Data+Extensions.swift
[74/105] Compiling MIRACLTrust OSLog+Helper.swift
[75/105] Compiling MIRACLTrust StringProtocol+Helpers.swift
[76/105] Compiling MIRACLTrust RegistrationRequestBody.swift
[77/105] Compiling MIRACLTrust RegistrationResponse.swift
[78/105] Compiling MIRACLTrust Registrator.swift
[79/105] Compiling MIRACLTrust SessionDetails.swift
[80/105] Compiling MIRACLTrust Signature.swift
[81/105] Compiling MIRACLTrust Signer.swift
[82/105] Compiling MIRACLTrust SigningError.swift
[83/105] Compiling MIRACLTrust SigningResult.swift
[84/105] Compiling MIRACLTrust UniversalLinkAuthentication.swift
[85/105] Compiling MIRACLTrust DefaultUserStorageOptions.swift
[86/105] Compiling MIRACLTrust API.swift
[87/105] Compiling MIRACLTrust APIBlueprint.swift
[88/105] Compiling MIRACLTrust APIError.swift
[89/105] Compiling MIRACLTrust APIErrorResponse.swift
[90/105] Compiling MIRACLTrust APIRequest.swift
[91/105] Compiling MIRACLTrust APIRequestError.swift
[92/105] Compiling MIRACLTrust APIRequestExecutor.swift
[93/105] Compiling MIRACLTrust APISettings.swift
[94/105] Compiling MIRACLTrust ClientErrorData.swift
[95/105] Compiling MIRACLTrust EmptyRequestBody.swift
[96/105] Compiling MIRACLTrust UIDevice+Helpers.swift
[97/105] Compiling MIRACLTrust DefaultLocalizedError.swift
[98/105] Compiling MIRACLTrust PinController.swift
[99/105] Compiling MIRACLTrust JWTGenerator.swift
[100/105] Compiling MIRACLTrust DefaultLogger.swift
[101/105] Compiling MIRACLTrust LogCategory.swift
[102/105] Compiling MIRACLTrust Logger.swift
[103/105] Compiling MIRACLTrust LoggingConstants.swift
[104/105] Compiling MIRACLTrust LoggingLevel.swift
[105/105] Compiling MIRACLTrust MIRACLTrust.swift
Build complete! (14.86s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "MIRACLTrust",
  "name" : "MIRACLTrust",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "MIRACLTrust",
      "targets" : [
        "MIRACLTrust"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "libamcl_pairing_BN254CX",
      "module_type" : "BinaryTarget",
      "name" : "libamcl_pairing_BN254CX",
      "path" : "MIRACLTrust/MIRACLTrust-Sources/Crypto/src/libamcl_pairing_BN254CX.xcframework",
      "product_memberships" : [
        "MIRACLTrust"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "libamcl_mpin_BN254CX",
      "module_type" : "BinaryTarget",
      "name" : "libamcl_mpin_BN254CX",
      "path" : "MIRACLTrust/MIRACLTrust-Sources/Crypto/src/libamcl_mpin_BN254CX.xcframework",
      "product_memberships" : [
        "MIRACLTrust"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "libamcl_curve_BN254CX",
      "module_type" : "BinaryTarget",
      "name" : "libamcl_curve_BN254CX",
      "path" : "MIRACLTrust/MIRACLTrust-Sources/Crypto/src/libamcl_curve_BN254CX.xcframework",
      "product_memberships" : [
        "MIRACLTrust"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "libamcl_core",
      "module_type" : "BinaryTarget",
      "name" : "libamcl_core",
      "path" : "MIRACLTrust/MIRACLTrust-Sources/Crypto/src/libamcl_core.xcframework",
      "product_memberships" : [
        "MIRACLTrust"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "SQLChiper",
      "module_type" : "ClangTarget",
      "name" : "SQLChiper",
      "path" : "MIRACLTrust/MIRACLTrust-Sources/User Storage/SQLChiper",
      "product_memberships" : [
        "MIRACLTrust"
      ],
      "sources" : [
        "sqlite3.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MIRACLTrust",
      "module_type" : "SwiftTarget",
      "name" : "MIRACLTrust",
      "path" : "MIRACLTrust/MIRACLTrust-Sources",
      "product_memberships" : [
        "MIRACLTrust"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/MIRACLTrust/MIRACLTrust-Sources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Authentication Session Management/AuthenticationSessionAborter.swift",
        "Authentication Session Management/AuthenticationSessionDetails.swift",
        "Authentication Session Management/AuthenticationSessionDetailsFetcher.swift",
        "Authentication Session Management/AuthenticationSessionDetailsResponse.swift",
        "Authentication Session Management/CodeStatusRequestBody.swift",
        "Authentication Session Management/АuthenticationSessionError.swift",
        "Authentication/AuthenticateRequestBody.swift",
        "Authentication/AuthenticateResponse.swift",
        "Authentication/AuthenticationError.swift",
        "Authentication/Authenticator.swift",
        "Authentication/AuthenticatorBlueprint.swift",
        "Authentication/Pass1RequestBody.swift",
        "Authentication/Pass1Response.swift",
        "Authentication/Pass2RequestBody.swift",
        "Authentication/Pass2Response.swift",
        "Configuration.swift",
        "ConfigurationError.swift",
        "Constants.swift",
        "Cross Device Session/CrossDeviceSession.swift",
        "Cross Device Session/CrossDeviceSessionAborter.swift",
        "Cross Device Session/CrossDeviceSessionAuthenticator.swift",
        "Cross Device Session/CrossDeviceSessionError.swift",
        "Cross Device Session/CrossDeviceSessionFetcher.swift",
        "Cross Device Session/CrossDeviceSessionResponse.swift",
        "Crypto/Crypto.swift",
        "Crypto/CryptoBlueprint.swift",
        "Crypto/CryptoError.swift",
        "Extensions/Data+Extensions.swift",
        "Extensions/OSLog+Helper.swift",
        "Extensions/StringProtocol+Helpers.swift",
        "Extensions/UIDevice+Helpers.swift",
        "Helpers/DefaultLocalizedError.swift",
        "Helpers/PinController.swift",
        "JWT/JWTGenerator.swift",
        "Logging/DefaultLogger.swift",
        "Logging/LogCategory.swift",
        "Logging/Logger.swift",
        "Logging/LoggingConstants.swift",
        "Logging/LoggingLevel.swift",
        "MIRACLTrust.swift",
        "Networking/API.swift",
        "Networking/APIBlueprint.swift",
        "Networking/APIError.swift",
        "Networking/APIErrorResponse.swift",
        "Networking/APIRequest.swift",
        "Networking/APIRequestError.swift",
        "Networking/APIRequestExecutor.swift",
        "Networking/APISettings.swift",
        "Networking/ClientErrorData.swift",
        "Networking/EmptyRequestBody.swift",
        "Networking/FallbackRequestErrorResponse.swift",
        "Push Notification Authentication/PushNotificationAuthenticator.swift",
        "QR Authentication/QRAuthenticator.swift",
        "QuickCode/QuickCode.swift",
        "QuickCode/QuickCodeError.swift",
        "QuickCode/QuickCodeGenerator.swift",
        "QuickCode/VerificationQuickCodeRequestBody.swift",
        "QuickCode/VerificationQuickCodeResponse.swift",
        "Registration/ClientSecretResponse.swift",
        "Registration/RegistrationError.swift",
        "Registration/RegistrationRequestBody.swift",
        "Registration/RegistrationResponse.swift",
        "Registration/Registrator.swift",
        "Session Management/SessionDetails.swift",
        "Signing/Signature.swift",
        "Signing/Signer.swift",
        "Signing/SigningError.swift",
        "Signing/SigningResult.swift",
        "Universal Link Authentication/UniversalLinkAuthentication.swift",
        "User Storage/DefaultUserStorageOptions.swift",
        "User Storage/SQLiteEncryptionHelper.swift",
        "User Storage/SQLiteHelper.swift",
        "User Storage/SQLiteMigration/SQLMigrationError.swift",
        "User Storage/SQLiteMigration/SQLMigrationFactory.swift",
        "User Storage/SQLiteMigration/SQLiteMigration.swift",
        "User Storage/SQLiteMigration/SQLiteMigration0to1.swift",
        "User Storage/SQLiteMigration/SQLiteMigration1to2.swift",
        "User Storage/SQLiteMigration/SQLiteMigration2to3.swift",
        "User Storage/SQLiteUserStorage.swift",
        "User Storage/SQLiteUserStorageError.swift",
        "User Storage/StorageType.swift",
        "User Storage/User.swift",
        "User Storage/UserDTO.swift",
        "User Storage/UserStorage.swift",
        "Verification/ActivationTokenError.swift",
        "Verification/ActivationTokenErrorResponse.swift",
        "Verification/ActivationTokenResponse.swift",
        "Verification/EmailVerificationMethod.swift",
        "Verification/VerificationConfirmationHandler.swift",
        "Verification/VerificationConfirmationRequestBody.swift",
        "Verification/VerificationConfirmationResponse.swift",
        "Verification/VerificationError.swift",
        "Verification/VerificationRequestBody.swift",
        "Verification/VerificationRequestResponse.swift",
        "Verification/VerificationResponse.swift",
        "Verification/Verificator.swift"
      ],
      "target_dependencies" : [
        "CryptoSPM",
        "SQLChiper"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CryptoSPM",
      "module_type" : "ClangTarget",
      "name" : "CryptoSPM",
      "path" : "MIRACLTrust/MIRACLTrust-Sources/Crypto",
      "product_memberships" : [
        "MIRACLTrust"
      ],
      "sources" : [
        "bridge.c"
      ],
      "target_dependencies" : [
        "libamcl_core",
        "libamcl_curve_BN254CX",
        "libamcl_mpin_BN254CX",
        "libamcl_pairing_BN254CX"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.