The Swift Package Index logo.Swift Package Index

Build Information

Failed to build WWDualCamera, reference main (52b1bb), with Swift 6.2 for watchOS using Xcode 26.3 on 22 Jun 2025 08:57:17 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme WWDualCamera -destination generic/platform=watchOS

Build Log

@interface AVCaptureMultiCamSession : AVCaptureSession
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:105:40: error: 'AVCaptureDevice' is unavailable in watchOS
    static func _default(_ deviceType: AVCaptureDevice.DeviceType, for mediaType: AVMediaType?, position: AVCaptureDevice.Position) -> AVCaptureDevice? { return AVCaptureDevice.default(deviceType, for: mediaType, position: position) }
                                       ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:105:107: error: 'AVCaptureDevice' is unavailable in watchOS
    static func _default(_ deviceType: AVCaptureDevice.DeviceType, for mediaType: AVMediaType?, position: AVCaptureDevice.Position) -> AVCaptureDevice? { return AVCaptureDevice.default(deviceType, for: mediaType, position: position) }
                                                                                                          ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:105:136: error: 'AVCaptureDevice' is unavailable in watchOS
    static func _default(_ deviceType: AVCaptureDevice.DeviceType, for mediaType: AVMediaType?, position: AVCaptureDevice.Position) -> AVCaptureDevice? { return AVCaptureDevice.default(deviceType, for: mediaType, position: position) }
                                                                                                                                       ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:113:42: error: 'AVCaptureDevice' is unavailable in watchOS
    static func _discovery(deviceTypes: [AVCaptureDevice.DeviceType], mediaType: AVMediaType?, position: AVCaptureDevice.Position) -> [AVCaptureDevice] {
                                         ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:113:106: error: 'AVCaptureDevice' is unavailable in watchOS
    static func _discovery(deviceTypes: [AVCaptureDevice.DeviceType], mediaType: AVMediaType?, position: AVCaptureDevice.Position) -> [AVCaptureDevice] {
                                                                                                         ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:113:136: error: 'AVCaptureDevice' is unavailable in watchOS
    static func _discovery(deviceTypes: [AVCaptureDevice.DeviceType], mediaType: AVMediaType?, position: AVCaptureDevice.Position) -> [AVCaptureDevice] {
                                                                                                                                       ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:97:11: error: 'AVCaptureDevice' is unavailable in watchOS
extension AVCaptureDevice {
          ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:124:36: error: 'AVCaptureDeviceInput' is unavailable in watchOS
    func _captureInput() -> Result<AVCaptureDeviceInput, Error> {
                                   ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:181:12: note: 'AVCaptureDeviceInput' has been explicitly marked unavailable here
@interface AVCaptureDeviceInput : AVCaptureInput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:121:11: error: 'AVCaptureDevice' is unavailable in watchOS
extension AVCaptureDevice {
          ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:141:51: error: 'AVCaptureInput' is unavailable in watchOS
    func _port(forType mediaType: AVMediaType) -> AVCaptureInput.Port? {
                                                  ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:37:12: note: 'AVCaptureInput' has been explicitly marked unavailable here
@interface AVCaptureInput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:136:11: error: 'AVCaptureDeviceInput' is unavailable in watchOS
extension AVCaptureDeviceInput {
          ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:181:12: note: 'AVCaptureDeviceInput' has been explicitly marked unavailable here
@interface AVCaptureDeviceInput : AVCaptureInput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:154:32: error: 'AVCaptureInput' is unavailable in watchOS
    func _canAddInput(_ input: AVCaptureInput?, isConnections: Bool) -> Bool {
                               ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:37:12: note: 'AVCaptureInput' has been explicitly marked unavailable here
@interface AVCaptureInput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:171:34: error: 'AVCaptureOutput' is unavailable in watchOS
    func _canAddOutput(_ output: AVCaptureOutput?, isConnections: Bool) -> Bool {
                                 ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureOutputBase.h:35:12: note: 'AVCaptureOutput' has been explicitly marked unavailable here
@interface AVCaptureOutput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:186:42: error: 'AVCaptureConnection' is unavailable in watchOS
    func _canAddConnection(_ connection: AVCaptureConnection?) -> Bool {
                                         ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:933:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:207:103: error: 'AVCaptureVideoPreviewLayer' is unavailable in watchOS
    func _previewLayer(with frame: CGRect, videoGravity: AVLayerVideoGravity, isConnections: Bool) -> AVCaptureVideoPreviewLayer {
                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoPreviewLayer.h:33:12: note: 'AVCaptureVideoPreviewLayer' has been explicitly marked unavailable here
@interface AVCaptureVideoPreviewLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:147:11: error: 'AVCaptureSession' is unavailable in watchOS
extension AVCaptureSession {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:169:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
@interface AVCaptureSession : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:228:34: error: 'AVCaptureVideoDataOutputSampleBufferDelegate' is unavailable in watchOS
    static func _build(delegate: AVCaptureVideoDataOutputSampleBufferDelegate?, isAlwaysDiscardsLateVideoFrames: Bool, videoSettings: [String : Any], queue: DispatchQueue?) -> AVCaptureVideoDataOutput {
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:278:11: note: 'AVCaptureVideoDataOutputSampleBufferDelegate' has been explicitly marked unavailable here
@protocol AVCaptureVideoDataOutputSampleBufferDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:228:177: error: 'AVCaptureVideoDataOutput' is unavailable in watchOS
    static func _build(delegate: AVCaptureVideoDataOutputSampleBufferDelegate?, isAlwaysDiscardsLateVideoFrames: Bool, videoSettings: [String : Any], queue: DispatchQueue?) -> AVCaptureVideoDataOutput {
                                                                                                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:31:12: note: 'AVCaptureVideoDataOutput' has been explicitly marked unavailable here
@interface AVCaptureVideoDataOutput : AVCaptureOutput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:219:11: error: 'AVCaptureVideoDataOutput' is unavailable in watchOS
extension AVCaptureVideoDataOutput {
          ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:31:12: note: 'AVCaptureVideoDataOutput' has been explicitly marked unavailable here
@interface AVCaptureVideoDataOutput : AVCaptureOutput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:248:37: error: 'AVCaptureVideoStabilizationMode' is unavailable in watchOS
    func _stabilizationMode(_ mode: AVCaptureVideoStabilizationMode, device: AVCaptureDevice) -> Bool {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:3054:28: note: 'AVCaptureVideoStabilizationMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoStabilizationMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:248:78: error: 'AVCaptureDevice' is unavailable in watchOS
    func _stabilizationMode(_ mode: AVCaptureVideoStabilizationMode, device: AVCaptureDevice) -> Bool {
                                                                             ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:241:11: error: 'AVCaptureVideoPreviewLayer' is unavailable in watchOS
extension AVCaptureVideoPreviewLayer {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoPreviewLayer.h:33:12: note: 'AVCaptureVideoPreviewLayer' has been explicitly marked unavailable here
@interface AVCaptureVideoPreviewLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:261:37: error: 'AVCaptureVideoStabilizationMode' is unavailable in watchOS
    func _stabilizationMode(_ mode: AVCaptureVideoStabilizationMode, device: AVCaptureDevice) -> Bool {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:3054:28: note: 'AVCaptureVideoStabilizationMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoStabilizationMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:261:78: error: 'AVCaptureDevice' is unavailable in watchOS
    func _stabilizationMode(_ mode: AVCaptureVideoStabilizationMode, device: AVCaptureDevice) -> Bool {
                                                                             ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:254:11: error: 'AVCaptureConnection' is unavailable in watchOS
extension AVCaptureConnection {
          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:933:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:16:21: error: 'AVCaptureDevice' is unavailable in watchOS
        deviceType: AVCaptureDevice.DeviceType,     // 鏡頭裝置類型
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:17:19: error: 'AVCaptureDevice' is unavailable in watchOS
        position: AVCaptureDevice.Position          // 鏡頭前後位置
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:21:16: error: 'AVCaptureDeviceInput' is unavailable in watchOS
        input: AVCaptureDeviceInput?,               // 裝置輸入
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:181:12: note: 'AVCaptureDeviceInput' has been explicitly marked unavailable here
@interface AVCaptureDeviceInput : AVCaptureInput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:22:17: error: 'AVCaptureVideoDataOutput' is unavailable in watchOS
        output: AVCaptureVideoDataOutput?,          // 影像輸出
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:31:12: note: 'AVCaptureVideoDataOutput' has been explicitly marked unavailable here
@interface AVCaptureVideoDataOutput : AVCaptureOutput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:23:23: error: 'AVCaptureVideoPreviewLayer' is unavailable in watchOS
        previewLayer: AVCaptureVideoPreviewLayer?,  // 預覽畫面
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoPreviewLayer.h:33:12: note: 'AVCaptureVideoPreviewLayer' has been explicitly marked unavailable here
@interface AVCaptureVideoPreviewLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:32:31: error: 'AVCaptureMultiCamSession' is unavailable in watchOS
    public let multiSession = AVCaptureMultiCamSession()
                              ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:849:12: note: 'AVCaptureMultiCamSession' has been explicitly marked unavailable here
@interface AVCaptureMultiCamSession : AVCaptureSession
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:53:22: error: 'AVCaptureConnection' is unavailable in watchOS
    func start() -> [AVCaptureConnection] {
                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:933:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:60:21: error: 'AVCaptureConnection' is unavailable in watchOS
    func stop() -> [AVCaptureConnection] {
                    ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:933:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:70:23: error: 'AVCaptureInput' is unavailable in watchOS
    func addInputs<T: AVCaptureInput>(_ inputs: [T], isConnections: Bool = true) -> Bool {
                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:37:12: note: 'AVCaptureInput' has been explicitly marked unavailable here
@interface AVCaptureInput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:83:24: error: 'AVCaptureOutput' is unavailable in watchOS
    func addOutputs<T: AVCaptureOutput>(_ outputs: [T], isConnections: Bool = true) -> Bool {
                       ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureOutputBase.h:35:12: note: 'AVCaptureOutput' has been explicitly marked unavailable here
@interface AVCaptureOutput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:94:41: error: 'AVCaptureConnection' is unavailable in watchOS
    func canAddConnection(_ connection: AVCaptureConnection?) -> Bool {
                                        ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:933:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:100:33: error: 'AVCaptureMultiCamSession' is unavailable in watchOS
    func configuration(action: (AVCaptureMultiCamSession) -> Void) {
                                ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:849:12: note: 'AVCaptureMultiCamSession' has been explicitly marked unavailable here
@interface AVCaptureMultiCamSession : AVCaptureSession
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:107:34: error: 'AVCaptureInput' is unavailable in watchOS
    func removeInputs(_ inputs: [AVCaptureInput]) -> [AVCaptureInput] {
                                 ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:37:12: note: 'AVCaptureInput' has been explicitly marked unavailable here
@interface AVCaptureInput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:107:55: error: 'AVCaptureInput' is unavailable in watchOS
    func removeInputs(_ inputs: [AVCaptureInput]) -> [AVCaptureInput] {
                                                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:37:12: note: 'AVCaptureInput' has been explicitly marked unavailable here
@interface AVCaptureInput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:114:32: error: 'AVCaptureInput' is unavailable in watchOS
    func removeAllInputs() -> [AVCaptureInput] {
                               ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:37:12: note: 'AVCaptureInput' has been explicitly marked unavailable here
@interface AVCaptureInput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:121:36: error: 'AVCaptureOutput' is unavailable in watchOS
    func removeOutputs(_ outputs: [AVCaptureOutput]) -> [AVCaptureOutput] {
                                   ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureOutputBase.h:35:12: note: 'AVCaptureOutput' has been explicitly marked unavailable here
@interface AVCaptureOutput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:121:58: error: 'AVCaptureOutput' is unavailable in watchOS
    func removeOutputs(_ outputs: [AVCaptureOutput]) -> [AVCaptureOutput] {
                                                         ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureOutputBase.h:35:12: note: 'AVCaptureOutput' has been explicitly marked unavailable here
@interface AVCaptureOutput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:128:33: error: 'AVCaptureOutput' is unavailable in watchOS
    func removeAllOutputs() -> [AVCaptureOutput] {
                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureOutputBase.h:35:12: note: 'AVCaptureOutput' has been explicitly marked unavailable here
@interface AVCaptureOutput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:135:44: error: 'AVCaptureConnection' is unavailable in watchOS
    func canRemoveConnection(_ connection: AVCaptureConnection?) -> Bool {
                                           ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:933:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:146:35: error: 'AVCaptureVideoDataOutputSampleBufferDelegate' is unavailable in watchOS
    func sessionOutputs(delegate: AVCaptureVideoDataOutputSampleBufferDelegate? = nil, inputs: [CameraSessionInput], videoGravity: AVLayerVideoGravity = .resizeAspectFill, stabilizationMode: AVCaptureVideoStabilizationMode = .auto) -> [CameraSessionOutput] {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:278:11: note: 'AVCaptureVideoDataOutputSampleBufferDelegate' has been explicitly marked unavailable here
@protocol AVCaptureVideoDataOutputSampleBufferDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:146:192: error: 'AVCaptureVideoStabilizationMode' is unavailable in watchOS
    func sessionOutputs(delegate: AVCaptureVideoDataOutputSampleBufferDelegate? = nil, inputs: [CameraSessionInput], videoGravity: AVLayerVideoGravity = .resizeAspectFill, stabilizationMode: AVCaptureVideoStabilizationMode = .auto) -> [CameraSessionOutput] {
                                                                                                                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:3054:28: note: 'AVCaptureVideoStabilizationMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoStabilizationMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:146:155: error: 'resizeAspectFill' is unavailable in watchOS
    func sessionOutputs(delegate: AVCaptureVideoDataOutputSampleBufferDelegate? = nil, inputs: [CameraSessionInput], videoGravity: AVLayerVideoGravity = .resizeAspectFill, stabilizationMode: AVCaptureVideoStabilizationMode = .auto) -> [CameraSessionOutput] {
                                                                                                                                                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAnimation.h:40:38: note: 'resizeAspectFill' has been explicitly marked unavailable here
AVF_EXPORT AVLayerVideoGravity const AVLayerVideoGravityResizeAspectFill API_AVAILABLE(macos(10.7), ios(4.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:168:35: error: 'AVCaptureVideoDataOutputSampleBufferDelegate' is unavailable in watchOS
    func outputsSetting(delegate: AVCaptureVideoDataOutputSampleBufferDelegate?, inputs: [CameraSessionInput], videoGravity: AVLayerVideoGravity, isAlwaysDiscardsLateVideoFrames: Bool, stabilizationMode: AVCaptureVideoStabilizationMode) -> [CameraSessionOutput] {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:278:11: note: 'AVCaptureVideoDataOutputSampleBufferDelegate' has been explicitly marked unavailable here
@protocol AVCaptureVideoDataOutputSampleBufferDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:168:205: error: 'AVCaptureVideoStabilizationMode' is unavailable in watchOS
    func outputsSetting(delegate: AVCaptureVideoDataOutputSampleBufferDelegate?, inputs: [CameraSessionInput], videoGravity: AVLayerVideoGravity, isAlwaysDiscardsLateVideoFrames: Bool, stabilizationMode: AVCaptureVideoStabilizationMode) -> [CameraSessionOutput] {
                                                                                                                                                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:3054:28: note: 'AVCaptureVideoStabilizationMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoStabilizationMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:189:61: error: 'AVCaptureVideoDataOutputSampleBufferDelegate' is unavailable in watchOS
    func outputSetting(input: CameraSessionInput, delegate: AVCaptureVideoDataOutputSampleBufferDelegate?, videoGravity: AVLayerVideoGravity, isAlwaysDiscardsLateVideoFrames: Bool, stabilizationMode: AVCaptureVideoStabilizationMode) -> CameraSessionOutput {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:278:11: note: 'AVCaptureVideoDataOutputSampleBufferDelegate' has been explicitly marked unavailable here
@protocol AVCaptureVideoDataOutputSampleBufferDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:189:201: error: 'AVCaptureVideoStabilizationMode' is unavailable in watchOS
    func outputSetting(input: CameraSessionInput, delegate: AVCaptureVideoDataOutputSampleBufferDelegate?, videoGravity: AVLayerVideoGravity, isAlwaysDiscardsLateVideoFrames: Bool, stabilizationMode: AVCaptureVideoStabilizationMode) -> CameraSessionOutput {
                                                                                                                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:3054:28: note: 'AVCaptureVideoStabilizationMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoStabilizationMode) {
                           ^
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Constant.swift /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift -target arm64_32-apple-watchos7.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64_32/WWDualCamera-dependencies-2.json -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64_32/WWDualCamera_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name WWDualCamera -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64_32-apple-watchos26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64_32/WWDualCamera.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64_32/WWDualCamera.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64_32/WWDualCamera-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64_32/WWDualCamera-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64_32/WWDualCamera-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64_32/WWDualCamera.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64_32/WWDualCamera.abi.json
SwiftCompile normal arm64_32 Compiling\ Constant.swift /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Constant.swift (in target 'WWDualCamera' from project 'WWDualCamera')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Constant.swift (in target 'WWDualCamera' from project 'WWDualCamera')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ WWDualCamera.swift /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift (in target 'WWDualCamera' from project 'WWDualCamera')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift (in target 'WWDualCamera' from project 'WWDualCamera')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift (in target 'WWDualCamera' from project 'WWDualCamera')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift (in target 'WWDualCamera' from project 'WWDualCamera')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift (in target 'WWDualCamera' from project 'WWDualCamera')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift (in target 'WWDualCamera' from project 'WWDualCamera')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal armv7k Emitting\ module\ for\ WWDualCamera (in target 'WWDualCamera' from project 'WWDualCamera')
EmitSwiftModule normal armv7k (in target 'WWDualCamera' from project 'WWDualCamera')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ Constant.swift /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Constant.swift (in target 'WWDualCamera' from project 'WWDualCamera')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Constant.swift (in target 'WWDualCamera' from project 'WWDualCamera')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ WWDualCamera.swift /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift (in target 'WWDualCamera' from project 'WWDualCamera')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift (in target 'WWDualCamera' from project 'WWDualCamera')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ WWDualCamera (in target 'WWDualCamera' from project 'WWDualCamera')
EmitSwiftModule normal arm64 (in target 'WWDualCamera' from project 'WWDualCamera')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Constant.swift /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Constant.swift (in target 'WWDualCamera' from project 'WWDualCamera')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Constant.swift (in target 'WWDualCamera' from project 'WWDualCamera')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift (in target 'WWDualCamera' from project 'WWDualCamera')
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64_32 (in target 'WWDualCamera' from project 'WWDualCamera')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ WWDualCamera (in target 'WWDualCamera' from project 'WWDualCamera')
	Building workspace spi-builder-workspace with scheme WWDualCamera
(3 failures)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  WWDualCamera: /Users/admin/builder/spi-builder-workspace
resolved source packages: WWDualCamera
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WWDualCamera",
  "name" : "WWDualCamera",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "WWDualCamera",
      "targets" : [
        "WWDualCamera"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "WWDualCamera",
      "module_type" : "SwiftTarget",
      "name" : "WWDualCamera",
      "path" : "Sources/WWDualCamera",
      "product_memberships" : [
        "WWDualCamera"
      ],
      "sources" : [
        "Constant.swift",
        "Extension.swift",
        "WWDualCamera.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "WWDualCamera"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme WWDualCamera -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 WWDualCamera -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  WWDualCamera: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'WWDualCamera' in project 'WWDualCamera'
        ➜ Explicit dependency on target 'WWDualCamera' in project 'WWDualCamera'
    Target 'WWDualCamera' in project 'WWDualCamera' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
SwiftDriver WWDualCamera normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'WWDualCamera' from project 'WWDualCamera')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name WWDualCamera -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64_32/WWDualCamera.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64_32/WWDualCamera-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64_32/WWDualCamera.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64_32/WWDualCamera_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64_32/WWDualCamera-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver WWDualCamera normal armv7k com.apple.xcode.tools.swift.compiler (in target 'WWDualCamera' from project 'WWDualCamera')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name WWDualCamera -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/armv7k/WWDualCamera.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/armv7k/WWDualCamera-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/armv7k/WWDualCamera.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/armv7k/WWDualCamera_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/armv7k/WWDualCamera-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver WWDualCamera normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WWDualCamera' from project 'WWDualCamera')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name WWDualCamera -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64/WWDualCamera.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64/WWDualCamera-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64/WWDualCamera.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64/WWDualCamera_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64/WWDualCamera-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Constant.swift /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Constant.swift (in target 'WWDualCamera' from project 'WWDualCamera')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Constant.swift (in target 'WWDualCamera' from project 'WWDualCamera')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ WWDualCamera (in target 'WWDualCamera' from project 'WWDualCamera')
EmitSwiftModule normal arm64 (in target 'WWDualCamera' from project 'WWDualCamera')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:18:34: error: 'AVCaptureDevice' is unavailable in watchOS
    func _canAddDevice(_ device: AVCaptureDevice, isConnections: Bool) -> Result<Bool, Error> {
                                 ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:11:11: error: 'AVCaptureSession' is unavailable in watchOS
extension AVCaptureSession {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:169:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
@interface AVCaptureSession : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:50:45: error: 'AVCaptureDevice' is unavailable in watchOS
    static func _supportCount(deviceTypes: [AVCaptureDevice.DeviceType] = [.builtInWideAngleCamera, .builtInTelephotoCamera, .builtInUltraWideCamera]) -> Int {
                                            ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:50:77: error: 'builtInWideAngleCamera' is unavailable in watchOS
    static func _supportCount(deviceTypes: [AVCaptureDevice.DeviceType] = [.builtInWideAngleCamera, .builtInTelephotoCamera, .builtInUltraWideCamera]) -> Int {
                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:480:38: note: 'builtInWideAngleCamera' has been explicitly marked unavailable here
AVF_EXPORT AVCaptureDeviceType const AVCaptureDeviceTypeBuiltInWideAngleCamera API_AVAILABLE(macos(10.15), ios(10.0), macCatalyst(14.0), tvos(17.0), visionos(2.1)) API_UNAVAILABLE(watchos);
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:50:102: error: 'builtInTelephotoCamera' is unavailable in watchOS
    static func _supportCount(deviceTypes: [AVCaptureDevice.DeviceType] = [.builtInWideAngleCamera, .builtInTelephotoCamera, .builtInUltraWideCamera]) -> Int {
                                                                                                     ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:486:38: note: 'builtInTelephotoCamera' has been explicitly marked unavailable here
AVF_EXPORT AVCaptureDeviceType const AVCaptureDeviceTypeBuiltInTelephotoCamera API_AVAILABLE(ios(10.0), macCatalyst(14.0), tvos(17.0)) API_UNAVAILABLE(macos, visionos) API_UNAVAILABLE(watchos);
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:50:127: error: 'builtInUltraWideCamera' is unavailable in watchOS
    static func _supportCount(deviceTypes: [AVCaptureDevice.DeviceType] = [.builtInWideAngleCamera, .builtInTelephotoCamera, .builtInUltraWideCamera]) -> Int {
                                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:492:38: note: 'builtInUltraWideCamera' has been explicitly marked unavailable here
AVF_EXPORT AVCaptureDeviceType const AVCaptureDeviceTypeBuiltInUltraWideCamera API_AVAILABLE(ios(13.0), macCatalyst(14.0), tvos(17.0)) API_UNAVAILABLE(macos, visionos) API_UNAVAILABLE(watchos);
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:39:11: error: 'AVCaptureMultiCamSession' is unavailable in watchOS
extension AVCaptureMultiCamSession {
          ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:849:12: note: 'AVCaptureMultiCamSession' has been explicitly marked unavailable here
@interface AVCaptureMultiCamSession : AVCaptureSession
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:80:45: error: 'AVCaptureConnection' is unavailable in watchOS
    func _canRemoveConnection(_ connection: AVCaptureConnection?) -> Bool {
                                            ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:933:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:69:11: error: 'AVCaptureMultiCamSession' is unavailable in watchOS
extension AVCaptureMultiCamSession {
          ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:849:12: note: 'AVCaptureMultiCamSession' has been explicitly marked unavailable here
@interface AVCaptureMultiCamSession : AVCaptureSession
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:105:40: error: 'AVCaptureDevice' is unavailable in watchOS
    static func _default(_ deviceType: AVCaptureDevice.DeviceType, for mediaType: AVMediaType?, position: AVCaptureDevice.Position) -> AVCaptureDevice? { return AVCaptureDevice.default(deviceType, for: mediaType, position: position) }
                                       ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:105:107: error: 'AVCaptureDevice' is unavailable in watchOS
    static func _default(_ deviceType: AVCaptureDevice.DeviceType, for mediaType: AVMediaType?, position: AVCaptureDevice.Position) -> AVCaptureDevice? { return AVCaptureDevice.default(deviceType, for: mediaType, position: position) }
                                                                                                          ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:105:136: error: 'AVCaptureDevice' is unavailable in watchOS
    static func _default(_ deviceType: AVCaptureDevice.DeviceType, for mediaType: AVMediaType?, position: AVCaptureDevice.Position) -> AVCaptureDevice? { return AVCaptureDevice.default(deviceType, for: mediaType, position: position) }
                                                                                                                                       ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:113:42: error: 'AVCaptureDevice' is unavailable in watchOS
    static func _discovery(deviceTypes: [AVCaptureDevice.DeviceType], mediaType: AVMediaType?, position: AVCaptureDevice.Position) -> [AVCaptureDevice] {
                                         ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:113:106: error: 'AVCaptureDevice' is unavailable in watchOS
    static func _discovery(deviceTypes: [AVCaptureDevice.DeviceType], mediaType: AVMediaType?, position: AVCaptureDevice.Position) -> [AVCaptureDevice] {
                                                                                                         ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:113:136: error: 'AVCaptureDevice' is unavailable in watchOS
    static func _discovery(deviceTypes: [AVCaptureDevice.DeviceType], mediaType: AVMediaType?, position: AVCaptureDevice.Position) -> [AVCaptureDevice] {
                                                                                                                                       ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:97:11: error: 'AVCaptureDevice' is unavailable in watchOS
extension AVCaptureDevice {
          ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:124:36: error: 'AVCaptureDeviceInput' is unavailable in watchOS
    func _captureInput() -> Result<AVCaptureDeviceInput, Error> {
                                   ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:181:12: note: 'AVCaptureDeviceInput' has been explicitly marked unavailable here
@interface AVCaptureDeviceInput : AVCaptureInput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:121:11: error: 'AVCaptureDevice' is unavailable in watchOS
extension AVCaptureDevice {
          ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:141:51: error: 'AVCaptureInput' is unavailable in watchOS
    func _port(forType mediaType: AVMediaType) -> AVCaptureInput.Port? {
                                                  ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:37:12: note: 'AVCaptureInput' has been explicitly marked unavailable here
@interface AVCaptureInput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:136:11: error: 'AVCaptureDeviceInput' is unavailable in watchOS
extension AVCaptureDeviceInput {
          ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:181:12: note: 'AVCaptureDeviceInput' has been explicitly marked unavailable here
@interface AVCaptureDeviceInput : AVCaptureInput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:154:32: error: 'AVCaptureInput' is unavailable in watchOS
    func _canAddInput(_ input: AVCaptureInput?, isConnections: Bool) -> Bool {
                               ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:37:12: note: 'AVCaptureInput' has been explicitly marked unavailable here
@interface AVCaptureInput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:171:34: error: 'AVCaptureOutput' is unavailable in watchOS
    func _canAddOutput(_ output: AVCaptureOutput?, isConnections: Bool) -> Bool {
                                 ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureOutputBase.h:35:12: note: 'AVCaptureOutput' has been explicitly marked unavailable here
@interface AVCaptureOutput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:186:42: error: 'AVCaptureConnection' is unavailable in watchOS
    func _canAddConnection(_ connection: AVCaptureConnection?) -> Bool {
                                         ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:933:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:207:103: error: 'AVCaptureVideoPreviewLayer' is unavailable in watchOS
    func _previewLayer(with frame: CGRect, videoGravity: AVLayerVideoGravity, isConnections: Bool) -> AVCaptureVideoPreviewLayer {
                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoPreviewLayer.h:33:12: note: 'AVCaptureVideoPreviewLayer' has been explicitly marked unavailable here
@interface AVCaptureVideoPreviewLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:147:11: error: 'AVCaptureSession' is unavailable in watchOS
extension AVCaptureSession {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:169:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
@interface AVCaptureSession : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:228:34: error: 'AVCaptureVideoDataOutputSampleBufferDelegate' is unavailable in watchOS
    static func _build(delegate: AVCaptureVideoDataOutputSampleBufferDelegate?, isAlwaysDiscardsLateVideoFrames: Bool, videoSettings: [String : Any], queue: DispatchQueue?) -> AVCaptureVideoDataOutput {
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:278:11: note: 'AVCaptureVideoDataOutputSampleBufferDelegate' has been explicitly marked unavailable here
@protocol AVCaptureVideoDataOutputSampleBufferDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:228:177: error: 'AVCaptureVideoDataOutput' is unavailable in watchOS
    static func _build(delegate: AVCaptureVideoDataOutputSampleBufferDelegate?, isAlwaysDiscardsLateVideoFrames: Bool, videoSettings: [String : Any], queue: DispatchQueue?) -> AVCaptureVideoDataOutput {
                                                                                                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:31:12: note: 'AVCaptureVideoDataOutput' has been explicitly marked unavailable here
@interface AVCaptureVideoDataOutput : AVCaptureOutput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:219:11: error: 'AVCaptureVideoDataOutput' is unavailable in watchOS
extension AVCaptureVideoDataOutput {
          ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:31:12: note: 'AVCaptureVideoDataOutput' has been explicitly marked unavailable here
@interface AVCaptureVideoDataOutput : AVCaptureOutput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:248:37: error: 'AVCaptureVideoStabilizationMode' is unavailable in watchOS
    func _stabilizationMode(_ mode: AVCaptureVideoStabilizationMode, device: AVCaptureDevice) -> Bool {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:3054:28: note: 'AVCaptureVideoStabilizationMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoStabilizationMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:248:78: error: 'AVCaptureDevice' is unavailable in watchOS
    func _stabilizationMode(_ mode: AVCaptureVideoStabilizationMode, device: AVCaptureDevice) -> Bool {
                                                                             ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:241:11: error: 'AVCaptureVideoPreviewLayer' is unavailable in watchOS
extension AVCaptureVideoPreviewLayer {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoPreviewLayer.h:33:12: note: 'AVCaptureVideoPreviewLayer' has been explicitly marked unavailable here
@interface AVCaptureVideoPreviewLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:261:37: error: 'AVCaptureVideoStabilizationMode' is unavailable in watchOS
    func _stabilizationMode(_ mode: AVCaptureVideoStabilizationMode, device: AVCaptureDevice) -> Bool {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:3054:28: note: 'AVCaptureVideoStabilizationMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoStabilizationMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:261:78: error: 'AVCaptureDevice' is unavailable in watchOS
    func _stabilizationMode(_ mode: AVCaptureVideoStabilizationMode, device: AVCaptureDevice) -> Bool {
                                                                             ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:254:11: error: 'AVCaptureConnection' is unavailable in watchOS
extension AVCaptureConnection {
          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:933:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:16:21: error: 'AVCaptureDevice' is unavailable in watchOS
        deviceType: AVCaptureDevice.DeviceType,     // 鏡頭裝置類型
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:17:19: error: 'AVCaptureDevice' is unavailable in watchOS
        position: AVCaptureDevice.Position          // 鏡頭前後位置
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:21:16: error: 'AVCaptureDeviceInput' is unavailable in watchOS
        input: AVCaptureDeviceInput?,               // 裝置輸入
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:181:12: note: 'AVCaptureDeviceInput' has been explicitly marked unavailable here
@interface AVCaptureDeviceInput : AVCaptureInput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:22:17: error: 'AVCaptureVideoDataOutput' is unavailable in watchOS
        output: AVCaptureVideoDataOutput?,          // 影像輸出
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:31:12: note: 'AVCaptureVideoDataOutput' has been explicitly marked unavailable here
@interface AVCaptureVideoDataOutput : AVCaptureOutput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:23:23: error: 'AVCaptureVideoPreviewLayer' is unavailable in watchOS
        previewLayer: AVCaptureVideoPreviewLayer?,  // 預覽畫面
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoPreviewLayer.h:33:12: note: 'AVCaptureVideoPreviewLayer' has been explicitly marked unavailable here
@interface AVCaptureVideoPreviewLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:32:31: error: 'AVCaptureMultiCamSession' is unavailable in watchOS
    public let multiSession = AVCaptureMultiCamSession()
                              ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:849:12: note: 'AVCaptureMultiCamSession' has been explicitly marked unavailable here
@interface AVCaptureMultiCamSession : AVCaptureSession
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:53:22: error: 'AVCaptureConnection' is unavailable in watchOS
    func start() -> [AVCaptureConnection] {
                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:933:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:60:21: error: 'AVCaptureConnection' is unavailable in watchOS
    func stop() -> [AVCaptureConnection] {
                    ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:933:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:70:23: error: 'AVCaptureInput' is unavailable in watchOS
    func addInputs<T: AVCaptureInput>(_ inputs: [T], isConnections: Bool = true) -> Bool {
                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:37:12: note: 'AVCaptureInput' has been explicitly marked unavailable here
@interface AVCaptureInput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:83:24: error: 'AVCaptureOutput' is unavailable in watchOS
    func addOutputs<T: AVCaptureOutput>(_ outputs: [T], isConnections: Bool = true) -> Bool {
                       ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureOutputBase.h:35:12: note: 'AVCaptureOutput' has been explicitly marked unavailable here
@interface AVCaptureOutput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:94:41: error: 'AVCaptureConnection' is unavailable in watchOS
    func canAddConnection(_ connection: AVCaptureConnection?) -> Bool {
                                        ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:933:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:100:33: error: 'AVCaptureMultiCamSession' is unavailable in watchOS
    func configuration(action: (AVCaptureMultiCamSession) -> Void) {
                                ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:849:12: note: 'AVCaptureMultiCamSession' has been explicitly marked unavailable here
@interface AVCaptureMultiCamSession : AVCaptureSession
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:107:34: error: 'AVCaptureInput' is unavailable in watchOS
    func removeInputs(_ inputs: [AVCaptureInput]) -> [AVCaptureInput] {
                                 ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:37:12: note: 'AVCaptureInput' has been explicitly marked unavailable here
@interface AVCaptureInput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:107:55: error: 'AVCaptureInput' is unavailable in watchOS
    func removeInputs(_ inputs: [AVCaptureInput]) -> [AVCaptureInput] {
                                                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:37:12: note: 'AVCaptureInput' has been explicitly marked unavailable here
@interface AVCaptureInput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:114:32: error: 'AVCaptureInput' is unavailable in watchOS
    func removeAllInputs() -> [AVCaptureInput] {
                               ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:37:12: note: 'AVCaptureInput' has been explicitly marked unavailable here
@interface AVCaptureInput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:121:36: error: 'AVCaptureOutput' is unavailable in watchOS
    func removeOutputs(_ outputs: [AVCaptureOutput]) -> [AVCaptureOutput] {
                                   ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureOutputBase.h:35:12: note: 'AVCaptureOutput' has been explicitly marked unavailable here
@interface AVCaptureOutput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:121:58: error: 'AVCaptureOutput' is unavailable in watchOS
    func removeOutputs(_ outputs: [AVCaptureOutput]) -> [AVCaptureOutput] {
                                                         ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureOutputBase.h:35:12: note: 'AVCaptureOutput' has been explicitly marked unavailable here
@interface AVCaptureOutput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:128:33: error: 'AVCaptureOutput' is unavailable in watchOS
    func removeAllOutputs() -> [AVCaptureOutput] {
                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureOutputBase.h:35:12: note: 'AVCaptureOutput' has been explicitly marked unavailable here
@interface AVCaptureOutput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:135:44: error: 'AVCaptureConnection' is unavailable in watchOS
    func canRemoveConnection(_ connection: AVCaptureConnection?) -> Bool {
                                           ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:933:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:146:35: error: 'AVCaptureVideoDataOutputSampleBufferDelegate' is unavailable in watchOS
    func sessionOutputs(delegate: AVCaptureVideoDataOutputSampleBufferDelegate? = nil, inputs: [CameraSessionInput], videoGravity: AVLayerVideoGravity = .resizeAspectFill, stabilizationMode: AVCaptureVideoStabilizationMode = .auto) -> [CameraSessionOutput] {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:278:11: note: 'AVCaptureVideoDataOutputSampleBufferDelegate' has been explicitly marked unavailable here
@protocol AVCaptureVideoDataOutputSampleBufferDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:146:192: error: 'AVCaptureVideoStabilizationMode' is unavailable in watchOS
    func sessionOutputs(delegate: AVCaptureVideoDataOutputSampleBufferDelegate? = nil, inputs: [CameraSessionInput], videoGravity: AVLayerVideoGravity = .resizeAspectFill, stabilizationMode: AVCaptureVideoStabilizationMode = .auto) -> [CameraSessionOutput] {
                                                                                                                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:3054:28: note: 'AVCaptureVideoStabilizationMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoStabilizationMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:146:155: error: 'resizeAspectFill' is unavailable in watchOS
    func sessionOutputs(delegate: AVCaptureVideoDataOutputSampleBufferDelegate? = nil, inputs: [CameraSessionInput], videoGravity: AVLayerVideoGravity = .resizeAspectFill, stabilizationMode: AVCaptureVideoStabilizationMode = .auto) -> [CameraSessionOutput] {
                                                                                                                                                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAnimation.h:40:38: note: 'resizeAspectFill' has been explicitly marked unavailable here
AVF_EXPORT AVLayerVideoGravity const AVLayerVideoGravityResizeAspectFill API_AVAILABLE(macos(10.7), ios(4.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:168:35: error: 'AVCaptureVideoDataOutputSampleBufferDelegate' is unavailable in watchOS
    func outputsSetting(delegate: AVCaptureVideoDataOutputSampleBufferDelegate?, inputs: [CameraSessionInput], videoGravity: AVLayerVideoGravity, isAlwaysDiscardsLateVideoFrames: Bool, stabilizationMode: AVCaptureVideoStabilizationMode) -> [CameraSessionOutput] {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:278:11: note: 'AVCaptureVideoDataOutputSampleBufferDelegate' has been explicitly marked unavailable here
@protocol AVCaptureVideoDataOutputSampleBufferDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:168:205: error: 'AVCaptureVideoStabilizationMode' is unavailable in watchOS
    func outputsSetting(delegate: AVCaptureVideoDataOutputSampleBufferDelegate?, inputs: [CameraSessionInput], videoGravity: AVLayerVideoGravity, isAlwaysDiscardsLateVideoFrames: Bool, stabilizationMode: AVCaptureVideoStabilizationMode) -> [CameraSessionOutput] {
                                                                                                                                                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:3054:28: note: 'AVCaptureVideoStabilizationMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoStabilizationMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:189:61: error: 'AVCaptureVideoDataOutputSampleBufferDelegate' is unavailable in watchOS
    func outputSetting(input: CameraSessionInput, delegate: AVCaptureVideoDataOutputSampleBufferDelegate?, videoGravity: AVLayerVideoGravity, isAlwaysDiscardsLateVideoFrames: Bool, stabilizationMode: AVCaptureVideoStabilizationMode) -> CameraSessionOutput {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:278:11: note: 'AVCaptureVideoDataOutputSampleBufferDelegate' has been explicitly marked unavailable here
@protocol AVCaptureVideoDataOutputSampleBufferDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:189:201: error: 'AVCaptureVideoStabilizationMode' is unavailable in watchOS
    func outputSetting(input: CameraSessionInput, delegate: AVCaptureVideoDataOutputSampleBufferDelegate?, videoGravity: AVLayerVideoGravity, isAlwaysDiscardsLateVideoFrames: Bool, stabilizationMode: AVCaptureVideoStabilizationMode) -> CameraSessionOutput {
                                                                                                                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:3054:28: note: 'AVCaptureVideoStabilizationMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoStabilizationMode) {
                           ^
SwiftCompile normal arm64 Compiling\ Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift (in target 'WWDualCamera' from project 'WWDualCamera')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift (in target 'WWDualCamera' from project 'WWDualCamera')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ WWDualCamera.swift /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift (in target 'WWDualCamera' from project 'WWDualCamera')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift (in target 'WWDualCamera' from project 'WWDualCamera')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ WWDualCamera (in target 'WWDualCamera' from project 'WWDualCamera')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Constant.swift /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift -target arm64_32-apple-watchos7.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64_32/WWDualCamera-dependencies-1.json -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64_32/WWDualCamera_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name WWDualCamera -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64_32-apple-watchos26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64_32/WWDualCamera.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64_32/WWDualCamera.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64_32/WWDualCamera-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64_32/WWDualCamera-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64_32/WWDualCamera-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64_32/WWDualCamera.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/arm64_32/WWDualCamera.abi.json
EmitSwiftModule normal arm64_32 (in target 'WWDualCamera' from project 'WWDualCamera')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:18:34: error: 'AVCaptureDevice' is unavailable in watchOS
    func _canAddDevice(_ device: AVCaptureDevice, isConnections: Bool) -> Result<Bool, Error> {
                                 ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:11:11: error: 'AVCaptureSession' is unavailable in watchOS
extension AVCaptureSession {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:169:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
@interface AVCaptureSession : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:50:45: error: 'AVCaptureDevice' is unavailable in watchOS
    static func _supportCount(deviceTypes: [AVCaptureDevice.DeviceType] = [.builtInWideAngleCamera, .builtInTelephotoCamera, .builtInUltraWideCamera]) -> Int {
                                            ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:50:77: error: 'builtInWideAngleCamera' is unavailable in watchOS
    static func _supportCount(deviceTypes: [AVCaptureDevice.DeviceType] = [.builtInWideAngleCamera, .builtInTelephotoCamera, .builtInUltraWideCamera]) -> Int {
                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:480:38: note: 'builtInWideAngleCamera' has been explicitly marked unavailable here
AVF_EXPORT AVCaptureDeviceType const AVCaptureDeviceTypeBuiltInWideAngleCamera API_AVAILABLE(macos(10.15), ios(10.0), macCatalyst(14.0), tvos(17.0), visionos(2.1)) API_UNAVAILABLE(watchos);
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:50:102: error: 'builtInTelephotoCamera' is unavailable in watchOS
    static func _supportCount(deviceTypes: [AVCaptureDevice.DeviceType] = [.builtInWideAngleCamera, .builtInTelephotoCamera, .builtInUltraWideCamera]) -> Int {
                                                                                                     ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:486:38: note: 'builtInTelephotoCamera' has been explicitly marked unavailable here
AVF_EXPORT AVCaptureDeviceType const AVCaptureDeviceTypeBuiltInTelephotoCamera API_AVAILABLE(ios(10.0), macCatalyst(14.0), tvos(17.0)) API_UNAVAILABLE(macos, visionos) API_UNAVAILABLE(watchos);
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:50:127: error: 'builtInUltraWideCamera' is unavailable in watchOS
    static func _supportCount(deviceTypes: [AVCaptureDevice.DeviceType] = [.builtInWideAngleCamera, .builtInTelephotoCamera, .builtInUltraWideCamera]) -> Int {
                                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:492:38: note: 'builtInUltraWideCamera' has been explicitly marked unavailable here
AVF_EXPORT AVCaptureDeviceType const AVCaptureDeviceTypeBuiltInUltraWideCamera API_AVAILABLE(ios(13.0), macCatalyst(14.0), tvos(17.0)) API_UNAVAILABLE(macos, visionos) API_UNAVAILABLE(watchos);
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:39:11: error: 'AVCaptureMultiCamSession' is unavailable in watchOS
extension AVCaptureMultiCamSession {
          ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:849:12: note: 'AVCaptureMultiCamSession' has been explicitly marked unavailable here
@interface AVCaptureMultiCamSession : AVCaptureSession
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:80:45: error: 'AVCaptureConnection' is unavailable in watchOS
    func _canRemoveConnection(_ connection: AVCaptureConnection?) -> Bool {
                                            ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:933:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:69:11: error: 'AVCaptureMultiCamSession' is unavailable in watchOS
extension AVCaptureMultiCamSession {
          ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:849:12: note: 'AVCaptureMultiCamSession' has been explicitly marked unavailable here
@interface AVCaptureMultiCamSession : AVCaptureSession
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:105:40: error: 'AVCaptureDevice' is unavailable in watchOS
    static func _default(_ deviceType: AVCaptureDevice.DeviceType, for mediaType: AVMediaType?, position: AVCaptureDevice.Position) -> AVCaptureDevice? { return AVCaptureDevice.default(deviceType, for: mediaType, position: position) }
                                       ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:105:107: error: 'AVCaptureDevice' is unavailable in watchOS
    static func _default(_ deviceType: AVCaptureDevice.DeviceType, for mediaType: AVMediaType?, position: AVCaptureDevice.Position) -> AVCaptureDevice? { return AVCaptureDevice.default(deviceType, for: mediaType, position: position) }
                                                                                                          ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:105:136: error: 'AVCaptureDevice' is unavailable in watchOS
    static func _default(_ deviceType: AVCaptureDevice.DeviceType, for mediaType: AVMediaType?, position: AVCaptureDevice.Position) -> AVCaptureDevice? { return AVCaptureDevice.default(deviceType, for: mediaType, position: position) }
                                                                                                                                       ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:113:42: error: 'AVCaptureDevice' is unavailable in watchOS
    static func _discovery(deviceTypes: [AVCaptureDevice.DeviceType], mediaType: AVMediaType?, position: AVCaptureDevice.Position) -> [AVCaptureDevice] {
                                         ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:113:106: error: 'AVCaptureDevice' is unavailable in watchOS
    static func _discovery(deviceTypes: [AVCaptureDevice.DeviceType], mediaType: AVMediaType?, position: AVCaptureDevice.Position) -> [AVCaptureDevice] {
                                                                                                         ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:113:136: error: 'AVCaptureDevice' is unavailable in watchOS
    static func _discovery(deviceTypes: [AVCaptureDevice.DeviceType], mediaType: AVMediaType?, position: AVCaptureDevice.Position) -> [AVCaptureDevice] {
                                                                                                                                       ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:97:11: error: 'AVCaptureDevice' is unavailable in watchOS
extension AVCaptureDevice {
          ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:124:36: error: 'AVCaptureDeviceInput' is unavailable in watchOS
    func _captureInput() -> Result<AVCaptureDeviceInput, Error> {
                                   ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:181:12: note: 'AVCaptureDeviceInput' has been explicitly marked unavailable here
@interface AVCaptureDeviceInput : AVCaptureInput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:121:11: error: 'AVCaptureDevice' is unavailable in watchOS
extension AVCaptureDevice {
          ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:141:51: error: 'AVCaptureInput' is unavailable in watchOS
    func _port(forType mediaType: AVMediaType) -> AVCaptureInput.Port? {
                                                  ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:37:12: note: 'AVCaptureInput' has been explicitly marked unavailable here
@interface AVCaptureInput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:136:11: error: 'AVCaptureDeviceInput' is unavailable in watchOS
extension AVCaptureDeviceInput {
          ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:181:12: note: 'AVCaptureDeviceInput' has been explicitly marked unavailable here
@interface AVCaptureDeviceInput : AVCaptureInput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:154:32: error: 'AVCaptureInput' is unavailable in watchOS
    func _canAddInput(_ input: AVCaptureInput?, isConnections: Bool) -> Bool {
                               ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:37:12: note: 'AVCaptureInput' has been explicitly marked unavailable here
@interface AVCaptureInput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:171:34: error: 'AVCaptureOutput' is unavailable in watchOS
    func _canAddOutput(_ output: AVCaptureOutput?, isConnections: Bool) -> Bool {
                                 ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureOutputBase.h:35:12: note: 'AVCaptureOutput' has been explicitly marked unavailable here
@interface AVCaptureOutput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:186:42: error: 'AVCaptureConnection' is unavailable in watchOS
    func _canAddConnection(_ connection: AVCaptureConnection?) -> Bool {
                                         ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:933:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:207:103: error: 'AVCaptureVideoPreviewLayer' is unavailable in watchOS
    func _previewLayer(with frame: CGRect, videoGravity: AVLayerVideoGravity, isConnections: Bool) -> AVCaptureVideoPreviewLayer {
                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoPreviewLayer.h:33:12: note: 'AVCaptureVideoPreviewLayer' has been explicitly marked unavailable here
@interface AVCaptureVideoPreviewLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:147:11: error: 'AVCaptureSession' is unavailable in watchOS
extension AVCaptureSession {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:169:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
@interface AVCaptureSession : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:228:34: error: 'AVCaptureVideoDataOutputSampleBufferDelegate' is unavailable in watchOS
    static func _build(delegate: AVCaptureVideoDataOutputSampleBufferDelegate?, isAlwaysDiscardsLateVideoFrames: Bool, videoSettings: [String : Any], queue: DispatchQueue?) -> AVCaptureVideoDataOutput {
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:278:11: note: 'AVCaptureVideoDataOutputSampleBufferDelegate' has been explicitly marked unavailable here
@protocol AVCaptureVideoDataOutputSampleBufferDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:228:177: error: 'AVCaptureVideoDataOutput' is unavailable in watchOS
    static func _build(delegate: AVCaptureVideoDataOutputSampleBufferDelegate?, isAlwaysDiscardsLateVideoFrames: Bool, videoSettings: [String : Any], queue: DispatchQueue?) -> AVCaptureVideoDataOutput {
                                                                                                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:31:12: note: 'AVCaptureVideoDataOutput' has been explicitly marked unavailable here
@interface AVCaptureVideoDataOutput : AVCaptureOutput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:219:11: error: 'AVCaptureVideoDataOutput' is unavailable in watchOS
extension AVCaptureVideoDataOutput {
          ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:31:12: note: 'AVCaptureVideoDataOutput' has been explicitly marked unavailable here
@interface AVCaptureVideoDataOutput : AVCaptureOutput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:248:37: error: 'AVCaptureVideoStabilizationMode' is unavailable in watchOS
    func _stabilizationMode(_ mode: AVCaptureVideoStabilizationMode, device: AVCaptureDevice) -> Bool {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:3054:28: note: 'AVCaptureVideoStabilizationMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoStabilizationMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:248:78: error: 'AVCaptureDevice' is unavailable in watchOS
    func _stabilizationMode(_ mode: AVCaptureVideoStabilizationMode, device: AVCaptureDevice) -> Bool {
                                                                             ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:241:11: error: 'AVCaptureVideoPreviewLayer' is unavailable in watchOS
extension AVCaptureVideoPreviewLayer {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoPreviewLayer.h:33:12: note: 'AVCaptureVideoPreviewLayer' has been explicitly marked unavailable here
@interface AVCaptureVideoPreviewLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:261:37: error: 'AVCaptureVideoStabilizationMode' is unavailable in watchOS
    func _stabilizationMode(_ mode: AVCaptureVideoStabilizationMode, device: AVCaptureDevice) -> Bool {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:3054:28: note: 'AVCaptureVideoStabilizationMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoStabilizationMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:261:78: error: 'AVCaptureDevice' is unavailable in watchOS
    func _stabilizationMode(_ mode: AVCaptureVideoStabilizationMode, device: AVCaptureDevice) -> Bool {
                                                                             ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:254:11: error: 'AVCaptureConnection' is unavailable in watchOS
extension AVCaptureConnection {
          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:933:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:16:21: error: 'AVCaptureDevice' is unavailable in watchOS
        deviceType: AVCaptureDevice.DeviceType,     // 鏡頭裝置類型
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:17:19: error: 'AVCaptureDevice' is unavailable in watchOS
        position: AVCaptureDevice.Position          // 鏡頭前後位置
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:21:16: error: 'AVCaptureDeviceInput' is unavailable in watchOS
        input: AVCaptureDeviceInput?,               // 裝置輸入
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:181:12: note: 'AVCaptureDeviceInput' has been explicitly marked unavailable here
@interface AVCaptureDeviceInput : AVCaptureInput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:22:17: error: 'AVCaptureVideoDataOutput' is unavailable in watchOS
        output: AVCaptureVideoDataOutput?,          // 影像輸出
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:31:12: note: 'AVCaptureVideoDataOutput' has been explicitly marked unavailable here
@interface AVCaptureVideoDataOutput : AVCaptureOutput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:23:23: error: 'AVCaptureVideoPreviewLayer' is unavailable in watchOS
        previewLayer: AVCaptureVideoPreviewLayer?,  // 預覽畫面
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoPreviewLayer.h:33:12: note: 'AVCaptureVideoPreviewLayer' has been explicitly marked unavailable here
@interface AVCaptureVideoPreviewLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:32:31: error: 'AVCaptureMultiCamSession' is unavailable in watchOS
    public let multiSession = AVCaptureMultiCamSession()
                              ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:849:12: note: 'AVCaptureMultiCamSession' has been explicitly marked unavailable here
@interface AVCaptureMultiCamSession : AVCaptureSession
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:53:22: error: 'AVCaptureConnection' is unavailable in watchOS
    func start() -> [AVCaptureConnection] {
                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:933:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:60:21: error: 'AVCaptureConnection' is unavailable in watchOS
    func stop() -> [AVCaptureConnection] {
                    ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:933:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:70:23: error: 'AVCaptureInput' is unavailable in watchOS
    func addInputs<T: AVCaptureInput>(_ inputs: [T], isConnections: Bool = true) -> Bool {
                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:37:12: note: 'AVCaptureInput' has been explicitly marked unavailable here
@interface AVCaptureInput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:83:24: error: 'AVCaptureOutput' is unavailable in watchOS
    func addOutputs<T: AVCaptureOutput>(_ outputs: [T], isConnections: Bool = true) -> Bool {
                       ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureOutputBase.h:35:12: note: 'AVCaptureOutput' has been explicitly marked unavailable here
@interface AVCaptureOutput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:94:41: error: 'AVCaptureConnection' is unavailable in watchOS
    func canAddConnection(_ connection: AVCaptureConnection?) -> Bool {
                                        ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:933:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:100:33: error: 'AVCaptureMultiCamSession' is unavailable in watchOS
    func configuration(action: (AVCaptureMultiCamSession) -> Void) {
                                ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:849:12: note: 'AVCaptureMultiCamSession' has been explicitly marked unavailable here
@interface AVCaptureMultiCamSession : AVCaptureSession
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:107:34: error: 'AVCaptureInput' is unavailable in watchOS
    func removeInputs(_ inputs: [AVCaptureInput]) -> [AVCaptureInput] {
                                 ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:37:12: note: 'AVCaptureInput' has been explicitly marked unavailable here
@interface AVCaptureInput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:107:55: error: 'AVCaptureInput' is unavailable in watchOS
    func removeInputs(_ inputs: [AVCaptureInput]) -> [AVCaptureInput] {
                                                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:37:12: note: 'AVCaptureInput' has been explicitly marked unavailable here
@interface AVCaptureInput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:114:32: error: 'AVCaptureInput' is unavailable in watchOS
    func removeAllInputs() -> [AVCaptureInput] {
                               ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:37:12: note: 'AVCaptureInput' has been explicitly marked unavailable here
@interface AVCaptureInput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:121:36: error: 'AVCaptureOutput' is unavailable in watchOS
    func removeOutputs(_ outputs: [AVCaptureOutput]) -> [AVCaptureOutput] {
                                   ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureOutputBase.h:35:12: note: 'AVCaptureOutput' has been explicitly marked unavailable here
@interface AVCaptureOutput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:121:58: error: 'AVCaptureOutput' is unavailable in watchOS
    func removeOutputs(_ outputs: [AVCaptureOutput]) -> [AVCaptureOutput] {
                                                         ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureOutputBase.h:35:12: note: 'AVCaptureOutput' has been explicitly marked unavailable here
@interface AVCaptureOutput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:128:33: error: 'AVCaptureOutput' is unavailable in watchOS
    func removeAllOutputs() -> [AVCaptureOutput] {
                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureOutputBase.h:35:12: note: 'AVCaptureOutput' has been explicitly marked unavailable here
@interface AVCaptureOutput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:135:44: error: 'AVCaptureConnection' is unavailable in watchOS
    func canRemoveConnection(_ connection: AVCaptureConnection?) -> Bool {
                                           ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:933:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:146:35: error: 'AVCaptureVideoDataOutputSampleBufferDelegate' is unavailable in watchOS
    func sessionOutputs(delegate: AVCaptureVideoDataOutputSampleBufferDelegate? = nil, inputs: [CameraSessionInput], videoGravity: AVLayerVideoGravity = .resizeAspectFill, stabilizationMode: AVCaptureVideoStabilizationMode = .auto) -> [CameraSessionOutput] {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:278:11: note: 'AVCaptureVideoDataOutputSampleBufferDelegate' has been explicitly marked unavailable here
@protocol AVCaptureVideoDataOutputSampleBufferDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:146:192: error: 'AVCaptureVideoStabilizationMode' is unavailable in watchOS
    func sessionOutputs(delegate: AVCaptureVideoDataOutputSampleBufferDelegate? = nil, inputs: [CameraSessionInput], videoGravity: AVLayerVideoGravity = .resizeAspectFill, stabilizationMode: AVCaptureVideoStabilizationMode = .auto) -> [CameraSessionOutput] {
                                                                                                                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:3054:28: note: 'AVCaptureVideoStabilizationMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoStabilizationMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:146:155: error: 'resizeAspectFill' is unavailable in watchOS
    func sessionOutputs(delegate: AVCaptureVideoDataOutputSampleBufferDelegate? = nil, inputs: [CameraSessionInput], videoGravity: AVLayerVideoGravity = .resizeAspectFill, stabilizationMode: AVCaptureVideoStabilizationMode = .auto) -> [CameraSessionOutput] {
                                                                                                                                                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAnimation.h:40:38: note: 'resizeAspectFill' has been explicitly marked unavailable here
AVF_EXPORT AVLayerVideoGravity const AVLayerVideoGravityResizeAspectFill API_AVAILABLE(macos(10.7), ios(4.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:168:35: error: 'AVCaptureVideoDataOutputSampleBufferDelegate' is unavailable in watchOS
    func outputsSetting(delegate: AVCaptureVideoDataOutputSampleBufferDelegate?, inputs: [CameraSessionInput], videoGravity: AVLayerVideoGravity, isAlwaysDiscardsLateVideoFrames: Bool, stabilizationMode: AVCaptureVideoStabilizationMode) -> [CameraSessionOutput] {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:278:11: note: 'AVCaptureVideoDataOutputSampleBufferDelegate' has been explicitly marked unavailable here
@protocol AVCaptureVideoDataOutputSampleBufferDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:168:205: error: 'AVCaptureVideoStabilizationMode' is unavailable in watchOS
    func outputsSetting(delegate: AVCaptureVideoDataOutputSampleBufferDelegate?, inputs: [CameraSessionInput], videoGravity: AVLayerVideoGravity, isAlwaysDiscardsLateVideoFrames: Bool, stabilizationMode: AVCaptureVideoStabilizationMode) -> [CameraSessionOutput] {
                                                                                                                                                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:3054:28: note: 'AVCaptureVideoStabilizationMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoStabilizationMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:189:61: error: 'AVCaptureVideoDataOutputSampleBufferDelegate' is unavailable in watchOS
    func outputSetting(input: CameraSessionInput, delegate: AVCaptureVideoDataOutputSampleBufferDelegate?, videoGravity: AVLayerVideoGravity, isAlwaysDiscardsLateVideoFrames: Bool, stabilizationMode: AVCaptureVideoStabilizationMode) -> CameraSessionOutput {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:278:11: note: 'AVCaptureVideoDataOutputSampleBufferDelegate' has been explicitly marked unavailable here
@protocol AVCaptureVideoDataOutputSampleBufferDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:189:201: error: 'AVCaptureVideoStabilizationMode' is unavailable in watchOS
    func outputSetting(input: CameraSessionInput, delegate: AVCaptureVideoDataOutputSampleBufferDelegate?, videoGravity: AVLayerVideoGravity, isAlwaysDiscardsLateVideoFrames: Bool, stabilizationMode: AVCaptureVideoStabilizationMode) -> CameraSessionOutput {
                                                                                                                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:3054:28: note: 'AVCaptureVideoStabilizationMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoStabilizationMode) {
                           ^
SwiftEmitModule normal armv7k Emitting\ module\ for\ WWDualCamera (in target 'WWDualCamera' from project 'WWDualCamera')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Constant.swift /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift -target armv7k-apple-watchos7.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/armv7k/WWDualCamera-dependencies-2.json -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/armv7k/WWDualCamera_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name WWDualCamera -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target armv7k-apple-watchos26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/armv7k/WWDualCamera.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/armv7k/WWDualCamera.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/armv7k/WWDualCamera-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/armv7k/WWDualCamera-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/armv7k/WWDualCamera-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/armv7k/WWDualCamera.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWDualCamera.build/Debug-watchos/WWDualCamera.build/Objects-normal/armv7k/WWDualCamera.abi.json
EmitSwiftModule normal armv7k (in target 'WWDualCamera' from project 'WWDualCamera')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:18:34: error: 'AVCaptureDevice' is unavailable in watchOS
    func _canAddDevice(_ device: AVCaptureDevice, isConnections: Bool) -> Result<Bool, Error> {
                                 ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:11:11: error: 'AVCaptureSession' is unavailable in watchOS
extension AVCaptureSession {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:169:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
@interface AVCaptureSession : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:50:45: error: 'AVCaptureDevice' is unavailable in watchOS
    static func _supportCount(deviceTypes: [AVCaptureDevice.DeviceType] = [.builtInWideAngleCamera, .builtInTelephotoCamera, .builtInUltraWideCamera]) -> Int {
                                            ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:50:77: error: 'builtInWideAngleCamera' is unavailable in watchOS
    static func _supportCount(deviceTypes: [AVCaptureDevice.DeviceType] = [.builtInWideAngleCamera, .builtInTelephotoCamera, .builtInUltraWideCamera]) -> Int {
                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:480:38: note: 'builtInWideAngleCamera' has been explicitly marked unavailable here
AVF_EXPORT AVCaptureDeviceType const AVCaptureDeviceTypeBuiltInWideAngleCamera API_AVAILABLE(macos(10.15), ios(10.0), macCatalyst(14.0), tvos(17.0), visionos(2.1)) API_UNAVAILABLE(watchos);
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:50:102: error: 'builtInTelephotoCamera' is unavailable in watchOS
    static func _supportCount(deviceTypes: [AVCaptureDevice.DeviceType] = [.builtInWideAngleCamera, .builtInTelephotoCamera, .builtInUltraWideCamera]) -> Int {
                                                                                                     ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:486:38: note: 'builtInTelephotoCamera' has been explicitly marked unavailable here
AVF_EXPORT AVCaptureDeviceType const AVCaptureDeviceTypeBuiltInTelephotoCamera API_AVAILABLE(ios(10.0), macCatalyst(14.0), tvos(17.0)) API_UNAVAILABLE(macos, visionos) API_UNAVAILABLE(watchos);
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:50:127: error: 'builtInUltraWideCamera' is unavailable in watchOS
    static func _supportCount(deviceTypes: [AVCaptureDevice.DeviceType] = [.builtInWideAngleCamera, .builtInTelephotoCamera, .builtInUltraWideCamera]) -> Int {
                                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:492:38: note: 'builtInUltraWideCamera' has been explicitly marked unavailable here
AVF_EXPORT AVCaptureDeviceType const AVCaptureDeviceTypeBuiltInUltraWideCamera API_AVAILABLE(ios(13.0), macCatalyst(14.0), tvos(17.0)) API_UNAVAILABLE(macos, visionos) API_UNAVAILABLE(watchos);
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:39:11: error: 'AVCaptureMultiCamSession' is unavailable in watchOS
extension AVCaptureMultiCamSession {
          ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:849:12: note: 'AVCaptureMultiCamSession' has been explicitly marked unavailable here
@interface AVCaptureMultiCamSession : AVCaptureSession
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:80:45: error: 'AVCaptureConnection' is unavailable in watchOS
    func _canRemoveConnection(_ connection: AVCaptureConnection?) -> Bool {
                                            ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:933:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:69:11: error: 'AVCaptureMultiCamSession' is unavailable in watchOS
extension AVCaptureMultiCamSession {
          ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:849:12: note: 'AVCaptureMultiCamSession' has been explicitly marked unavailable here
@interface AVCaptureMultiCamSession : AVCaptureSession
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:105:40: error: 'AVCaptureDevice' is unavailable in watchOS
    static func _default(_ deviceType: AVCaptureDevice.DeviceType, for mediaType: AVMediaType?, position: AVCaptureDevice.Position) -> AVCaptureDevice? { return AVCaptureDevice.default(deviceType, for: mediaType, position: position) }
                                       ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:105:107: error: 'AVCaptureDevice' is unavailable in watchOS
    static func _default(_ deviceType: AVCaptureDevice.DeviceType, for mediaType: AVMediaType?, position: AVCaptureDevice.Position) -> AVCaptureDevice? { return AVCaptureDevice.default(deviceType, for: mediaType, position: position) }
                                                                                                          ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:105:136: error: 'AVCaptureDevice' is unavailable in watchOS
    static func _default(_ deviceType: AVCaptureDevice.DeviceType, for mediaType: AVMediaType?, position: AVCaptureDevice.Position) -> AVCaptureDevice? { return AVCaptureDevice.default(deviceType, for: mediaType, position: position) }
                                                                                                                                       ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:113:42: error: 'AVCaptureDevice' is unavailable in watchOS
    static func _discovery(deviceTypes: [AVCaptureDevice.DeviceType], mediaType: AVMediaType?, position: AVCaptureDevice.Position) -> [AVCaptureDevice] {
                                         ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:113:106: error: 'AVCaptureDevice' is unavailable in watchOS
    static func _discovery(deviceTypes: [AVCaptureDevice.DeviceType], mediaType: AVMediaType?, position: AVCaptureDevice.Position) -> [AVCaptureDevice] {
                                                                                                         ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:113:136: error: 'AVCaptureDevice' is unavailable in watchOS
    static func _discovery(deviceTypes: [AVCaptureDevice.DeviceType], mediaType: AVMediaType?, position: AVCaptureDevice.Position) -> [AVCaptureDevice] {
                                                                                                                                       ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:97:11: error: 'AVCaptureDevice' is unavailable in watchOS
extension AVCaptureDevice {
          ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:124:36: error: 'AVCaptureDeviceInput' is unavailable in watchOS
    func _captureInput() -> Result<AVCaptureDeviceInput, Error> {
                                   ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:181:12: note: 'AVCaptureDeviceInput' has been explicitly marked unavailable here
@interface AVCaptureDeviceInput : AVCaptureInput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:121:11: error: 'AVCaptureDevice' is unavailable in watchOS
extension AVCaptureDevice {
          ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:141:51: error: 'AVCaptureInput' is unavailable in watchOS
    func _port(forType mediaType: AVMediaType) -> AVCaptureInput.Port? {
                                                  ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:37:12: note: 'AVCaptureInput' has been explicitly marked unavailable here
@interface AVCaptureInput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:136:11: error: 'AVCaptureDeviceInput' is unavailable in watchOS
extension AVCaptureDeviceInput {
          ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:181:12: note: 'AVCaptureDeviceInput' has been explicitly marked unavailable here
@interface AVCaptureDeviceInput : AVCaptureInput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:154:32: error: 'AVCaptureInput' is unavailable in watchOS
    func _canAddInput(_ input: AVCaptureInput?, isConnections: Bool) -> Bool {
                               ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:37:12: note: 'AVCaptureInput' has been explicitly marked unavailable here
@interface AVCaptureInput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:171:34: error: 'AVCaptureOutput' is unavailable in watchOS
    func _canAddOutput(_ output: AVCaptureOutput?, isConnections: Bool) -> Bool {
                                 ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureOutputBase.h:35:12: note: 'AVCaptureOutput' has been explicitly marked unavailable here
@interface AVCaptureOutput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:186:42: error: 'AVCaptureConnection' is unavailable in watchOS
    func _canAddConnection(_ connection: AVCaptureConnection?) -> Bool {
                                         ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:933:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:207:103: error: 'AVCaptureVideoPreviewLayer' is unavailable in watchOS
    func _previewLayer(with frame: CGRect, videoGravity: AVLayerVideoGravity, isConnections: Bool) -> AVCaptureVideoPreviewLayer {
                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoPreviewLayer.h:33:12: note: 'AVCaptureVideoPreviewLayer' has been explicitly marked unavailable here
@interface AVCaptureVideoPreviewLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:147:11: error: 'AVCaptureSession' is unavailable in watchOS
extension AVCaptureSession {
          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:169:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
@interface AVCaptureSession : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:228:34: error: 'AVCaptureVideoDataOutputSampleBufferDelegate' is unavailable in watchOS
    static func _build(delegate: AVCaptureVideoDataOutputSampleBufferDelegate?, isAlwaysDiscardsLateVideoFrames: Bool, videoSettings: [String : Any], queue: DispatchQueue?) -> AVCaptureVideoDataOutput {
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:278:11: note: 'AVCaptureVideoDataOutputSampleBufferDelegate' has been explicitly marked unavailable here
@protocol AVCaptureVideoDataOutputSampleBufferDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:228:177: error: 'AVCaptureVideoDataOutput' is unavailable in watchOS
    static func _build(delegate: AVCaptureVideoDataOutputSampleBufferDelegate?, isAlwaysDiscardsLateVideoFrames: Bool, videoSettings: [String : Any], queue: DispatchQueue?) -> AVCaptureVideoDataOutput {
                                                                                                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:31:12: note: 'AVCaptureVideoDataOutput' has been explicitly marked unavailable here
@interface AVCaptureVideoDataOutput : AVCaptureOutput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:219:11: error: 'AVCaptureVideoDataOutput' is unavailable in watchOS
extension AVCaptureVideoDataOutput {
          ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:31:12: note: 'AVCaptureVideoDataOutput' has been explicitly marked unavailable here
@interface AVCaptureVideoDataOutput : AVCaptureOutput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:248:37: error: 'AVCaptureVideoStabilizationMode' is unavailable in watchOS
    func _stabilizationMode(_ mode: AVCaptureVideoStabilizationMode, device: AVCaptureDevice) -> Bool {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:3054:28: note: 'AVCaptureVideoStabilizationMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoStabilizationMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:248:78: error: 'AVCaptureDevice' is unavailable in watchOS
    func _stabilizationMode(_ mode: AVCaptureVideoStabilizationMode, device: AVCaptureDevice) -> Bool {
                                                                             ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:241:11: error: 'AVCaptureVideoPreviewLayer' is unavailable in watchOS
extension AVCaptureVideoPreviewLayer {
          ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoPreviewLayer.h:33:12: note: 'AVCaptureVideoPreviewLayer' has been explicitly marked unavailable here
@interface AVCaptureVideoPreviewLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:261:37: error: 'AVCaptureVideoStabilizationMode' is unavailable in watchOS
    func _stabilizationMode(_ mode: AVCaptureVideoStabilizationMode, device: AVCaptureDevice) -> Bool {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:3054:28: note: 'AVCaptureVideoStabilizationMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoStabilizationMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:261:78: error: 'AVCaptureDevice' is unavailable in watchOS
    func _stabilizationMode(_ mode: AVCaptureVideoStabilizationMode, device: AVCaptureDevice) -> Bool {
                                                                             ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Extension.swift:254:11: error: 'AVCaptureConnection' is unavailable in watchOS
extension AVCaptureConnection {
          ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:933:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:16:21: error: 'AVCaptureDevice' is unavailable in watchOS
        deviceType: AVCaptureDevice.DeviceType,     // 鏡頭裝置類型
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:17:19: error: 'AVCaptureDevice' is unavailable in watchOS
        position: AVCaptureDevice.Position          // 鏡頭前後位置
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:21:16: error: 'AVCaptureDeviceInput' is unavailable in watchOS
        input: AVCaptureDeviceInput?,               // 裝置輸入
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:181:12: note: 'AVCaptureDeviceInput' has been explicitly marked unavailable here
@interface AVCaptureDeviceInput : AVCaptureInput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:22:17: error: 'AVCaptureVideoDataOutput' is unavailable in watchOS
        output: AVCaptureVideoDataOutput?,          // 影像輸出
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:31:12: note: 'AVCaptureVideoDataOutput' has been explicitly marked unavailable here
@interface AVCaptureVideoDataOutput : AVCaptureOutput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:23:23: error: 'AVCaptureVideoPreviewLayer' is unavailable in watchOS
        previewLayer: AVCaptureVideoPreviewLayer?,  // 預覽畫面
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoPreviewLayer.h:33:12: note: 'AVCaptureVideoPreviewLayer' has been explicitly marked unavailable here
@interface AVCaptureVideoPreviewLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:32:31: error: 'AVCaptureMultiCamSession' is unavailable in watchOS
    public let multiSession = AVCaptureMultiCamSession()
                              ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:849:12: note: 'AVCaptureMultiCamSession' has been explicitly marked unavailable here
@interface AVCaptureMultiCamSession : AVCaptureSession
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:53:22: error: 'AVCaptureConnection' is unavailable in watchOS
    func start() -> [AVCaptureConnection] {
                     ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:933:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:60:21: error: 'AVCaptureConnection' is unavailable in watchOS
    func stop() -> [AVCaptureConnection] {
                    ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:933:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:70:23: error: 'AVCaptureInput' is unavailable in watchOS
    func addInputs<T: AVCaptureInput>(_ inputs: [T], isConnections: Bool = true) -> Bool {
                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:37:12: note: 'AVCaptureInput' has been explicitly marked unavailable here
@interface AVCaptureInput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:83:24: error: 'AVCaptureOutput' is unavailable in watchOS
    func addOutputs<T: AVCaptureOutput>(_ outputs: [T], isConnections: Bool = true) -> Bool {
                       ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureOutputBase.h:35:12: note: 'AVCaptureOutput' has been explicitly marked unavailable here
@interface AVCaptureOutput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:94:41: error: 'AVCaptureConnection' is unavailable in watchOS
    func canAddConnection(_ connection: AVCaptureConnection?) -> Bool {
                                        ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:933:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:100:33: error: 'AVCaptureMultiCamSession' is unavailable in watchOS
    func configuration(action: (AVCaptureMultiCamSession) -> Void) {
                                ^~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:849:12: note: 'AVCaptureMultiCamSession' has been explicitly marked unavailable here
@interface AVCaptureMultiCamSession : AVCaptureSession
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:107:34: error: 'AVCaptureInput' is unavailable in watchOS
    func removeInputs(_ inputs: [AVCaptureInput]) -> [AVCaptureInput] {
                                 ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:37:12: note: 'AVCaptureInput' has been explicitly marked unavailable here
@interface AVCaptureInput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:107:55: error: 'AVCaptureInput' is unavailable in watchOS
    func removeInputs(_ inputs: [AVCaptureInput]) -> [AVCaptureInput] {
                                                      ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:37:12: note: 'AVCaptureInput' has been explicitly marked unavailable here
@interface AVCaptureInput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:114:32: error: 'AVCaptureInput' is unavailable in watchOS
    func removeAllInputs() -> [AVCaptureInput] {
                               ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:37:12: note: 'AVCaptureInput' has been explicitly marked unavailable here
@interface AVCaptureInput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:121:36: error: 'AVCaptureOutput' is unavailable in watchOS
    func removeOutputs(_ outputs: [AVCaptureOutput]) -> [AVCaptureOutput] {
                                   ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureOutputBase.h:35:12: note: 'AVCaptureOutput' has been explicitly marked unavailable here
@interface AVCaptureOutput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:121:58: error: 'AVCaptureOutput' is unavailable in watchOS
    func removeOutputs(_ outputs: [AVCaptureOutput]) -> [AVCaptureOutput] {
                                                         ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureOutputBase.h:35:12: note: 'AVCaptureOutput' has been explicitly marked unavailable here
@interface AVCaptureOutput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:128:33: error: 'AVCaptureOutput' is unavailable in watchOS
    func removeAllOutputs() -> [AVCaptureOutput] {
                                ^~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureOutputBase.h:35:12: note: 'AVCaptureOutput' has been explicitly marked unavailable here
@interface AVCaptureOutput : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:135:44: error: 'AVCaptureConnection' is unavailable in watchOS
    func canRemoveConnection(_ connection: AVCaptureConnection?) -> Bool {
                                           ^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:933:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:146:35: error: 'AVCaptureVideoDataOutputSampleBufferDelegate' is unavailable in watchOS
    func sessionOutputs(delegate: AVCaptureVideoDataOutputSampleBufferDelegate? = nil, inputs: [CameraSessionInput], videoGravity: AVLayerVideoGravity = .resizeAspectFill, stabilizationMode: AVCaptureVideoStabilizationMode = .auto) -> [CameraSessionOutput] {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:278:11: note: 'AVCaptureVideoDataOutputSampleBufferDelegate' has been explicitly marked unavailable here
@protocol AVCaptureVideoDataOutputSampleBufferDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:146:192: error: 'AVCaptureVideoStabilizationMode' is unavailable in watchOS
    func sessionOutputs(delegate: AVCaptureVideoDataOutputSampleBufferDelegate? = nil, inputs: [CameraSessionInput], videoGravity: AVLayerVideoGravity = .resizeAspectFill, stabilizationMode: AVCaptureVideoStabilizationMode = .auto) -> [CameraSessionOutput] {
                                                                                                                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:3054:28: note: 'AVCaptureVideoStabilizationMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoStabilizationMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:146:155: error: 'resizeAspectFill' is unavailable in watchOS
    func sessionOutputs(delegate: AVCaptureVideoDataOutputSampleBufferDelegate? = nil, inputs: [CameraSessionInput], videoGravity: AVLayerVideoGravity = .resizeAspectFill, stabilizationMode: AVCaptureVideoStabilizationMode = .auto) -> [CameraSessionOutput] {
                                                                                                                                                          ^~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAnimation.h:40:38: note: 'resizeAspectFill' has been explicitly marked unavailable here
AVF_EXPORT AVLayerVideoGravity const AVLayerVideoGravityResizeAspectFill API_AVAILABLE(macos(10.7), ios(4.0), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos);
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:168:35: error: 'AVCaptureVideoDataOutputSampleBufferDelegate' is unavailable in watchOS
    func outputsSetting(delegate: AVCaptureVideoDataOutputSampleBufferDelegate?, inputs: [CameraSessionInput], videoGravity: AVLayerVideoGravity, isAlwaysDiscardsLateVideoFrames: Bool, stabilizationMode: AVCaptureVideoStabilizationMode) -> [CameraSessionOutput] {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:278:11: note: 'AVCaptureVideoDataOutputSampleBufferDelegate' has been explicitly marked unavailable here
@protocol AVCaptureVideoDataOutputSampleBufferDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:168:205: error: 'AVCaptureVideoStabilizationMode' is unavailable in watchOS
    func outputsSetting(delegate: AVCaptureVideoDataOutputSampleBufferDelegate?, inputs: [CameraSessionInput], videoGravity: AVLayerVideoGravity, isAlwaysDiscardsLateVideoFrames: Bool, stabilizationMode: AVCaptureVideoStabilizationMode) -> [CameraSessionOutput] {
                                                                                                                                                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:3054:28: note: 'AVCaptureVideoStabilizationMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoStabilizationMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:189:61: error: 'AVCaptureVideoDataOutputSampleBufferDelegate' is unavailable in watchOS
    func outputSetting(input: CameraSessionInput, delegate: AVCaptureVideoDataOutputSampleBufferDelegate?, videoGravity: AVLayerVideoGravity, isAlwaysDiscardsLateVideoFrames: Bool, stabilizationMode: AVCaptureVideoStabilizationMode) -> CameraSessionOutput {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoDataOutput.h:278:11: note: 'AVCaptureVideoDataOutputSampleBufferDelegate' has been explicitly marked unavailable here
@protocol AVCaptureVideoDataOutputSampleBufferDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift:189:201: error: 'AVCaptureVideoStabilizationMode' is unavailable in watchOS
    func outputSetting(input: CameraSessionInput, delegate: AVCaptureVideoDataOutputSampleBufferDelegate?, videoGravity: AVLayerVideoGravity, isAlwaysDiscardsLateVideoFrames: Bool, stabilizationMode: AVCaptureVideoStabilizationMode) -> CameraSessionOutput {
                                                                                                                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:3054:28: note: 'AVCaptureVideoStabilizationMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoStabilizationMode) {
                           ^
SwiftCompile normal arm64_32 Compiling\ Constant.swift /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Constant.swift (in target 'WWDualCamera' from project 'WWDualCamera')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Constant.swift (in target 'WWDualCamera' from project 'WWDualCamera')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ WWDualCamera.swift /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift (in target 'WWDualCamera' from project 'WWDualCamera')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift (in target 'WWDualCamera' from project 'WWDualCamera')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ WWDualCamera.swift /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift (in target 'WWDualCamera' from project 'WWDualCamera')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/WWDualCamera.swift (in target 'WWDualCamera' from project 'WWDualCamera')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ Constant.swift /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Constant.swift (in target 'WWDualCamera' from project 'WWDualCamera')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WWDualCamera/Constant.swift (in target 'WWDualCamera' from project 'WWDualCamera')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64 (in target 'WWDualCamera' from project 'WWDualCamera')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ WWDualCamera (in target 'WWDualCamera' from project 'WWDualCamera')
	EmitSwiftModule normal arm64_32 (in target 'WWDualCamera' from project 'WWDualCamera')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ WWDualCamera (in target 'WWDualCamera' from project 'WWDualCamera')
	EmitSwiftModule normal armv7k (in target 'WWDualCamera' from project 'WWDualCamera')
	Building workspace spi-builder-workspace with scheme WWDualCamera
(6 failures)
BUILD FAILURE 6.2 watchOS