The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build MicroMaxOnAppleSilicon, reference v2.1.0 (5a1eef), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 07:21:02 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: v2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mesqueeb/MicroMaxOnAppleSilicon
 * tag               v2.1.0     -> FETCH_HEAD
HEAD is now at 5a1eefc 2.1.0
Cloned https://github.com/mesqueeb/MicroMaxOnAppleSilicon.git
Revision (git rev-parse @):
5a1eefc97dc6d17c9d1be6fc2bf7190a912a1e7e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mesqueeb/MicroMaxOnAppleSilicon.git at v2.1.0
========================================
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] Write sources
[0/26] Copying fmax.ini
[2/26] Write swift-version-1EA4D86E10B52AF.txt
[3/26] Compiling MicroMaxCppBridge UnixListener.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.
[4/26] Compiling MicroMaxCppBridge engine.cpp
[5/26] 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.
[6/26] Compiling MicroMaxCppBridge VirtualBoard.cpp
[6/26] Compiling MicroMaxObjCBridge EngineContext.m
[6/26] Compiling MicroMaxObjCBridge MicroMaxObjCBridge.mm
[6/26] Compiling MicroMaxCppBridge WBProtocol.cpp
[6/26] Compiling MicroMaxCppBridge Resources.cpp
[6/26] Compiling MicroMaxCppBridge io.cpp
[6/26] Compiling MicroMaxCppBridge WBProtocolParser.cpp
[6/26] Compiling BBBook.cpp
[6/26] Compiling BBitboard.cpp
[6/26] 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.67s)
Computing version for https://github.com/mesqueeb/Asyncify
Computed https://github.com/mesqueeb/Asyncify at 0.0.9 (1.13s)
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