The Swift Package Index logo.Swift Package Index

Build Information

Failed to build JOSE, reference 0.1.3 (c534dc), with Swift 6.3 for tvOS using Xcode 26.4 on 23 Apr 2026 06:52:33 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/proxyco/swift-jose.git
Reference: 0.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/proxyco/swift-jose
 * tag               0.1.3      -> FETCH_HEAD
HEAD is now at c534dca Format
Cloned https://github.com/proxyco/swift-jose.git
Revision (git rev-parse @):
c534dcaa0f6dd7fc0efa52cee0e097b503f16cdf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/proxyco/swift-jose.git at 0.1.3
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/proxyco/swift-jose.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/krzyzanowskim/OpenSSL.git
Fetching from https://github.com/GigaBitcoin/secp256k1.swift.git
Fetching from https://github.com/krzyzanowskim/CryptoSwift.git
Creating working copy of package ‘OpenSSL’
Checking out 1.1.2301 of package ‘OpenSSL’
Creating working copy of package ‘secp256k1.swift’
Checking out 0.12.2 of package ‘secp256k1.swift’
Creating working copy of package ‘CryptoSwift’
Checking out 1.7.2 of package ‘CryptoSwift’
Resolve Package Graph
Resolved source packages:
  secp256k1: https://github.com/GigaBitcoin/secp256k1.swift.git @ 0.12.2
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.7.2
  OpenSSL: https://github.com/krzyzanowskim/OpenSSL.git @ 1.1.2301
  JOSE: /Users/admin/builder/spi-builder-workspace
resolved source packages: secp256k1, CryptoSwift, OpenSSL, JOSE
2026-04-23 02:52:17.404 xcodebuild[529:3056] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "openssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.180",
            "upper_bound" : "1.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/OpenSSL.git"
    },
    {
      "identity" : "secp256k1.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.2",
            "upper_bound" : "0.13.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/GigaBitcoin/secp256k1.swift.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.2",
            "upper_bound" : "1.8.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    }
  ],
  "manifest_display_name" : "JOSE",
  "name" : "JOSE",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "swift-jose",
      "targets" : [
        "JOSE"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JOSETests",
      "module_type" : "SwiftTarget",
      "name" : "JOSETests",
      "path" : "Tests/JOSETests",
      "sources" : [
        "Curve448Tests.swift",
        "JWEJSONSerializationTests.swift",
        "JWETests.swift",
        "JWKThumbprintTests.swift",
        "Utility/String+ReplacingWhiteSpacesAndNewLines.swift"
      ],
      "target_dependencies" : [
        "JOSE"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JOSE",
      "module_type" : "SwiftTarget",
      "name" : "JOSE",
      "path" : "Sources/JOSE",
      "product_dependencies" : [
        "OpenSSL",
        "secp256k1",
        "CryptoSwift"
      ],
      "product_memberships" : [
        "swift-jose"
      ],
      "sources" : [
        "JWE/JOSEHeader+Codable.swift",
        "JWE/JOSEHeader+CompressionAlgorithm.swift",
        "JWE/JOSEHeader+ContentEncryptionAlgorithm.swift",
        "JWE/JOSEHeader+KeyManagementAlgorithm.swift",
        "JWE/JOSEHeader.swift",
        "JWE/JWE+CompactSerialization.swift",
        "JWE/JWE+Crypto.swift",
        "JWE/JWE+Decrypt.swift",
        "JWE/JWE+Encrypt.swift",
        "JWE/JWE+Error.swift",
        "JWE/JWE+JOSEHeader.swift",
        "JWE/JWE+JSONSerialization.swift",
        "JWE/JWE+Recipient.swift",
        "JWE/JWE.swift",
        "JWK/Curve448.swift",
        "JWK/JWK+Codable.swift",
        "JWK/JWK+Error.swift",
        "JWK/JWK+KeyAgreement.swift",
        "JWK/JWK+Thumbprint.swift",
        "JWK/JWK.swift",
        "JWK/JWKRepresentable.swift",
        "JWK/JWKSet.swift",
        "Utility/Base64URL.swift",
        "Utility/ConcatKDF.swift",
        "Utility/Data+Random.swift",
        "Utility/DataRepresentable.swift",
        "Utility/Types+DataRepresentable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "JOSE"
    ]
  }
}
2026-04-23 02:52:25.350 xcodebuild[822:5017] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JOSE -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-26.4.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 JOSE -destination generic/platform=tvOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  secp256k1: https://github.com/GigaBitcoin/secp256k1.swift.git @ 0.12.2
  JOSE: /Users/admin/builder/spi-builder-workspace
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.7.2
  OpenSSL: https://github.com/krzyzanowskim/OpenSSL.git @ 1.1.2301
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'swift-jose' in project 'JOSE'
        ➜ Explicit dependency on target 'JOSE' in project 'JOSE'
        ➜ Explicit dependency on target 'OpenSSL' in project 'OpenSSL'
        ➜ Explicit dependency on target 'secp256k1' in project 'secp256k1'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'JOSE' in project 'JOSE'
        ➜ Explicit dependency on target 'OpenSSL' in project 'OpenSSL'
        ➜ Explicit dependency on target 'secp256k1' in project 'secp256k1'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift' (no dependencies)
    Target 'secp256k1' in project 'secp256k1'
        ➜ Explicit dependency on target 'secp256k1' in project 'secp256k1'
        ➜ Explicit dependency on target 'secp256k1_bindings' in project 'secp256k1'
    Target 'secp256k1' in project 'secp256k1'
        ➜ Explicit dependency on target 'secp256k1_bindings' in project 'secp256k1'
    Target 'secp256k1_bindings' in project 'secp256k1' (no dependencies)
    Target 'OpenSSL' in project 'OpenSSL' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 064605ad991dd4791e624c7004376417
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/064605ad991dd4791e624c7004376417.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenSSL/Frameworks/OpenSSL.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenSSL/Frameworks/OpenSSL.xcframework'. (in target 'OpenSSL' from project 'OpenSSL')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenSSL/Frameworks/OpenSSL.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenSSL/Frameworks/OpenSSL.xcframework'. (in target 'swift-jose' from project 'JOSE')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenSSL/Frameworks/OpenSSL.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenSSL/Frameworks/OpenSSL.xcframework'. (in target 'swift-jose' from project 'JOSE')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenSSL/Frameworks/OpenSSL.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenSSL/Frameworks/OpenSSL.xcframework'. (in target 'JOSE' from project 'JOSE')
2026-04-23 02:52:28.311 xcodebuild[829:5084] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme JOSE
(1 failure)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  OpenSSL: https://github.com/krzyzanowskim/OpenSSL.git @ 1.1.2301
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.7.2
  JOSE: /Users/admin/builder/spi-builder-workspace
  secp256k1: https://github.com/GigaBitcoin/secp256k1.swift.git @ 0.12.2
resolved source packages: OpenSSL, CryptoSwift, JOSE, secp256k1
2026-04-23 02:52:30.760 xcodebuild[874:5329] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "openssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.180",
            "upper_bound" : "1.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/OpenSSL.git"
    },
    {
      "identity" : "secp256k1.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.2",
            "upper_bound" : "0.13.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/GigaBitcoin/secp256k1.swift.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.2",
            "upper_bound" : "1.8.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    }
  ],
  "manifest_display_name" : "JOSE",
  "name" : "JOSE",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "swift-jose",
      "targets" : [
        "JOSE"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JOSETests",
      "module_type" : "SwiftTarget",
      "name" : "JOSETests",
      "path" : "Tests/JOSETests",
      "sources" : [
        "Curve448Tests.swift",
        "JWEJSONSerializationTests.swift",
        "JWETests.swift",
        "JWKThumbprintTests.swift",
        "Utility/String+ReplacingWhiteSpacesAndNewLines.swift"
      ],
      "target_dependencies" : [
        "JOSE"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JOSE",
      "module_type" : "SwiftTarget",
      "name" : "JOSE",
      "path" : "Sources/JOSE",
      "product_dependencies" : [
        "OpenSSL",
        "secp256k1",
        "CryptoSwift"
      ],
      "product_memberships" : [
        "swift-jose"
      ],
      "sources" : [
        "JWE/JOSEHeader+Codable.swift",
        "JWE/JOSEHeader+CompressionAlgorithm.swift",
        "JWE/JOSEHeader+ContentEncryptionAlgorithm.swift",
        "JWE/JOSEHeader+KeyManagementAlgorithm.swift",
        "JWE/JOSEHeader.swift",
        "JWE/JWE+CompactSerialization.swift",
        "JWE/JWE+Crypto.swift",
        "JWE/JWE+Decrypt.swift",
        "JWE/JWE+Encrypt.swift",
        "JWE/JWE+Error.swift",
        "JWE/JWE+JOSEHeader.swift",
        "JWE/JWE+JSONSerialization.swift",
        "JWE/JWE+Recipient.swift",
        "JWE/JWE.swift",
        "JWK/Curve448.swift",
        "JWK/JWK+Codable.swift",
        "JWK/JWK+Error.swift",
        "JWK/JWK+KeyAgreement.swift",
        "JWK/JWK+Thumbprint.swift",
        "JWK/JWK.swift",
        "JWK/JWKRepresentable.swift",
        "JWK/JWKSet.swift",
        "Utility/Base64URL.swift",
        "Utility/ConcatKDF.swift",
        "Utility/Data+Random.swift",
        "Utility/DataRepresentable.swift",
        "Utility/Types+DataRepresentable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "JOSE"
    ]
  }
}
2026-04-23 02:52:32.092 xcodebuild[884:5406] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JOSE -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-26.4.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 JOSE -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  JOSE: /Users/admin/builder/spi-builder-workspace
  secp256k1: https://github.com/GigaBitcoin/secp256k1.swift.git @ 0.12.2
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.7.2
  OpenSSL: https://github.com/krzyzanowskim/OpenSSL.git @ 1.1.2301
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'swift-jose' in project 'JOSE'
        ➜ Explicit dependency on target 'JOSE' in project 'JOSE'
        ➜ Explicit dependency on target 'OpenSSL' in project 'OpenSSL'
        ➜ Explicit dependency on target 'secp256k1' in project 'secp256k1'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'JOSE' in project 'JOSE'
        ➜ Explicit dependency on target 'OpenSSL' in project 'OpenSSL'
        ➜ Explicit dependency on target 'secp256k1' in project 'secp256k1'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift' (no dependencies)
    Target 'secp256k1' in project 'secp256k1'
        ➜ Explicit dependency on target 'secp256k1' in project 'secp256k1'
        ➜ Explicit dependency on target 'secp256k1_bindings' in project 'secp256k1'
    Target 'secp256k1' in project 'secp256k1'
        ➜ Explicit dependency on target 'secp256k1_bindings' in project 'secp256k1'
    Target 'secp256k1_bindings' in project 'secp256k1' (no dependencies)
    Target 'OpenSSL' in project 'OpenSSL' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 064605ad991dd4791e624c7004376417
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/064605ad991dd4791e624c7004376417.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenSSL/Frameworks/OpenSSL.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenSSL/Frameworks/OpenSSL.xcframework'. (in target 'OpenSSL' from project 'OpenSSL')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenSSL/Frameworks/OpenSSL.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenSSL/Frameworks/OpenSSL.xcframework'. (in target 'JOSE' from project 'JOSE')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenSSL/Frameworks/OpenSSL.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenSSL/Frameworks/OpenSSL.xcframework'. (in target 'swift-jose' from project 'JOSE')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenSSL/Frameworks/OpenSSL.xcframework:1:1: error: While building for tvOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenSSL/Frameworks/OpenSSL.xcframework'. (in target 'swift-jose' from project 'JOSE')
2026-04-23 02:52:33.049 xcodebuild[887:5437] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme JOSE
(1 failure)
BUILD FAILURE 6.3 tvOS