The Swift Package Index logo.Swift Package Index

Build Information

Failed to build iDNIe, reference main (c3ef05), with Swift 6.0 for tvOS using Xcode 16.2 on 12 Mar 2026 01:23:41 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/diegocidm4/iDNIe
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c3ef05e 3.1.28
Cloned https://github.com/diegocidm4/iDNIe.git
Revision (git rev-parse @):
c3ef05ea3271b92ff8950f5cbb49f30cb82220cc
SUCCESS checkout https://github.com/diegocidm4/iDNIe.git at main
========================================
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/OpenSSL.git
Fetching from https://github.com/Boilertalk/BigInt.swift.git
Fetching from https://github.com/krzyzanowskim/CryptoSwift.git
Creating working copy of package ‘OpenSSL’
Checking out 1.1.2300 of package ‘OpenSSL’
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’
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:
  iDNIe: /Users/admin/builder/spi-builder-workspace
  OpenSSL: https://github.com/krzyzanowskim/OpenSSL.git @ 1.1.2300
  BigInt: https://github.com/Boilertalk/BigInt.swift.git @ 1.0.0
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.6.0
resolved source packages: iDNIe, OpenSSL, BigInt, CryptoSwift
{
  "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:
  BigInt: https://github.com/Boilertalk/BigInt.swift.git @ 1.0.0
  iDNIe: /Users/admin/builder/spi-builder-workspace
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.6.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:
  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
Resolved source packages:
  BigInt: https://github.com/Boilertalk/BigInt.swift.git @ 1.0.0
  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
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