The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build CaptureSDK, reference 1.9.139 (0af963), with Swift 6.0 for watchOS using Xcode 16.2 on 16 Jun 2025 22:11:37 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SocketMobile/swift-package-capturesdk.git
Reference: 1.9.139
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SocketMobile/swift-package-capturesdk
 * tag               1.9.139    -> FETCH_HEAD
HEAD is now at 0af9634 New version of iOS CaptureSDK - Swift Package Manager
Cloned https://github.com/SocketMobile/swift-package-capturesdk.git
Revision (git rev-parse @):
0af9634c2c7707d9506f40c1808f79fb45d5dd89
SUCCESS checkout https://github.com/SocketMobile/swift-package-capturesdk.git at 1.9.139
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/SocketMobile/swift-package-capturesdk.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/krzyzanowskim/CryptoSwift.git
Fetching from https://github.com/SocketMobile/swift-package-swiftdecodersdk.git
Creating working copy of package ‘swift-package-swiftdecodersdk’
Checking out 6.2.3 of package ‘swift-package-swiftdecodersdk’
Creating working copy of package ‘CryptoSwift’
Checking out 1.8.4 of package ‘CryptoSwift’
Resolve Package Graph
Resolved source packages:
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.4
  SwiftDecoderSDK: https://github.com/SocketMobile/swift-package-swiftdecodersdk.git @ 6.2.3
  CaptureSDK: /Users/admin/builder/spi-builder-workspace
resolved source packages: CryptoSwift, SwiftDecoderSDK, CaptureSDK
{
  "dependencies" : [
    {
      "identity" : "swift-package-swiftdecodersdk",
      "requirement" : {
        "exact" : [
          "6.2.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SocketMobile/swift-package-swiftdecodersdk.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    }
  ],
  "manifest_display_name" : "CaptureSDK",
  "name" : "CaptureSDK",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CaptureSDK",
      "targets" : [
        "CaptureSDKFramework",
        "SwiftDecoderCaptureSDK",
        "CryptoSwiftCaptureSDK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftDecoderCaptureSDK",
      "module_type" : "ClangTarget",
      "name" : "SwiftDecoderCaptureSDK",
      "path" : "Sources/SwiftDecoderDummy",
      "product_dependencies" : [
        "SwiftDecoderSDK"
      ],
      "product_memberships" : [
        "CaptureSDK"
      ],
      "sources" : [
        "SwiftDecoderDummy.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CryptoSwiftCaptureSDK",
      "module_type" : "ClangTarget",
      "name" : "CryptoSwiftCaptureSDK",
      "path" : "Sources/CryptoSwiftDummy",
      "product_dependencies" : [
        "CryptoSwift"
      ],
      "product_memberships" : [
        "CaptureSDK"
      ],
      "sources" : [
        "CryptoSwiftDummy.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CaptureSDKFramework",
      "module_type" : "ClangTarget",
      "name" : "CaptureSDKFramework",
      "path" : "Sources/CaptureSDKDummy",
      "product_memberships" : [
        "CaptureSDK"
      ],
      "sources" : [
        "CaptureSDKDummy.m"
      ],
      "target_dependencies" : [
        "CaptureSDKBinaryTarget"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CaptureSDKBinaryTarget",
      "module_type" : "BinaryTarget",
      "name" : "CaptureSDKBinaryTarget",
      "path" : "Sources/CaptureSDK.xcframework",
      "product_memberships" : [
        "CaptureSDK"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CaptureSDK"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CaptureSDK -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 CaptureSDK -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:
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.4
  SwiftDecoderSDK: https://github.com/SocketMobile/swift-package-swiftdecodersdk.git @ 6.2.3
  CaptureSDK: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'CaptureSDK' in project 'CaptureSDK'
        ➜ Explicit dependency on target 'CaptureSDKFramework' in project 'CaptureSDK'
        ➜ Explicit dependency on target 'SwiftDecoderCaptureSDK' in project 'CaptureSDK'
        ➜ Explicit dependency on target 'CryptoSwiftCaptureSDK' in project 'CaptureSDK'
        ➜ Explicit dependency on target 'SwiftDecoderSDK' in project 'SwiftDecoderSDK'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwiftCaptureSDK' in project 'CaptureSDK'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift' (no dependencies)
    Target 'SwiftDecoderCaptureSDK' in project 'CaptureSDK'
        ➜ Explicit dependency on target 'SwiftDecoderSDK' in project 'SwiftDecoderSDK'
    Target 'SwiftDecoderSDK' in project 'SwiftDecoderSDK' (no dependencies)
    Target 'CaptureSDKFramework' in project 'CaptureSDK' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/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/swiftc --version
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 -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 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
Build description signature: 97eeb81eb812f21424f27e32d12b904e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/97eeb81eb812f21424f27e32d12b904e.xcbuilddata
/Users/admin/builder/spi-builder-workspace/Sources/CaptureSDK.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Sources/CaptureSDK.xcframework'. (in target 'CaptureSDK' from project 'CaptureSDK')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-package-swiftdecodersdk/Sources/SwiftDecoder.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-package-swiftdecodersdk/Sources/SwiftDecoder.xcframework'. (in target 'CaptureSDK' from project 'CaptureSDK')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-package-swiftdecodersdk/Sources/SwiftDecoder.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-package-swiftdecodersdk/Sources/SwiftDecoder.xcframework'. (in target 'CaptureSDK' from project 'CaptureSDK')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-package-swiftdecodersdk/Sources/SwiftDecoder.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-package-swiftdecodersdk/Sources/SwiftDecoder.xcframework'. (in target 'SwiftDecoderCaptureSDK' from project 'CaptureSDK')
/Users/admin/builder/spi-builder-workspace/Sources/CaptureSDK.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Sources/CaptureSDK.xcframework'. (in target 'CaptureSDKFramework' from project 'CaptureSDK')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-package-swiftdecodersdk/Sources/SwiftDecoder.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-package-swiftdecodersdk/Sources/SwiftDecoder.xcframework'. (in target 'SwiftDecoderSDK' from project 'SwiftDecoderSDK')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme CaptureSDK
(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:
  SwiftDecoderSDK: https://github.com/SocketMobile/swift-package-swiftdecodersdk.git @ 6.2.3
  CaptureSDK: /Users/admin/builder/spi-builder-workspace
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.4
resolved source packages: SwiftDecoderSDK, CaptureSDK, CryptoSwift
{
  "dependencies" : [
    {
      "identity" : "swift-package-swiftdecodersdk",
      "requirement" : {
        "exact" : [
          "6.2.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SocketMobile/swift-package-swiftdecodersdk.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    }
  ],
  "manifest_display_name" : "CaptureSDK",
  "name" : "CaptureSDK",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CaptureSDK",
      "targets" : [
        "CaptureSDKFramework",
        "SwiftDecoderCaptureSDK",
        "CryptoSwiftCaptureSDK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftDecoderCaptureSDK",
      "module_type" : "ClangTarget",
      "name" : "SwiftDecoderCaptureSDK",
      "path" : "Sources/SwiftDecoderDummy",
      "product_dependencies" : [
        "SwiftDecoderSDK"
      ],
      "product_memberships" : [
        "CaptureSDK"
      ],
      "sources" : [
        "SwiftDecoderDummy.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CryptoSwiftCaptureSDK",
      "module_type" : "ClangTarget",
      "name" : "CryptoSwiftCaptureSDK",
      "path" : "Sources/CryptoSwiftDummy",
      "product_dependencies" : [
        "CryptoSwift"
      ],
      "product_memberships" : [
        "CaptureSDK"
      ],
      "sources" : [
        "CryptoSwiftDummy.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CaptureSDKFramework",
      "module_type" : "ClangTarget",
      "name" : "CaptureSDKFramework",
      "path" : "Sources/CaptureSDKDummy",
      "product_memberships" : [
        "CaptureSDK"
      ],
      "sources" : [
        "CaptureSDKDummy.m"
      ],
      "target_dependencies" : [
        "CaptureSDKBinaryTarget"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CaptureSDKBinaryTarget",
      "module_type" : "BinaryTarget",
      "name" : "CaptureSDKBinaryTarget",
      "path" : "Sources/CaptureSDK.xcframework",
      "product_memberships" : [
        "CaptureSDK"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CaptureSDK"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CaptureSDK -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 CaptureSDK -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:
  SwiftDecoderSDK: https://github.com/SocketMobile/swift-package-swiftdecodersdk.git @ 6.2.3
  CryptoSwift: https://github.com/krzyzanowskim/CryptoSwift.git @ 1.8.4
  CaptureSDK: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'CaptureSDK' in project 'CaptureSDK'
        ➜ Explicit dependency on target 'CaptureSDKFramework' in project 'CaptureSDK'
        ➜ Explicit dependency on target 'SwiftDecoderCaptureSDK' in project 'CaptureSDK'
        ➜ Explicit dependency on target 'CryptoSwiftCaptureSDK' in project 'CaptureSDK'
        ➜ Explicit dependency on target 'SwiftDecoderSDK' in project 'SwiftDecoderSDK'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwiftCaptureSDK' in project 'CaptureSDK'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift' in project 'CryptoSwift'
        ➜ Explicit dependency on target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift'
    Target 'CryptoSwift_CryptoSwift' in project 'CryptoSwift' (no dependencies)
    Target 'SwiftDecoderCaptureSDK' in project 'CaptureSDK'
        ➜ Explicit dependency on target 'SwiftDecoderSDK' in project 'SwiftDecoderSDK'
    Target 'SwiftDecoderSDK' in project 'SwiftDecoderSDK' (no dependencies)
    Target 'CaptureSDKFramework' in project 'CaptureSDK' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/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/swiftc --version
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 -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 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
Build description signature: 97eeb81eb812f21424f27e32d12b904e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/97eeb81eb812f21424f27e32d12b904e.xcbuilddata
/Users/admin/builder/spi-builder-workspace/Sources/CaptureSDK.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Sources/CaptureSDK.xcframework'. (in target 'CaptureSDKFramework' from project 'CaptureSDK')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-package-swiftdecodersdk/Sources/SwiftDecoder.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-package-swiftdecodersdk/Sources/SwiftDecoder.xcframework'. (in target 'SwiftDecoderCaptureSDK' from project 'CaptureSDK')
/Users/admin/builder/spi-builder-workspace/Sources/CaptureSDK.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Sources/CaptureSDK.xcframework'. (in target 'CaptureSDK' from project 'CaptureSDK')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-package-swiftdecodersdk/Sources/SwiftDecoder.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-package-swiftdecodersdk/Sources/SwiftDecoder.xcframework'. (in target 'CaptureSDK' from project 'CaptureSDK')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-package-swiftdecodersdk/Sources/SwiftDecoder.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-package-swiftdecodersdk/Sources/SwiftDecoder.xcframework'. (in target 'CaptureSDK' from project 'CaptureSDK')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-package-swiftdecodersdk/Sources/SwiftDecoder.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-package-swiftdecodersdk/Sources/SwiftDecoder.xcframework'. (in target 'SwiftDecoderSDK' from project 'SwiftDecoderSDK')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme CaptureSDK
(1 failure)
BUILD FAILURE 6.0 watchOS