Build Information
Failed to build LiveKitComponents, reference 0.1.7 (9f28db), with Swift 6.3 for watchOS using Xcode 26.4 on 15 Apr 2026 12:19:28 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LiveKitComponents -destination generic/platform=watchOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/livekit/components-swift.git
Reference: 0.1.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/livekit/components-swift
* tag 0.1.7 -> FETCH_HEAD
HEAD is now at 9f28db3 0.1.7 (#35)
Cloned https://github.com/livekit/components-swift.git
Revision (git rev-parse @):
9f28db3ae5d2b51f3033ea725c952ddacb5657d0
SUCCESS checkout https://github.com/livekit/components-swift.git at 0.1.7
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.3
Building package at path: $PWD
https://github.com/livekit/components-swift.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/livekit/client-sdk-swift.git
Fetching from https://github.com/apple/swift-docc-plugin.git
Fetching from https://github.com/apple/swift-protobuf.git
Fetching from https://github.com/livekit/livekit-uniffi-xcframework.git
Fetching from https://github.com/livekit/webrtc-xcframework.git
Fetching from https://github.com/swiftlang/swift-docc-symbolkit
Creating working copy of package ‘swift-protobuf’
Checking out 1.36.1 of package ‘swift-protobuf’
Creating working copy of package ‘webrtc-xcframework’
Checking out 144.7559.3 of package ‘webrtc-xcframework’
Creating working copy of package ‘livekit-uniffi-xcframework’
Checking out 0.0.5 of package ‘livekit-uniffi-xcframework’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.6 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘client-sdk-swift’
Checking out 2.13.0 of package ‘client-sdk-swift’
Resolve Package Graph
Resolved source packages:
LiveKitComponents: /Users/admin/builder/spi-builder-workspace
SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.36.1
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
LiveKitUniFFI: https://github.com/livekit/livekit-uniffi-xcframework.git @ 0.0.5
LiveKitWebRTC: https://github.com/livekit/webrtc-xcframework.git @ 144.7559.3
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin.git @ 1.4.6
LiveKit: https://github.com/livekit/client-sdk-swift.git @ 2.13.0
resolved source packages: LiveKitComponents, SwiftProtobuf, SymbolKit, LiveKitUniFFI, LiveKitWebRTC, SwiftDocCPlugin, LiveKit
2026-04-15 08:18:23.964 xcodebuild[529:3061] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "client-sdk-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "2.13.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/livekit/client-sdk-swift.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
}
],
"manifest_display_name" : "LiveKitComponents",
"name" : "LiveKitComponents",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
},
{
"name" : "visionos",
"version" : "26.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "LiveKitComponents",
"targets" : [
"LiveKitComponents"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "LiveKitComponentsTests",
"module_type" : "SwiftTarget",
"name" : "LiveKitComponentsTests",
"path" : "Tests/LiveKitComponentsTests",
"sources" : [
"LiveKitComponentsTests.swift"
],
"target_dependencies" : [
"LiveKitComponents"
],
"type" : "test"
},
{
"c99name" : "LiveKitComponents",
"module_type" : "SwiftTarget",
"name" : "LiveKitComponents",
"path" : "Sources",
"product_dependencies" : [
"LiveKit"
],
"product_memberships" : [
"LiveKitComponents"
],
"sources" : [
"LiveKitComponents/Audio/AudioProcessor.swift",
"LiveKitComponents/Components.swift",
"LiveKitComponents/ForEach/ForEachParticipant.swift",
"LiveKitComponents/ForEach/ForEachTrack.swift",
"LiveKitComponents/Scopes/ComponentsScope.swift",
"LiveKitComponents/Scopes/RoomScope.swift",
"LiveKitComponents/Support/Extensions/GeometryProxy.swift",
"LiveKitComponents/Support/HorVStack.swift",
"LiveKitComponents/Support/LazyHorVGrid.swift",
"LiveKitComponents/Types/TrackReference.swift",
"LiveKitComponents/Types/UIOptions.swift",
"LiveKitComponents/UI/Buttons/AsyncButton.swift",
"LiveKitComponents/UI/Buttons/CameraToggleButton.swift",
"LiveKitComponents/UI/Buttons/DisconnectRoomButton.swift",
"LiveKitComponents/UI/Buttons/MicrophoneToggleButton.swift",
"LiveKitComponents/UI/Chat/ChatScrollView.swift",
"LiveKitComponents/UI/LocalCameraPreview.swift",
"LiveKitComponents/UI/Participant/ConnectionQualityIndicatorView.swift",
"LiveKitComponents/UI/Participant/ParticipantInformationView.swift",
"LiveKitComponents/UI/Participant/ParticipantView.swift",
"LiveKitComponents/UI/Room/ControlsView.swift",
"LiveKitComponents/UI/Room/LocalCameraVideoView.swift",
"LiveKitComponents/UI/TrackPublication/VideoTrackView.swift",
"LiveKitComponents/UI/Visualizer/BarAudioVisualizer.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"LiveKitComponents"
]
}
}
2026-04-15 08:18:44.771 xcodebuild[1114:6129] [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 LiveKitComponents -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 LiveKitComponents -destination generic/platform=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
LiveKitComponents: /Users/admin/builder/spi-builder-workspace
LiveKitUniFFI: https://github.com/livekit/livekit-uniffi-xcframework.git @ 0.0.5
LiveKit: https://github.com/livekit/client-sdk-swift.git @ 2.13.0
SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.36.1
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
LiveKitWebRTC: https://github.com/livekit/webrtc-xcframework.git @ 144.7559.3
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin.git @ 1.4.6
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (12 targets)
Target 'LiveKitComponents' in project 'LiveKitComponents'
➜ Explicit dependency on target 'LiveKitComponents' in project 'LiveKitComponents'
➜ Explicit dependency on target 'LiveKit' in project 'LiveKit'
Target 'LiveKitComponents' in project 'LiveKitComponents'
➜ Explicit dependency on target 'LiveKit' in project 'LiveKit'
Target 'LiveKit' in project 'LiveKit'
➜ Explicit dependency on target 'LiveKit' in project 'LiveKit'
➜ Explicit dependency on target 'LiveKit_LiveKit' in project 'LiveKit'
➜ Explicit dependency on target 'LKObjCHelpers' in project 'LiveKit'
➜ Explicit dependency on target 'LiveKitWebRTC' in project 'LiveKitWebRTC'
➜ Explicit dependency on target 'LiveKitUniFFI' in project 'LiveKitUniFFI'
➜ Explicit dependency on target 'SwiftProtobuf' in project 'SwiftProtobuf'
Target 'LiveKit' in project 'LiveKit'
➜ Explicit dependency on target 'LiveKit_LiveKit' in project 'LiveKit'
➜ Explicit dependency on target 'LKObjCHelpers' in project 'LiveKit'
➜ Explicit dependency on target 'LiveKitWebRTC' in project 'LiveKitWebRTC'
➜ Explicit dependency on target 'LiveKitUniFFI' in project 'LiveKitUniFFI'
➜ Explicit dependency on target 'SwiftProtobuf' in project 'SwiftProtobuf'
Target 'SwiftProtobuf' in project 'SwiftProtobuf'
➜ Explicit dependency on target 'SwiftProtobuf' in project 'SwiftProtobuf'
➜ Explicit dependency on target 'SwiftProtobuf_SwiftProtobuf' in project 'SwiftProtobuf'
Target 'SwiftProtobuf' in project 'SwiftProtobuf'
➜ Explicit dependency on target 'SwiftProtobuf_SwiftProtobuf' in project 'SwiftProtobuf'
Target 'SwiftProtobuf_SwiftProtobuf' in project 'SwiftProtobuf' (no dependencies)
Target 'LiveKitUniFFI' in project 'LiveKitUniFFI'
➜ Explicit dependency on target 'LiveKitUniFFI' in project 'LiveKitUniFFI'
Target 'LiveKitUniFFI' in project 'LiveKitUniFFI' (no dependencies)
Target 'LiveKitWebRTC' in project 'LiveKitWebRTC' (no dependencies)
Target 'LKObjCHelpers' in project 'LiveKit' (no dependencies)
Target 'LiveKit_LiveKit' in project 'LiveKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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 objective-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/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/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -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_32 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x objective-c -c /dev/null
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
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
Build description signature: 857f96f73010db43eb805df72885de7c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/857f96f73010db43eb805df72885de7c.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc-xcframework/LiveKitWebRTC/LiveKitWebRTC.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc-xcframework/LiveKitWebRTC/LiveKitWebRTC.xcframework'. (in target 'LiveKitWebRTC' from project 'LiveKitWebRTC')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc-xcframework/LiveKitWebRTC/LiveKitWebRTC.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc-xcframework/LiveKitWebRTC/LiveKitWebRTC.xcframework'. (in target 'LiveKit' from project 'LiveKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc-xcframework/LiveKitWebRTC/LiveKitWebRTC.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc-xcframework/LiveKitWebRTC/LiveKitWebRTC.xcframework'. (in target 'LiveKit' from project 'LiveKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/livekit-uniffi-xcframework/RustLiveKitUniFFI/RustLiveKitUniFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/livekit-uniffi-xcframework/RustLiveKitUniFFI/RustLiveKitUniFFI.xcframework'. (in target 'LiveKit' from project 'LiveKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/livekit-uniffi-xcframework/RustLiveKitUniFFI/RustLiveKitUniFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/livekit-uniffi-xcframework/RustLiveKitUniFFI/RustLiveKitUniFFI.xcframework'. (in target 'LiveKitUniFFI' from project 'LiveKitUniFFI')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/livekit-uniffi-xcframework/RustLiveKitUniFFI/RustLiveKitUniFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/livekit-uniffi-xcframework/RustLiveKitUniFFI/RustLiveKitUniFFI.xcframework'. (in target 'LiveKitUniFFI' from project 'LiveKitUniFFI')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc-xcframework/LiveKitWebRTC/LiveKitWebRTC.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc-xcframework/LiveKitWebRTC/LiveKitWebRTC.xcframework'. (in target 'LiveKit' from project 'LiveKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc-xcframework/LiveKitWebRTC/LiveKitWebRTC.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc-xcframework/LiveKitWebRTC/LiveKitWebRTC.xcframework'. (in target 'LiveKitComponents' from project 'LiveKitComponents')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc-xcframework/LiveKitWebRTC/LiveKitWebRTC.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc-xcframework/LiveKitWebRTC/LiveKitWebRTC.xcframework'. (in target 'LiveKitComponents' from project 'LiveKitComponents')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/livekit-uniffi-xcframework/RustLiveKitUniFFI/RustLiveKitUniFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/livekit-uniffi-xcframework/RustLiveKitUniFFI/RustLiveKitUniFFI.xcframework'. (in target 'LiveKitComponents' from project 'LiveKitComponents')
2026-04-15 08:18:56.124 xcodebuild[1190:6569] [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 LiveKitComponents
(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:
LiveKit: https://github.com/livekit/client-sdk-swift.git @ 2.13.0
SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.36.1
LiveKitComponents: /Users/admin/builder/spi-builder-workspace
LiveKitWebRTC: https://github.com/livekit/webrtc-xcframework.git @ 144.7559.3
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin.git @ 1.4.6
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
LiveKitUniFFI: https://github.com/livekit/livekit-uniffi-xcframework.git @ 0.0.5
resolved source packages: LiveKit, SwiftProtobuf, LiveKitComponents, LiveKitWebRTC, SwiftDocCPlugin, SymbolKit, LiveKitUniFFI
2026-04-15 08:19:11.781 xcodebuild[1407:7735] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "client-sdk-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "2.13.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/livekit/client-sdk-swift.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
}
],
"manifest_display_name" : "LiveKitComponents",
"name" : "LiveKitComponents",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
},
{
"name" : "visionos",
"version" : "26.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "LiveKitComponents",
"targets" : [
"LiveKitComponents"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "LiveKitComponentsTests",
"module_type" : "SwiftTarget",
"name" : "LiveKitComponentsTests",
"path" : "Tests/LiveKitComponentsTests",
"sources" : [
"LiveKitComponentsTests.swift"
],
"target_dependencies" : [
"LiveKitComponents"
],
"type" : "test"
},
{
"c99name" : "LiveKitComponents",
"module_type" : "SwiftTarget",
"name" : "LiveKitComponents",
"path" : "Sources",
"product_dependencies" : [
"LiveKit"
],
"product_memberships" : [
"LiveKitComponents"
],
"sources" : [
"LiveKitComponents/Audio/AudioProcessor.swift",
"LiveKitComponents/Components.swift",
"LiveKitComponents/ForEach/ForEachParticipant.swift",
"LiveKitComponents/ForEach/ForEachTrack.swift",
"LiveKitComponents/Scopes/ComponentsScope.swift",
"LiveKitComponents/Scopes/RoomScope.swift",
"LiveKitComponents/Support/Extensions/GeometryProxy.swift",
"LiveKitComponents/Support/HorVStack.swift",
"LiveKitComponents/Support/LazyHorVGrid.swift",
"LiveKitComponents/Types/TrackReference.swift",
"LiveKitComponents/Types/UIOptions.swift",
"LiveKitComponents/UI/Buttons/AsyncButton.swift",
"LiveKitComponents/UI/Buttons/CameraToggleButton.swift",
"LiveKitComponents/UI/Buttons/DisconnectRoomButton.swift",
"LiveKitComponents/UI/Buttons/MicrophoneToggleButton.swift",
"LiveKitComponents/UI/Chat/ChatScrollView.swift",
"LiveKitComponents/UI/LocalCameraPreview.swift",
"LiveKitComponents/UI/Participant/ConnectionQualityIndicatorView.swift",
"LiveKitComponents/UI/Participant/ParticipantInformationView.swift",
"LiveKitComponents/UI/Participant/ParticipantView.swift",
"LiveKitComponents/UI/Room/ControlsView.swift",
"LiveKitComponents/UI/Room/LocalCameraVideoView.swift",
"LiveKitComponents/UI/TrackPublication/VideoTrackView.swift",
"LiveKitComponents/UI/Visualizer/BarAudioVisualizer.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"LiveKitComponents"
]
}
}
2026-04-15 08:19:19.512 xcodebuild[1486:8197] [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 LiveKitComponents -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 LiveKitComponents -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
LiveKitUniFFI: https://github.com/livekit/livekit-uniffi-xcframework.git @ 0.0.5
LiveKit: https://github.com/livekit/client-sdk-swift.git @ 2.13.0
SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.36.1
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin.git @ 1.4.6
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
LiveKitComponents: /Users/admin/builder/spi-builder-workspace
LiveKitWebRTC: https://github.com/livekit/webrtc-xcframework.git @ 144.7559.3
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (12 targets)
Target 'LiveKitComponents' in project 'LiveKitComponents'
➜ Explicit dependency on target 'LiveKitComponents' in project 'LiveKitComponents'
➜ Explicit dependency on target 'LiveKit' in project 'LiveKit'
Target 'LiveKitComponents' in project 'LiveKitComponents'
➜ Explicit dependency on target 'LiveKit' in project 'LiveKit'
Target 'LiveKit' in project 'LiveKit'
➜ Explicit dependency on target 'LiveKit' in project 'LiveKit'
➜ Explicit dependency on target 'LiveKit_LiveKit' in project 'LiveKit'
➜ Explicit dependency on target 'LKObjCHelpers' in project 'LiveKit'
➜ Explicit dependency on target 'LiveKitWebRTC' in project 'LiveKitWebRTC'
➜ Explicit dependency on target 'LiveKitUniFFI' in project 'LiveKitUniFFI'
➜ Explicit dependency on target 'SwiftProtobuf' in project 'SwiftProtobuf'
Target 'LiveKit' in project 'LiveKit'
➜ Explicit dependency on target 'LiveKit_LiveKit' in project 'LiveKit'
➜ Explicit dependency on target 'LKObjCHelpers' in project 'LiveKit'
➜ Explicit dependency on target 'LiveKitWebRTC' in project 'LiveKitWebRTC'
➜ Explicit dependency on target 'LiveKitUniFFI' in project 'LiveKitUniFFI'
➜ Explicit dependency on target 'SwiftProtobuf' in project 'SwiftProtobuf'
Target 'SwiftProtobuf' in project 'SwiftProtobuf'
➜ Explicit dependency on target 'SwiftProtobuf' in project 'SwiftProtobuf'
➜ Explicit dependency on target 'SwiftProtobuf_SwiftProtobuf' in project 'SwiftProtobuf'
Target 'SwiftProtobuf' in project 'SwiftProtobuf'
➜ Explicit dependency on target 'SwiftProtobuf_SwiftProtobuf' in project 'SwiftProtobuf'
Target 'SwiftProtobuf_SwiftProtobuf' in project 'SwiftProtobuf' (no dependencies)
Target 'LiveKitUniFFI' in project 'LiveKitUniFFI'
➜ Explicit dependency on target 'LiveKitUniFFI' in project 'LiveKitUniFFI'
Target 'LiveKitUniFFI' in project 'LiveKitUniFFI' (no dependencies)
Target 'LiveKitWebRTC' in project 'LiveKitWebRTC' (no dependencies)
Target 'LKObjCHelpers' in project 'LiveKit' (no dependencies)
Target 'LiveKit_LiveKit' in project 'LiveKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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 objective-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/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/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -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_32 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x objective-c -c /dev/null
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
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
Build description signature: 857f96f73010db43eb805df72885de7c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/857f96f73010db43eb805df72885de7c.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc-xcframework/LiveKitWebRTC/LiveKitWebRTC.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc-xcframework/LiveKitWebRTC/LiveKitWebRTC.xcframework'. (in target 'LiveKit' from project 'LiveKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/livekit-uniffi-xcframework/RustLiveKitUniFFI/RustLiveKitUniFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/livekit-uniffi-xcframework/RustLiveKitUniFFI/RustLiveKitUniFFI.xcframework'. (in target 'LiveKitUniFFI' from project 'LiveKitUniFFI')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/livekit-uniffi-xcframework/RustLiveKitUniFFI/RustLiveKitUniFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/livekit-uniffi-xcframework/RustLiveKitUniFFI/RustLiveKitUniFFI.xcframework'. (in target 'LiveKitUniFFI' from project 'LiveKitUniFFI')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc-xcframework/LiveKitWebRTC/LiveKitWebRTC.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc-xcframework/LiveKitWebRTC/LiveKitWebRTC.xcframework'. (in target 'LiveKit' from project 'LiveKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc-xcframework/LiveKitWebRTC/LiveKitWebRTC.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc-xcframework/LiveKitWebRTC/LiveKitWebRTC.xcframework'. (in target 'LiveKit' from project 'LiveKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/livekit-uniffi-xcframework/RustLiveKitUniFFI/RustLiveKitUniFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/livekit-uniffi-xcframework/RustLiveKitUniFFI/RustLiveKitUniFFI.xcframework'. (in target 'LiveKit' from project 'LiveKit')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc-xcframework/LiveKitWebRTC/LiveKitWebRTC.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc-xcframework/LiveKitWebRTC/LiveKitWebRTC.xcframework'. (in target 'LiveKitWebRTC' from project 'LiveKitWebRTC')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc-xcframework/LiveKitWebRTC/LiveKitWebRTC.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc-xcframework/LiveKitWebRTC/LiveKitWebRTC.xcframework'. (in target 'LiveKitComponents' from project 'LiveKitComponents')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc-xcframework/LiveKitWebRTC/LiveKitWebRTC.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/webrtc-xcframework/LiveKitWebRTC/LiveKitWebRTC.xcframework'. (in target 'LiveKitComponents' from project 'LiveKitComponents')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/livekit-uniffi-xcframework/RustLiveKitUniFFI/RustLiveKitUniFFI.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/livekit-uniffi-xcframework/RustLiveKitUniFFI/RustLiveKitUniFFI.xcframework'. (in target 'LiveKitComponents' from project 'LiveKitComponents')
2026-04-15 08:19:27.060 xcodebuild[1558:8622] [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 LiveKitComponents
(1 failure)
BUILD FAILURE 6.3 watchOS