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 NumPy-iOS, reference 0.0.20211111000853 (76af67), with Swift 6.1 for Linux on 26 Apr 2025 17:09:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kewlbear/NumPy-iOS.git
Reference: 0.0.20211111000853
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/kewlbear/NumPy-iOS
 * tag               0.0.20211111000853 -> FETCH_HEAD
HEAD is now at 76af67c Update Package.swift
Cloned https://github.com/kewlbear/NumPy-iOS.git
Revision (git rev-parse @):
76af67c7b3e26303753f65004ac7da5a2e4aa18e
SUCCESS checkout https://github.com/kewlbear/NumPy-iOS.git at 0.0.20211111000853
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kewlbear/NumPy-iOS.git
https://github.com/kewlbear/NumPy-iOS.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "python-ios",
      "requirement" : {
        "branch" : [
          "3.8_kivy-ios"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kewlbear/Python-iOS.git"
    }
  ],
  "manifest_display_name" : "NumPy-iOS",
  "name" : "NumPy-iOS",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "NumPy-iOS",
      "targets" : [
        "libnumpy",
        "libnpymath",
        "libnpyrandom",
        "Link",
        "NumPySupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "libnumpy",
      "module_type" : "BinaryTarget",
      "name" : "libnumpy",
      "path" : "remote/archive/libnumpy.xcframework.zip",
      "product_memberships" : [
        "NumPy-iOS"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "libnpyrandom",
      "module_type" : "BinaryTarget",
      "name" : "libnpyrandom",
      "path" : "remote/archive/libnpyrandom.xcframework.zip",
      "product_memberships" : [
        "NumPy-iOS"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "libnpymath",
      "module_type" : "BinaryTarget",
      "name" : "libnpymath",
      "path" : "remote/archive/libnpymath.xcframework.zip",
      "product_memberships" : [
        "NumPy-iOS"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "NumPySupport",
      "module_type" : "SwiftTarget",
      "name" : "NumPySupport",
      "path" : "Sources/NumPySupport",
      "product_dependencies" : [
        "Python-iOS"
      ],
      "product_memberships" : [
        "NumPy-iOS"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/NumPySupport/site-packages",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "SwiftBundle.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NumPy_iOSTests",
      "module_type" : "SwiftTarget",
      "name" : "NumPy-iOSTests",
      "path" : "Tests/NumPy-iOSTests",
      "sources" : [
        "NumPy_iOSTests.swift"
      ],
      "target_dependencies" : [
        "NumPySupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Link",
      "module_type" : "ClangTarget",
      "name" : "Link",
      "path" : "Sources/Link",
      "product_dependencies" : [
        "Python-iOS"
      ],
      "product_memberships" : [
        "NumPy-iOS"
      ],
      "sources" : [
        "Link.m"
      ],
      "target_dependencies" : [
        "libnumpy",
        "libnpymath",
        "libnpyrandom"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/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 finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/kewlbear/Python-iOS.git
[1/1568] Fetching python-ios
Fetched https://github.com/kewlbear/Python-iOS.git from cache (10.32s)
Creating working copy for https://github.com/kewlbear/Python-iOS.git
Working copy of https://github.com/kewlbear/Python-iOS.git resolved at 3.8_kivy-ios (f533322)
Downloading binary artifact https://github.com/kewlbear/NumPy-iOS/releases/download/0.0.20210504052912/libnpyrandom.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/NumPy-iOS/releases/download/0.0.20210504052912/libnpymath.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/NumPy-iOS/releases/download/0.0.20210504052912/libnumpy.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/0.0.20210416071604/libssl.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/0.0.20210416071604/libpython3.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/0.0.20210416071604/libcrypto.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/0.0.20210416071604/libffi.xcframework.zip
[1397/234997] Downloading https://github.com/kewlbear/Python-iOS/releases/download/0.0.20210416071604/libffi.xcframework.zip
[17781/395626] Downloading https://github.com/kewlbear/Python-iOS/releases/download/0.0.20210416071604/libffi.xcframework.zip, https://github.com/kewlbear/NumPy-iOS/releases/download/0.0.20210504052912/libnpyrandom.xcframework.zip
[70215/461008] Downloading https://github.com/kewlbear/Python-iOS/releases/download/0.0.20210416071604/libffi.xcframework.zip, https://github.com/kewlbear/NumPy-iOS/releases/download/0.0.20210504052912/libnpyrandom.xcframework.zip, https://github.com/kewlbear/NumPy-iOS/releases/download/0.0.20210504052912/libnpymath.xcframework.zip
Downloaded https://github.com/kewlbear/NumPy-iOS/releases/download/0.0.20210504052912/libnpymath.xcframework.zip (0.70s)
[159959/395626] Downloading https://github.com/kewlbear/Python-iOS/releases/download/0.0.20210416071604/libffi.xcframework.zip, https://github.com/kewlbear/NumPy-iOS/releases/download/0.0.20210504052912/libnpyrandom.xcframework.zip
Downloaded https://github.com/kewlbear/NumPy-iOS/releases/download/0.0.20210504052912/libnpyrandom.xcframework.zip (0.72s)
[131063/234997] Downloading https://github.com/kewlbear/Python-iOS/releases/download/0.0.20210416071604/libffi.xcframework.zip
[196599/28879843] Downloading https://github.com/kewlbear/Python-iOS/releases/download/0.0.20210416071604/libffi.xcframework.zip, https://github.com/kewlbear/NumPy-iOS/releases/download/0.0.20210504052912/libnumpy.xcframework.zip
Downloaded https://github.com/kewlbear/Python-iOS/releases/download/0.0.20210416071604/libffi.xcframework.zip (0.76s)
[2850140/28644846] Downloading https://github.com/kewlbear/NumPy-iOS/releases/download/0.0.20210504052912/libnumpy.xcframework.zip
[4029037/36331080] Downloading https://github.com/kewlbear/NumPy-iOS/releases/download/0.0.20210504052912/libnumpy.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/0.0.20210416071604/libcrypto.xcframework.zip
[4130244/38047397] Downloading https://github.com/kewlbear/NumPy-iOS/releases/download/0.0.20210504052912/libnumpy.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/0.0.20210416071604/libcrypto.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/0.0.20210416071604/libssl.xcframework.zip
[13154919/77468574] Downloading https://github.com/kewlbear/NumPy-iOS/releases/download/0.0.20210504052912/libnumpy.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/0.0.20210416071604/libcrypto.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/0.0.20210416071604/libssl.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/0.0.20210416071604/libpython3.xcframework.zip
Downloaded https://github.com/kewlbear/Python-iOS/releases/download/0.0.20210416071604/libssl.xcframework.zip (1.01s)
[29394387/75752257] Downloading https://github.com/kewlbear/NumPy-iOS/releases/download/0.0.20210504052912/libnumpy.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/0.0.20210416071604/libcrypto.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/0.0.20210416071604/libpython3.xcframework.zip
Downloaded https://github.com/kewlbear/Python-iOS/releases/download/0.0.20210416071604/libcrypto.xcframework.zip (1.53s)
Downloaded https://github.com/kewlbear/NumPy-iOS/releases/download/0.0.20210504052912/libnumpy.xcframework.zip (3.07s)
Downloaded https://github.com/kewlbear/Python-iOS/releases/download/0.0.20210416071604/libpython3.xcframework.zip (3.94s)
Building for debugging...
[0/7] Write sources
[2/7] Copying lib
In file included from /host/spi-builder-workspace/.build/checkouts/Python-iOS/Sources/LinkPython/PythonSupport.m:25:
/host/spi-builder-workspace/.build/checkouts/Python-iOS/Sources/LinkPython/include/PythonSupport.h:25:9: fatal error: 'Foundation/Foundation.h' file not found
   25 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[3/7] Compiling LinkPython PythonSupport.m
[3/7] Copying site-packages
[3/7] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/4] Copying site-packages
In file included from /host/spi-builder-workspace/.build/checkouts/Python-iOS/Sources/LinkPython/PythonSupport.m:25:
/host/spi-builder-workspace/.build/checkouts/Python-iOS/Sources/LinkPython/include/PythonSupport.h:25:9: fatal error: 'Foundation/Foundation.h' file not found
   25 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/4] Compiling LinkPython PythonSupport.m
[1/4] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux