The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Squirrel3, reference 1.1.0 (0a9050), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 19:07:18 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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
========================================
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.62s)
Creating working copy for https://github.com/heckj/Squirrel3.git
Working copy of https://github.com/heckj/Squirrel3.git resolved at 1.1.0 (0a90500)
warning: '.resolve-product-dependencies': dependency 'squirrel3' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/heckj/Squirrel3.git
https://github.com/heckj/Squirrel3.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Squirrel3",
  "name" : "Squirrel3",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "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.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-2F0A5646E1D333AE.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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
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.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.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.
[0/2] Compiling CSquirrel squirrel.c
[0/2] Write swift-version-2F0A5646E1D333AE.txt
BUILD FAILURE 6.1 macosSpm