Build Information
Failed to build JOSE, reference main (c534dc), with Swift 6.2 for visionOS using Xcode 26.3 on 20 Jun 2025 07:12:02 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JOSE -destination generic/platform=xrOSBuild Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/proxyco/swift-jose.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/proxyco/swift-jose
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/proxyco/swift-jose.git
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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:
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
JOSE: /Users/admin/builder/spi-builder-workspace
resolved source packages: secp256k1, OpenSSL, CryptoSwift, JOSE
{
"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"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JOSE -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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:
OpenSSL: https://github.com/krzyzanowskim/OpenSSL.git @ 1.1.2301
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
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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 90e7922844c3a0d276e73354747e8988
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/90e7922844c3a0d276e73354747e8988.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')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme JOSE
(1 failure)
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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
JOSE: /Users/admin/builder/spi-builder-workspace
CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.7.2
secp256k1: https://github.com/GigaBitcoin/secp256k1.swift.git @ 0.12.2
resolved source packages: OpenSSL, JOSE, CryptoSwift, secp256k1
{
"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"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JOSE -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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
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
/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 '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 'swift-jose' from project 'JOSE')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme JOSE
(1 failure)
BUILD FAILURE 6.2 visionOS