The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Serialization, reference main (919687), with Swift 6.0 for watchOS using Xcode 16.2 on 18 Dec 2025 17:23:14 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Serialization -destination generic/platform=watchOS

Build 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: 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:         watchOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/AppliedRecognition/Ver-ID-3-Serialization-Apple.git
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/AppliedRecognition/Ver-ID-Common-Types-Apple.git
Fetching from https://github.com/awxkee/jxl-coder-swift.git
Fetching from https://github.com/apple/swift-protobuf.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:
  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
resolved source packages: VerIDCommonTypes, SwiftProtobuf, JxlCoder, Serialization
{
  "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"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Serialization -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.2.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=watchOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
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.8.0
  Serialization: /Users/admin/builder/spi-builder-workspace
  SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.33.3
Prepare packages
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-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x objective-c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c++ -c /dev/null
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x objective-c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x objective-c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
Build description signature: dcfd7c24f145dda43cf12483a6d65e7c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/dcfd7c24f145dda43cf12483a6d65e7c.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/jxl-coder-swift/Sources/Frameworks/libbrotlicommon.xcframework:1:1: error: While building for watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Serialization
(1 failure)
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
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
resolved source packages: VerIDCommonTypes, SwiftProtobuf, JxlCoder, Serialization
{
  "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"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Serialization -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.2.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=watchOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
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
Prepare packages
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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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 watchOS, 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')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Serialization
(1 failure)
BUILD FAILURE 6.0 watchOS