Build Information
Failed to build Serialization, reference 1.2.0 (919687), with Swift 6.2 for visionOS using Xcode 26.3 on 18 Dec 2025 17:28:21 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Serialization -destination generic/platform=xrOSBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AppliedRecognition/Ver-ID-3-Serialization-Apple.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AppliedRecognition/Ver-ID-3-Serialization-Apple
* tag 1.2.0 -> FETCH_HEAD
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 1.2.0
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/AppliedRecognition/Ver-ID-3-Serialization-Apple.git
Command line invocation:
/Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/apple/swift-protobuf.git
Fetching from https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git
Fetching from https://github.com/awxkee/jxl-coder-swift.git
Creating working copy of package ‘swift-protobuf’
Checking out 1.33.3 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.8.0 of package ‘jxl-coder-swift’
Resolve Package Graph
Resolved source packages:
Serialization: /Users/admin/builder/spi-builder-workspace
VerIDCommonTypes: https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git @ 3.3.0
JxlCoder: https://github.com/awxkee/jxl-coder-swift.git @ 1.8.0
SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.33.3
resolved source packages: Serialization, VerIDCommonTypes, JxlCoder, SwiftProtobuf
2025-12-18 12:26:30.654 xcodebuild[535:3094] [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"
]
}
}
2025-12-18 12:27:04.372 xcodebuild[801:4674] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.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.0.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.33.3
JxlCoder: https://github.com/awxkee/jxl-coder-swift.git @ 1.8.0
Serialization: /Users/admin/builder/spi-builder-workspace
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.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x objective-c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c++ -c /dev/null
ReadFileContents /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 9a19ac27821c278ac030fa211c637e2a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9a19ac27821c278ac030fa211c637e2a.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 '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')
/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')
2025-12-18 12:27:21.149 xcodebuild[804:4759] [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.0.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.8.0
VerIDCommonTypes: https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git @ 3.3.0
SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.33.3
Serialization: /Users/admin/builder/spi-builder-workspace
resolved source packages: JxlCoder, VerIDCommonTypes, SwiftProtobuf, Serialization
2025-12-18 12:27:50.112 xcodebuild[854:5122] [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"
]
}
}
2025-12-18 12:28:05.182 xcodebuild[881:5355] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.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.0.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
JxlCoder: https://github.com/awxkee/jxl-coder-swift.git @ 1.8.0
SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.33.3
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 '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')
/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')
2025-12-18 12:28:20.300 xcodebuild[884:5444] [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.2 visionOS