The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FFmpeg-iOS with Swift 5.10 for watchOS using Xcode 15.3 at main.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme FFmpeg-iOS -destination generic/platform=watchos

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kewlbear/FFmpeg-iOS.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/kewlbear/FFmpeg-iOS
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4552bf5 fix FFmpeg-iOS-Support URL
Cloned https://github.com/kewlbear/FFmpeg-iOS.git
Revision (git rev-parse @):
4552bf5787c532fa650dcd10bda9403cd9d3a285
SUCCESS checkout https://github.com/kewlbear/FFmpeg-iOS.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             5.10
Building package at path:  $workDir
https://github.com/kewlbear/FFmpeg-iOS.git
Command line invocation:
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/kewlbear/FFmpeg-iOS-Support (cached)
Creating working copy of package ‘FFmpeg-iOS-Support’
Checking out 0.0.2 of package ‘FFmpeg-iOS-Support’
Resolved source packages:
  FFmpeg-iOS-Support: https://github.com/kewlbear/FFmpeg-iOS-Support @ 0.0.2
  FFmpeg-iOS: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
resolved source packages: FFmpeg-iOS-Support, FFmpeg-iOS
2024-02-16 12:05:33.795 xcodebuild[56753:25913688] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-16 12:05:35.078 xcodebuild[56753:25913688] [MT] DVTPlugInQuery: Requested but did not find extension point with identifier 'Xcode.DVTDeviceFoundation.CompatibleDeviceFamilyPair'. This is programmer error; code should only request extension points that are defined by itself or its dependencies.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "FFmpeg-iOS",
      "FFmpeg-iOSTests (FFmpeg-iOS-Support)",
      "FFmpeg-iOSTests (spi-builder-workspace)"
    ]
  }
}
2024-02-16 12:05:35.344 xcodebuild[56835:25913867] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-16 12:05:35.664 xcodebuild[56835:25913867] [MT] DVTPlugInQuery: Requested but did not find extension point with identifier 'Xcode.DVTDeviceFoundation.CompatibleDeviceFamilyPair'. This is programmer error; code should only request extension points that are defined by itself or its dependencies.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "FFmpeg-iOS",
      "FFmpeg-iOSTests (FFmpeg-iOS-Support)",
      "FFmpeg-iOSTests (spi-builder-workspace)"
    ]
  }
}
2024-02-16 12:05:35.927 xcodebuild[56837:25913895] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-16 12:05:36.246 xcodebuild[56837:25913895] [MT] DVTPlugInQuery: Requested but did not find extension point with identifier 'Xcode.DVTDeviceFoundation.CompatibleDeviceFamilyPair'. This is programmer error; code should only request extension points that are defined by itself or its dependencies.
{
  "dependencies" : [
    {
      "identity" : "ffmpeg-ios-support",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kewlbear/FFmpeg-iOS-Support"
    }
  ],
  "manifest_display_name" : "FFmpeg-iOS",
  "name" : "FFmpeg-iOS",
  "path" : "/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FFmpeg-iOS",
      "targets" : [
        "avcodec",
        "avutil",
        "avformat",
        "avfilter",
        "avdevice",
        "swscale",
        "swresample",
        "fftools",
        "Dummy"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swscale",
      "module_type" : "BinaryTarget",
      "name" : "swscale",
      "path" : "remote/archive/swscale.zip",
      "product_memberships" : [
        "FFmpeg-iOS"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "swresample",
      "module_type" : "BinaryTarget",
      "name" : "swresample",
      "path" : "remote/archive/swresample.zip",
      "product_memberships" : [
        "FFmpeg-iOS"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "fftools",
      "module_type" : "BinaryTarget",
      "name" : "fftools",
      "path" : "remote/archive/fftools.zip",
      "product_memberships" : [
        "FFmpeg-iOS"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "avutil",
      "module_type" : "BinaryTarget",
      "name" : "avutil",
      "path" : "remote/archive/avutil.zip",
      "product_memberships" : [
        "FFmpeg-iOS"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "avformat",
      "module_type" : "BinaryTarget",
      "name" : "avformat",
      "path" : "remote/archive/avformat.zip",
      "product_memberships" : [
        "FFmpeg-iOS"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "avfilter",
      "module_type" : "BinaryTarget",
      "name" : "avfilter",
      "path" : "remote/archive/avfilter.zip",
      "product_memberships" : [
        "FFmpeg-iOS"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "avdevice",
      "module_type" : "BinaryTarget",
      "name" : "avdevice",
      "path" : "remote/archive/avdevice.zip",
      "product_memberships" : [
        "FFmpeg-iOS"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "avcodec",
      "module_type" : "BinaryTarget",
      "name" : "avcodec",
      "path" : "remote/archive/avcodec.zip",
      "product_memberships" : [
        "FFmpeg-iOS"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "FFmpeg_iOSTests",
      "module_type" : "SwiftTarget",
      "name" : "FFmpeg-iOSTests",
      "path" : "Tests/FFmpeg-iOSTests",
      "sources" : [
        "FFmpeg-iOSTests.swift"
      ],
      "target_dependencies" : [
        "Dummy"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Dummy",
      "module_type" : "SwiftTarget",
      "name" : "Dummy",
      "path" : "Sources/Dummy",
      "product_dependencies" : [
        "FFmpeg-iOS-Support"
      ],
      "product_memberships" : [
        "FFmpeg-iOS"
      ],
      "sources" : [
        "Depend.swift"
      ],
      "target_dependencies" : [
        "fftools",
        "avcodec",
        "avformat",
        "avfilter",
        "avdevice",
        "avutil",
        "swscale",
        "swresample"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Schemes found:
  FFmpeg-iOS
  FFmpeg-iOSTests (FFmpeg-iOS-Support)
  FFmpeg-iOSTests (spi-builder-workspace)
Command line invocation:
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  FFmpeg-iOS: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
  FFmpeg-iOS-Support: https://github.com/kewlbear/FFmpeg-iOS-Support @ 0.0.2
resolved source packages: FFmpeg-iOS, FFmpeg-iOS-Support
2024-02-16 12:05:36.851 xcodebuild[56852:25913983] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-16 12:05:37.185 xcodebuild[56852:25913983] [MT] DVTPlugInQuery: Requested but did not find extension point with identifier 'Xcode.DVTDeviceFoundation.CompatibleDeviceFamilyPair'. This is programmer error; code should only request extension points that are defined by itself or its dependencies.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "FFmpeg-iOS"
    ]
  }
}
2024-02-16 12:05:37.427 xcodebuild[56854:25914023] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-16 12:05:37.748 xcodebuild[56854:25914023] [MT] DVTPlugInQuery: Requested but did not find extension point with identifier 'Xcode.DVTDeviceFoundation.CompatibleDeviceFamilyPair'. This is programmer error; code should only request extension points that are defined by itself or its dependencies.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme FFmpeg-iOS -destination generic/platform=watchos
Command line invocation:
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme FFmpeg-iOS -destination generic/platform=watchos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  FFmpeg-iOS-Support: https://github.com/kewlbear/FFmpeg-iOS-Support @ 0.0.2
  FFmpeg-iOS: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'FFmpeg-iOS' in project 'FFmpeg-iOS'
        ➜ Explicit dependency on target 'Dummy' in project 'FFmpeg-iOS'
        ➜ Explicit dependency on target 'FFmpeg-iOS-Support' in project 'FFmpeg-iOS-Support'
    Target 'Dummy' in project 'FFmpeg-iOS'
        ➜ 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)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -x c -c /dev/null
Build description signature: aa69434c9e1258dc491518b2a65448b7
Build description path: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/aa69434c9e1258dc491518b2a65448b7.xcbuilddata
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avcodec/avcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avcodec/avcodec.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avutil/avutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avutil/avutil.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avformat/avformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avformat/avformat.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avfilter/avfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avfilter/avfilter.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avdevice/avdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avdevice/avdevice.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/swscale/swscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/swscale/swscale.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/swresample/swresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/swresample/swresample.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/fftools/fftools.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/fftools/fftools.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/fftools/fftools.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/fftools/fftools.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avcodec/avcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avcodec/avcodec.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avformat/avformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avformat/avformat.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avfilter/avfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avfilter/avfilter.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avdevice/avdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avdevice/avdevice.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avutil/avutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avutil/avutil.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/swscale/swscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/swscale/swscale.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/swresample/swresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/swresample/swresample.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/fftools/fftools.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/fftools/fftools.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avcodec/avcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avcodec/avcodec.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avformat/avformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avformat/avformat.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avfilter/avfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avfilter/avfilter.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avdevice/avdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avdevice/avdevice.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avutil/avutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avutil/avutil.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/swscale/swscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/swscale/swscale.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/swresample/swresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/swresample/swresample.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS')
2024-02-16 12:05:37.993 xcodebuild[56864:25914065] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-16 12:05:38.306 xcodebuild[56864:25914065] [MT] DVTPlugInQuery: Requested but did not find extension point with identifier 'Xcode.DVTDeviceFoundation.CompatibleDeviceFamilyPair'. This is programmer error; code should only request extension points that are defined by itself or its dependencies.
** BUILD FAILED **
Command line invocation:
    /Applications/Xcode-15.3.0-Beta.2.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme FFmpeg-iOS -destination generic/platform=watchos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  FFmpeg-iOS-Support: https://github.com/kewlbear/FFmpeg-iOS-Support @ 0.0.2
  FFmpeg-iOS: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'FFmpeg-iOS' in project 'FFmpeg-iOS'
        ➜ Explicit dependency on target 'Dummy' in project 'FFmpeg-iOS'
        ➜ Explicit dependency on target 'FFmpeg-iOS-Support' in project 'FFmpeg-iOS-Support'
    Target 'Dummy' in project 'FFmpeg-iOS'
        ➜ 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)
GatherProvisioningInputs
CreateBuildDescription
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avcodec/avcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avcodec/avcodec.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avdevice/avdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avdevice/avdevice.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avfilter/avfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avfilter/avfilter.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avformat/avformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avformat/avformat.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avutil/avutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avutil/avutil.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/fftools/fftools.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/fftools/fftools.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/swresample/swresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/swresample/swresample.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/swscale/swscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/swscale/swscale.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avcodec/avcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avcodec/avcodec.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avcodec/avcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avcodec/avcodec.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avdevice/avdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avdevice/avdevice.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avdevice/avdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avdevice/avdevice.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avfilter/avfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avfilter/avfilter.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avfilter/avfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avfilter/avfilter.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avformat/avformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avformat/avformat.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avformat/avformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avformat/avformat.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avutil/avutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avutil/avutil.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avutil/avutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/avutil/avutil.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/fftools/fftools.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/fftools/fftools.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/fftools/fftools.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/fftools/fftools.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/swresample/swresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/swresample/swresample.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/swresample/swresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/swresample/swresample.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/swscale/swscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/swscale/swscale.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/swscale/swscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/swscale/swscale.xcframework'. (in target 'FFmpeg-iOS' from project 'FFmpeg-iOS')
2024-02-16 12:05:39.240 xcodebuild[56884:25914122] Requested but did not find extension point with identifier Xcode.DVTDeviceFoundation.Aspect for extension Xcode.IDEiOSSupportCore.Aspect.NBDD of plug-in com.apple.dt.IDE.IDEiOSSupportCore
2024-02-16 12:05:39.556 xcodebuild[56884:25914122] [MT] DVTPlugInQuery: Requested but did not find extension point with identifier 'Xcode.DVTDeviceFoundation.CompatibleDeviceFamilyPair'. This is programmer error; code should only request extension points that are defined by itself or its dependencies.
** BUILD FAILED **
BUILD FAILURE 5.10 watchOS

Build Machine: Mac 7