Build Information
Failed to build LiveKitComponents, reference main (9f28db), with Swift 6.0 for watchOS using Xcode 16.2 on 15 Apr 2026 12:48:58 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/livekit/components-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.0
Building package at path: $PWD
https://github.com/livekit/components-swift.git
Command line invocation:
/Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/apple/swift-docc-plugin.git
Fetching from https://github.com/livekit/client-sdk-swift.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/apple/swift-protobuf.git
Fetching from https://github.com/swiftlang/swift-docc-symbolkit
Creating working copy of package ‘webrtc-xcframework’
Checking out 144.7559.3 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 ‘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 ‘client-sdk-swift’
Checking out 2.13.0 of package ‘client-sdk-swift’
Creating working copy of package ‘swift-protobuf’
Checking out 1.36.1 of package ‘swift-protobuf’
Resolve Package Graph
Resolved source packages:
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin.git @ 1.4.6
LiveKitComponents: /Users/admin/builder/spi-builder-workspace
LiveKitUniFFI: https://github.com/livekit/livekit-uniffi-xcframework.git @ 0.0.5
LiveKitWebRTC: https://github.com/livekit/webrtc-xcframework.git @ 144.7559.3
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
LiveKit: https://github.com/livekit/client-sdk-swift.git @ 2.13.0
SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.36.1
resolved source packages: SwiftDocCPlugin, LiveKitComponents, LiveKitUniFFI, LiveKitWebRTC, SymbolKit, LiveKit, SwiftProtobuf
{
"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" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "LiveKitComponents",
"targets" : [
"LiveKitComponents"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"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" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"LiveKitComponents"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LiveKitComponents -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme LiveKitComponents -destination generic/platform=watchOS
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
LiveKitComponents: /Users/admin/builder/spi-builder-workspace
SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.36.1
LiveKit: https://github.com/livekit/client-sdk-swift.git @ 2.13.0
LiveKitUniFFI: https://github.com/livekit/livekit-uniffi-xcframework.git @ 0.0.5
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin.git @ 1.4.6
LiveKitWebRTC: https://github.com/livekit/webrtc-xcframework.git @ 144.7559.3
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
Prepare packages
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-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
Build description signature: c1d52c1d62f48502c4b9f55bab0203fe
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c1d52c1d62f48502c4b9f55bab0203fe.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 '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 '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/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')
/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')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme LiveKitComponents
(1 failure)
Command line invocation:
/Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin.git @ 1.4.6
SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.36.1
LiveKitComponents: /Users/admin/builder/spi-builder-workspace
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
LiveKitUniFFI: https://github.com/livekit/livekit-uniffi-xcframework.git @ 0.0.5
LiveKit: https://github.com/livekit/client-sdk-swift.git @ 2.13.0
LiveKitWebRTC: https://github.com/livekit/webrtc-xcframework.git @ 144.7559.3
resolved source packages: SwiftDocCPlugin, SwiftProtobuf, LiveKitComponents, SymbolKit, LiveKitUniFFI, LiveKit, LiveKitWebRTC
{
"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" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "LiveKitComponents",
"targets" : [
"LiveKitComponents"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"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" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"LiveKitComponents"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LiveKitComponents -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme LiveKitComponents -destination generic/platform=watchOS
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
LiveKit: https://github.com/livekit/client-sdk-swift.git @ 2.13.0
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin.git @ 1.4.6
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
LiveKitUniFFI: https://github.com/livekit/livekit-uniffi-xcframework.git @ 0.0.5
Prepare packages
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-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
Build description signature: c1d52c1d62f48502c4b9f55bab0203fe
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c1d52c1d62f48502c4b9f55bab0203fe.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/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')
/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')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme LiveKitComponents
(1 failure)
BUILD FAILURE 6.0 watchOS