The Swift Package Index logo.Swift Package Index

Build Information

Failed to build JOSE, reference 0.1.3 (c534dc), with Swift 6.3 for visionOS using Xcode 26.4 on 13 Apr 2026 17:55:08 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=xrOS

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:         visionOS
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/GigaBitcoin/secp256k1.swift.git
Fetching from https://github.com/krzyzanowskim/OpenSSL.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:
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.7.2
  secp256k1: https://github.com/GigaBitcoin/secp256k1.swift.git @ 0.12.2
  OpenSSL: https://github.com/krzyzanowskim/OpenSSL.git @ 1.1.2301
  JOSE: /Users/admin/builder/spi-builder-workspace
resolved source packages: CryptoSwift, secp256k1, OpenSSL, JOSE
2026-04-13 13:54:53.640 xcodebuild[526:3003] [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-13 13:55:00.954 xcodebuild[819:4910] [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=xrOS
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=xrOS
Resolve Package Graph
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
  JOSE: /Users/admin/builder/spi-builder-workspace
  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/XROS.platform/Developer/SDKs/XROS26.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/XROS.platform/Developer/SDKs/XROS26.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: ce6dc74684eb2051c4d84023add5dc0f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ce6dc74684eb2051c4d84023add5dc0f.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenSSL/Frameworks/OpenSSL.xcframework:1:1: error: While building for visionOS, 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 visionOS, 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 visionOS, 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 visionOS, 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-13 13:55:03.660 xcodebuild[826:4973] [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:
  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-13 13:55:05.763 xcodebuild[871:5217] [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-13 13:55:06.955 xcodebuild[881:5299] [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=xrOS
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=xrOS
Resolve Package Graph
Resolved source packages:
  JOSE: /Users/admin/builder/spi-builder-workspace
  secp256k1: https://github.com/GigaBitcoin/secp256k1.swift.git @ 0.12.2
  OpenSSL: https://github.com/krzyzanowskim/OpenSSL.git @ 1.1.2301
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.7.2
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/XROS.platform/Developer/SDKs/XROS26.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/XROS.platform/Developer/SDKs/XROS26.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: ce6dc74684eb2051c4d84023add5dc0f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ce6dc74684eb2051c4d84023add5dc0f.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenSSL/Frameworks/OpenSSL.xcframework:1:1: error: While building for visionOS, 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 visionOS, 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 visionOS, 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 visionOS, 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')
2026-04-13 13:55:07.906 xcodebuild[884:5332] [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 visionOS