Build Information
Failed to build SwiftVLC, reference v0.7.1 (43dbe2), with Swift 6.3 for visionOS using Xcode 26.4 on 24 Apr 2026 10:26:45 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=xrOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/harflabs/SwiftVLC.git
Reference: v0.7.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/harflabs/SwiftVLC
* tag v0.7.1 -> FETCH_HEAD
HEAD is now at 43dbe24 Release v0.7.1
Cloned https://github.com/harflabs/SwiftVLC.git
Revision (git rev-parse @):
43dbe247c8ef4c5aa2d84c86686820254a9cba03
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/harflabs/SwiftVLC.git at v0.7.1
========================================
Build
========================================
Selected platform: visionOS
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/pointfreeco/swift-custom-dump
Fetching from https://github.com/swiftlang/swift-docc-plugin
Fetching from https://github.com/swiftlang/swift-docc-symbolkit
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.6 of package ‘swift-docc-plugin’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.9.0 of package ‘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 ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Resolve Package Graph
Resolved source packages:
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
SwiftVLC: /Users/admin/builder/spi-builder-workspace
SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.6
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
resolved source packages: SymbolKit, swift-custom-dump, SwiftVLC, SwiftDocCPlugin, xctest-dynamic-overlay
2026-04-24 06:25:49.033 xcodebuild[529:3076] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-24 06:25:55.002 xcodebuild[529:3076] [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: 0x917bc6940>
Method: -deleteRunContexts:completionQueue:completionBlock:
Thread: <_NSMainThread: 0x103325660>{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-24 06:25:55.003 xcodebuild[529:3076] 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.}
{
"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-24 06:26:07.921 xcodebuild[935:5533] [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=xrOS
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=xrOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.6
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/XROS.platform/Developer/SDKs/XROS26.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/XROS.platform/Developer/SDKs/XROS26.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
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: b31c0670942e63b6a5aecc01e1ab7c54
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b31c0670942e63b6a5aecc01e1ab7c54.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libvlc/libvlc.xcframework:1:1: error: While building for visionOS, 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 visionOS, 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 visionOS, 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')
2026-04-24 06:26:16.775 xcodebuild[1004:5966] [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)
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:
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.6
swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
SwiftVLC: /Users/admin/builder/spi-builder-workspace
resolved source packages: xctest-dynamic-overlay, SwiftDocCPlugin, swift-custom-dump, SymbolKit, SwiftVLC
2026-04-24 06:26:30.505 xcodebuild[1178:6984] [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-24 06:26:37.475 xcodebuild[1250:7418] [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=xrOS
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=xrOS
Resolve Package Graph
Resolved source packages:
swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
SwiftVLC: /Users/admin/builder/spi-builder-workspace
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.6
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/XROS.platform/Developer/SDKs/XROS26.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/XROS.platform/Developer/SDKs/XROS26.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
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: b31c0670942e63b6a5aecc01e1ab7c54
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b31c0670942e63b6a5aecc01e1ab7c54.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/libvlc/libvlc.xcframework:1:1: error: While building for visionOS, 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 visionOS, 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 visionOS, 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-24 06:26:44.455 xcodebuild[1315:7818] [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 visionOS