The Swift Package Index logo.Swift Package Index

Build Information

Failed to build JOSE, reference 0.1.3 (c534dc), with Swift 6.3 for watchOS using Xcode 26.4 on 20 Apr 2026 19:45:04 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=watchOS

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:         watchOS
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/krzyzanowskim/CryptoSwift.git
Fetching from https://github.com/GigaBitcoin/secp256k1.swift.git
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’
Creating working copy of package ‘OpenSSL’
Checking out 1.1.2301 of package ‘OpenSSL’
Resolve Package Graph
Resolved source packages:
  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
  OpenSSL: https://github.com/krzyzanowskim/OpenSSL.git @ 1.1.2301
resolved source packages: CryptoSwift, JOSE, secp256k1, OpenSSL
2026-04-20 15:44:48.392 xcodebuild[529:3051] [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-20 15:44:55.978 xcodebuild[822:4986] [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=watchOS
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=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  OpenSSL: https://github.com/krzyzanowskim/OpenSSL.git @ 1.1.2301
  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
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/WatchOS.platform/Developer/SDKs/WatchOS26.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/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
Build description signature: 655d5d913e9289ed1c10be845cf58cc3
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/655d5d913e9289ed1c10be845cf58cc3.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenSSL/Frameworks/OpenSSL.xcframework:1:1: error: While building for watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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-20 15:44:59.027 xcodebuild[829:5051] [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:
  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
resolved source packages: JOSE, secp256k1, CryptoSwift, OpenSSL
2026-04-20 15:45:01.376 xcodebuild[878:5302] [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-20 15:45:02.730 xcodebuild[888:5382] [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=watchOS
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=watchOS
Resolve Package Graph
Resolved source packages:
  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
  secp256k1: https://github.com/GigaBitcoin/secp256k1.swift.git @ 0.12.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/WatchOS.platform/Developer/SDKs/WatchOS26.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/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
Build description signature: 655d5d913e9289ed1c10be845cf58cc3
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/655d5d913e9289ed1c10be845cf58cc3.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OpenSSL/Frameworks/OpenSSL.xcframework:1:1: error: While building for watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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-20 15:45:03.781 xcodebuild[891:5413] [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 watchOS