The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build YoutubeDL-iOS, reference 0.0.9 (64d907), with Swift 6.0 for watchOS using Xcode 16.2 on 30 Nov 2024 10:26:47 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme YoutubeDL-iOS -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kewlbear/YoutubeDL-iOS.git
Reference: 0.0.9
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kewlbear/YoutubeDL-iOS
 * tag               0.0.9      -> FETCH_HEAD
HEAD is now at 64d9072 Fix ffmpeg not installed
Cloned https://github.com/kewlbear/YoutubeDL-iOS.git
Revision (git rev-parse @):
64d9072cc33d2698b555d68cecf3d71f2f49b8dd
SUCCESS checkout https://github.com/kewlbear/YoutubeDL-iOS.git at 0.0.9
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/kewlbear/YoutubeDL-iOS.git
{
  "dependencies" : [
    {
      "identity" : "ffmpeg-ios-lame",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.6-b20230730-000000",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kewlbear/FFmpeg-iOS-Lame"
    },
    {
      "identity" : "pythonkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pvieito/PythonKit.git"
    },
    {
      "identity" : "python-ios",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.1-b",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kewlbear/Python-iOS.git"
    }
  ],
  "manifest_display_name" : "YoutubeDL-iOS",
  "name" : "YoutubeDL-iOS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "YoutubeDL",
      "targets" : [
        "YoutubeDL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YoutubeDL_iOSTests",
      "module_type" : "SwiftTarget",
      "name" : "YoutubeDL_iOSTests",
      "path" : "Tests/YoutubeDL_iOSTests",
      "sources" : [
        "XCTestManifests.swift",
        "YoutubeDLTests.swift"
      ],
      "target_dependencies" : [
        "YoutubeDL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YoutubeDL",
      "module_type" : "SwiftTarget",
      "name" : "YoutubeDL",
      "path" : "Sources/YoutubeDL",
      "product_dependencies" : [
        "Python-iOS",
        "PythonKit",
        "FFmpeg-iOS-Lame"
      ],
      "product_memberships" : [
        "YoutubeDL"
      ],
      "sources" : [
        "Downloader.swift",
        "HTTPRange.swift",
        "PythonDecoder.swift",
        "Transcoder.swift",
        "YoutubeDL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Command line invocation:
    /Applications/Xcode-16.1.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/pvieito/PythonKit.git
Fetching from https://github.com/kewlbear/FFmpeg-iOS-Lame
Fetching from https://github.com/kewlbear/Python-iOS.git
Fetching from https://github.com/kewlbear/FFmpeg-iOS-Support
Creating working copy of package ‘Python-iOS’
Checking out 0.1.1-b20230423-090254 of package ‘Python-iOS’
Creating working copy of package ‘PythonKit’
Checking out 0.5.0 of package ‘PythonKit’
Creating working copy of package ‘FFmpeg-iOS-Support’
Checking out 0.0.2 of package ‘FFmpeg-iOS-Support’
Creating working copy of package ‘FFmpeg-iOS-Lame’
Checking out 0.0.6-b20230730-000000 of package ‘FFmpeg-iOS-Lame’
Resolve Package Graph
Resolved source packages:
  FFmpeg-iOS-Lame: https://github.com/kewlbear/FFmpeg-iOS-Lame @ 0.0.6-b20230730-000000
  Python-iOS: https://github.com/kewlbear/Python-iOS.git @ 0.1.1-b20230423-090254
  FFmpeg-iOS-Support: https://github.com/kewlbear/FFmpeg-iOS-Support @ 0.0.2
  YoutubeDL-iOS: /Users/admin/builder/spi-builder-workspace
  PythonKit: https://github.com/pvieito/PythonKit.git @ 0.5.0
resolved source packages: FFmpeg-iOS-Lame, Python-iOS, FFmpeg-iOS-Support, YoutubeDL-iOS, PythonKit
{
  "dependencies" : [
    {
      "identity" : "ffmpeg-ios-lame",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.6-b20230730-000000",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kewlbear/FFmpeg-iOS-Lame"
    },
    {
      "identity" : "pythonkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pvieito/PythonKit.git"
    },
    {
      "identity" : "python-ios",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.1-b",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kewlbear/Python-iOS.git"
    }
  ],
  "manifest_display_name" : "YoutubeDL-iOS",
  "name" : "YoutubeDL-iOS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "YoutubeDL",
      "targets" : [
        "YoutubeDL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YoutubeDL_iOSTests",
      "module_type" : "SwiftTarget",
      "name" : "YoutubeDL_iOSTests",
      "path" : "Tests/YoutubeDL_iOSTests",
      "sources" : [
        "XCTestManifests.swift",
        "YoutubeDLTests.swift"
      ],
      "target_dependencies" : [
        "YoutubeDL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YoutubeDL",
      "module_type" : "SwiftTarget",
      "name" : "YoutubeDL",
      "path" : "Sources/YoutubeDL",
      "product_dependencies" : [
        "Python-iOS",
        "PythonKit",
        "FFmpeg-iOS-Lame"
      ],
      "product_memberships" : [
        "YoutubeDL"
      ],
      "sources" : [
        "Downloader.swift",
        "HTTPRange.swift",
        "PythonDecoder.swift",
        "Transcoder.swift",
        "YoutubeDL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "FFmpeg-iOSTests",
      "YoutubeDL_iOSTests",
      "YoutubeDL-iOS"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "FFmpeg-iOSTests",
      "YoutubeDL_iOSTests",
      "YoutubeDL-iOS"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme YoutubeDL-iOS -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.1.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 YoutubeDL-iOS -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  FFmpeg-iOS-Support: https://github.com/kewlbear/FFmpeg-iOS-Support @ 0.0.2
  Python-iOS: https://github.com/kewlbear/Python-iOS.git @ 0.1.1-b20230423-090254
  PythonKit: https://github.com/pvieito/PythonKit.git @ 0.5.0
  YoutubeDL-iOS: /Users/admin/builder/spi-builder-workspace
  FFmpeg-iOS-Lame: https://github.com/kewlbear/FFmpeg-iOS-Lame @ 0.0.6-b20230730-000000
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (15 targets)
    Target 'YoutubeDL_iOSTests' in project 'YoutubeDL-iOS'
        ➜ Explicit dependency on target 'YoutubeDL' in project 'YoutubeDL-iOS'
        ➜ Explicit dependency on target 'Python-iOS' in project 'Python-iOS'
        ➜ Explicit dependency on target 'PythonKit' in project 'PythonKit'
        ➜ Explicit dependency on target 'FFmpeg-iOS-Lame' in project 'FFmpeg-iOS-Lame'
    Target 'YoutubeDL' in project 'YoutubeDL-iOS'
        ➜ Explicit dependency on target 'YoutubeDL' in project 'YoutubeDL-iOS'
        ➜ Explicit dependency on target 'Python-iOS' in project 'Python-iOS'
        ➜ Explicit dependency on target 'PythonKit' in project 'PythonKit'
        ➜ Explicit dependency on target 'FFmpeg-iOS-Lame' in project 'FFmpeg-iOS-Lame'
    Target 'YoutubeDL' in project 'YoutubeDL-iOS'
        ➜ Explicit dependency on target 'Python-iOS' in project 'Python-iOS'
        ➜ Explicit dependency on target 'PythonKit' in project 'PythonKit'
        ➜ Explicit dependency on target 'FFmpeg-iOS-Lame' in project 'FFmpeg-iOS-Lame'
    Target 'FFmpeg-iOS-Lame' in project 'FFmpeg-iOS-Lame'
        ➜ Explicit dependency on target 'Dummy' in project 'FFmpeg-iOS-Lame'
        ➜ Explicit dependency on target 'FFmpeg-iOS-Support' in project 'FFmpeg-iOS-Support'
    Target 'Dummy' in project 'FFmpeg-iOS-Lame'
        ➜ Explicit dependency on target 'FFmpeg-iOS-Support' in project 'FFmpeg-iOS-Support'
    Target 'FFmpeg-iOS-Support' in project 'FFmpeg-iOS-Support'
        ➜ Explicit dependency on target 'Depend' in project 'FFmpeg-iOS-Support'
        ➜ Explicit dependency on target 'Hook' in project 'FFmpeg-iOS-Support'
        ➜ Explicit dependency on target 'FFmpegSupport' in project 'FFmpeg-iOS-Support'
    Target 'FFmpegSupport' in project 'FFmpeg-iOS-Support'
        ➜ Explicit dependency on target 'Depend' in project 'FFmpeg-iOS-Support'
        ➜ Explicit dependency on target 'Hook' in project 'FFmpeg-iOS-Support'
    Target 'Hook' in project 'FFmpeg-iOS-Support'
        ➜ Explicit dependency on target 'Depend' in project 'FFmpeg-iOS-Support'
    Target 'Depend' in project 'FFmpeg-iOS-Support' (no dependencies)
    Target 'PythonKit' in project 'PythonKit'
        ➜ Explicit dependency on target 'PythonKit' in project 'PythonKit'
    Target 'PythonKit' in project 'PythonKit' (no dependencies)
    Target 'Python-iOS' in project 'Python-iOS'
        ➜ Explicit dependency on target 'LinkPython' in project 'Python-iOS'
        ➜ Explicit dependency on target 'PythonSupport' in project 'Python-iOS'
        ➜ Explicit dependency on target 'Python-iOS_PythonSupport' in project 'Python-iOS'
    Target 'PythonSupport' in project 'Python-iOS'
        ➜ Explicit dependency on target 'Python-iOS_PythonSupport' in project 'Python-iOS'
        ➜ Explicit dependency on target 'LinkPython' in project 'Python-iOS'
    Target 'Python-iOS_PythonSupport' in project 'Python-iOS' (no dependencies)
    Target 'LinkPython' in project 'Python-iOS' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -x c -c /dev/null
Build description signature: db4c6225c97445aeb80575a8c7e50bab
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/db4c6225c97445aeb80575a8c7e50bab.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'LinkPython' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'LinkPython' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'LinkPython' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'LinkPython' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'PythonSupport' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'PythonSupport' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'PythonSupport' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'PythonSupport' from project 'Python-iOS')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme YoutubeDL-iOS
(1 failure)
Command line invocation:
    /Applications/Xcode-16.1.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 YoutubeDL-iOS -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  FFmpeg-iOS-Lame: https://github.com/kewlbear/FFmpeg-iOS-Lame @ 0.0.6-b20230730-000000
  PythonKit: https://github.com/pvieito/PythonKit.git @ 0.5.0
  Python-iOS: https://github.com/kewlbear/Python-iOS.git @ 0.1.1-b20230423-090254
  FFmpeg-iOS-Support: https://github.com/kewlbear/FFmpeg-iOS-Support @ 0.0.2
  YoutubeDL-iOS: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (15 targets)
    Target 'YoutubeDL_iOSTests' in project 'YoutubeDL-iOS'
        ➜ Explicit dependency on target 'YoutubeDL' in project 'YoutubeDL-iOS'
        ➜ Explicit dependency on target 'Python-iOS' in project 'Python-iOS'
        ➜ Explicit dependency on target 'PythonKit' in project 'PythonKit'
        ➜ Explicit dependency on target 'FFmpeg-iOS-Lame' in project 'FFmpeg-iOS-Lame'
    Target 'YoutubeDL' in project 'YoutubeDL-iOS'
        ➜ Explicit dependency on target 'YoutubeDL' in project 'YoutubeDL-iOS'
        ➜ Explicit dependency on target 'Python-iOS' in project 'Python-iOS'
        ➜ Explicit dependency on target 'PythonKit' in project 'PythonKit'
        ➜ Explicit dependency on target 'FFmpeg-iOS-Lame' in project 'FFmpeg-iOS-Lame'
    Target 'YoutubeDL' in project 'YoutubeDL-iOS'
        ➜ Explicit dependency on target 'Python-iOS' in project 'Python-iOS'
        ➜ Explicit dependency on target 'PythonKit' in project 'PythonKit'
        ➜ Explicit dependency on target 'FFmpeg-iOS-Lame' in project 'FFmpeg-iOS-Lame'
    Target 'FFmpeg-iOS-Lame' in project 'FFmpeg-iOS-Lame'
        ➜ Explicit dependency on target 'Dummy' in project 'FFmpeg-iOS-Lame'
        ➜ Explicit dependency on target 'FFmpeg-iOS-Support' in project 'FFmpeg-iOS-Support'
    Target 'Dummy' in project 'FFmpeg-iOS-Lame'
        ➜ Explicit dependency on target 'FFmpeg-iOS-Support' in project 'FFmpeg-iOS-Support'
    Target 'FFmpeg-iOS-Support' in project 'FFmpeg-iOS-Support'
        ➜ Explicit dependency on target 'Depend' in project 'FFmpeg-iOS-Support'
        ➜ Explicit dependency on target 'Hook' in project 'FFmpeg-iOS-Support'
        ➜ Explicit dependency on target 'FFmpegSupport' in project 'FFmpeg-iOS-Support'
    Target 'FFmpegSupport' in project 'FFmpeg-iOS-Support'
        ➜ Explicit dependency on target 'Depend' in project 'FFmpeg-iOS-Support'
        ➜ Explicit dependency on target 'Hook' in project 'FFmpeg-iOS-Support'
    Target 'Hook' in project 'FFmpeg-iOS-Support'
        ➜ Explicit dependency on target 'Depend' in project 'FFmpeg-iOS-Support'
    Target 'Depend' in project 'FFmpeg-iOS-Support' (no dependencies)
    Target 'PythonKit' in project 'PythonKit'
        ➜ Explicit dependency on target 'PythonKit' in project 'PythonKit'
    Target 'PythonKit' in project 'PythonKit' (no dependencies)
    Target 'Python-iOS' in project 'Python-iOS'
        ➜ Explicit dependency on target 'LinkPython' in project 'Python-iOS'
        ➜ Explicit dependency on target 'PythonSupport' in project 'Python-iOS'
        ➜ Explicit dependency on target 'Python-iOS_PythonSupport' in project 'Python-iOS'
    Target 'PythonSupport' in project 'Python-iOS'
        ➜ Explicit dependency on target 'Python-iOS_PythonSupport' in project 'Python-iOS'
        ➜ Explicit dependency on target 'LinkPython' in project 'Python-iOS'
    Target 'Python-iOS_PythonSupport' in project 'Python-iOS' (no dependencies)
    Target 'LinkPython' in project 'Python-iOS' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'LinkPython' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'LinkPython' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'LinkPython' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'LinkPython' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'PythonSupport' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'PythonSupport' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'PythonSupport' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'PythonSupport' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme YoutubeDL-iOS
(1 failure)
BUILD FAILURE 6.0 watchOS