Build Information
Failed to build Squirrel3, reference main (7a91ad
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 11:21:58 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heckj/Squirrel3
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7a91ad0 checking C vs. Swift ported code speeds
Cloned https://github.com/heckj/Squirrel3.git
Revision (git rev-parse @):
7a91ad0da237de94bea1dc1af67bed41ce204f4f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/heckj/Squirrel3.git at main
========================================
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Write sources
[3/5] 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.
[4/5] Compiling CSquirrel squirrel.c
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.16s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (1.70s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.80s)
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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
BUILD FAILURE 6.2 macosSpm