The Swift Package Index logo.Swift Package Index

Build Information

Failed to build iDNIe, reference 3.1.28 (a720df), with Swift 6.0 for tvOS using Xcode 16.2 on 11 Mar 2026 21:21:07 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme iDNIe -destination generic/platform=tvOS

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/diegocidm4/iDNIe.git
Reference: 3.1.28
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/diegocidm4/iDNIe
 * tag               3.1.28     -> FETCH_HEAD
HEAD is now at a720df9 3.1.27
Cloned https://github.com/diegocidm4/iDNIe.git
Revision (git rev-parse @):
a720df931f282eb18993b88e688f3f544e0f2823
SUCCESS checkout https://github.com/diegocidm4/iDNIe.git at 3.1.28
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/diegocidm4/iDNIe.git
Command line invocation:
    /Applications/Xcode-16.2.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
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/krzyzanowskim/CryptoSwift.git
Fetching from https://github.com/Boilertalk/BigInt.swift.git
Fetching from https://github.com/krzyzanowskim/OpenSSL.git
Creating working copy of package ‘BigInt.swift’
Checking out 1.0.0 of package ‘BigInt.swift’
Creating working copy of package ‘CryptoSwift’
Checking out 1.6.0 of package ‘CryptoSwift’
Creating working copy of package ‘OpenSSL’
Checking out 1.1.2300 of package ‘OpenSSL’
dependency 'bigint.swift' is not used by any targetdependency 'openssl' is not used by any targetdependency 'cryptoswift' is not used by any targetResolve Package Graph
dependency 'bigint.swift' is not used by any targetdependency 'openssl' is not used by any targetdependency 'cryptoswift' is not used by any target
Resolved source packages:
  OpenSSL: https://github.com/krzyzanowskim/OpenSSL.git @ 1.1.2300
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.6.0
  iDNIe: /Users/admin/builder/spi-builder-workspace
  BigInt: https://github.com/Boilertalk/BigInt.swift.git @ 1.0.0
resolved source packages: OpenSSL, CryptoSwift, iDNIe, BigInt
{
  "dependencies" : [
    {
      "identity" : "bigint.swift",
      "requirement" : {
        "exact" : [
          "1.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Boilertalk/BigInt.swift.git"
    },
    {
      "identity" : "openssl",
      "requirement" : {
        "exact" : [
          "1.1.2300"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/OpenSSL.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "exact" : [
          "1.6.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    }
  ],
  "manifest_display_name" : "iDNIe",
  "name" : "iDNIe",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "iDNIe",
      "targets" : [
        "iDNIe"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "iDNIe",
      "module_type" : "BinaryTarget",
      "name" : "iDNIe",
      "path" : "Sources/iDNIe.xcframework",
      "product_memberships" : [
        "iDNIe"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "iDNIe"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme iDNIe -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-16.2.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 iDNIe -destination generic/platform=tvOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
dependency 'bigint.swift' is not used by any targetdependency 'openssl' is not used by any targetdependency 'cryptoswift' is not used by any target
Resolve Package Graph
dependency 'bigint.swift' is not used by any targetdependency 'openssl' is not used by any targetdependency 'cryptoswift' is not used by any target
Resolved source packages:
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.6.0
  iDNIe: /Users/admin/builder/spi-builder-workspace
  BigInt: https://github.com/Boilertalk/BigInt.swift.git @ 1.0.0
  OpenSSL: https://github.com/krzyzanowskim/OpenSSL.git @ 1.1.2300
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'iDNIe' in project 'iDNIe' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.2.sdk -x c -c /dev/null
Build description signature: d80d62676b7ca40ab455091d097829e4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d80d62676b7ca40ab455091d097829e4.xcbuilddata
/Users/admin/builder/spi-builder-workspace/Sources/iDNIe.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Sources/iDNIe.xcframework'. (in target 'iDNIe' from project 'iDNIe')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme iDNIe
(1 failure)
Command line invocation:
    /Applications/Xcode-16.2.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
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
dependency 'bigint.swift' is not used by any targetdependency 'openssl' is not used by any targetdependency 'cryptoswift' is not used by any target
Resolved source packages:
  BigInt: https://github.com/Boilertalk/BigInt.swift.git @ 1.0.0
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.6.0
  iDNIe: /Users/admin/builder/spi-builder-workspace
  OpenSSL: https://github.com/krzyzanowskim/OpenSSL.git @ 1.1.2300
resolved source packages: BigInt, CryptoSwift, iDNIe, OpenSSL
{
  "dependencies" : [
    {
      "identity" : "bigint.swift",
      "requirement" : {
        "exact" : [
          "1.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Boilertalk/BigInt.swift.git"
    },
    {
      "identity" : "openssl",
      "requirement" : {
        "exact" : [
          "1.1.2300"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/OpenSSL.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "exact" : [
          "1.6.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    }
  ],
  "manifest_display_name" : "iDNIe",
  "name" : "iDNIe",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "iDNIe",
      "targets" : [
        "iDNIe"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "iDNIe",
      "module_type" : "BinaryTarget",
      "name" : "iDNIe",
      "path" : "Sources/iDNIe.xcframework",
      "product_memberships" : [
        "iDNIe"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "iDNIe"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme iDNIe -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-16.2.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 iDNIe -destination generic/platform=tvOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
dependency 'bigint.swift' is not used by any targetdependency 'openssl' is not used by any targetdependency 'cryptoswift' is not used by any target
Resolved source packages:
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.6.0
  iDNIe: /Users/admin/builder/spi-builder-workspace
  BigInt: https://github.com/Boilertalk/BigInt.swift.git @ 1.0.0
  OpenSSL: https://github.com/krzyzanowskim/OpenSSL.git @ 1.1.2300
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'iDNIe' in project 'iDNIe' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.2.sdk -x c -c /dev/null
Build description signature: d80d62676b7ca40ab455091d097829e4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d80d62676b7ca40ab455091d097829e4.xcbuilddata
/Users/admin/builder/spi-builder-workspace/Sources/iDNIe.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Sources/iDNIe.xcframework'. (in target 'iDNIe' from project 'iDNIe')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme iDNIe
(1 failure)
BUILD FAILURE 6.0 tvOS