The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build KSPlayer, reference 2.3.4 (bdfa2d), with Swift 6.0 for watchOS using Xcode 16.2 on 20 Feb 2025 16:38:08 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kingslay/KSPlayer.git
Reference: 2.3.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kingslay/KSPlayer
 * tag               2.3.4      -> FETCH_HEAD
HEAD is now at bdfa2da update
Cloned https://github.com/kingslay/KSPlayer.git
Revision (git rev-parse @):
bdfa2da39bb18865b317c4ffd08cdef5f8efc043
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/kingslay/KSPlayer.git at 2.3.4
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/kingslay/KSPlayer.git
https://github.com/kingslay/KSPlayer.git
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "ffmpegkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.1.3",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kingslay/FFmpegKit.git"
    }
  ],
  "manifest_display_name" : "KSPlayer",
  "name" : "KSPlayer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "KSPlayer",
      "targets" : [
        "KSPlayer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KSPlayerTests",
      "module_type" : "SwiftTarget",
      "name" : "KSPlayerTests",
      "path" : "Tests/KSPlayerTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/KSPlayerTests/Resources/test.m3u",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AudioTest.swift",
        "KSAVPlayerTest.swift",
        "KSMEPlayerTest.swift",
        "KSPlayerLayerTest.swift",
        "M3UParseTest.swift",
        "SubtitleTest.swift",
        "VideoPlayerControllerTest.swift",
        "VideoPlayerViewTest.swift"
      ],
      "target_dependencies" : [
        "KSPlayer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KSPlayer",
      "module_type" : "SwiftTarget",
      "name" : "KSPlayer",
      "path" : "Sources/KSPlayer",
      "product_dependencies" : [
        "FFmpegKit"
      ],
      "product_memberships" : [
        "KSPlayer"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/KSPlayer/Metal/Shaders.metal",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AVPlayer/KSAVPlayer.swift",
        "AVPlayer/KSOptions.swift",
        "AVPlayer/KSPictureInPictureController.swift",
        "AVPlayer/KSPlayerLayer.swift",
        "AVPlayer/KSVideoPlayer.swift",
        "AVPlayer/MediaPlayerProtocol.swift",
        "AVPlayer/PlayerDefines.swift",
        "Audio/AudioPlayerView.swift",
        "Core/AppKitExtend.swift",
        "Core/PlayerToolBar.swift",
        "Core/PlayerView.swift",
        "Core/UIKitExtend.swift",
        "Core/UXKit.swift",
        "Core/Utility.swift",
        "MEPlayer/AVFFmpegExtension.swift",
        "MEPlayer/AVFoundationExtension.swift",
        "MEPlayer/AudioEnginePlayer.swift",
        "MEPlayer/AudioGraphPlayer.swift",
        "MEPlayer/AudioRendererPlayer.swift",
        "MEPlayer/AudioUnitPlayer.swift",
        "MEPlayer/CircularBuffer.swift",
        "MEPlayer/EmbedDataSouce.swift",
        "MEPlayer/FFmpegAssetTrack.swift",
        "MEPlayer/FFmpegDecode.swift",
        "MEPlayer/Filter.swift",
        "MEPlayer/KSMEPlayer.swift",
        "MEPlayer/MEPlayerItem.swift",
        "MEPlayer/MEPlayerItemTrack.swift",
        "MEPlayer/MetalPlayView.swift",
        "MEPlayer/Model.swift",
        "MEPlayer/Resample.swift",
        "MEPlayer/SubtitleDecode.swift",
        "MEPlayer/ThumbnailController.swift",
        "MEPlayer/VideoToolboxDecode.swift",
        "Metal/DisplayModel.swift",
        "Metal/MetalRender.swift",
        "Metal/MotionSensor.swift",
        "Metal/PixelBufferProtocol.swift",
        "Metal/Transforms.swift",
        "Subtitle/AudioRecognize.swift",
        "Subtitle/KSParseProtocol.swift",
        "Subtitle/KSSubtitle.swift",
        "Subtitle/SubtitleDataSouce.swift",
        "SwiftUI/AirPlayView.swift",
        "SwiftUI/KSVideoPlayerView.swift",
        "SwiftUI/KSVideoPlayerViewBuilder.swift",
        "SwiftUI/LiveTextImage.swift",
        "SwiftUI/Slider.swift",
        "Video/BrightnessVolume.swift",
        "Video/IOSVideoPlayerView.swift",
        "Video/KSMenu.swift",
        "Video/KSPlayerItem.swift",
        "Video/MacVideoPlayerView.swift",
        "Video/PlayerFullScreenViewController.swift",
        "Video/PlayerTransitionAnimator.swift",
        "Video/SeekView.swift",
        "Video/VideoPlayerView.swift"
      ],
      "target_dependencies" : [
        "DisplayCriteria"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DisplayCriteria",
      "module_type" : "ClangTarget",
      "name" : "DisplayCriteria",
      "path" : "Sources/DisplayCriteria",
      "product_memberships" : [
        "KSPlayer"
      ],
      "sources" : [
        "DisplayCriteria.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/kingslay/FFmpegKit.git
Creating working copy of package ‘FFmpegKit’
Checking out 6.1.3 of package ‘FFmpegKit’
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install sdl2 using your system-packager:
    brew install sdl2
Resolve Package Graph
you may be able to install sdl2 using your system-packager:
    brew install sdl2
Resolved source packages:
  KSPlayer: /Users/admin/builder/spi-builder-workspace
  FFmpegKit: https://github.com/kingslay/FFmpegKit.git @ 6.1.3
resolved source packages: KSPlayer, FFmpegKit
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "ffmpegkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.1.3",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kingslay/FFmpegKit.git"
    }
  ],
  "manifest_display_name" : "KSPlayer",
  "name" : "KSPlayer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "KSPlayer",
      "targets" : [
        "KSPlayer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KSPlayerTests",
      "module_type" : "SwiftTarget",
      "name" : "KSPlayerTests",
      "path" : "Tests/KSPlayerTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/KSPlayerTests/Resources/test.m3u",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AudioTest.swift",
        "KSAVPlayerTest.swift",
        "KSMEPlayerTest.swift",
        "KSPlayerLayerTest.swift",
        "M3UParseTest.swift",
        "SubtitleTest.swift",
        "VideoPlayerControllerTest.swift",
        "VideoPlayerViewTest.swift"
      ],
      "target_dependencies" : [
        "KSPlayer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KSPlayer",
      "module_type" : "SwiftTarget",
      "name" : "KSPlayer",
      "path" : "Sources/KSPlayer",
      "product_dependencies" : [
        "FFmpegKit"
      ],
      "product_memberships" : [
        "KSPlayer"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/KSPlayer/Metal/Shaders.metal",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AVPlayer/KSAVPlayer.swift",
        "AVPlayer/KSOptions.swift",
        "AVPlayer/KSPictureInPictureController.swift",
        "AVPlayer/KSPlayerLayer.swift",
        "AVPlayer/KSVideoPlayer.swift",
        "AVPlayer/MediaPlayerProtocol.swift",
        "AVPlayer/PlayerDefines.swift",
        "Audio/AudioPlayerView.swift",
        "Core/AppKitExtend.swift",
        "Core/PlayerToolBar.swift",
        "Core/PlayerView.swift",
        "Core/UIKitExtend.swift",
        "Core/UXKit.swift",
        "Core/Utility.swift",
        "MEPlayer/AVFFmpegExtension.swift",
        "MEPlayer/AVFoundationExtension.swift",
        "MEPlayer/AudioEnginePlayer.swift",
        "MEPlayer/AudioGraphPlayer.swift",
        "MEPlayer/AudioRendererPlayer.swift",
        "MEPlayer/AudioUnitPlayer.swift",
        "MEPlayer/CircularBuffer.swift",
        "MEPlayer/EmbedDataSouce.swift",
        "MEPlayer/FFmpegAssetTrack.swift",
        "MEPlayer/FFmpegDecode.swift",
        "MEPlayer/Filter.swift",
        "MEPlayer/KSMEPlayer.swift",
        "MEPlayer/MEPlayerItem.swift",
        "MEPlayer/MEPlayerItemTrack.swift",
        "MEPlayer/MetalPlayView.swift",
        "MEPlayer/Model.swift",
        "MEPlayer/Resample.swift",
        "MEPlayer/SubtitleDecode.swift",
        "MEPlayer/ThumbnailController.swift",
        "MEPlayer/VideoToolboxDecode.swift",
        "Metal/DisplayModel.swift",
        "Metal/MetalRender.swift",
        "Metal/MotionSensor.swift",
        "Metal/PixelBufferProtocol.swift",
        "Metal/Transforms.swift",
        "Subtitle/AudioRecognize.swift",
        "Subtitle/KSParseProtocol.swift",
        "Subtitle/KSSubtitle.swift",
        "Subtitle/SubtitleDataSouce.swift",
        "SwiftUI/AirPlayView.swift",
        "SwiftUI/KSVideoPlayerView.swift",
        "SwiftUI/KSVideoPlayerViewBuilder.swift",
        "SwiftUI/LiveTextImage.swift",
        "SwiftUI/Slider.swift",
        "Video/BrightnessVolume.swift",
        "Video/IOSVideoPlayerView.swift",
        "Video/KSMenu.swift",
        "Video/KSPlayerItem.swift",
        "Video/MacVideoPlayerView.swift",
        "Video/PlayerFullScreenViewController.swift",
        "Video/PlayerTransitionAnimator.swift",
        "Video/SeekView.swift",
        "Video/VideoPlayerView.swift"
      ],
      "target_dependencies" : [
        "DisplayCriteria"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DisplayCriteria",
      "module_type" : "ClangTarget",
      "name" : "DisplayCriteria",
      "path" : "Sources/DisplayCriteria",
      "product_memberships" : [
        "KSPlayer"
      ],
      "sources" : [
        "DisplayCriteria.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "KSPlayer"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme KSPlayer -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme KSPlayer -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install sdl2 using your system-packager:
    brew install sdl2
Resolve Package Graph
you may be able to install sdl2 using your system-packager:
    brew install sdl2
Resolved source packages:
  KSPlayer: /Users/admin/builder/spi-builder-workspace
  FFmpegKit: https://github.com/kingslay/FFmpegKit.git @ 6.1.3
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'KSPlayer' in project 'KSPlayer'
        ➜ Explicit dependency on target 'KSPlayer' in project 'KSPlayer'
        ➜ Explicit dependency on target 'KSPlayer_KSPlayer' in project 'KSPlayer'
        ➜ Explicit dependency on target 'DisplayCriteria' in project 'KSPlayer'
        ➜ Explicit dependency on target 'FFmpegKit' in project 'FFmpegKit'
    Target 'KSPlayer' in project 'KSPlayer'
        ➜ Explicit dependency on target 'KSPlayer_KSPlayer' in project 'KSPlayer'
        ➜ Explicit dependency on target 'DisplayCriteria' in project 'KSPlayer'
        ➜ Explicit dependency on target 'FFmpegKit' in project 'FFmpegKit'
    Target 'FFmpegKit' in project 'FFmpegKit'
        ➜ Explicit dependency on target 'FFmpegKit' in project 'FFmpegKit'
    Target 'FFmpegKit' in project 'FFmpegKit' (no dependencies)
    Target 'DisplayCriteria' in project 'KSPlayer' (no dependencies)
    Target 'KSPlayer_KSPlayer' in project 'KSPlayer' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
Build description signature: 8fb2f7415ae5d2862cf57be3b9963d9f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8fb2f7415ae5d2862cf57be3b9963d9f.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/MoltenVK.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/MoltenVK.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libshaderc_combined.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libshaderc_combined.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/lcms2.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/lcms2.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libdav1d.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libdav1d.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libplacebo.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libplacebo.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libsrt.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libsrt.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfreetype.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfreetype.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfribidi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfribidi.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libharfbuzz.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libharfbuzz.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libass.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libass.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfontconfig.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfontconfig.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/gmp.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/gmp.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/nettle.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/nettle.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/hogweed.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/hogweed.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/gnutls.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/gnutls.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libsmbclient.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libsmbclient.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavcodec.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavdevice.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavfilter.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavformat.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavutil.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libswresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libswresample.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libswscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libswscale.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/MoltenVK.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/MoltenVK.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libshaderc_combined.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libshaderc_combined.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/lcms2.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/lcms2.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libdav1d.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libdav1d.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libplacebo.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libplacebo.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libsrt.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libsrt.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfreetype.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfreetype.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfribidi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfribidi.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libharfbuzz.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libharfbuzz.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libass.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libass.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfontconfig.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfontconfig.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/gmp.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/gmp.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/nettle.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/nettle.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/hogweed.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/hogweed.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/gnutls.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/gnutls.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libsmbclient.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libsmbclient.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavcodec.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavdevice.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavfilter.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavformat.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavutil.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libswresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libswresample.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libswscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libswscale.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/MoltenVK.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/MoltenVK.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libshaderc_combined.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libshaderc_combined.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/lcms2.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/lcms2.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libdav1d.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libdav1d.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libplacebo.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libplacebo.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libsrt.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libsrt.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfreetype.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfreetype.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfribidi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfribidi.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libharfbuzz.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libharfbuzz.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libass.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libass.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfontconfig.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfontconfig.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/gmp.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/gmp.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/nettle.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/nettle.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/hogweed.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/hogweed.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/gnutls.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/gnutls.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libsmbclient.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libsmbclient.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavcodec.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavdevice.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavfilter.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavformat.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavutil.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libswresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libswresample.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libswscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libswscale.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme KSPlayer
(1 failure)
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install sdl2 using your system-packager:
    brew install sdl2
Resolved source packages:
  KSPlayer: /Users/admin/builder/spi-builder-workspace
  FFmpegKit: https://github.com/kingslay/FFmpegKit.git @ 6.1.3
resolved source packages: KSPlayer, FFmpegKit
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "ffmpegkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.1.3",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kingslay/FFmpegKit.git"
    }
  ],
  "manifest_display_name" : "KSPlayer",
  "name" : "KSPlayer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "KSPlayer",
      "targets" : [
        "KSPlayer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KSPlayerTests",
      "module_type" : "SwiftTarget",
      "name" : "KSPlayerTests",
      "path" : "Tests/KSPlayerTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/KSPlayerTests/Resources/test.m3u",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AudioTest.swift",
        "KSAVPlayerTest.swift",
        "KSMEPlayerTest.swift",
        "KSPlayerLayerTest.swift",
        "M3UParseTest.swift",
        "SubtitleTest.swift",
        "VideoPlayerControllerTest.swift",
        "VideoPlayerViewTest.swift"
      ],
      "target_dependencies" : [
        "KSPlayer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KSPlayer",
      "module_type" : "SwiftTarget",
      "name" : "KSPlayer",
      "path" : "Sources/KSPlayer",
      "product_dependencies" : [
        "FFmpegKit"
      ],
      "product_memberships" : [
        "KSPlayer"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/KSPlayer/Metal/Shaders.metal",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AVPlayer/KSAVPlayer.swift",
        "AVPlayer/KSOptions.swift",
        "AVPlayer/KSPictureInPictureController.swift",
        "AVPlayer/KSPlayerLayer.swift",
        "AVPlayer/KSVideoPlayer.swift",
        "AVPlayer/MediaPlayerProtocol.swift",
        "AVPlayer/PlayerDefines.swift",
        "Audio/AudioPlayerView.swift",
        "Core/AppKitExtend.swift",
        "Core/PlayerToolBar.swift",
        "Core/PlayerView.swift",
        "Core/UIKitExtend.swift",
        "Core/UXKit.swift",
        "Core/Utility.swift",
        "MEPlayer/AVFFmpegExtension.swift",
        "MEPlayer/AVFoundationExtension.swift",
        "MEPlayer/AudioEnginePlayer.swift",
        "MEPlayer/AudioGraphPlayer.swift",
        "MEPlayer/AudioRendererPlayer.swift",
        "MEPlayer/AudioUnitPlayer.swift",
        "MEPlayer/CircularBuffer.swift",
        "MEPlayer/EmbedDataSouce.swift",
        "MEPlayer/FFmpegAssetTrack.swift",
        "MEPlayer/FFmpegDecode.swift",
        "MEPlayer/Filter.swift",
        "MEPlayer/KSMEPlayer.swift",
        "MEPlayer/MEPlayerItem.swift",
        "MEPlayer/MEPlayerItemTrack.swift",
        "MEPlayer/MetalPlayView.swift",
        "MEPlayer/Model.swift",
        "MEPlayer/Resample.swift",
        "MEPlayer/SubtitleDecode.swift",
        "MEPlayer/ThumbnailController.swift",
        "MEPlayer/VideoToolboxDecode.swift",
        "Metal/DisplayModel.swift",
        "Metal/MetalRender.swift",
        "Metal/MotionSensor.swift",
        "Metal/PixelBufferProtocol.swift",
        "Metal/Transforms.swift",
        "Subtitle/AudioRecognize.swift",
        "Subtitle/KSParseProtocol.swift",
        "Subtitle/KSSubtitle.swift",
        "Subtitle/SubtitleDataSouce.swift",
        "SwiftUI/AirPlayView.swift",
        "SwiftUI/KSVideoPlayerView.swift",
        "SwiftUI/KSVideoPlayerViewBuilder.swift",
        "SwiftUI/LiveTextImage.swift",
        "SwiftUI/Slider.swift",
        "Video/BrightnessVolume.swift",
        "Video/IOSVideoPlayerView.swift",
        "Video/KSMenu.swift",
        "Video/KSPlayerItem.swift",
        "Video/MacVideoPlayerView.swift",
        "Video/PlayerFullScreenViewController.swift",
        "Video/PlayerTransitionAnimator.swift",
        "Video/SeekView.swift",
        "Video/VideoPlayerView.swift"
      ],
      "target_dependencies" : [
        "DisplayCriteria"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DisplayCriteria",
      "module_type" : "ClangTarget",
      "name" : "DisplayCriteria",
      "path" : "Sources/DisplayCriteria",
      "product_memberships" : [
        "KSPlayer"
      ],
      "sources" : [
        "DisplayCriteria.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "KSPlayer"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme KSPlayer -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme KSPlayer -destination generic/platform=watchOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install sdl2 using your system-packager:
    brew install sdl2
Resolved source packages:
  KSPlayer: /Users/admin/builder/spi-builder-workspace
  FFmpegKit: https://github.com/kingslay/FFmpegKit.git @ 6.1.3
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'KSPlayer' in project 'KSPlayer'
        ➜ Explicit dependency on target 'KSPlayer' in project 'KSPlayer'
        ➜ Explicit dependency on target 'KSPlayer_KSPlayer' in project 'KSPlayer'
        ➜ Explicit dependency on target 'DisplayCriteria' in project 'KSPlayer'
        ➜ Explicit dependency on target 'FFmpegKit' in project 'FFmpegKit'
    Target 'KSPlayer' in project 'KSPlayer'
        ➜ Explicit dependency on target 'KSPlayer_KSPlayer' in project 'KSPlayer'
        ➜ Explicit dependency on target 'DisplayCriteria' in project 'KSPlayer'
        ➜ Explicit dependency on target 'FFmpegKit' in project 'FFmpegKit'
    Target 'FFmpegKit' in project 'FFmpegKit'
        ➜ Explicit dependency on target 'FFmpegKit' in project 'FFmpegKit'
    Target 'FFmpegKit' in project 'FFmpegKit' (no dependencies)
    Target 'DisplayCriteria' in project 'KSPlayer' (no dependencies)
    Target 'KSPlayer_KSPlayer' in project 'KSPlayer' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
Build description signature: 6ee86e23f054497a2a2801dc4e739dec
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6ee86e23f054497a2a2801dc4e739dec.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/MoltenVK.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/MoltenVK.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libshaderc_combined.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libshaderc_combined.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/lcms2.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/lcms2.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libdav1d.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libdav1d.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libplacebo.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libplacebo.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libsrt.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libsrt.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfreetype.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfreetype.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfribidi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfribidi.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libharfbuzz.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libharfbuzz.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libass.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libass.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfontconfig.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfontconfig.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/gmp.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/gmp.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/nettle.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/nettle.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/hogweed.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/hogweed.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/gnutls.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/gnutls.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libsmbclient.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libsmbclient.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavcodec.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavdevice.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavfilter.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavformat.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavutil.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libswresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libswresample.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libswscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libswscale.xcframework'. (in target 'KSPlayer' from project 'KSPlayer')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/MoltenVK.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/MoltenVK.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libshaderc_combined.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libshaderc_combined.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/lcms2.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/lcms2.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libdav1d.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libdav1d.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libplacebo.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libplacebo.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libsrt.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libsrt.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfreetype.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfreetype.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfribidi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfribidi.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libharfbuzz.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libharfbuzz.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libass.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libass.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfontconfig.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfontconfig.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/gmp.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/gmp.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/nettle.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/nettle.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/hogweed.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/hogweed.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/gnutls.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/gnutls.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libsmbclient.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libsmbclient.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavcodec.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavdevice.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavfilter.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavformat.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavutil.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libswresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libswresample.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libswscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libswscale.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/MoltenVK.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/MoltenVK.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libshaderc_combined.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libshaderc_combined.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/lcms2.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/lcms2.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libdav1d.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libdav1d.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libplacebo.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libplacebo.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libsrt.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libsrt.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfreetype.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfreetype.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfribidi.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfribidi.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libharfbuzz.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libharfbuzz.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libass.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libass.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfontconfig.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libfontconfig.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/gmp.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/gmp.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/nettle.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/nettle.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/hogweed.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/hogweed.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/gnutls.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/gnutls.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libsmbclient.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/libsmbclient.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavcodec.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavcodec.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavdevice.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavdevice.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavfilter.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavfilter.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavformat.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavformat.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavutil.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libavutil.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libswresample.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libswresample.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libswscale.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/FFmpegKit/Sources/Libswscale.xcframework'. (in target 'FFmpegKit' from project 'FFmpegKit')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme KSPlayer
(1 failure)
BUILD FAILURE 6.0 watchOS