The Swift Package Index logo.Swift Package Index

Build Information

Successful build of StockFishKit_iOS, reference main (de7bb4), with Swift 6.1 for Linux on 21 Mar 2026 01:02:54 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SoumitSaha/StockFishKit_iOS.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/SoumitSaha/StockFishKit_iOS
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at de7bb4f total core / 1.5 thread to gain more speed
Cloned https://github.com/SoumitSaha/StockFishKit_iOS.git
Revision (git rev-parse @):
de7bb4f4615b7faf775be148e7a28c8b5e87011a
SUCCESS checkout https://github.com/SoumitSaha/StockFishKit_iOS.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SoumitSaha/StockFishKit_iOS.git
https://github.com/SoumitSaha/StockFishKit_iOS.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
  ],
  "manifest_display_name" : "StockFishKit_iOS",
  "name" : "StockFishKit_iOS",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "StockFishKit_iOS",
      "targets" : [
        "StockFishKit_iOS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StockFishKit_iOS",
      "module_type" : "SwiftTarget",
      "name" : "StockFishKit_iOS",
      "path" : "Sources/StockFishKit_iOS",
      "product_memberships" : [
        "StockFishKit_iOS"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/StockFishKit_iOS/Resources/nn-47fc8b7fff06.nnue",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/StockFishKit_iOS/Resources/nn-9a0cc2a62c52.nnue",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "StockFish_iOS.swift",
        "StockFish_iOSDelegate.swift"
      ],
      "target_dependencies" : [
        "StockFishKitCXX"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StockFishKitCXX",
      "module_type" : "ClangTarget",
      "name" : "StockFishKitCXX",
      "path" : "Sources/StockFishKitCXX",
      "product_memberships" : [
        "StockFishKit_iOS"
      ],
      "sources" : [
        "StockFish_src/benchmark.cpp",
        "StockFish_src/bitboard.cpp",
        "StockFish_src/engine.cpp",
        "StockFish_src/evaluate.cpp",
        "StockFish_src/memory.cpp",
        "StockFish_src/misc.cpp",
        "StockFish_src/movegen.cpp",
        "StockFish_src/movepick.cpp",
        "StockFish_src/nnue/features/full_threats.cpp",
        "StockFish_src/nnue/features/half_ka_v2_hm.cpp",
        "StockFish_src/nnue/network.cpp",
        "StockFish_src/nnue/nnue_accumulator.cpp",
        "StockFish_src/nnue/nnue_misc.cpp",
        "StockFish_src/position.cpp",
        "StockFish_src/score.cpp",
        "StockFish_src/search.cpp",
        "StockFish_src/syzygy/tbprobe.cpp",
        "StockFish_src/thread.cpp",
        "StockFish_src/timeman.cpp",
        "StockFish_src/tt.cpp",
        "StockFish_src/tune.cpp",
        "StockFish_src/uci.cpp",
        "StockFish_src/ucioption.cpp",
        "Wrappers/StockfishWrapper.cpp"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Building for debugging...
[0/28] Copying nn-47fc8b7fff06.nnue
[1/28] Write sources
[2/28] Copying nn-9a0cc2a62c52.nnue
[3/28] Write swift-version-24593BA9C3E375BF.txt
[4/28] Compiling bitboard.cpp
[5/28] Compiling movegen.cpp
[6/28] Compiling ucioption.cpp
[7/28] Compiling movepick.cpp
[8/28] Compiling tune.cpp
[9/28] Compiling evaluate.cpp
[10/28] Compiling engine.cpp
[11/28] Compiling tt.cpp
[12/28] Compiling StockfishWrapper.cpp
[13/28] Compiling timeman.cpp
[14/28] Compiling uci.cpp
[15/28] Compiling tbprobe.cpp
[16/28] Compiling thread.cpp
[17/28] Compiling score.cpp
[18/28] Compiling nnue_accumulator.cpp
[19/28] Compiling half_ka_v2_hm.cpp
[20/28] Compiling memory.cpp
[21/28] Compiling network.cpp
[22/28] Compiling position.cpp
[23/28] Compiling nnue_misc.cpp
[24/28] Compiling misc.cpp
[25/28] Compiling search.cpp
[26/28] Compiling full_threats.cpp
[27/28] Compiling benchmark.cpp
[29/32] Compiling StockFishKit_iOS resource_bundle_accessor.swift
[30/32] Compiling StockFishKit_iOS StockFish_iOS.swift
[31/32] Emitting module StockFishKit_iOS
[32/32] Compiling StockFishKit_iOS StockFish_iOSDelegate.swift
Build complete! (50.10s)
Build complete.
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
  ],
  "manifest_display_name" : "StockFishKit_iOS",
  "name" : "StockFishKit_iOS",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "StockFishKit_iOS",
      "targets" : [
        "StockFishKit_iOS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StockFishKit_iOS",
      "module_type" : "SwiftTarget",
      "name" : "StockFishKit_iOS",
      "path" : "Sources/StockFishKit_iOS",
      "product_memberships" : [
        "StockFishKit_iOS"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/StockFishKit_iOS/Resources/nn-47fc8b7fff06.nnue",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/StockFishKit_iOS/Resources/nn-9a0cc2a62c52.nnue",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "StockFish_iOS.swift",
        "StockFish_iOSDelegate.swift"
      ],
      "target_dependencies" : [
        "StockFishKitCXX"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StockFishKitCXX",
      "module_type" : "ClangTarget",
      "name" : "StockFishKitCXX",
      "path" : "Sources/StockFishKitCXX",
      "product_memberships" : [
        "StockFishKit_iOS"
      ],
      "sources" : [
        "StockFish_src/benchmark.cpp",
        "StockFish_src/bitboard.cpp",
        "StockFish_src/engine.cpp",
        "StockFish_src/evaluate.cpp",
        "StockFish_src/memory.cpp",
        "StockFish_src/misc.cpp",
        "StockFish_src/movegen.cpp",
        "StockFish_src/movepick.cpp",
        "StockFish_src/nnue/features/full_threats.cpp",
        "StockFish_src/nnue/features/half_ka_v2_hm.cpp",
        "StockFish_src/nnue/network.cpp",
        "StockFish_src/nnue/nnue_accumulator.cpp",
        "StockFish_src/nnue/nnue_misc.cpp",
        "StockFish_src/position.cpp",
        "StockFish_src/score.cpp",
        "StockFish_src/search.cpp",
        "StockFish_src/syzygy/tbprobe.cpp",
        "StockFish_src/thread.cpp",
        "StockFish_src/timeman.cpp",
        "StockFish_src/tt.cpp",
        "StockFish_src/tune.cpp",
        "StockFish_src/uci.cpp",
        "StockFish_src/ucioption.cpp",
        "Wrappers/StockfishWrapper.cpp"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.