Build Information
Failed to build LiveKit, reference main (88264e), with Swift 6.2 for watchOS using Xcode 26.3 on 30 Apr 2026 14:13:08 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LiveKit -destination generic/platform=watchOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/livekit/client-sdk-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/livekit/client-sdk-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 88264eb ci: switch benchmarks to cloud (#980)
Submodule path 'protocol': checked out '765a80e4298e376593859c3f11cf748c725f68f9'
Submodule 'protocol' (https://github.com/livekit/protocol.git) registered for path 'protocol'
Cloning into '/Users/admin/builder/spi-builder-workspace/protocol'...
Cloned https://github.com/livekit/client-sdk-swift.git
Revision (git rev-parse @):
88264eb76555ba577069a5a0285b86cdb840ef44
SUCCESS checkout https://github.com/livekit/client-sdk-swift.git at main
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/livekit/client-sdk-swift.git
Command line invocation:
/Applications/Xcode-26.3.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/livekit-uniffi-xcframework.git
Fetching from https://github.com/livekit/webrtc-xcframework.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/swiftlang/swift-docc-symbolkit
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.5.0 of package ‘swift-docc-plugin’
Creating working copy of package ‘webrtc-xcframework’
Checking out 144.7559.4 of package ‘webrtc-xcframework’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-protobuf’
Checking out 1.37.0 of package ‘swift-protobuf’
Creating working copy of package ‘livekit-uniffi-xcframework’
Checking out 0.0.6 of package ‘livekit-uniffi-xcframework’
Resolve Package Graph
Resolved source packages:
SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.37.0
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin.git @ 1.5.0
LiveKit: /Users/admin/builder/spi-builder-workspace
LiveKitWebRTC: https://github.com/livekit/webrtc-xcframework.git @ 144.7559.4
LiveKitUniFFI: https://github.com/livekit/livekit-uniffi-xcframework.git @ 0.0.6
resolved source packages: SwiftProtobuf, SymbolKit, SwiftDocCPlugin, LiveKit, LiveKitWebRTC, LiveKitUniFFI
2026-04-30 10:12:01.857 xcodebuild[540:3137] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "webrtc-xcframework",
"requirement" : {
"exact" : [
"144.7559.4"
]
},
"type" : "sourceControl",
"url" : "https://github.com/livekit/webrtc-xcframework.git"
},
{
"identity" : "livekit-uniffi-xcframework",
"requirement" : {
"exact" : [
"0.0.6"
]
},
"type" : "sourceControl",
"url" : "https://github.com/livekit/livekit-uniffi-xcframework.git"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.31.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
}
],
"manifest_display_name" : "LiveKit",
"name" : "LiveKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "26.0"
}
],
"products" : [
{
"name" : "LiveKit",
"targets" : [
"LiveKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "LiveKitTestSupport",
"module_type" : "SwiftTarget",
"name" : "LiveKitTestSupport",
"path" : "Tests/LiveKitTestSupport",
"sources" : [
"Backports.swift",
"ConcurrentCounter.swift",
"MockURLProtocol.swift",
"ObjCRoomHelper.swift",
"Room.swift",
"Tags.swift",
"TestEnvironment.swift",
"TokenGenerator.swift",
"Tracks.swift",
"Utils.swift"
],
"target_dependencies" : [
"LiveKit"
],
"type" : "library"
},
{
"c99name" : "LiveKitObjCTests",
"module_type" : "ClangTarget",
"name" : "LiveKitObjCTests",
"path" : "Tests/LiveKitObjCTests",
"sources" : [
"Basic.m",
"DataStreamObjCTests.m",
"DelegateObjCTests.m",
"ParticipantObjCTests.m",
"RoomObjCTests.m",
"RpcObjCTests.m"
],
"target_dependencies" : [
"LiveKit",
"LiveKitTestSupport"
],
"type" : "test"
},
{
"c99name" : "LiveKitCoreTests",
"module_type" : "SwiftTarget",
"name" : "LiveKitCoreTests",
"path" : "Tests/LiveKitCoreTests",
"sources" : [
"AVFoundation/AVAudioPCMBufferTests.swift",
"AVFoundation/AVAudioPCMRingBufferTests.swift",
"AVFoundation/AudioConverterTests.swift",
"AVFoundation/AudioMixRecorderTests.swift",
"Agent/SessionOptionsTests.swift",
"Agent/TranscriptionTests.swift",
"AsyncFileStreamTests.swift",
"Broadcast/BroadcastAudioCodecTests.swift",
"Broadcast/BroadcastImageCodecTests.swift",
"Broadcast/IPCChannelTests.swift",
"Broadcast/SocketPathTests.swift",
"BroadcastManagerTests.swift",
"CodecTests.swift",
"CompleterTests.swift",
"DarwinNotificationCenterTests.swift",
"DataChannel/EncryptedDataChannelTests.swift",
"DataChannel/RealiableDataChannelTests.swift",
"DataStream/ByteStreamInfoTests.swift",
"DataStream/ByteStreamReaderTests.swift",
"DataStream/DataStreamTests.swift",
"DataStream/FileInfoTests.swift",
"DataStream/IncomingStreamManagerTests.swift",
"DataStream/OutgoingStreamManagerTests.swift",
"DataStream/StreamDataTests.swift",
"DataStream/TextStreamInfoTests.swift",
"DataStream/TextStreamReaderTests.swift",
"E2EE/Thread.swift",
"Extensions/StringTests.swift",
"FunctionTests.swift",
"MockDataChannelPair.swift",
"ObjCHelpersTests.swift",
"Participant/RemoteParticipantTests.swift",
"ParticipantTests.swift",
"PeerConnectionSignalingTests.swift",
"Proto/ProtoConverterTests.swift",
"PublishBufferCapturerTests.swift",
"PublishDataTests.swift",
"PublishTrackTests.swift",
"QueueActorTests.swift",
"RegionManagerTests.swift",
"Room/RoomTests.swift",
"RpcTests.swift",
"SDKTests.swift",
"SDPMungingTests.swift",
"SerialRunnerActor.swift",
"TTLDictionaryTests.swift",
"Tags.swift",
"TaskObserveTests.swift",
"ThreadSafetyTests.swift",
"TimeIntervalTests.swift",
"Token/TokenSourceTests.swift",
"Track/TrackTests.swift",
"WebSocket/WebSocketTests.swift"
],
"target_dependencies" : [
"LiveKit",
"LiveKitTestSupport"
],
"type" : "test"
},
{
"c99name" : "LiveKitAudioTests",
"module_type" : "SwiftTarget",
"name" : "LiveKitAudioTests",
"path" : "Tests/LiveKitAudioTests",
"sources" : [
"AudioEngineAvailability.swift",
"AudioEngineObserver.swift",
"AudioEnginePermission.swift",
"AudioEngineTests.swift",
"AudioManagerTests.swift",
"AudioProcessingLifecycle.swift",
"AudioProcessingTests.swift",
"DeviceManager.swift",
"LocalAudioTrackRecorderTests.swift",
"MuteTests.swift",
"PreConnectAudioBufferTests.swift",
"PublishDeviceOptimization.swift",
"PublishMicrophoneTests.swift",
"SinWaveSourceNode.swift",
"Tags.swift",
"TestAudioRecorder.swift"
],
"target_dependencies" : [
"LiveKit",
"LiveKitTestSupport"
],
"type" : "test"
},
{
"c99name" : "LiveKit",
"module_type" : "SwiftTarget",
"name" : "LiveKit",
"path" : "Sources/LiveKit",
"product_dependencies" : [
"LiveKitWebRTC",
"LiveKitUniFFI",
"SwiftProtobuf"
],
"product_memberships" : [
"LiveKit"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/LiveKit/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Agent/Agent.swift",
"Agent/Chat/Message.swift",
"Agent/Chat/Receive/MessageReceiver.swift",
"Agent/Chat/Receive/TranscriptionDelegateReceiver.swift",
"Agent/Chat/Receive/TranscriptionStreamReceiver.swift",
"Agent/Chat/Send/MessageSender.swift",
"Agent/Chat/Send/TextMessageSender.swift",
"Agent/Participant+Agent.swift",
"Agent/Room+Agent.swift",
"Agent/Session.swift",
"Agent/SessionOptions.swift",
"Audio/AudioDeviceModuleDelegateAdapter.swift",
"Audio/AudioEngineObserver.swift",
"Audio/AudioSessionEngineObserver.swift",
"Audio/Manager/AudioManager+ModuleType.swift",
"Audio/Manager/AudioManager+MuteMode.swift",
"Audio/Manager/AudioManager+Testing.swift",
"Audio/Manager/AudioManager.swift",
"Audio/MixerEngineObserver.swift",
"Audio/PlayerNodePool.swift",
"Audio/SoundPlayer+Types.swift",
"Audio/SoundPlayer.swift",
"Broadcast/BroadcastBundleInfo.swift",
"Broadcast/BroadcastManager.swift",
"Broadcast/BroadcastScreenCapturer.swift",
"Broadcast/IPC/BroadcastAudioCodec.swift",
"Broadcast/IPC/BroadcastIPCHeader.swift",
"Broadcast/IPC/BroadcastImageCodec.swift",
"Broadcast/IPC/BroadcastReceiver.swift",
"Broadcast/IPC/BroadcastUploader.swift",
"Broadcast/IPC/IPCChannel.swift",
"Broadcast/IPC/IPCProtocol.swift",
"Broadcast/IPC/SocketPath.swift",
"Broadcast/LKSampleHandler.swift",
"Broadcast/Support/DarwinNotificationCenter.swift",
"Convenience/AudioProcessing.swift",
"Core/DataChannelPair.swift",
"Core/PreConnectAudioBuffer.swift",
"Core/RPC.swift",
"Core/RTC.swift",
"Core/RegionManager.swift",
"Core/Room+Convenience.swift",
"Core/Room+DataStream.swift",
"Core/Room+Debug.swift",
"Core/Room+Engine.swift",
"Core/Room+EngineDelegate.swift",
"Core/Room+MulticastDelegate.swift",
"Core/Room+PreConnect.swift",
"Core/Room+RPC.swift",
"Core/Room+Region.swift",
"Core/Room+SignalClientDelegate.swift",
"Core/Room+TransportDelegate.swift",
"Core/Room.swift",
"Core/SignalClient.swift",
"Core/Transport.swift",
"Core/TransportMode.swift",
"DataStream/FileInfo.swift",
"DataStream/Incoming/ByteStreamReader.swift",
"DataStream/Incoming/IncomingStreamManager.swift",
"DataStream/Incoming/StreamReaderSource.swift",
"DataStream/Incoming/TextStreamReader.swift",
"DataStream/Outgoing/ByteStreamWriter.swift",
"DataStream/Outgoing/OutgoingStreamManager.swift",
"DataStream/Outgoing/StreamData.swift",
"DataStream/Outgoing/StreamWriterDestination.swift",
"DataStream/Outgoing/TextStreamWriter.swift",
"DataStream/StreamError.swift",
"DataStream/StreamInfo.swift",
"DataStream/StreamOptions.swift",
"E2EE/E2EEManager.swift",
"E2EE/KeyProvider.swift",
"E2EE/Options.swift",
"E2EE/Protos+E2EE.swift",
"E2EE/State.swift",
"Errors.swift",
"Extensions/AVAudioPCMBuffer.swift",
"Extensions/AVCaptureDevice.swift",
"Extensions/AsyncSequence.swift",
"Extensions/CGFloat.swift",
"Extensions/Codable.swift",
"Extensions/CoreImage.swift",
"Extensions/CustomStringConvertible.swift",
"Extensions/DispatchQueue.swift",
"Extensions/LKRTCRtpSender.swift",
"Extensions/PixelBuffer.swift",
"Extensions/Primitives.swift",
"Extensions/RTCConfiguration.swift",
"Extensions/RTCDataChannel+Util.swift",
"Extensions/RTCI420Buffer.swift",
"Extensions/RTCMediaConstraints.swift",
"Extensions/RTCRtpTransceiver.swift",
"Extensions/RTCVideoCapturerDelegate+Buffer.swift",
"Extensions/Sendable.swift",
"Extensions/String.swift",
"Extensions/TimeInterval.swift",
"Extensions/URL.swift",
"LiveKit+DeviceHelpers.swift",
"LiveKit.swift",
"Participant/LocalParticipant+DataStream.swift",
"Participant/LocalParticipant+RPC.swift",
"Participant/LocalParticipant.swift",
"Participant/Participant+Convenience.swift",
"Participant/Participant+Equatable.swift",
"Participant/Participant+Identifiable.swift",
"Participant/Participant+Kind.swift",
"Participant/Participant+MulticastDelegate.swift",
"Participant/Participant.swift",
"Participant/RemoteParticipant+Active.swift",
"Participant/RemoteParticipant.swift",
"Protocols/AudioCustomProcessingDelegate.swift",
"Protocols/AudioRenderer.swift",
"Protocols/MediaEncoding.swift",
"Protocols/Mirrorable.swift",
"Protocols/NextInvokable.swift",
"Protocols/ParticipantDelegate.swift",
"Protocols/RoomDelegate.swift",
"Protocols/SignalClientDelegate.swift",
"Protocols/TrackDelegate.swift",
"Protocols/TransportDelegate.swift",
"Protocols/VideoProcessor.swift",
"Protocols/VideoRenderer.swift",
"Protocols/VideoViewDelegate.swift",
"Protos/livekit_metrics.pb.swift",
"Protos/livekit_models.pb.swift",
"Protos/livekit_rtc.pb.swift",
"Support/AppStateListener.swift",
"Support/Async/AsyncCompleter.swift",
"Support/Async/AsyncDebounce.swift",
"Support/Async/AsyncFileStream.swift",
"Support/Async/AsyncRetry.swift",
"Support/Async/AsyncSequence+Subscribe.swift",
"Support/Async/AsyncSerialDelegate.swift",
"Support/Async/AsyncTimer.swift",
"Support/Async/AsyncTryMapSequence.swift",
"Support/Async/ObservableObject+.swift",
"Support/Audio/AVAudioPCMRingBuffer.swift",
"Support/Audio/AudioConverter.swift",
"Support/Audio/AudioMixRecorder.swift",
"Support/Audio/AudioPlayerRenderer.swift",
"Support/Audio/FFTProcessor.swift",
"Support/DataStructures/Deque.swift",
"Support/DataStructures/MapTable.swift",
"Support/DataStructures/OrderedDictionary.swift",
"Support/DataStructures/OrderedSet.swift",
"Support/DataStructures/RingBuffer.swift",
"Support/DataStructures/TTLDictionary.swift",
"Support/Global.swift",
"Support/Logger.swift",
"Support/MulticastDelegate.swift",
"Support/Network/ConnectivityListener.swift",
"Support/Network/HTTP.swift",
"Support/Network/WebSocket.swift",
"Support/Schedulers/QueueActor.swift",
"Support/Schedulers/SerialRunnerActor.swift",
"Support/Sync/Locks.swift",
"Support/Sync/StateSync.swift",
"Support/Tracing.swift",
"Support/Utils.swift",
"Support/ValueOrAbsent.swift",
"Support/Video/DeviceManager.swift",
"Support/View/NativeView.swift",
"Support/View/NativeViewRepresentable.swift",
"Support/View/TextView.swift",
"SwiftUI/LocalMedia.swift",
"SwiftUI/SwiftUIAudioRoutePickerButton.swift",
"SwiftUI/SwiftUIVideoView.swift",
"SwiftUI/TrackDelegateObserver.swift",
"Token/CachingTokenSource.swift",
"Token/EndpointTokenSource.swift",
"Token/LiteralTokenSource.swift",
"Token/SandboxTokenSource.swift",
"Token/TokenSource.swift",
"Track/AudioTrack.swift",
"Track/Capturers/ARCameraCapturer.swift",
"Track/Capturers/BufferCapturer.swift",
"Track/Capturers/CameraCapturer.swift",
"Track/Capturers/InAppCapturer.swift",
"Track/Capturers/MacOSScreenCapturer.swift",
"Track/Capturers/VideoCapturer+MulticastDelegate.swift",
"Track/Capturers/VideoCapturer.swift",
"Track/Local/LocalAudioTrack.swift",
"Track/Local/LocalTrack.swift",
"Track/Local/LocalVideoTrack.swift",
"Track/Metrics/MetricsManager.swift",
"Track/Recorders/LocalAudioTrackRecorder.swift",
"Track/Remote/RemoteAudioTrack.swift",
"Track/Remote/RemoteTrack.swift",
"Track/Remote/RemoteVideoTrack.swift",
"Track/Support/Extensions.swift",
"Track/Track+Equatable.swift",
"Track/Track+MulticastDelegate.swift",
"Track/Track.swift",
"Track/VideoTrack.swift",
"TrackPublications/LocalTrackPublication.swift",
"TrackPublications/RemoteTrackPublication.swift",
"TrackPublications/TrackPublication+Equatable.swift",
"TrackPublications/TrackPublication+Identifiable.swift",
"TrackPublications/TrackPublication.swift",
"Types/Attributes/AttributeTypings.swift",
"Types/AudioBuffer.swift",
"Types/AudioDevice.swift",
"Types/AudioDuckingLevel.swift",
"Types/AudioEncoding+Comparable.swift",
"Types/AudioEncoding.swift",
"Types/AudioEngineAvailability.swift",
"Types/AudioSessionConfiguration.swift",
"Types/Codec/Codec.swift",
"Types/Codec/VideoCodec.swift",
"Types/ConnectionQuality.swift",
"Types/ConnectionState.swift",
"Types/DegradationPreference.swift",
"Types/Dimensions.swift",
"Types/IceCandidate.swift",
"Types/IceServer.swift",
"Types/IceTransportPolicy.swift",
"Types/MediaDevice.swift",
"Types/Options/ARCameraCaptureOptions.swift",
"Types/Options/AudioCaptureOptions.swift",
"Types/Options/AudioPublishOptions.swift",
"Types/Options/BufferCaptureOptions.swift",
"Types/Options/CameraCaptureOptions+Copy.swift",
"Types/Options/CameraCaptureOptions.swift",
"Types/Options/CaptureOptions.swift",
"Types/Options/ConnectOptions+Copy.swift",
"Types/Options/ConnectOptions.swift",
"Types/Options/DataPublishOptions.swift",
"Types/Options/PublishOptions.swift",
"Types/Options/RoomOptions.swift",
"Types/Options/ScreenShareCaptureOptions.swift",
"Types/Options/VideoCaptureOptions.swift",
"Types/Options/VideoPublishOptions.swift",
"Types/Participant+Types.swift",
"Types/ParticipantPermissions.swift",
"Types/ParticipantState.swift",
"Types/ParticipantTrackPermission.swift",
"Types/Priority.swift",
"Types/ProtocolVersion.swift",
"Types/RegionInfo.swift",
"Types/Room+Types.swift",
"Types/RoomConfiguration.swift",
"Types/ScalabilityMode.swift",
"Types/SessionDescription.swift",
"Types/SpeechActivityEvent.swift",
"Types/Statistics.swift",
"Types/Track+Types.swift",
"Types/TrackSettings.swift",
"Types/TrackSource.swift",
"Types/TrackStatistics.swift",
"Types/TrackStreamState.swift",
"Types/TrackType.swift",
"Types/TranscriptionSegment.swift",
"Types/VideoEncoding+Comparable.swift",
"Types/VideoEncoding.swift",
"Types/VideoFrame.swift",
"Types/VideoParameters+Comparable.swift",
"Types/VideoParameters.swift",
"Types/VideoQuality.swift",
"Types/VideoRotation.swift",
"VideoProcessors/BackgroundBlurVideoProcessor.swift",
"Views/SampleBufferVideoRenderer.swift",
"Views/VideoView+MulticastDelegate.swift",
"Views/VideoView+PinchToZoom.swift",
"Views/VideoView.swift"
],
"target_dependencies" : [
"LKObjCHelpers"
],
"type" : "library"
},
{
"c99name" : "LKObjCHelpers",
"module_type" : "ClangTarget",
"name" : "LKObjCHelpers",
"path" : "Sources/LKObjCHelpers",
"product_memberships" : [
"LiveKit"
],
"sources" : [
"LKObjCHelpers.m"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"LiveKit"
]
}
}
2026-04-30 10:12:30.425 xcodebuild[1024:5960] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LiveKit -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-26.3.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 LiveKit -destination generic/platform=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
LiveKitWebRTC: https://github.com/livekit/webrtc-xcframework.git @ 144.7559.4
SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.37.0
LiveKitUniFFI: https://github.com/livekit/livekit-uniffi-xcframework.git @ 0.0.6
LiveKit: /Users/admin/builder/spi-builder-workspace
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin.git @ 1.5.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (10 targets)
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.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x objective-c -c /dev/null
ReadFileContents /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x c -c /dev/null
Build description signature: db43fd7a8563a048d6deb17a70d7b99f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/db43fd7a8563a048d6deb17a70d7b99f.xcbuilddata
/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 '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')
2026-04-30 10:12:38.970 xcodebuild[1092:6401] [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 LiveKit
(1 failure)
Command line invocation:
/Applications/Xcode-26.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
LiveKit: /Users/admin/builder/spi-builder-workspace
LiveKitUniFFI: https://github.com/livekit/livekit-uniffi-xcframework.git @ 0.0.6
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin.git @ 1.5.0
LiveKitWebRTC: https://github.com/livekit/webrtc-xcframework.git @ 144.7559.4
SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.37.0
resolved source packages: LiveKit, LiveKitUniFFI, SymbolKit, SwiftDocCPlugin, LiveKitWebRTC, SwiftProtobuf
2026-04-30 10:12:53.491 xcodebuild[1292:7496] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "webrtc-xcframework",
"requirement" : {
"exact" : [
"144.7559.4"
]
},
"type" : "sourceControl",
"url" : "https://github.com/livekit/webrtc-xcframework.git"
},
{
"identity" : "livekit-uniffi-xcframework",
"requirement" : {
"exact" : [
"0.0.6"
]
},
"type" : "sourceControl",
"url" : "https://github.com/livekit/livekit-uniffi-xcframework.git"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.31.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
}
],
"manifest_display_name" : "LiveKit",
"name" : "LiveKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "26.0"
}
],
"products" : [
{
"name" : "LiveKit",
"targets" : [
"LiveKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "LiveKitTestSupport",
"module_type" : "SwiftTarget",
"name" : "LiveKitTestSupport",
"path" : "Tests/LiveKitTestSupport",
"sources" : [
"Backports.swift",
"ConcurrentCounter.swift",
"MockURLProtocol.swift",
"ObjCRoomHelper.swift",
"Room.swift",
"Tags.swift",
"TestEnvironment.swift",
"TokenGenerator.swift",
"Tracks.swift",
"Utils.swift"
],
"target_dependencies" : [
"LiveKit"
],
"type" : "library"
},
{
"c99name" : "LiveKitObjCTests",
"module_type" : "ClangTarget",
"name" : "LiveKitObjCTests",
"path" : "Tests/LiveKitObjCTests",
"sources" : [
"Basic.m",
"DataStreamObjCTests.m",
"DelegateObjCTests.m",
"ParticipantObjCTests.m",
"RoomObjCTests.m",
"RpcObjCTests.m"
],
"target_dependencies" : [
"LiveKit",
"LiveKitTestSupport"
],
"type" : "test"
},
{
"c99name" : "LiveKitCoreTests",
"module_type" : "SwiftTarget",
"name" : "LiveKitCoreTests",
"path" : "Tests/LiveKitCoreTests",
"sources" : [
"AVFoundation/AVAudioPCMBufferTests.swift",
"AVFoundation/AVAudioPCMRingBufferTests.swift",
"AVFoundation/AudioConverterTests.swift",
"AVFoundation/AudioMixRecorderTests.swift",
"Agent/SessionOptionsTests.swift",
"Agent/TranscriptionTests.swift",
"AsyncFileStreamTests.swift",
"Broadcast/BroadcastAudioCodecTests.swift",
"Broadcast/BroadcastImageCodecTests.swift",
"Broadcast/IPCChannelTests.swift",
"Broadcast/SocketPathTests.swift",
"BroadcastManagerTests.swift",
"CodecTests.swift",
"CompleterTests.swift",
"DarwinNotificationCenterTests.swift",
"DataChannel/EncryptedDataChannelTests.swift",
"DataChannel/RealiableDataChannelTests.swift",
"DataStream/ByteStreamInfoTests.swift",
"DataStream/ByteStreamReaderTests.swift",
"DataStream/DataStreamTests.swift",
"DataStream/FileInfoTests.swift",
"DataStream/IncomingStreamManagerTests.swift",
"DataStream/OutgoingStreamManagerTests.swift",
"DataStream/StreamDataTests.swift",
"DataStream/TextStreamInfoTests.swift",
"DataStream/TextStreamReaderTests.swift",
"E2EE/Thread.swift",
"Extensions/StringTests.swift",
"FunctionTests.swift",
"MockDataChannelPair.swift",
"ObjCHelpersTests.swift",
"Participant/RemoteParticipantTests.swift",
"ParticipantTests.swift",
"PeerConnectionSignalingTests.swift",
"Proto/ProtoConverterTests.swift",
"PublishBufferCapturerTests.swift",
"PublishDataTests.swift",
"PublishTrackTests.swift",
"QueueActorTests.swift",
"RegionManagerTests.swift",
"Room/RoomTests.swift",
"RpcTests.swift",
"SDKTests.swift",
"SDPMungingTests.swift",
"SerialRunnerActor.swift",
"TTLDictionaryTests.swift",
"Tags.swift",
"TaskObserveTests.swift",
"ThreadSafetyTests.swift",
"TimeIntervalTests.swift",
"Token/TokenSourceTests.swift",
"Track/TrackTests.swift",
"WebSocket/WebSocketTests.swift"
],
"target_dependencies" : [
"LiveKit",
"LiveKitTestSupport"
],
"type" : "test"
},
{
"c99name" : "LiveKitAudioTests",
"module_type" : "SwiftTarget",
"name" : "LiveKitAudioTests",
"path" : "Tests/LiveKitAudioTests",
"sources" : [
"AudioEngineAvailability.swift",
"AudioEngineObserver.swift",
"AudioEnginePermission.swift",
"AudioEngineTests.swift",
"AudioManagerTests.swift",
"AudioProcessingLifecycle.swift",
"AudioProcessingTests.swift",
"DeviceManager.swift",
"LocalAudioTrackRecorderTests.swift",
"MuteTests.swift",
"PreConnectAudioBufferTests.swift",
"PublishDeviceOptimization.swift",
"PublishMicrophoneTests.swift",
"SinWaveSourceNode.swift",
"Tags.swift",
"TestAudioRecorder.swift"
],
"target_dependencies" : [
"LiveKit",
"LiveKitTestSupport"
],
"type" : "test"
},
{
"c99name" : "LiveKit",
"module_type" : "SwiftTarget",
"name" : "LiveKit",
"path" : "Sources/LiveKit",
"product_dependencies" : [
"LiveKitWebRTC",
"LiveKitUniFFI",
"SwiftProtobuf"
],
"product_memberships" : [
"LiveKit"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/LiveKit/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Agent/Agent.swift",
"Agent/Chat/Message.swift",
"Agent/Chat/Receive/MessageReceiver.swift",
"Agent/Chat/Receive/TranscriptionDelegateReceiver.swift",
"Agent/Chat/Receive/TranscriptionStreamReceiver.swift",
"Agent/Chat/Send/MessageSender.swift",
"Agent/Chat/Send/TextMessageSender.swift",
"Agent/Participant+Agent.swift",
"Agent/Room+Agent.swift",
"Agent/Session.swift",
"Agent/SessionOptions.swift",
"Audio/AudioDeviceModuleDelegateAdapter.swift",
"Audio/AudioEngineObserver.swift",
"Audio/AudioSessionEngineObserver.swift",
"Audio/Manager/AudioManager+ModuleType.swift",
"Audio/Manager/AudioManager+MuteMode.swift",
"Audio/Manager/AudioManager+Testing.swift",
"Audio/Manager/AudioManager.swift",
"Audio/MixerEngineObserver.swift",
"Audio/PlayerNodePool.swift",
"Audio/SoundPlayer+Types.swift",
"Audio/SoundPlayer.swift",
"Broadcast/BroadcastBundleInfo.swift",
"Broadcast/BroadcastManager.swift",
"Broadcast/BroadcastScreenCapturer.swift",
"Broadcast/IPC/BroadcastAudioCodec.swift",
"Broadcast/IPC/BroadcastIPCHeader.swift",
"Broadcast/IPC/BroadcastImageCodec.swift",
"Broadcast/IPC/BroadcastReceiver.swift",
"Broadcast/IPC/BroadcastUploader.swift",
"Broadcast/IPC/IPCChannel.swift",
"Broadcast/IPC/IPCProtocol.swift",
"Broadcast/IPC/SocketPath.swift",
"Broadcast/LKSampleHandler.swift",
"Broadcast/Support/DarwinNotificationCenter.swift",
"Convenience/AudioProcessing.swift",
"Core/DataChannelPair.swift",
"Core/PreConnectAudioBuffer.swift",
"Core/RPC.swift",
"Core/RTC.swift",
"Core/RegionManager.swift",
"Core/Room+Convenience.swift",
"Core/Room+DataStream.swift",
"Core/Room+Debug.swift",
"Core/Room+Engine.swift",
"Core/Room+EngineDelegate.swift",
"Core/Room+MulticastDelegate.swift",
"Core/Room+PreConnect.swift",
"Core/Room+RPC.swift",
"Core/Room+Region.swift",
"Core/Room+SignalClientDelegate.swift",
"Core/Room+TransportDelegate.swift",
"Core/Room.swift",
"Core/SignalClient.swift",
"Core/Transport.swift",
"Core/TransportMode.swift",
"DataStream/FileInfo.swift",
"DataStream/Incoming/ByteStreamReader.swift",
"DataStream/Incoming/IncomingStreamManager.swift",
"DataStream/Incoming/StreamReaderSource.swift",
"DataStream/Incoming/TextStreamReader.swift",
"DataStream/Outgoing/ByteStreamWriter.swift",
"DataStream/Outgoing/OutgoingStreamManager.swift",
"DataStream/Outgoing/StreamData.swift",
"DataStream/Outgoing/StreamWriterDestination.swift",
"DataStream/Outgoing/TextStreamWriter.swift",
"DataStream/StreamError.swift",
"DataStream/StreamInfo.swift",
"DataStream/StreamOptions.swift",
"E2EE/E2EEManager.swift",
"E2EE/KeyProvider.swift",
"E2EE/Options.swift",
"E2EE/Protos+E2EE.swift",
"E2EE/State.swift",
"Errors.swift",
"Extensions/AVAudioPCMBuffer.swift",
"Extensions/AVCaptureDevice.swift",
"Extensions/AsyncSequence.swift",
"Extensions/CGFloat.swift",
"Extensions/Codable.swift",
"Extensions/CoreImage.swift",
"Extensions/CustomStringConvertible.swift",
"Extensions/DispatchQueue.swift",
"Extensions/LKRTCRtpSender.swift",
"Extensions/PixelBuffer.swift",
"Extensions/Primitives.swift",
"Extensions/RTCConfiguration.swift",
"Extensions/RTCDataChannel+Util.swift",
"Extensions/RTCI420Buffer.swift",
"Extensions/RTCMediaConstraints.swift",
"Extensions/RTCRtpTransceiver.swift",
"Extensions/RTCVideoCapturerDelegate+Buffer.swift",
"Extensions/Sendable.swift",
"Extensions/String.swift",
"Extensions/TimeInterval.swift",
"Extensions/URL.swift",
"LiveKit+DeviceHelpers.swift",
"LiveKit.swift",
"Participant/LocalParticipant+DataStream.swift",
"Participant/LocalParticipant+RPC.swift",
"Participant/LocalParticipant.swift",
"Participant/Participant+Convenience.swift",
"Participant/Participant+Equatable.swift",
"Participant/Participant+Identifiable.swift",
"Participant/Participant+Kind.swift",
"Participant/Participant+MulticastDelegate.swift",
"Participant/Participant.swift",
"Participant/RemoteParticipant+Active.swift",
"Participant/RemoteParticipant.swift",
"Protocols/AudioCustomProcessingDelegate.swift",
"Protocols/AudioRenderer.swift",
"Protocols/MediaEncoding.swift",
"Protocols/Mirrorable.swift",
"Protocols/NextInvokable.swift",
"Protocols/ParticipantDelegate.swift",
"Protocols/RoomDelegate.swift",
"Protocols/SignalClientDelegate.swift",
"Protocols/TrackDelegate.swift",
"Protocols/TransportDelegate.swift",
"Protocols/VideoProcessor.swift",
"Protocols/VideoRenderer.swift",
"Protocols/VideoViewDelegate.swift",
"Protos/livekit_metrics.pb.swift",
"Protos/livekit_models.pb.swift",
"Protos/livekit_rtc.pb.swift",
"Support/AppStateListener.swift",
"Support/Async/AsyncCompleter.swift",
"Support/Async/AsyncDebounce.swift",
"Support/Async/AsyncFileStream.swift",
"Support/Async/AsyncRetry.swift",
"Support/Async/AsyncSequence+Subscribe.swift",
"Support/Async/AsyncSerialDelegate.swift",
"Support/Async/AsyncTimer.swift",
"Support/Async/AsyncTryMapSequence.swift",
"Support/Async/ObservableObject+.swift",
"Support/Audio/AVAudioPCMRingBuffer.swift",
"Support/Audio/AudioConverter.swift",
"Support/Audio/AudioMixRecorder.swift",
"Support/Audio/AudioPlayerRenderer.swift",
"Support/Audio/FFTProcessor.swift",
"Support/DataStructures/Deque.swift",
"Support/DataStructures/MapTable.swift",
"Support/DataStructures/OrderedDictionary.swift",
"Support/DataStructures/OrderedSet.swift",
"Support/DataStructures/RingBuffer.swift",
"Support/DataStructures/TTLDictionary.swift",
"Support/Global.swift",
"Support/Logger.swift",
"Support/MulticastDelegate.swift",
"Support/Network/ConnectivityListener.swift",
"Support/Network/HTTP.swift",
"Support/Network/WebSocket.swift",
"Support/Schedulers/QueueActor.swift",
"Support/Schedulers/SerialRunnerActor.swift",
"Support/Sync/Locks.swift",
"Support/Sync/StateSync.swift",
"Support/Tracing.swift",
"Support/Utils.swift",
"Support/ValueOrAbsent.swift",
"Support/Video/DeviceManager.swift",
"Support/View/NativeView.swift",
"Support/View/NativeViewRepresentable.swift",
"Support/View/TextView.swift",
"SwiftUI/LocalMedia.swift",
"SwiftUI/SwiftUIAudioRoutePickerButton.swift",
"SwiftUI/SwiftUIVideoView.swift",
"SwiftUI/TrackDelegateObserver.swift",
"Token/CachingTokenSource.swift",
"Token/EndpointTokenSource.swift",
"Token/LiteralTokenSource.swift",
"Token/SandboxTokenSource.swift",
"Token/TokenSource.swift",
"Track/AudioTrack.swift",
"Track/Capturers/ARCameraCapturer.swift",
"Track/Capturers/BufferCapturer.swift",
"Track/Capturers/CameraCapturer.swift",
"Track/Capturers/InAppCapturer.swift",
"Track/Capturers/MacOSScreenCapturer.swift",
"Track/Capturers/VideoCapturer+MulticastDelegate.swift",
"Track/Capturers/VideoCapturer.swift",
"Track/Local/LocalAudioTrack.swift",
"Track/Local/LocalTrack.swift",
"Track/Local/LocalVideoTrack.swift",
"Track/Metrics/MetricsManager.swift",
"Track/Recorders/LocalAudioTrackRecorder.swift",
"Track/Remote/RemoteAudioTrack.swift",
"Track/Remote/RemoteTrack.swift",
"Track/Remote/RemoteVideoTrack.swift",
"Track/Support/Extensions.swift",
"Track/Track+Equatable.swift",
"Track/Track+MulticastDelegate.swift",
"Track/Track.swift",
"Track/VideoTrack.swift",
"TrackPublications/LocalTrackPublication.swift",
"TrackPublications/RemoteTrackPublication.swift",
"TrackPublications/TrackPublication+Equatable.swift",
"TrackPublications/TrackPublication+Identifiable.swift",
"TrackPublications/TrackPublication.swift",
"Types/Attributes/AttributeTypings.swift",
"Types/AudioBuffer.swift",
"Types/AudioDevice.swift",
"Types/AudioDuckingLevel.swift",
"Types/AudioEncoding+Comparable.swift",
"Types/AudioEncoding.swift",
"Types/AudioEngineAvailability.swift",
"Types/AudioSessionConfiguration.swift",
"Types/Codec/Codec.swift",
"Types/Codec/VideoCodec.swift",
"Types/ConnectionQuality.swift",
"Types/ConnectionState.swift",
"Types/DegradationPreference.swift",
"Types/Dimensions.swift",
"Types/IceCandidate.swift",
"Types/IceServer.swift",
"Types/IceTransportPolicy.swift",
"Types/MediaDevice.swift",
"Types/Options/ARCameraCaptureOptions.swift",
"Types/Options/AudioCaptureOptions.swift",
"Types/Options/AudioPublishOptions.swift",
"Types/Options/BufferCaptureOptions.swift",
"Types/Options/CameraCaptureOptions+Copy.swift",
"Types/Options/CameraCaptureOptions.swift",
"Types/Options/CaptureOptions.swift",
"Types/Options/ConnectOptions+Copy.swift",
"Types/Options/ConnectOptions.swift",
"Types/Options/DataPublishOptions.swift",
"Types/Options/PublishOptions.swift",
"Types/Options/RoomOptions.swift",
"Types/Options/ScreenShareCaptureOptions.swift",
"Types/Options/VideoCaptureOptions.swift",
"Types/Options/VideoPublishOptions.swift",
"Types/Participant+Types.swift",
"Types/ParticipantPermissions.swift",
"Types/ParticipantState.swift",
"Types/ParticipantTrackPermission.swift",
"Types/Priority.swift",
"Types/ProtocolVersion.swift",
"Types/RegionInfo.swift",
"Types/Room+Types.swift",
"Types/RoomConfiguration.swift",
"Types/ScalabilityMode.swift",
"Types/SessionDescription.swift",
"Types/SpeechActivityEvent.swift",
"Types/Statistics.swift",
"Types/Track+Types.swift",
"Types/TrackSettings.swift",
"Types/TrackSource.swift",
"Types/TrackStatistics.swift",
"Types/TrackStreamState.swift",
"Types/TrackType.swift",
"Types/TranscriptionSegment.swift",
"Types/VideoEncoding+Comparable.swift",
"Types/VideoEncoding.swift",
"Types/VideoFrame.swift",
"Types/VideoParameters+Comparable.swift",
"Types/VideoParameters.swift",
"Types/VideoQuality.swift",
"Types/VideoRotation.swift",
"VideoProcessors/BackgroundBlurVideoProcessor.swift",
"Views/SampleBufferVideoRenderer.swift",
"Views/VideoView+MulticastDelegate.swift",
"Views/VideoView+PinchToZoom.swift",
"Views/VideoView.swift"
],
"target_dependencies" : [
"LKObjCHelpers"
],
"type" : "library"
},
{
"c99name" : "LKObjCHelpers",
"module_type" : "ClangTarget",
"name" : "LKObjCHelpers",
"path" : "Sources/LKObjCHelpers",
"product_memberships" : [
"LiveKit"
],
"sources" : [
"LKObjCHelpers.m"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"LiveKit"
]
}
}
2026-04-30 10:13:01.050 xcodebuild[1366:7943] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LiveKit -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-26.3.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 LiveKit -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
LiveKitUniFFI: https://github.com/livekit/livekit-uniffi-xcframework.git @ 0.0.6
SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.37.0
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin.git @ 1.5.0
LiveKitWebRTC: https://github.com/livekit/webrtc-xcframework.git @ 144.7559.4
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
LiveKit: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (10 targets)
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.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x objective-c -c /dev/null
ReadFileContents /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-26.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.2.sdk -x c -c /dev/null
Build description signature: db43fd7a8563a048d6deb17a70d7b99f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/db43fd7a8563a048d6deb17a70d7b99f.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/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/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')
2026-04-30 10:13:07.918 xcodebuild[1434:8361] [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 LiveKit
(1 failure)
BUILD FAILURE 6.2 watchOS