Build Information
Failed to build Squirrel3, reference 1.1.0 (0a9050
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 11:22:00 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/heckj/Squirrel3.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heckj/Squirrel3
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at 0a90500 adding seedable protocol to Squirrel3, and making the seed constant for easier retrieval and re-creation (#1)
Cloned https://github.com/heckj/Squirrel3.git
Revision (git rev-parse @):
0a90500365e1c6959fd2e9614ab4687817627404
SUCCESS checkout https://github.com/heckj/Squirrel3.git at 1.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/heckj/Squirrel3.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-1EA4D86E10B52AF.txt
In file included from /Users/admin/builder/spi-builder-workspace/Sources/CSquirrel/squirrel.c:8:
/Users/admin/builder/spi-builder-workspace/Sources/CSquirrel/include/squirrel.h:13:1: error: missing '#include <_types/_uint64_t.h>'; 'uint64_t' must be declared before it is used
13 | uint64_t Squirrel3( uint64_t position );
| ^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/usr/include/_types/_uint64_t.h:31:28: note: declaration here is not visible
31 | typedef unsigned long long uint64_t;
| ^
1 error generated.
[2/3] Compiling CSquirrel squirrel.c
BUILD FAILURE 6.2 macosSpm