The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build NumPy-iOS, reference v0.1.1-b20230423-102342 (6233ed), with Swift 6.1 for Wasm on 28 May 2025 03:06:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kewlbear/NumPy-iOS.git
Reference: v0.1.1-b20230423-102342
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               v0.1.1-b20230423-102342 -> FETCH_HEAD
HEAD is now at 6233ed6 Merge pull request #10 from kewlbear/kewlbear-patch-2
Cloned https://github.com/kewlbear/NumPy-iOS.git
Revision (git rev-parse @):
6233ed6725fe11678a99e4092d05d4bebe347ab8
SUCCESS checkout https://github.com/kewlbear/NumPy-iOS.git at v0.1.1-b20230423-102342
========================================
Build
========================================
Selected platform:         wasm
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" : {
        "range" : [
          {
            "lower_bound" : "0.1.1-b",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "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-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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 (12.42s)
Computing version for https://github.com/kewlbear/Python-iOS.git
Computed https://github.com/kewlbear/Python-iOS.git at 0.1.1-b20230423-090254 (13.38s)
Creating working copy for https://github.com/kewlbear/Python-iOS.git
Working copy of https://github.com/kewlbear/Python-iOS.git resolved at 0.1.1-b20230423-090254
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/NumPy-iOS/releases/download/v0.1.1-b20230423-094055/libnpymath.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/NumPy-iOS/releases/download/v0.1.1-b20230423-094055/libnumpy.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/NumPy-iOS/releases/download/v0.1.1-b20230423-094055/libnpyrandom.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libffi.xcframework.zip
[2747/32389353] Downloading https://github.com/kewlbear/NumPy-iOS/releases/download/v0.1.1-b20230423-094055/libnumpy.xcframework.zip
[131040/32548414] Downloading https://github.com/kewlbear/NumPy-iOS/releases/download/v0.1.1-b20230423-094055/libnumpy.xcframework.zip, https://github.com/kewlbear/NumPy-iOS/releases/download/v0.1.1-b20230423-094055/libnpyrandom.xcframework.zip
[180174/40252099] Downloading https://github.com/kewlbear/NumPy-iOS/releases/download/v0.1.1-b20230423-094055/libnumpy.xcframework.zip, https://github.com/kewlbear/NumPy-iOS/releases/download/v0.1.1-b20230423-094055/libnpyrandom.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip
[195631/41971761] Downloading https://github.com/kewlbear/NumPy-iOS/releases/download/v0.1.1-b20230423-094055/libnumpy.xcframework.zip, https://github.com/kewlbear/NumPy-iOS/releases/download/v0.1.1-b20230423-094055/libnpyrandom.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip
[432452/42026883] Downloading https://github.com/kewlbear/NumPy-iOS/releases/download/v0.1.1-b20230423-094055/libnumpy.xcframework.zip, https://github.com/kewlbear/NumPy-iOS/releases/download/v0.1.1-b20230423-094055/libnpyrandom.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip, https://github.com/kewlbear/NumPy-iOS/releases/download/v0.1.1-b20230423-094055/libnpymath.xcframework.zip
[1215784/42128017] Downloading https://github.com/kewlbear/NumPy-iOS/releases/download/v0.1.1-b20230423-094055/libnumpy.xcframework.zip, https://github.com/kewlbear/NumPy-iOS/releases/download/v0.1.1-b20230423-094055/libnpyrandom.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip, https://github.com/kewlbear/NumPy-iOS/releases/download/v0.1.1-b20230423-094055/libnpymath.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libffi.xcframework.zip
[1230744/90115603] Downloading https://github.com/kewlbear/NumPy-iOS/releases/download/v0.1.1-b20230423-094055/libnumpy.xcframework.zip, https://github.com/kewlbear/NumPy-iOS/releases/download/v0.1.1-b20230423-094055/libnpyrandom.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip, https://github.com/kewlbear/NumPy-iOS/releases/download/v0.1.1-b20230423-094055/libnpymath.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libffi.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip
Downloaded https://github.com/kewlbear/NumPy-iOS/releases/download/v0.1.1-b20230423-094055/libnpyrandom.xcframework.zip (1.16s)
[16871555/89956542] Downloading https://github.com/kewlbear/NumPy-iOS/releases/download/v0.1.1-b20230423-094055/libnumpy.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip, https://github.com/kewlbear/NumPy-iOS/releases/download/v0.1.1-b20230423-094055/libnpymath.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libffi.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip
Downloaded https://github.com/kewlbear/NumPy-iOS/releases/download/v0.1.1-b20230423-094055/libnpymath.xcframework.zip (1.17s)
[18896463/89901420] Downloading https://github.com/kewlbear/NumPy-iOS/releases/download/v0.1.1-b20230423-094055/libnumpy.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libffi.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip
[20983160/89800286] Downloading https://github.com/kewlbear/NumPy-iOS/releases/download/v0.1.1-b20230423-094055/libnumpy.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip
Downloaded https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libffi.xcframework.zip (1.19s)
Downloaded https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip (1.39s)
[46322515/88080624] Downloading https://github.com/kewlbear/NumPy-iOS/releases/download/v0.1.1-b20230423-094055/libnumpy.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip
Downloaded https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip (2.04s)
Downloaded https://github.com/kewlbear/NumPy-iOS/releases/download/v0.1.1-b20230423-094055/libnumpy.xcframework.zip (3.83s)
Downloaded https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip (6.04s)
Building for debugging...
[0/7] Write sources
[2/7] Copying lib
[3/7] 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.
[4/7] Compiling LinkPython PythonSupport.m
[4/7] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
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.
[0/3] Compiling LinkPython PythonSupport.m
[0/3] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm