The Swift Package Index logo.Swift Package Index

Build Information

Failed to build YoutubeDL-iOS with Swift 5.9 for visionOS using Xcode 15.2 at main.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/checkout/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/checkout/.derivedData build -scheme YoutubeDL-iOS -destination generic/platform=xros

Build Log

========================================
RunAll
========================================
Builder version: 4.28.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kewlbear/YoutubeDL-iOS.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/kewlbear/YoutubeDL-iOS
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             5.9
Building package at path:  $PWD/checkout
https://github.com/kewlbear/YoutubeDL-iOS.git
Command line invocation:
    /Applications/Xcode-15.2.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/kewlbear/FFmpeg-iOS-Lame (cached)
Fetching from https://github.com/kewlbear/Python-iOS.git (cached)
Fetching from https://github.com/pvieito/PythonKit.git (cached)
Fetching from https://github.com/kewlbear/FFmpeg-iOS-Support (cached)
Creating working copy of package ‘Python-iOS’
Checking out 0.1.1-b20230312-012746 of package ‘Python-iOS’
Creating working copy of package ‘PythonKit’
Checking out 0.3.1 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:
  YoutubeDL-iOS: /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
  PythonKit: https://github.com/pvieito/PythonKit.git @ 0.3.1
  Python-iOS: https://github.com/kewlbear/Python-iOS.git @ 0.1.1-b20230312-012746
  FFmpeg-iOS-Lame: https://github.com/kewlbear/FFmpeg-iOS-Lame @ 0.0.6-b20230730-000000
  FFmpeg-iOS-Support: https://github.com/kewlbear/FFmpeg-iOS-Support @ 0.0.2
resolved source packages: YoutubeDL-iOS, PythonKit, Python-iOS, FFmpeg-iOS-Lame, FFmpeg-iOS-Support
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "FFmpeg-iOSTests",
      "YoutubeDL_iOSTests",
      "YoutubeDL-iOS"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "FFmpeg-iOSTests",
      "YoutubeDL_iOSTests",
      "YoutubeDL-iOS"
    ]
  }
}
{
  "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/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-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"
}
Schemes found:
  FFmpeg-iOSTests
  YoutubeDL_iOSTests
  YoutubeDL-iOS
Command line invocation:
    /Applications/Xcode-15.2.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  Python-iOS: https://github.com/kewlbear/Python-iOS.git @ 0.1.1-b20230312-012746
  FFmpeg-iOS-Lame: https://github.com/kewlbear/FFmpeg-iOS-Lame @ 0.0.6-b20230730-000000
  FFmpeg-iOS-Support: https://github.com/kewlbear/FFmpeg-iOS-Support @ 0.0.2
  YoutubeDL-iOS: /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
  PythonKit: https://github.com/pvieito/PythonKit.git @ 0.3.1
resolved source packages: Python-iOS, FFmpeg-iOS-Lame, FFmpeg-iOS-Support, YoutubeDL-iOS, PythonKit
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "YoutubeDL-iOS"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/checkout/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/checkout/.derivedData build -scheme YoutubeDL-iOS -destination generic/platform=xros
Command line invocation:
    /Applications/Xcode-15.2.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme YoutubeDL-iOS -destination generic/platform=xros
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/2/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
  YoutubeDL-iOS: /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
  Python-iOS: https://github.com/kewlbear/Python-iOS.git @ 0.1.1-b20230312-012746
  PythonKit: https://github.com/pvieito/PythonKit.git @ 0.3.1
  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
Build description signature: 96b99f710ed4916af1748fd23700e4c1
Build description path: /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/96b99f710ed4916af1748fd23700e4c1.xcbuilddata
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'LinkPython' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'LinkPython' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'LinkPython' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'LinkPython' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'PythonSupport' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'PythonSupport' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'PythonSupport' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'PythonSupport' from project 'Python-iOS')
** BUILD FAILED **
Command line invocation:
    /Applications/Xcode-15.2.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme YoutubeDL-iOS -destination generic/platform=xros
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/2/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
  PythonKit: https://github.com/pvieito/PythonKit.git @ 0.3.1
  Python-iOS: https://github.com/kewlbear/Python-iOS.git @ 0.1.1-b20230312-012746
  FFmpeg-iOS-Lame: https://github.com/kewlbear/FFmpeg-iOS-Lame @ 0.0.6-b20230730-000000
  YoutubeDL-iOS: /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'LinkPython' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'LinkPython' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'LinkPython' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'LinkPython' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'Python-iOS' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL_iOSTests' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'YoutubeDL' from project 'YoutubeDL-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'FFmpeg-iOS-Lame' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avcodec/avcodec.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avdevice/avdevice.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avfilter/avfilter.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avformat/avformat.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/avutil/avutil.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/fftools/fftools.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/mp3lame/mp3lame.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swresample/swresample.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/ffmpeg-ios-lame/swscale/swscale.xcframework'. (in target 'Dummy' from project 'FFmpeg-iOS-Lame')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libcrypto/libcrypto.xcframework'. (in target 'PythonSupport' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libffi/libffi.xcframework'. (in target 'PythonSupport' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libpython3/libpython3.xcframework'. (in target 'PythonSupport' from project 'Python-iOS')
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/python-ios/libssl/libssl.xcframework'. (in target 'PythonSupport' from project 'Python-iOS')
** BUILD FAILED **
BUILD FAILURE 5.9 visionOS