This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 with Swift 6.0 for tvOS using Xcode 16.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme NumPy-iOS -destination generic/platform=tvos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kewlbear/NumPy-iOS.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kewlbear/NumPy-iOS
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4d0f25e add v0.1.1-b20230423-102342
Cloned https://github.com/kewlbear/NumPy-iOS.git
Revision (git rev-parse @):
4d0f25e59ca6b9746ae447d6bb682d12a54cff13
SUCCESS checkout https://github.com/kewlbear/NumPy-iOS.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.0
Building package at path:  $workDir
https://github.com/kewlbear/NumPy-iOS.git
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Fetching from https://github.com/kewlbear/Python-iOS.git
Creating working copy of package ‘Python-iOS’
Checking out 0.1.1-b20230423-090254 of package ‘Python-iOS’
Resolved source packages:
  NumPy-iOS: /Users/admin/builder/spi-builder-workspace
  Python-iOS: https://github.com/kewlbear/Python-iOS.git @ 0.1.1-b20230423-090254
resolved source packages: NumPy-iOS, Python-iOS
{
  "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" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "NumPy-iOS"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme NumPy-iOS -destination generic/platform=tvos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme NumPy-iOS -destination generic/platform=tvos "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  NumPy-iOS: /Users/admin/builder/spi-builder-workspace
  Python-iOS: https://github.com/kewlbear/Python-iOS.git @ 0.1.1-b20230423-090254
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'NumPy-iOS' in project 'NumPy-iOS'
        ➜ Explicit dependency on target 'Link' in project 'NumPy-iOS'
        ➜ Explicit dependency on target 'NumPySupport' in project 'NumPy-iOS'
        ➜ Explicit dependency on target 'NumPy-iOS_NumPySupport' in project 'NumPy-iOS'
        ➜ Explicit dependency on target 'Python-iOS' in project 'Python-iOS'
    Target 'NumPySupport' in project 'NumPy-iOS'
        ➜ Explicit dependency on target 'NumPy-iOS_NumPySupport' in project 'NumPy-iOS'
        ➜ Explicit dependency on target 'Python-iOS' in project 'Python-iOS'
    Target 'NumPy-iOS_NumPySupport' in project 'NumPy-iOS' (no dependencies)
    Target 'Link' in project 'NumPy-iOS'
        ➜ Explicit dependency on target 'Python-iOS' in project 'Python-iOS'
    Target 'Python-iOS' in project 'Python-iOS'
        ➜ Explicit dependency on target 'LinkPython' in project 'Python-iOS'
        ➜ Explicit dependency on target 'PythonSupport' in project 'Python-iOS'
        ➜ Explicit dependency on target 'Python-iOS_PythonSupport' in project 'Python-iOS'
    Target 'PythonSupport' in project 'Python-iOS'
        ➜ Explicit dependency on target 'Python-iOS_PythonSupport' in project 'Python-iOS'
        ➜ Explicit dependency on target 'LinkPython' in project 'Python-iOS'
    Target 'Python-iOS_PythonSupport' in project 'Python-iOS' (no dependencies)
    Target 'LinkPython' in project 'Python-iOS' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/ld -version_details
Build description signature: ae0f48677fdefcaf6876baa30a022337
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ae0f48677fdefcaf6876baa30a022337.xcbuilddata
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Link' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnumpy/libnumpy.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnumpy/libnumpy.xcframework'. (in target 'Link' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnpymath/libnpymath.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnpymath/libnpymath.xcframework'. (in target 'Link' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnpyrandom/libnpyrandom.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnpyrandom/libnpyrandom.xcframework'. (in target 'Link' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'Link' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'Link' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'Link' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'Link' from project 'NumPy-iOS')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Python-iOS_PythonSupport' from project 'Python-iOS')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnumpy/libnumpy.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnumpy/libnumpy.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnpymath/libnpymath.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnpymath/libnpymath.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnpyrandom/libnpyrandom.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnpyrandom/libnpyrandom.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnumpy/libnumpy.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnumpy/libnumpy.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnpymath/libnpymath.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnpymath/libnpymath.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnpyrandom/libnpyrandom.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnpyrandom/libnpyrandom.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'LinkPython' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'LinkPython' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'LinkPython' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'LinkPython' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'LinkPython' from project 'Python-iOS')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'NumPy-iOS_NumPySupport' from project 'NumPy-iOS')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PythonSupport' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'PythonSupport' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'PythonSupport' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'PythonSupport' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'PythonSupport' from project 'Python-iOS')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'NumPySupport' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'NumPySupport' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'NumPySupport' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'NumPySupport' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'NumPySupport' from project 'NumPy-iOS')
** BUILD FAILED **
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme NumPy-iOS -destination generic/platform=tvos "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  Python-iOS: https://github.com/kewlbear/Python-iOS.git @ 0.1.1-b20230423-090254
  NumPy-iOS: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'NumPy-iOS' in project 'NumPy-iOS'
        ➜ Explicit dependency on target 'Link' in project 'NumPy-iOS'
        ➜ Explicit dependency on target 'NumPySupport' in project 'NumPy-iOS'
        ➜ Explicit dependency on target 'NumPy-iOS_NumPySupport' in project 'NumPy-iOS'
        ➜ Explicit dependency on target 'Python-iOS' in project 'Python-iOS'
    Target 'NumPySupport' in project 'NumPy-iOS'
        ➜ Explicit dependency on target 'NumPy-iOS_NumPySupport' in project 'NumPy-iOS'
        ➜ Explicit dependency on target 'Python-iOS' in project 'Python-iOS'
    Target 'NumPy-iOS_NumPySupport' in project 'NumPy-iOS' (no dependencies)
    Target 'Link' in project 'NumPy-iOS'
        ➜ Explicit dependency on target 'Python-iOS' in project 'Python-iOS'
    Target 'Python-iOS' in project 'Python-iOS'
        ➜ Explicit dependency on target 'LinkPython' in project 'Python-iOS'
        ➜ Explicit dependency on target 'PythonSupport' in project 'Python-iOS'
        ➜ Explicit dependency on target 'Python-iOS_PythonSupport' in project 'Python-iOS'
    Target 'PythonSupport' in project 'Python-iOS'
        ➜ Explicit dependency on target 'Python-iOS_PythonSupport' in project 'Python-iOS'
        ➜ Explicit dependency on target 'LinkPython' in project 'Python-iOS'
    Target 'Python-iOS_PythonSupport' in project 'Python-iOS' (no dependencies)
    Target 'LinkPython' in project 'Python-iOS' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/ld -version_details
Build description signature: ae0f48677fdefcaf6876baa30a022337
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ae0f48677fdefcaf6876baa30a022337.xcbuilddata
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'PythonSupport' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'PythonSupport' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'PythonSupport' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'PythonSupport' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'PythonSupport' from project 'Python-iOS')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'NumPy-iOS_NumPySupport' from project 'NumPy-iOS')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'LinkPython' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'LinkPython' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'LinkPython' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'LinkPython' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'LinkPython' from project 'Python-iOS')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Link' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnumpy/libnumpy.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnumpy/libnumpy.xcframework'. (in target 'Link' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnpymath/libnpymath.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnpymath/libnpymath.xcframework'. (in target 'Link' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnpyrandom/libnpyrandom.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnpyrandom/libnpyrandom.xcframework'. (in target 'Link' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'Link' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'Link' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'Link' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'Link' from project 'NumPy-iOS')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnumpy/libnumpy.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnumpy/libnumpy.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnpymath/libnpymath.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnpymath/libnpymath.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnpyrandom/libnpyrandom.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnpyrandom/libnpyrandom.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnumpy/libnumpy.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnumpy/libnumpy.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnpymath/libnpymath.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnpymath/libnpymath.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnpyrandom/libnpyrandom.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libnpyrandom/libnpyrandom.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'NumPy-iOS' from project 'NumPy-iOS')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Python-iOS_PythonSupport' from project 'Python-iOS')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'NumPySupport' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'NumPySupport' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'NumPySupport' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'NumPySupport' from project 'NumPy-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'NumPySupport' from project 'NumPy-iOS')
** BUILD FAILED **
BUILD FAILURE 6.0 tvOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.