Build Information
Failed to build Squirrel3, reference main (7a91ad
), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 22:00:33 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
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
Fetching https://github.com/apple/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.30s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.57s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3187] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.21s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.60s)
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.3
========================================
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",
"dependencies": [
{
"identity": "squirrel3",
"name": "Squirrel3",
"url": "https://github.com/heckj/Squirrel3.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Squirrel3",
"dependencies": [
]
}
]
}
Fetching https://github.com/heckj/Squirrel3.git
[1/109] Fetching squirrel3
Fetched https://github.com/heckj/Squirrel3.git from cache (0.66s)
Creating working copy for https://github.com/heckj/Squirrel3.git
Working copy of https://github.com/heckj/Squirrel3.git resolved at main (7a91ad0)
warning: '.resolve-product-dependencies': dependency 'squirrel3' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/heckj/Squirrel3.git
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Squirrel3",
"name" : "Squirrel3",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "Squirrel3",
"targets" : [
"Squirrel3"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Squirrel3Tests",
"module_type" : "SwiftTarget",
"name" : "Squirrel3Tests",
"path" : "Tests/Squirrel3Tests",
"sources" : [
"Squirrel3Tests.swift"
],
"target_dependencies" : [
"Squirrel3"
],
"type" : "test"
},
{
"c99name" : "Squirrel3",
"module_type" : "SwiftTarget",
"name" : "Squirrel3",
"path" : "Sources/Squirrel3",
"product_memberships" : [
"Squirrel3"
],
"sources" : [
"SeededRandomNumberGenerator.swift",
"Squirrel3.swift"
],
"target_dependencies" : [
"CSquirrel"
],
"type" : "library"
},
{
"c99name" : "CSquirrel",
"module_type" : "ClangTarget",
"name" : "CSquirrel",
"path" : "Sources/CSquirrel",
"product_memberships" : [
"Squirrel3"
],
"sources" : [
"squirrel.c"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/5] Write sources
[3/5] Write swift-version--7754E27361AE5C74.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-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.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
BUILD FAILURE 6.0 macosSpm