Build Information
Failed to build LiveKitComponents, reference 0.1.7 (9f28db), with Swift 6.1 for watchOS using Xcode 16.3 on 15 Apr 2026 12:49:15 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.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.1
Building package at path: $PWD
https://github.com/livekit/components-swift.git
https://github.com/livekit/components-swift.git
{
"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"
}
Command line invocation:
/Applications/Xcode-16.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/client-sdk-swift.git
Fetching from https://github.com/apple/swift-docc-plugin.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 (cached)
Fetching from https://github.com/swiftlang/swift-docc-symbolkit (cached)
Creating working copy of package ‘client-sdk-swift’
Checking out 2.13.0 of package ‘client-sdk-swift’
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-protobuf’
Checking out 1.36.1 of package ‘swift-protobuf’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘webrtc-xcframework’
Checking out 144.7559.3 of package ‘webrtc-xcframework’
Resolve Package Graph
Resolved source packages:
LiveKitWebRTC: https://github.com/livekit/webrtc-xcframework.git @ 144.7559.3
LiveKitComponents: /Users/admin/builder/spi-builder-workspace
SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.36.1
LiveKitUniFFI: https://github.com/livekit/livekit-uniffi-xcframework.git @ 0.0.5
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin.git @ 1.4.6
LiveKit: https://github.com/livekit/client-sdk-swift.git @ 2.13.0
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
resolved source packages: LiveKitWebRTC, LiveKitComponents, SwiftProtobuf, LiveKitUniFFI, SwiftDocCPlugin, LiveKit, SymbolKit
{
"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.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LiveKitComponents -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.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 LiveKitComponents -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
LiveKitUniFFI: https://github.com/livekit/livekit-uniffi-xcframework.git @ 0.0.5
SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.36.1
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin.git @ 1.4.6
LiveKitComponents: /Users/admin/builder/spi-builder-workspace
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
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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
Build description signature: cff9b2fc6574cad02b437a87acb70364
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/cff9b2fc6574cad02b437a87acb70364.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/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/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)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
LiveKitComponents: /Users/admin/builder/spi-builder-workspace
LiveKitWebRTC: https://github.com/livekit/webrtc-xcframework.git @ 144.7559.3
SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.36.1
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin.git @ 1.4.6
LiveKitUniFFI: https://github.com/livekit/livekit-uniffi-xcframework.git @ 0.0.5
LiveKit: https://github.com/livekit/client-sdk-swift.git @ 2.13.0
resolved source packages: LiveKitComponents, LiveKitWebRTC, SwiftProtobuf, SymbolKit, SwiftDocCPlugin, LiveKitUniFFI, LiveKit
{
"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.3.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.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 LiveKitComponents -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
LiveKitWebRTC: https://github.com/livekit/webrtc-xcframework.git @ 144.7559.3
LiveKitComponents: /Users/admin/builder/spi-builder-workspace
SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.36.1
LiveKitUniFFI: https://github.com/livekit/livekit-uniffi-xcframework.git @ 0.0.5
LiveKit: https://github.com/livekit/client-sdk-swift.git @ 2.13.0
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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x objective-c -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
Build description signature: bc6a2f161db7015cf1633743b8880e58
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/bc6a2f161db7015cf1633743b8880e58.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/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/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 '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 'LiveKitWebRTC' from project 'LiveKitWebRTC')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme LiveKitComponents
(1 failure)
BUILD FAILURE 6.1 watchOS