The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftVLC, reference main (083e1c), with Swift 6.3 for watchOS using Xcode 26.4 on 29 Apr 2026 18:26:58 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/harflabs/SwiftVLC.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/harflabs/SwiftVLC
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 083e1cd Document playlist URL handling (#17)
Cloned https://github.com/harflabs/SwiftVLC.git
Revision (git rev-parse @):
083e1cd46c7ff038e13e96180bb269df585e92a4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/harflabs/SwiftVLC.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/harflabs/SwiftVLC.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/swiftlang/swift-docc-plugin
Fetching from https://github.com/pointfreeco/swift-custom-dump
Fetching from https://github.com/swiftlang/swift-docc-symbolkit
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay
Creating working copy of package ‘swift-custom-dump’
Checking out 1.5.0 of package ‘swift-custom-dump’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.9.0 of package ‘xctest-dynamic-overlay’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.5.0 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Resolve Package Graph
Resolved source packages:
  SwiftVLC: /Users/admin/builder/spi-builder-workspace
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.5.0
resolved source packages: SwiftVLC, swift-custom-dump, SymbolKit, xctest-dynamic-overlay, SwiftDocCPlugin
2026-04-29 14:26:02.183 xcodebuild[536:3134] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    }
  ],
  "manifest_display_name" : "SwiftVLC",
  "name" : "SwiftVLC",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "18.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftVLC",
      "targets" : [
        "SwiftVLC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "libvlc",
      "module_type" : "BinaryTarget",
      "name" : "libvlc",
      "path" : "remote/archive/libvlc.xcframework.zip",
      "product_memberships" : [
        "SwiftVLC"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "SwiftVLCTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftVLCTests",
      "path" : "Tests/SwiftVLCTests",
      "product_dependencies" : [
        "CustomDump"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftVLCTests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Audio/AudioChannelModeTests.swift",
        "Audio/AudioOutputTests.swift",
        "Audio/EqualizerBandsTests.swift",
        "Audio/EqualizerExtendedTests.swift",
        "Audio/EqualizerTests.swift",
        "AudioOutputRaceTests.swift",
        "Core/DialogHandlerExtendedTests.swift",
        "Core/DialogHandlerTests.swift",
        "Core/DialogIDTests.swift",
        "Core/DurationExtendedTests.swift",
        "Core/DurationExtensionsTests.swift",
        "Core/LogNoiseFilterIntegrationTests.swift",
        "Core/LogNoiseFilterTests.swift",
        "Core/LoggingExtendedTests.swift",
        "Core/LoggingTests.swift",
        "Core/VLCErrorTests.swift",
        "Core/VLCInstanceTests.swift",
        "Discovery/DiscoveryExtendedTests.swift",
        "Discovery/MediaDiscovererFinalTests.swift",
        "Discovery/MediaDiscovererTests.swift",
        "Discovery/RendererDiscovererExtendedTests.swift",
        "Discovery/RendererDiscovererFinalTests.swift",
        "Discovery/RendererDiscovererTests.swift",
        "LifecycleStressTests.swift",
        "Media/MediaErrorPathsTests.swift",
        "Media/MediaExtendedTests.swift",
        "Media/MediaStatisticsTests.swift",
        "Media/MediaTests.swift",
        "Media/MediaTypeTests.swift",
        "Media/MetadataExtendedTests.swift",
        "Media/MetadataFinalTests.swift",
        "Media/MetadataTests.swift",
        "Media/ThumbnailCancellationTests.swift",
        "Media/ThumbnailRequestTests.swift",
        "Media/TrackExtendedTests.swift",
        "Media/TrackFinalTests.swift",
        "Media/TrackSubtitleTests.swift",
        "Media/TrackTests.swift",
        "MemoryAndRetainTests.swift",
        "MemoryPressureTests.swift",
        "PiP/PiPControllerInteractionTests.swift",
        "PiP/PiPControllerTests.swift",
        "PiP/PiPVideoViewTests.swift",
        "PiP/PixelBufferRendererCallbackTests.swift",
        "PiP/PixelBufferRendererTests.swift",
        "Player/ABLoopTests.swift",
        "Player/ChapterTitleTests.swift",
        "Player/EventBridgeConcurrencyTests.swift",
        "Player/EventBridgeDeepTests.swift",
        "Player/EventBridgeFinalTests.swift",
        "Player/EventBridgeStressTests.swift",
        "Player/EventBridgeTests.swift",
        "Player/MapEventTests.swift",
        "Player/NavigationActionTests.swift",
        "Player/ObservationTests.swift",
        "Player/PlayerBranchCoverageTests.swift",
        "Player/PlayerControlTests.swift",
        "Player/PlayerDeepCoverageTests.swift",
        "Player/PlayerEventDescriptionTests.swift",
        "Player/PlayerEventHandlerTests.swift",
        "Player/PlayerEventTests.swift",
        "Player/PlayerExtendedTests.swift",
        "Player/PlayerFinalCoverageTests.swift",
        "Player/PlayerRoleTests.swift",
        "Player/PlayerStateTests.swift",
        "Player/PlayerTests.swift",
        "Player/PlayerThrowsTests.swift",
        "Player/PlayerWithMediaBranchTests.swift",
        "Player/ProgramTests.swift",
        "PlayerCleanupRaceTests.swift",
        "Playlist/MediaListDeepTests.swift",
        "Playlist/MediaListExtendedTests.swift",
        "Playlist/MediaListFinalTests.swift",
        "Playlist/MediaListPlayerExtendedTests.swift",
        "Playlist/MediaListPlayerRebuildTests.swift",
        "Playlist/MediaListPlayerTests.swift",
        "Playlist/MediaListTests.swift",
        "Playlist/PlaybackModeTests.swift",
        "Support/AwaitEvent.swift",
        "Support/BaseSuites.swift",
        "Support/MemorySampler.swift",
        "Support/Poll.swift",
        "Support/Tags.swift",
        "Support/TestInstance.swift",
        "Support/TestMedia.swift",
        "Video/AspectRatioTests.swift",
        "Video/LogoTests.swift",
        "Video/MarqueeTests.swift",
        "Video/VideoAdjustmentsTests.swift",
        "Video/VideoOverlayBatchTests.swift",
        "Video/VideoOverlayShowHideTests.swift",
        "Video/VideoSurfaceTests.swift",
        "Video/VideoViewFinalTests.swift",
        "Video/VideoViewRepresentableTests.swift",
        "Video/VideoViewTests.swift",
        "Video/ViewpointTests.swift",
        "VideoSurfaceRaceTests.swift"
      ],
      "target_dependencies" : [
        "SwiftVLC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftVLC",
      "module_type" : "SwiftTarget",
      "name" : "SwiftVLC",
      "path" : "Sources/SwiftVLC",
      "product_memberships" : [
        "SwiftVLC"
      ],
      "sources" : [
        "Audio/AudioChannelMode.swift",
        "Audio/AudioOutput.swift",
        "Audio/Equalizer.swift",
        "Core/DialogHandler.swift",
        "Core/Duration+Extensions.swift",
        "Core/LogNoiseFilter.swift",
        "Core/Logging.swift",
        "Core/VLCError.swift",
        "Core/VLCInstance.swift",
        "Discovery/MediaDiscoverer.swift",
        "Discovery/RendererDiscoverer.swift",
        "Media/Media.swift",
        "Media/MediaStatistics.swift",
        "Media/Metadata.swift",
        "Media/ThumbnailRequest.swift",
        "Media/Track.swift",
        "PiP/PiPController.swift",
        "PiP/PiPVideoView.swift",
        "PiP/PixelBufferRenderer.swift",
        "Player/ABLoop.swift",
        "Player/ChapterTitle.swift",
        "Player/EventBridge.swift",
        "Player/NavigationAction.swift",
        "Player/Player.swift",
        "Player/PlayerEvent.swift",
        "Player/PlayerRole.swift",
        "Player/PlayerState.swift",
        "Player/Program.swift",
        "Playlist/MediaList.swift",
        "Playlist/MediaListPlayer.swift",
        "Playlist/PlaybackMode.swift",
        "Video/AspectRatio.swift",
        "Video/Logo.swift",
        "Video/Marquee.swift",
        "Video/VideoAdjustments.swift",
        "Video/VideoView.swift",
        "Video/Viewpoint.swift"
      ],
      "target_dependencies" : [
        "CLibVLC"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLibVLC",
      "module_type" : "ClangTarget",
      "name" : "CLibVLC",
      "path" : "Sources/CLibVLC",
      "product_memberships" : [
        "SwiftVLC"
      ],
      "sources" : [
        "shim.c"
      ],
      "target_dependencies" : [
        "libvlc"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwiftVLC"
    ]
  }
}
2026-04-29 14:26:21.213 xcodebuild[962:5810] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftVLC -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.4.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 SwiftVLC -destination generic/platform=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  SwiftVLC: /Users/admin/builder/spi-builder-workspace
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.5.0
2026-04-29 14:26:31.216 xcodebuild[1033:6257] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-29 14:26:36.965 xcodebuild[1033:6257] [MT] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Execution/RunContextManager/IDERunContextManager.m:926
Details:  Error deleting scheme: Cannot modify data because the process disallows saving.
Object:   <IDERunContextManager: 0xae777f480>
Method:   -deleteRunContexts:completionQueue:completionBlock:
Thread:   <_NSMainThread: 0x10122d5a0>{number = 1, name = main}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-29 14:26:36.966 xcodebuild[1033:6257] could not delete old scheme: Error Domain=DVTCustomDataStoringErrors Code=0 "Cannot modify data because the process disallows saving." UserInfo={NSLocalizedDescription=Cannot modify data because the process disallows saving.}
2026-04-29 14:26:36.968 xcodebuild[1033:6257] Writing error result bundle to /var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/T/ResultBundle_2026-29-04_14-26-0036.xcresult
xcodebuild: error: The workspace named "spi-builder-workspace" does not contain a scheme named "SwiftVLC". The "-list" option can be used to find the names of the schemes in the workspace.
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
  SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.5.0
  SwiftVLC: /Users/admin/builder/spi-builder-workspace
resolved source packages: SymbolKit, xctest-dynamic-overlay, swift-custom-dump, SwiftDocCPlugin, SwiftVLC
2026-04-29 14:26:43.621 xcodebuild[1202:7264] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    }
  ],
  "manifest_display_name" : "SwiftVLC",
  "name" : "SwiftVLC",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "18.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftVLC",
      "targets" : [
        "SwiftVLC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "libvlc",
      "module_type" : "BinaryTarget",
      "name" : "libvlc",
      "path" : "remote/archive/libvlc.xcframework.zip",
      "product_memberships" : [
        "SwiftVLC"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "SwiftVLCTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftVLCTests",
      "path" : "Tests/SwiftVLCTests",
      "product_dependencies" : [
        "CustomDump"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftVLCTests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Audio/AudioChannelModeTests.swift",
        "Audio/AudioOutputTests.swift",
        "Audio/EqualizerBandsTests.swift",
        "Audio/EqualizerExtendedTests.swift",
        "Audio/EqualizerTests.swift",
        "AudioOutputRaceTests.swift",
        "Core/DialogHandlerExtendedTests.swift",
        "Core/DialogHandlerTests.swift",
        "Core/DialogIDTests.swift",
        "Core/DurationExtendedTests.swift",
        "Core/DurationExtensionsTests.swift",
        "Core/LogNoiseFilterIntegrationTests.swift",
        "Core/LogNoiseFilterTests.swift",
        "Core/LoggingExtendedTests.swift",
        "Core/LoggingTests.swift",
        "Core/VLCErrorTests.swift",
        "Core/VLCInstanceTests.swift",
        "Discovery/DiscoveryExtendedTests.swift",
        "Discovery/MediaDiscovererFinalTests.swift",
        "Discovery/MediaDiscovererTests.swift",
        "Discovery/RendererDiscovererExtendedTests.swift",
        "Discovery/RendererDiscovererFinalTests.swift",
        "Discovery/RendererDiscovererTests.swift",
        "LifecycleStressTests.swift",
        "Media/MediaErrorPathsTests.swift",
        "Media/MediaExtendedTests.swift",
        "Media/MediaStatisticsTests.swift",
        "Media/MediaTests.swift",
        "Media/MediaTypeTests.swift",
        "Media/MetadataExtendedTests.swift",
        "Media/MetadataFinalTests.swift",
        "Media/MetadataTests.swift",
        "Media/ThumbnailCancellationTests.swift",
        "Media/ThumbnailRequestTests.swift",
        "Media/TrackExtendedTests.swift",
        "Media/TrackFinalTests.swift",
        "Media/TrackSubtitleTests.swift",
        "Media/TrackTests.swift",
        "MemoryAndRetainTests.swift",
        "MemoryPressureTests.swift",
        "PiP/PiPControllerInteractionTests.swift",
        "PiP/PiPControllerTests.swift",
        "PiP/PiPVideoViewTests.swift",
        "PiP/PixelBufferRendererCallbackTests.swift",
        "PiP/PixelBufferRendererTests.swift",
        "Player/ABLoopTests.swift",
        "Player/ChapterTitleTests.swift",
        "Player/EventBridgeConcurrencyTests.swift",
        "Player/EventBridgeDeepTests.swift",
        "Player/EventBridgeFinalTests.swift",
        "Player/EventBridgeStressTests.swift",
        "Player/EventBridgeTests.swift",
        "Player/MapEventTests.swift",
        "Player/NavigationActionTests.swift",
        "Player/ObservationTests.swift",
        "Player/PlayerBranchCoverageTests.swift",
        "Player/PlayerControlTests.swift",
        "Player/PlayerDeepCoverageTests.swift",
        "Player/PlayerEventDescriptionTests.swift",
        "Player/PlayerEventHandlerTests.swift",
        "Player/PlayerEventTests.swift",
        "Player/PlayerExtendedTests.swift",
        "Player/PlayerFinalCoverageTests.swift",
        "Player/PlayerRoleTests.swift",
        "Player/PlayerStateTests.swift",
        "Player/PlayerTests.swift",
        "Player/PlayerThrowsTests.swift",
        "Player/PlayerWithMediaBranchTests.swift",
        "Player/ProgramTests.swift",
        "PlayerCleanupRaceTests.swift",
        "Playlist/MediaListDeepTests.swift",
        "Playlist/MediaListExtendedTests.swift",
        "Playlist/MediaListFinalTests.swift",
        "Playlist/MediaListPlayerExtendedTests.swift",
        "Playlist/MediaListPlayerRebuildTests.swift",
        "Playlist/MediaListPlayerTests.swift",
        "Playlist/MediaListTests.swift",
        "Playlist/PlaybackModeTests.swift",
        "Support/AwaitEvent.swift",
        "Support/BaseSuites.swift",
        "Support/MemorySampler.swift",
        "Support/Poll.swift",
        "Support/Tags.swift",
        "Support/TestInstance.swift",
        "Support/TestMedia.swift",
        "Video/AspectRatioTests.swift",
        "Video/LogoTests.swift",
        "Video/MarqueeTests.swift",
        "Video/VideoAdjustmentsTests.swift",
        "Video/VideoOverlayBatchTests.swift",
        "Video/VideoOverlayShowHideTests.swift",
        "Video/VideoSurfaceTests.swift",
        "Video/VideoViewFinalTests.swift",
        "Video/VideoViewRepresentableTests.swift",
        "Video/VideoViewTests.swift",
        "Video/ViewpointTests.swift",
        "VideoSurfaceRaceTests.swift"
      ],
      "target_dependencies" : [
        "SwiftVLC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftVLC",
      "module_type" : "SwiftTarget",
      "name" : "SwiftVLC",
      "path" : "Sources/SwiftVLC",
      "product_memberships" : [
        "SwiftVLC"
      ],
      "sources" : [
        "Audio/AudioChannelMode.swift",
        "Audio/AudioOutput.swift",
        "Audio/Equalizer.swift",
        "Core/DialogHandler.swift",
        "Core/Duration+Extensions.swift",
        "Core/LogNoiseFilter.swift",
        "Core/Logging.swift",
        "Core/VLCError.swift",
        "Core/VLCInstance.swift",
        "Discovery/MediaDiscoverer.swift",
        "Discovery/RendererDiscoverer.swift",
        "Media/Media.swift",
        "Media/MediaStatistics.swift",
        "Media/Metadata.swift",
        "Media/ThumbnailRequest.swift",
        "Media/Track.swift",
        "PiP/PiPController.swift",
        "PiP/PiPVideoView.swift",
        "PiP/PixelBufferRenderer.swift",
        "Player/ABLoop.swift",
        "Player/ChapterTitle.swift",
        "Player/EventBridge.swift",
        "Player/NavigationAction.swift",
        "Player/Player.swift",
        "Player/PlayerEvent.swift",
        "Player/PlayerRole.swift",
        "Player/PlayerState.swift",
        "Player/Program.swift",
        "Playlist/MediaList.swift",
        "Playlist/MediaListPlayer.swift",
        "Playlist/PlaybackMode.swift",
        "Video/AspectRatio.swift",
        "Video/Logo.swift",
        "Video/Marquee.swift",
        "Video/VideoAdjustments.swift",
        "Video/VideoView.swift",
        "Video/Viewpoint.swift"
      ],
      "target_dependencies" : [
        "CLibVLC"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLibVLC",
      "module_type" : "ClangTarget",
      "name" : "CLibVLC",
      "path" : "Sources/CLibVLC",
      "product_memberships" : [
        "SwiftVLC"
      ],
      "sources" : [
        "shim.c"
      ],
      "target_dependencies" : [
        "libvlc"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwiftVLC"
    ]
  }
}
2026-04-29 14:26:50.434 xcodebuild[1274:7712] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftVLC -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.4.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 SwiftVLC -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.5.0
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  SwiftVLC: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'SwiftVLC' in project 'SwiftVLC'
        ➜ Explicit dependency on target 'SwiftVLC' in project 'SwiftVLC'
        ➜ Explicit dependency on target 'CLibVLC' in project 'SwiftVLC'
    Target 'SwiftVLC' in project 'SwiftVLC'
        ➜ Explicit dependency on target 'CLibVLC' in project 'SwiftVLC'
    Target 'CLibVLC' in project 'SwiftVLC' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 97b93247dd752ead665b210c25e89cf2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/97b93247dd752ead665b210c25e89cf2.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libvlc/libvlc.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libvlc/libvlc.xcframework'. (in target 'SwiftVLC' from project 'SwiftVLC')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libvlc/libvlc.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libvlc/libvlc.xcframework'. (in target 'CLibVLC' from project 'SwiftVLC')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libvlc/libvlc.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libvlc/libvlc.xcframework'. (in target 'SwiftVLC' from project 'SwiftVLC')
2026-04-29 14:26:57.063 xcodebuild[1340:8112] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme SwiftVLC
(1 failure)
BUILD FAILURE 6.3 watchOS