Build Information
Failed to build MicroMaxOnAppleSilicon, reference main (0957d0
), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 07:20:42 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mesqueeb/MicroMaxOnAppleSilicon.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mesqueeb/MicroMaxOnAppleSilicon
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0957d0f chore: bump
Cloned https://github.com/mesqueeb/MicroMaxOnAppleSilicon.git
Revision (git rev-parse @):
0957d0fc72f3e70ee9ff7e454ab0afad6c29a4b8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mesqueeb/MicroMaxOnAppleSilicon.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/mesqueeb/MicroMaxOnAppleSilicon.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/26] Compiling MicroMaxCppBridge MicroMaxBridge.cpp
[1/26] Write swift-version-1EA4D86E10B52AF.txt
[2/26] Copying fmax.ini
[3/26] Write sources
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/EngineContext.c:6:32: warning: pragma diagnostic expected option name (e.g. "-Wundef") [-Wunknown-pragmas]
6 | #pragma GCC diagnostic warning "-w"
| ^
1 warning generated.
[4/26] Compiling MicroMaxCBridge EngineContext.c
[5/26] Compiling BMovegen.cpp
[6/26] Compiling MicroMaxCppBridge PThreadStaticLinker.cpp
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CppBridge/io.cpp:236:5: warning: 'vsprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead. [-Wdeprecated-declarations]
236 | vsprintf(string,format,arg_list);
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/_stdio.h:298:1: note: 'vsprintf' has been explicitly marked deprecated here
298 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead.")
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/sys/cdefs.h:227:48: note: expanded from macro '__deprecated_msg'
227 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
| ^
1 warning generated.
[7/26] Compiling MicroMaxCppBridge io.cpp
[8/26] Compiling BBitboard.cpp
[9/26] Compiling MicroMaxCppBridge AbstractAdapter.cpp
[10/26] Compiling MicroMaxCppBridge ChessCore.cpp
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CppBridge/engine.cpp:53:5: warning: 'vsprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead. [-Wdeprecated-declarations]
53 | vsprintf(string,format,arg_list);
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/_stdio.h:298:1: note: 'vsprintf' has been explicitly marked deprecated here
298 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use vsnprintf(3) instead.")
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/sys/cdefs.h:227:48: note: expanded from macro '__deprecated_msg'
227 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
| ^
1 warning generated.
[11/26] Compiling MicroMaxCppBridge engine.cpp
[12/26] Compiling MicroMaxCppBridge UnixListener.cpp
[13/26] Compiling BBBook.cpp
[14/26] Compiling BPosition.cpp
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:1:32: warning: pragma diagnostic expected option name (e.g. "-Wundef") [-Wunknown-pragmas]
1 | #pragma GCC diagnostic warning "-w"
| ^
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:164:19: warning: operator '?:' has lower precedence than '|'; '|' will be evaluated first [-Wbitwise-conditional-parentheses]
164 | m=-P<l|R<5?d-2?-I:e:-P; /*** prune if > beta unconsidered:static eval */
| ~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:164:19: note: place parentheses around the '|' expression to silence this warning
164 | m=-P<l|R<5?d-2?-I:e:-P; /*** prune if > beta unconsidered:static eval */
| ^
| ( )
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:164:19: note: place parentheses around the '?:' expression to evaluate it first
164 | m=-P<l|R<5?d-2?-I:e:-P; /*** prune if > beta unconsidered:static eval */
| ^
| ( )
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:171:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
171 | W(r=o[++j]) /* loop over directions o[] */
| ~^~~~~~~
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:171:20: note: place parentheses around the assignment to silence this warning
171 | W(r=o[++j]) /* loop over directions o[] */
| ^
| ( )
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:171:20: note: use '==' to turn this assignment into an equality comparison
171 | W(r=o[++j]) /* loop over directions o[] */
| ^
| ==
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:199:47: warning: operator '?:' has lower precedence than '|'; '|' will be evaluated first [-Wbitwise-conditional-parentheses]
199 | v-=w[p]>0|R<EG?0:20; /*** freeze K in mid-game ***/
| ~~~~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:199:47: note: place parentheses around the '|' expression to silence this warning
199 | v-=w[p]>0|R<EG?0:20; /*** freeze K in mid-game ***/
| ~~~~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:199:47: note: place parentheses around the '?:' expression to evaluate it first
199 | v-=w[p]>0|R<EG?0:20; /*** freeze K in mid-game ***/
| ^
| ( )
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:204:40: warning: operator '>>' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
204 | +(R-76>>2); /* end-game Pawn-push bonus */
| ~^~~~~
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:204:40: note: place parentheses around the '-' expression to silence this warning
204 | +(R-76>>2); /* end-game Pawn-push bonus */
| ^
| ( )
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:215:39: warning: | has lower precedence than <; < will be evaluated first [-Wparentheses]
215 | C=R<EG|P-I|d<3||t&&p-3?C:d; /* extend 1 ply if in-check */
| ~~~~^
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:215:39: note: place parentheses around the '<' expression to silence this warning
215 | C=R<EG|P-I|d<3||t&&p-3?C:d; /* extend 1 ply if in-check */
| ~~~~^
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:215:39: note: place parentheses around the | expression to evaluate it first
215 | C=R<EG|P-I|d<3||t&&p-3?C:d; /* extend 1 ply if in-check */
| ~~^~~~
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:217:46: warning: operator '?:' has lower precedence than '|'; '|' will be evaluated first [-Wbitwise-conditional-parentheses]
217 | s=C>2|v>V?-D(16-k,-l,-V,-v,/*** futility, recursive eval. of reply */
| ~~~~~~~^
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:217:46: note: place parentheses around the '|' expression to silence this warning
217 | s=C>2|v>V?-D(16-k,-l,-V,-v,/*** futility, recursive eval. of reply */
| ^
| ( )
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:217:46: note: place parentheses around the '?:' expression to evaluate it first
217 | s=C>2|v>V?-D(16-k,-l,-V,-v,/*** futility, recursive eval. of reply */
| ^
| (
218 | F,y&255,C):v;
|
| )
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:222:44: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
222 | W(*sp++=*p++);
| ~~~~~^~~~~
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:222:44: note: place parentheses around the assignment to silence this warning
222 | W(*sp++=*p++);
| ^
| ( )
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:222:44: note: use '==' to turn this assignment into an equality comparison
222 | W(*sp++=*p++);
| ^
| ==
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:232:46: warning: | has lower precedence than <; < will be evaluated first [-Wparentheses]
232 | Fifty = t|p<3?0:Fifty+1;
| ^~~~
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:232:46: note: place parentheses around the '<' expression to silence this warning
232 | Fifty = t|p<3?0:Fifty+1;
| ^
| ( )
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:232:46: note: place parentheses around the | expression to evaluate it first
232 | Fifty = t|p<3?0:Fifty+1;
| ^
| ( )
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:232:50: warning: operator '?:' has lower precedence than '|'; '|' will be evaluated first [-Wbitwise-conditional-parentheses]
232 | Fifty = t|p<3?0:Fifty+1;
| ~~~~~^
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:232:50: note: place parentheses around the '|' expression to silence this warning
232 | Fifty = t|p<3?0:Fifty+1;
| ^
| ( )
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:232:50: note: place parentheses around the '?:' expression to evaluate it first
232 | Fifty = t|p<3?0:Fifty+1;
| ^
| ( )
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:241:41: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses]
241 | if(z&S&&Post&K==I&d>2&v>V&v<l){int *p=ps;char X,Y;
| ^~~~~
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:241:41: note: place parentheses around the '==' expression to silence this warning
241 | if(z&S&&Post&K==I&d>2&v>V&v<l){int *p=ps;char X,Y;
| ^
| ( )
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:241:41: note: place parentheses around the & expression to evaluate it first
241 | if(z&S&&Post&K==I&d>2&v>V&v<l){int *p=ps;char X,Y;
| ^
| ( )
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:267:18: warning: | has lower precedence than ==; == will be evaluated first [-Wparentheses]
267 | C:FMAX( m=m+I|P==I?m:(X=Y=0); ) /* if stalemate, draw-score */
| ^~~~~
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:69:21: note: expanded from macro 'FMAX'
69 | # define FMAX(x) x
| ^
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:267:18: note: place parentheses around the '==' expression to silence this warning
267 | C:FMAX( m=m+I|P==I?m:(X=Y=0); ) /* if stalemate, draw-score */
| ^~~~~
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:69:21: note: expanded from macro 'FMAX'
69 | # define FMAX(x) x
| ^
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:267:18: note: place parentheses around the | expression to evaluate it first
267 | C:FMAX( m=m+I|P==I?m:(X=Y=0); ) /* if stalemate, draw-score */
| ~~~^~
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:69:21: note: expanded from macro 'FMAX'
69 | # define FMAX(x) x
| ^
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:267:23: warning: operator '?:' has lower precedence than '|'; '|' will be evaluated first [-Wbitwise-conditional-parentheses]
267 | C:FMAX( m=m+I|P==I?m:(X=Y=0); ) /* if stalemate, draw-score */
| ~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:69:21: note: expanded from macro 'FMAX'
69 | # define FMAX(x) x
| ^
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:267:23: note: place parentheses around the '|' expression to silence this warning
267 | C:FMAX( m=m+I|P==I?m:(X=Y=0); ) /* if stalemate, draw-score */
| ~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:69:21: note: expanded from macro 'FMAX'
69 | # define FMAX(x) x
| ^
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:267:23: note: place parentheses around the '?:' expression to evaluate it first
267 | C:FMAX( m=m+I|P==I?m:(X=Y=0); ) /* if stalemate, draw-score */
| ~~~~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:69:21: note: expanded from macro 'FMAX'
69 | # define FMAX(x) x
| ^
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:145:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
145 | int D(k,q,l,e,E,z,n) /* recursive minimax search, k=moving side, n=depth*/
| ^
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:486:96: warning: '/*' within block comment [-Wcomment]
486 | /* printf("# c='%c' i=%d od[i]=%d j=%d (%3d,%8x)\n",c?c:' ',i,od[i],j,o[j-1],of[j-1]); /**/
| ^
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:725:34: warning: operator '>>' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
725 | MovesLeft = -(GamePtr+(Side==WHITE)>>1);
| ~~~~~~~^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CBridge/Fairymax/Fairymax.c:725:34: note: place parentheses around the '+' expression to silence this warning
725 | MovesLeft = -(GamePtr+(Side==WHITE)>>1);
| ^
| ( )
16 warnings generated.
[15/26] Compiling Fairymax.c
[16/26] Write sources
[17/28] Compiling MicroMaxCppBridge UnixAdapter.cpp
In file included from /Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CppBridge/VirtualBoard.cpp:2:
In file included from /Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CppBridge/VirtualBoard.hpp:4:
In file included from /Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CppBridge/VirtualResponder.hpp:4:
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CppBridge/Core.hpp:31:40: error: no template named 'vector' in namespace 'std'
31 | virtual void getMoves(std::vector<VirtualMove>&, bool extended = false) const {}
| ~~~~~^
/Users/admin/builder/spi-builder-workspace/MicroMaxOnAppleSilicon/Sources/CppBridge/Core.hpp:35:40: error: no template named 'vector' in namespace 'std'
35 | std::vector<VirtualMove> &,
| ~~~~~^
2 errors generated.
[18/28] Compiling MicroMaxCppBridge VirtualBoard.cpp
[18/28] Compiling MicroMaxCppBridge ProtocolParser.cpp
[18/28] Compiling MicroMaxObjCBridge EngineContext.m
[18/28] Compiling MicroMaxCppBridge Resources.cpp
[18/28] Compiling MicroMaxObjCBridge MicroMaxObjCBridge.mm
[18/28] Compiling MicroMaxCppBridge WBProtocol.cpp
[18/28] Compiling MicroMaxCppBridge WBProtocolParser.cpp
[18/28] Compiling MicroMaxObjCBridge resource_bundle_accessor.m
Fetching https://github.com/mesqueeb/Asyncify
[1/143] Fetching asyncify
Fetched https://github.com/mesqueeb/Asyncify from cache (0.73s)
Computing version for https://github.com/mesqueeb/Asyncify
Computed https://github.com/mesqueeb/Asyncify at 0.0.9 (1.15s)
Creating working copy for https://github.com/mesqueeb/Asyncify
Working copy of https://github.com/mesqueeb/Asyncify resolved at 0.0.9
BUILD FAILURE 6.2 macosSpm