Build Information
Failed to build Serialization, reference main (919687), with Swift 6.3 for visionOS using Xcode 26.4 on 17 Apr 2026 20:19:50 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Serialization -destination generic/platform=xrOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AppliedRecognition/Ver-ID-3-Serialization-Apple.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AppliedRecognition/Ver-ID-3-Serialization-Apple
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9196879 Merge branch 'development'
Submodule path 'Proto': checked out 'd1aee03a3e5c7d0a028d1c2303277df277a77817'
Submodule 'Proto' (https://github.com/AppliedRecognition/Ver-ID-3-Proto.git) registered for path 'Proto'
Cloning into '/Users/admin/builder/spi-builder-workspace/Proto'...
Cloned https://github.com/AppliedRecognition/Ver-ID-3-Serialization-Apple.git
Revision (git rev-parse @):
9196879adffc9cdfd3372af12319b7bb73f04e9a
SUCCESS checkout https://github.com/AppliedRecognition/Ver-ID-3-Serialization-Apple.git at main
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.3
Building package at path: $PWD
https://github.com/AppliedRecognition/Ver-ID-3-Serialization-Apple.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/awxkee/jxl-coder-swift.git
Fetching from https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git
Fetching from https://github.com/apple/swift-protobuf.git
Creating working copy of package ‘swift-protobuf’
Checking out 1.36.1 of package ‘swift-protobuf’
Creating working copy of package ‘Ver-ID-Common-Types-Apple’
Checking out 3.3.0 of package ‘Ver-ID-Common-Types-Apple’
Creating working copy of package ‘jxl-coder-swift’
Checking out 1.9.1 of package ‘jxl-coder-swift’
Resolve Package Graph
Resolved source packages:
VerIDCommonTypes: https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git @ 3.3.0
JxlCoder: https://github.com/awxkee/jxl-coder-swift.git @ 1.9.1
SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.36.1
Serialization: /Users/admin/builder/spi-builder-workspace
resolved source packages: VerIDCommonTypes, JxlCoder, SwiftProtobuf, Serialization
2026-04-17 16:19:30.126 xcodebuild[572:3132] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "jxl-coder-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/awxkee/jxl-coder-swift.git"
},
{
"identity" : "ver-id-common-types-apple",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.28.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
}
],
"manifest_display_name" : "Serialization",
"name" : "Serialization",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Serialization",
"targets" : [
"Serialization"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SerializationTests",
"module_type" : "SwiftTarget",
"name" : "SerializationTests",
"path" : "Tests/SerializationTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SerializationTests/Resources/image.bin",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"FloatArrayCodecTest.swift",
"SerializationTests.swift"
],
"target_dependencies" : [
"Serialization"
],
"type" : "test"
},
{
"c99name" : "Serialization",
"module_type" : "SwiftTarget",
"name" : "Serialization",
"path" : "Sources/Serialization",
"product_dependencies" : [
"VerIDCommonTypes",
"JxlCoder",
"SwiftProtobuf"
],
"product_memberships" : [
"Serialization"
],
"sources" : [
"FloatArrayCodec.swift",
"FloatArrayCodecError.swift",
"ImagePackage.swift",
"Serialization.swift",
"com/appliedrec/verid3/serialization/capture3d/depth_map.pb.swift",
"com/appliedrec/verid3/serialization/capture3d/image_3d.pb.swift",
"com/appliedrec/verid3/serialization/capture3d/image_face_package.pb.swift",
"com/appliedrec/verid3/serialization/common/face.pb.swift",
"com/appliedrec/verid3/serialization/common/pointf.pb.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Serialization"
]
}
}
2026-04-17 16:19:38.932 xcodebuild[868:4965] [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 Serialization -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 Serialization -destination generic/platform=xrOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
VerIDCommonTypes: https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git @ 3.3.0
SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.36.1
Serialization: /Users/admin/builder/spi-builder-workspace
JxlCoder: https://github.com/awxkee/jxl-coder-swift.git @ 1.9.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (10 targets)
Target 'Serialization' in project 'Serialization'
➜ Explicit dependency on target 'Serialization' in project 'Serialization'
➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
➜ Explicit dependency on target 'JxlCoder' in project 'JxlCoder'
➜ Explicit dependency on target 'SwiftProtobuf' in project 'SwiftProtobuf'
Target 'Serialization' in project 'Serialization'
➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
➜ Explicit dependency on target 'JxlCoder' in project 'JxlCoder'
➜ Explicit dependency on target 'SwiftProtobuf' in project 'SwiftProtobuf'
Target 'SwiftProtobuf' in project 'SwiftProtobuf'
➜ Explicit dependency on target 'SwiftProtobuf' in project 'SwiftProtobuf'
➜ Explicit dependency on target 'SwiftProtobuf_SwiftProtobuf' in project 'SwiftProtobuf'
Target 'SwiftProtobuf' in project 'SwiftProtobuf'
➜ Explicit dependency on target 'SwiftProtobuf_SwiftProtobuf' in project 'SwiftProtobuf'
Target 'SwiftProtobuf_SwiftProtobuf' in project 'SwiftProtobuf' (no dependencies)
Target 'JxlCoder' in project 'JxlCoder'
➜ Explicit dependency on target 'JxlCoder' in project 'JxlCoder'
➜ Explicit dependency on target 'jxlc' in project 'JxlCoder'
Target 'JxlCoder' in project 'JxlCoder'
➜ Explicit dependency on target 'jxlc' in project 'JxlCoder'
Target 'jxlc' in project 'JxlCoder' (no dependencies)
Target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
Target 'VerIDCommonTypes' in project 'VerIDCommonTypes' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/ld -version_details
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 objective-c++ -c /dev/null
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/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/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
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: d639987d4146f00a7e33410ed9c4c48b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d639987d4146f00a7e33410ed9c4c48b.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlicommon.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlicommon.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlidec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlidec.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlienc.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlienc.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libhwy.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libhwy.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_threads.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_threads.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_cms.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_cms.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libskcms.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libskcms.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjpegli.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjpegli.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlicommon.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlicommon.xcframework'. (in target 'jxlc' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlidec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlidec.xcframework'. (in target 'jxlc' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlienc.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlienc.xcframework'. (in target 'jxlc' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libhwy.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libhwy.xcframework'. (in target 'jxlc' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_threads.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_threads.xcframework'. (in target 'jxlc' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl.xcframework'. (in target 'jxlc' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_cms.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_cms.xcframework'. (in target 'jxlc' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libskcms.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libskcms.xcframework'. (in target 'jxlc' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjpegli.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjpegli.xcframework'. (in target 'jxlc' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlicommon.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlicommon.xcframework'. (in target 'Serialization' from project 'Serialization')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlidec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlidec.xcframework'. (in target 'Serialization' from project 'Serialization')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlienc.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlienc.xcframework'. (in target 'Serialization' from project 'Serialization')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libhwy.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libhwy.xcframework'. (in target 'Serialization' from project 'Serialization')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_threads.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_threads.xcframework'. (in target 'Serialization' from project 'Serialization')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl.xcframework'. (in target 'Serialization' from project 'Serialization')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_cms.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_cms.xcframework'. (in target 'Serialization' from project 'Serialization')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libskcms.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libskcms.xcframework'. (in target 'Serialization' from project 'Serialization')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjpegli.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjpegli.xcframework'. (in target 'Serialization' from project 'Serialization')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlicommon.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlicommon.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlidec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlidec.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlienc.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlienc.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libhwy.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libhwy.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_threads.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_threads.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_cms.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_cms.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libskcms.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libskcms.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjpegli.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjpegli.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
2026-04-17 16:19:42.498 xcodebuild[876:5033] [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 Serialization
(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:
JxlCoder: https://github.com/awxkee/jxl-coder-swift.git @ 1.9.1
VerIDCommonTypes: https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git @ 3.3.0
SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.36.1
Serialization: /Users/admin/builder/spi-builder-workspace
resolved source packages: JxlCoder, VerIDCommonTypes, SwiftProtobuf, Serialization
2026-04-17 16:19:46.021 xcodebuild[927:5311] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "jxl-coder-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/awxkee/jxl-coder-swift.git"
},
{
"identity" : "ver-id-common-types-apple",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.28.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
}
],
"manifest_display_name" : "Serialization",
"name" : "Serialization",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Serialization",
"targets" : [
"Serialization"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SerializationTests",
"module_type" : "SwiftTarget",
"name" : "SerializationTests",
"path" : "Tests/SerializationTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SerializationTests/Resources/image.bin",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"FloatArrayCodecTest.swift",
"SerializationTests.swift"
],
"target_dependencies" : [
"Serialization"
],
"type" : "test"
},
{
"c99name" : "Serialization",
"module_type" : "SwiftTarget",
"name" : "Serialization",
"path" : "Sources/Serialization",
"product_dependencies" : [
"VerIDCommonTypes",
"JxlCoder",
"SwiftProtobuf"
],
"product_memberships" : [
"Serialization"
],
"sources" : [
"FloatArrayCodec.swift",
"FloatArrayCodecError.swift",
"ImagePackage.swift",
"Serialization.swift",
"com/appliedrec/verid3/serialization/capture3d/depth_map.pb.swift",
"com/appliedrec/verid3/serialization/capture3d/image_3d.pb.swift",
"com/appliedrec/verid3/serialization/capture3d/image_face_package.pb.swift",
"com/appliedrec/verid3/serialization/common/face.pb.swift",
"com/appliedrec/verid3/serialization/common/pointf.pb.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Serialization"
]
}
}
2026-04-17 16:19:48.160 xcodebuild[938:5396] [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 Serialization -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 Serialization -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
Serialization: /Users/admin/builder/spi-builder-workspace
SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.36.1
JxlCoder: https://github.com/awxkee/jxl-coder-swift.git @ 1.9.1
VerIDCommonTypes: https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git @ 3.3.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (10 targets)
Target 'Serialization' in project 'Serialization'
➜ Explicit dependency on target 'Serialization' in project 'Serialization'
➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
➜ Explicit dependency on target 'JxlCoder' in project 'JxlCoder'
➜ Explicit dependency on target 'SwiftProtobuf' in project 'SwiftProtobuf'
Target 'Serialization' in project 'Serialization'
➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
➜ Explicit dependency on target 'JxlCoder' in project 'JxlCoder'
➜ Explicit dependency on target 'SwiftProtobuf' in project 'SwiftProtobuf'
Target 'SwiftProtobuf' in project 'SwiftProtobuf'
➜ Explicit dependency on target 'SwiftProtobuf' in project 'SwiftProtobuf'
➜ Explicit dependency on target 'SwiftProtobuf_SwiftProtobuf' in project 'SwiftProtobuf'
Target 'SwiftProtobuf' in project 'SwiftProtobuf'
➜ Explicit dependency on target 'SwiftProtobuf_SwiftProtobuf' in project 'SwiftProtobuf'
Target 'SwiftProtobuf_SwiftProtobuf' in project 'SwiftProtobuf' (no dependencies)
Target 'JxlCoder' in project 'JxlCoder'
➜ Explicit dependency on target 'JxlCoder' in project 'JxlCoder'
➜ Explicit dependency on target 'jxlc' in project 'JxlCoder'
Target 'JxlCoder' in project 'JxlCoder'
➜ Explicit dependency on target 'jxlc' in project 'JxlCoder'
Target 'jxlc' in project 'JxlCoder' (no dependencies)
Target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
➜ Explicit dependency on target 'VerIDCommonTypes' in project 'VerIDCommonTypes'
Target 'VerIDCommonTypes' in project 'VerIDCommonTypes' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlicommon.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlicommon.xcframework'. (in target 'Serialization' from project 'Serialization')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlidec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlidec.xcframework'. (in target 'Serialization' from project 'Serialization')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlienc.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlienc.xcframework'. (in target 'Serialization' from project 'Serialization')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libhwy.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libhwy.xcframework'. (in target 'Serialization' from project 'Serialization')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjpegli.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjpegli.xcframework'. (in target 'Serialization' from project 'Serialization')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl.xcframework'. (in target 'Serialization' from project 'Serialization')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_cms.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_cms.xcframework'. (in target 'Serialization' from project 'Serialization')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_threads.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_threads.xcframework'. (in target 'Serialization' from project 'Serialization')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libskcms.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libskcms.xcframework'. (in target 'Serialization' from project 'Serialization')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlicommon.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlicommon.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlidec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlidec.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlienc.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlienc.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libhwy.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libhwy.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjpegli.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjpegli.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_cms.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_cms.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_threads.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_threads.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libskcms.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libskcms.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlicommon.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlicommon.xcframework'. (in target 'jxlc' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlidec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlidec.xcframework'. (in target 'jxlc' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlienc.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlienc.xcframework'. (in target 'jxlc' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libhwy.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libhwy.xcframework'. (in target 'jxlc' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjpegli.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjpegli.xcframework'. (in target 'jxlc' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl.xcframework'. (in target 'jxlc' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_cms.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_cms.xcframework'. (in target 'jxlc' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_threads.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_threads.xcframework'. (in target 'jxlc' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libskcms.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libskcms.xcframework'. (in target 'jxlc' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlicommon.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlicommon.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlidec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlidec.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlienc.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlienc.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libhwy.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libhwy.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjpegli.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjpegli.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_cms.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_cms.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_threads.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libjxl_threads.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libskcms.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libskcms.xcframework'. (in target 'JxlCoder' from project 'JxlCoder')
2026-04-17 16:19:50.009 xcodebuild[942: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 Serialization
(1 failure)
BUILD FAILURE 6.3 visionOS