This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build SwiftttCamera with Swift 5.9 for watchOS using Xcode 15.2.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme SwiftttCamera -destination generic/platform=watchos

Build Log

structure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeviceOrientation.swift:29:22: error: cannot find type 'UIDeviceOrientation' in scope
    var orientation: UIDeviceOrientation {
                     ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:8:44: error: 'AVCaptureDevice' is unavailable in watchOS
    static func availableCameras(position: AVCaptureDevice.Position = .unspecified) -> [AVCaptureDevice] {
                                           ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:8:89: error: 'AVCaptureDevice' is unavailable in watchOS
    static func availableCameras(position: AVCaptureDevice.Position = .unspecified) -> [AVCaptureDevice] {
                                                                                        ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:14:29: error: 'AVCaptureDevice' is unavailable in watchOS
    static let allCameras: [AVCaptureDevice.DeviceType] = [
                            ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:15:10: error: 'builtInWideAngleCamera' is unavailable in watchOS
        .builtInWideAngleCamera,
         ^~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice.DeviceType:7:23: note: 'builtInWideAngleCamera' has been explicitly marked unavailable here
    public static let builtInWideAngleCamera: AVCaptureDevice.DeviceType
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:16:10: error: 'builtInTelephotoCamera' is unavailable in watchOS
        .builtInTelephotoCamera,
         ^~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice.DeviceType:9:23: note: 'builtInTelephotoCamera' has been explicitly marked unavailable here
    public static let builtInTelephotoCamera: AVCaptureDevice.DeviceType
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:17:10: error: 'builtInDualCamera' is unavailable in watchOS
        .builtInDualCamera,
         ^~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice.DeviceType:13:23: note: 'builtInDualCamera' has been explicitly marked unavailable here
    public static let builtInDualCamera: AVCaptureDevice.DeviceType
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:18:10: error: 'builtInTrueDepthCamera' is unavailable in watchOS
        .builtInTrueDepthCamera,
         ^~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice.DeviceType:19:23: note: 'builtInTrueDepthCamera' has been explicitly marked unavailable here
    public static let builtInTrueDepthCamera: AVCaptureDevice.DeviceType
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:19:10: error: 'builtInUltraWideCamera' is unavailable in watchOS
        .builtInUltraWideCamera,
         ^~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice.DeviceType:11:23: note: 'builtInUltraWideCamera' has been explicitly marked unavailable here
    public static let builtInUltraWideCamera: AVCaptureDevice.DeviceType
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:20:10: error: 'builtInDualWideCamera' is unavailable in watchOS
        .builtInDualWideCamera,
         ^~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice.DeviceType:15:23: note: 'builtInDualWideCamera' has been explicitly marked unavailable here
    public static let builtInDualWideCamera: AVCaptureDevice.DeviceType
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:21:10: error: 'builtInTripleCamera' is unavailable in watchOS
        .builtInTripleCamera,
         ^~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice.DeviceType:17:23: note: 'builtInTripleCamera' has been explicitly marked unavailable here
    public static let builtInTripleCamera: AVCaptureDevice.DeviceType
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:25:39: error: 'AVCaptureDevice' is unavailable in watchOS
    static let availableCameraTypes: [AVCaptureDevice.DeviceType] = allCameras.filter { AVCaptureDevice.DiscoverySession(deviceTypes: [ $0 ], mediaType: .video, position: .unspecified).devices.isEmpty == false }
                                      ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:25:89: error: 'AVCaptureDevice' is unavailable in watchOS
    static let availableCameraTypes: [AVCaptureDevice.DeviceType] = allCameras.filter { AVCaptureDevice.DiscoverySession(deviceTypes: [ $0 ], mediaType: .video, position: .unspecified).devices.isEmpty == false }
                                                                                        ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:5:18: error: 'AVCaptureDevice' is unavailable in watchOS
public extension AVCaptureDevice {
                 ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:40:67: error: 'AVCaptureDevice' is unavailable in watchOS
    static func captureDevice(from cameraDevice: CameraDevice) -> AVCaptureDevice? {
                                                                  ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:28:18: error: 'AVCaptureDevice' is unavailable in watchOS
public extension AVCaptureDevice {
                 ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:73:18: error: 'AVCaptureDevice' is unavailable in watchOS
public extension AVCaptureDevice {
                 ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:123:47: error: 'AVCaptureDevice' is unavailable in watchOS
    func setFocusModeIfSupported(_ focusMode: AVCaptureDevice.FocusMode) {
                                              ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:129:53: error: 'ExposureMode' is unavailable in watchOS
    func setExposureModeIfSupported(_ exposureMode: ExposureMode) {
                                                    ^~~~~~~~~~~~
AVFoundation.AVCaptureDevice:129:17: note: 'ExposureMode' has been explicitly marked unavailable here
    public enum ExposureMode : Int, @unchecked Sendable {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:121:18: error: 'AVCaptureDevice' is unavailable in watchOS
public extension AVCaptureDevice {
                 ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureSession+Utilities.swift:8:38: error: 'AVCaptureInput' is unavailable in watchOS
    func addInputIfPossible(_ input: AVCaptureInput) {
                                     ^~~~~~~~~~~~~~
AVFoundation.AVCaptureInput:2:12: note: 'AVCaptureInput' has been explicitly marked unavailable here
open class AVCaptureInput : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureSession+Utilities.swift:14:40: error: 'AVCaptureOutput' is unavailable in watchOS
    func addOutputIfPossible(_ output: AVCaptureOutput) {
                                       ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureOutput:2:12: note: 'AVCaptureOutput' has been explicitly marked unavailable here
open class AVCaptureOutput : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureSession+Utilities.swift:20:47: error: 'AVCaptureSession' is unavailable in watchOS
    func setSessionPresetIfPossible(_ preset: AVCaptureSession.Preset) {
                                              ^~~~~~~~~~~~~~~~
AVFoundation.AVCaptureSession:2:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
open class AVCaptureSession : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureSession+Utilities.swift:6:18: error: 'AVCaptureSession' is unavailable in watchOS
public extension AVCaptureSession {
                 ^~~~~~~~~~~~~~~~
AVFoundation.AVCaptureSession:2:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
open class AVCaptureSession : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/UIImage+Utilities.swift:31:50: error: cannot find type 'AVCaptureVideoPreviewLayer' in scope
    func cropRect(fromPreviewLayer previewLayer: AVCaptureVideoPreviewLayer) -> CGRect {
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:632:1: note: interface 'AVCaptureVideoPreviewLayer' forward declared here
@class AVCaptureVideoPreviewLayer;
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/UIImage+Utilities.swift:117:76: error: cannot find type 'UIDeviceOrientation' in scope
    func rotatedImageMatchingCameraView(withOrientation deviceOrientation: UIDeviceOrientation) -> UIImage {
                                                                           ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/UIViewController+SwiftttCamera.swift:5:18: error: cannot find type 'UIViewController' in scope
public extension UIViewController {
                 ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift:109:75: error: cannot find type 'UITapGestureRecognizer' in scope
    func dynamicallyCall(withKeywordArguments args: KeyValuePairs<String, UITapGestureRecognizer>) {
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift:12:1: error: @dynamicCallable attribute requires 'Focus' to have either a valid 'dynamicallyCall(withArguments:)' method or 'dynamicallyCall(withKeywordArguments:)' method
@dynamicCallable
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift:19:31: error: cannot find type 'UIGestureRecognizerDelegate' in scope
    weak var gestureDelegate: UIGestureRecognizerDelegate?
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift:22:23: error: cannot find type 'UIView' in scope
    private var view: UIView
                      ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift:23:39: error: cannot find type 'UITapGestureRecognizer' in scope
    private var tapGestureRecognizer: UITapGestureRecognizer?
                                      ^~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift:31:16: error: cannot find type 'UIView' in scope
    init(view: UIView, gestureDelegate: UIGestureRecognizerDelegate? = nil) {
               ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift:31:41: error: cannot find type 'UIGestureRecognizerDelegate' in scope
    init(view: UIView, gestureDelegate: UIGestureRecognizerDelegate? = nil) {
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift:93:45: error: cannot find type 'UITapGestureRecognizer' in scope
    private func handleTapFocus(recognizer: UITapGestureRecognizer) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:13:26: error: 'AVCaptureSession' is unavailable in watchOS
    private var session: AVCaptureSession!
                         ^~~~~~~~~~~~~~~~
AVFoundation.AVCaptureSession:2:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
open class AVCaptureSession : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swift
packageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:14:31: error: cannot find type 'AVCaptureVideoPreviewLayer' in scope
    private var previewLayer: AVCaptureVideoPreviewLayer!
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:632:1: note: interface 'AVCaptureVideoPreviewLayer' forward declared here
@class AVCaptureVideoPreviewLayer;
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:15:30: error: 'AVCapturePhotoOutput' is unavailable in watchOS
    private var photoOutput: AVCapturePhotoOutput!
                             ^~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCapturePhotoOutput:2:12: note: 'AVCapturePhotoOutput' has been explicitly marked unavailable here
open class AVCapturePhotoOutput : AVCaptureOutput {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:19:49: error: cannot find type 'UIDeviceOrientation' in scope
    private var photoCapturePreviewOrientation: UIDeviceOrientation = .portrait
                                                ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:23:38: error: cannot find type 'UIGestureRecognizerDelegate' in scope
    public weak var gestureDelegate: UIGestureRecognizerDelegate?
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:35:43: error: cannot find type 'UIDeviceOrientation' in scope
    public var fixedInterfaceOrientation: UIDeviceOrientation = .portrait
                                          ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:39:29: error: cannot find type 'UIView' in scope
    public var gestureView: UIView?
                            ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:77:26: error: method does not override any method from its superclass
    public override func viewDidLoad() {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:89:26: error: method does not override any method from its superclass
    public override func viewWillAppear(_ animated: Bool) {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:96:26: error: method does not override any method from its superclass
    public override func viewDidDisappear(_ animated: Bool) {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:101:26: error: method does not override any method from its superclass
    public override func viewDidLayoutSubviews() {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:106:57: error: cannot find type 'UIInterfaceOrientationMask' in scope
    public override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:106:25: error: property does not override any property from its superclass
    public override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
           ~~~~~~~~     ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:110:80: error: cannot find type 'UIViewControllerTransitionCoordinator' in scope
    public override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {
                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:110:26: error: method does not override any method from its superclass
    public override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:9:30: error: cannot find type 'UIViewController' in scope
public class SwiftttCamera : UIViewController, CameraProtocol {
                             ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:311:102: error: cannot find type 'UIDeviceOrientation' in scope
    private func process(cameraPhoto image: UIImage, needsPreviewRotation: Bool, previewOrientation: UIDeviceOrientation) {
                                                                                                     ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:316:164: error: cannot find type 'UIDeviceOrientation' in scope
    private func process(image: UIImage, withCropRect cropRect: CGRect?, maxDimension: CGFloat?, fromCamera: Bool, needsPreviewRotation: Bool, previewOrientation: UIDeviceOrientation) {
                                                                                                                                                                   ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:409:63: error: 'AVCaptureVideoOrientation' is unavailable in watchOS
    private func currentCaptureVideoOrientationForDevice() -> AVCaptureVideoOrientation {
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureVideoOrientation:2:13: note: 'AVCaptureVideoOrientation' has been explicitly marked unavailable here
public enum AVCaptureVideoOrientation : Int, @unchecked Sendable {
            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:417:55: error: cannot find type 'UIDeviceOrientation' in scope
    private func currentPreviewDeviceOrientation() -> UIDeviceOrientation {
                                                      ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:421:63: error: 'AVCaptureVideoOrientation' is unavailable in watchOS
    private func currentPreviewVideoOrientationForDevice() -> AVCaptureVideoOrientation {
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureVideoOrientation:2:13: note: 'AVCaptureVideoOrientation' has been explicitly marked unavailable here
public enum AVCaptureVideoOrientation : Int, @unchecked Sendable {
            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:426:82: error: cannot find type 'UIDeviceOrientation' in scope
    private static func videoOrientation(forDeviceOrientation deviceOrientation: UIDeviceOrientation) -> AVCaptureVideoOrientation {
                                                                                 ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:426:106: error: 'AVCaptureVideoOrientation' is unavailable in watchOS
    private static func videoOrientation(forDeviceOrientation deviceOrientation: UIDeviceOrientation) -> AVCaptureVideoOrientation {
                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureVideoOrientation:2:13: note: 'AVCaptureVideoOrientation' has been explicitly marked unavailable here
public enum AVCaptureVideoOrientation : Int, @unchecked Sendable {
            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:450:43: error: 'AVCaptureDevice' is unavailable in watchOS
    private func currentCameraDevice() -> AVCaptureDevice? {
                                          ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:454:48: error: 'AVCaptureConnection' is unavailable in watchOS
    private func currentCaptureConnection() -> AVCaptureConnection? {
                                               ^~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureConnection:2:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
open class AVCaptureConnection : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:490:39: error: 'AVCapturePhotoOutput' is unavailable in watchOS
    public func photoOutput(_ output: AVCapturePhotoOutput, didFinishProcessingPhoto photo: AVCapturePhoto, error: Error?) {
                                      ^~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCapturePhotoOutput:2:12: note: 'AVCapturePhotoOutput' has been explicitly marked unavailable here
open class AVCapturePhotoOutput : AVCaptureOutput {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:490:93: error: 'AVCapturePhoto' is unavailable in watchOS
    public func photoOutput(_ output: AVCapturePhotoOutput, didFinishProcessingPhoto photo: AVCapturePhoto, error: Error?) {
                                                                                            ^~~~~~~~~~~~~~
AVFoundation.AVCapturePhoto:2:12: note: 'AVCapturePhoto' has been explicitly marked unavailable here
open class AVCapturePhoto : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:489:1: error: cannot declare conformance to 'NSObjectProtocol' in Swift; 'SwiftttCamera' should inherit 'NSObject' instead
extension SwiftttCamera : AVCapturePhotoCaptureDelegate {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:489:1: note: do you want to add protocol stubs?
extension SwiftttCamera : AVCapturePhotoCaptureDelegate {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:489:27: error: 'AVCapturePhotoCaptureDelegate' is unavailable in watchOS
extension SwiftttCamera : AVCapturePhotoCaptureDelegate {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCapturePhotoCaptureDelegate:2:17: note: 'AVCapturePhotoCaptureDelegate' has been explicitly marked unavailable here
public protocol AVCapturePhotoCaptureDelegate : NSObjectProtocol {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift:107:75: error: cannot find type 'UIPinchGestureRecognizer' in scope
    func dynamicallyCall(withKeywordArguments args: KeyValuePairs<String, UIPinchGestureRecognizer>) {
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift:14:1: error: @dynamicCallable attribute requires 'Zoom' to have either a valid 'dynamicallyCall(withArguments:)' method or 'dynamicallyCall(withKeywordArguments:)' method
@dynamicCallable
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift:23:31: error: cannot find type 'UIGestureRecognizerDelegate' in scope
    weak var gestureDelegate: UIGestureRecognizerDelegate?
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift:25:23: error: cannot find type 'UIView' in scope
    private var view: UIView
                      ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift:26:41: error: cannot find type 'UIPinchGestureRecognizer' in scope
    private var pinchGestureRecognizer: UIPinchGestureRecognizer?
                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift:35:16: error: cannot find type 'UIView' in scope
    init(view: UIView, gestureDelegate: UIGestureRecognizerDelegate? = nil) {
               ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift:35:41: error: cannot find type 'UIGestureRecognizerDelegate' in scope
    init(view: UIView, gestureDelegate: UIGestureRecognizerDelegate? = nil) {
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift:88:46: error: cannot find type 'UIPinchGestureRecognizer' in scope
    private func handlePinchZoom(recognizer: UIPinchGestureRecognizer) {
                                             ^~~~~~~~~~~~~~~~~~~~~~~~

SwiftCompile normal arm64_32 Compiling\ CameraDelegate.swift,\ CameraProtocol.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraDelegate.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraProtocol.swift (in target 'SwiftttCamera' from project 'SwiftttCamera')
    cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraDelegate.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraProtocol.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraTypes.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CapturedImage.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeviceOrientation.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift /Users/bui
lder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureSession+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/Comparable+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/UIImage+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/UIViewController+SwiftttCamera.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraDelegate.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraDelegate.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraDelegate.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraDelegate.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraProtocol.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraProtocol.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraProtocol.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraProtocol.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/SwiftttCamera_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R354-5c8192d5a495e2fb5db23d26921c96de.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/DerivedSources/arm64_32 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftttCamera -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraDelegate.o -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraProtocol.o -index-unit-output-path /SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraDelegate.o -index-unit-output-path /SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraProtocol.o -index-store-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraDelegate.swift (in target 'SwiftttCamera' from project 'SwiftttCamera')
    cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraDelegate.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraProtocol.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraTypes.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CapturedImage.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeviceOrientation.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureSession+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/Comparable+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/UIImage+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/UIViewController+SwiftttCamera.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraDelegate.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraDelegate.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraDelegate.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraDelegate.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraProtocol.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraProtocol.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraProtocol.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraProtocol.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/SwiftttCamera_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R354-5c8192d5a495e2fb5db23d26921c96de.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/DerivedSources/arm64_32 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftttCamera -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk
/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraDelegate.o -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraProtocol.o -index-unit-output-path /SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraDelegate.o -index-unit-output-path /SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraProtocol.o -index-store-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules

SwiftCompile normal arm64_32 /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraProtocol.swift (in target 'SwiftttCamera' from project 'SwiftttCamera')
    cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraDelegate.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraProtocol.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraTypes.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CapturedImage.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeviceOrientation.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureSession+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/Comparable+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/UIImage+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/UIViewController+SwiftttCamera.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraDelegate.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraDelegate.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraDelegate.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraDelegate.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraProtocol.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraProtocol.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraProtocol.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraProtocol.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/SwiftttCamera_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R354-5c8192d5a495e2fb5db23d26921c96de.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/DerivedSources/arm64_32 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftttCamera -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraDelegate.o -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraProtocol.o -index-unit-output-path /SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraDelegate.o -index-unit-output-path /SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraProtocol.o -index-store-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules

SwiftCompile normal arm64_32 Compiling\ CameraTypes.swift,\ CapturedImage.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraTypes.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CapturedImage.swift (in target 'SwiftttCamera' from project 'SwiftttCamera')
    cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraDelegate.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraProtocol.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraTypes.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CapturedImage.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeviceOrientation.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureSession+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/Comparable+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/UIImage+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/UIViewController+SwiftttCamera.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraTypes.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraTypes.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraTypes.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraTypes.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CapturedImage.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CapturedImage.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CapturedImage.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/Swif
tttCamera.build/Objects-normal/arm64_32/CapturedImage.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/SwiftttCamera_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R354-5c8192d5a495e2fb5db23d26921c96de.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/DerivedSources/arm64_32 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftttCamera -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraTypes.o -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CapturedImage.o -index-unit-output-path /SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraTypes.o -index-unit-output-path /SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CapturedImage.o -index-store-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraTypes.swift (in target 'SwiftttCamera' from project 'SwiftttCamera')
    cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraDelegate.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraProtocol.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraTypes.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CapturedImage.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeviceOrientation.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureSession+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/Comparable+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/UIImage+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/UIViewController+SwiftttCamera.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraTypes.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraTypes.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraTypes.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraTypes.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CapturedImage.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CapturedImage.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CapturedImage.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CapturedImage.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/SwiftttCamera_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R354-5c8192d5a495e2fb5db23d26921c96de.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/DerivedSources/arm64_32 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftttCamera -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraTypes.o -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CapturedImage.o -index-unit-output-path /SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraTypes.o -index-unit-output-path /SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CapturedImage.o -index-store-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules

SwiftCompile normal arm64_32 /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CapturedImage.swift (in target 'SwiftttCamera' from project 'SwiftttCamera')
    cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraDelegate.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraProtocol.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraTypes.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi
-builder-workspace/Sources/CapturedImage.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeviceOrientation.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureSession+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/Comparable+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/UIImage+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/UIViewController+SwiftttCamera.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraTypes.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraTypes.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraTypes.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraTypes.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CapturedImage.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CapturedImage.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CapturedImage.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CapturedImage.dia -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/SwiftttCamera_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R354-5c8192d5a495e2fb5db23d26921c96de.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/DerivedSources/arm64_32 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftttCamera -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraTypes.o -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CapturedImage.o -index-unit-output-path /SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CameraTypes.o -index-unit-output-path /SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/CapturedImage.o -index-store-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SwiftttCamera (in target 'SwiftttCamera' from project 'SwiftttCamera')
    cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraDelegate.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraProtocol.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraTypes.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CapturedImage.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeviceOrientation.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureSession+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/Comparable+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/UIImage+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/UIViewController+SwiftttCamera.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/SwiftttCamera_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R354-5c8192d5a495e2fb5db23d26921c96de.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/DerivedSources/arm64_32 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftttCamera -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/SwiftttCamera.swiftdoc -emit-module-source-info-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/SwiftttCamera.swiftsourceinfo -emit-objc-header-path /Users/builder/builds/TDmZkXJm/3/finestructure/s
wiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/SwiftttCamera-Swift.h -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/SwiftttCamera-master-emit-module.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/SwiftttCamera-master-emit-module.d -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/SwiftttCamera.swiftmodule -emit-abi-descriptor-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64_32/SwiftttCamera.abi.json
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraProtocol.swift:28:26: error: cannot find type 'UIGestureRecognizerDelegate' in scope
    var gestureDelegate: UIGestureRecognizerDelegate? { get set }
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraProtocol.swift:31:22: error: cannot find type 'UIView' in scope
    var gestureView: UIView? { get set }
                     ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraProtocol.swift:54:36: error: cannot find type 'UIDeviceOrientation' in scope
    var fixedInterfaceOrientation: UIDeviceOrientation { get set }
                                   ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraTypes.swift:12:32: error: 'AVCaptureDevice' is unavailable in watchOS
    var captureDevicePosition: AVCaptureDevice.Position {
                               ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraTypes.swift:45:27: error: 'AVCaptureDevice' is unavailable in watchOS
    var captureFlashMode: AVCaptureDevice.FlashMode {
                          ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraTypes.swift:63:27: error: 'AVCaptureDevice' is unavailable in watchOS
    var captureTorchMode: AVCaptureDevice.TorchMode {
                          ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CapturedImage.swift:43:139: error: cannot find type 'UIDeviceOrientation' in scope
    internal func crop(to cropRect: CGRect?, returnsPreview: Bool, needsPreviewRotation: Bool, withPreviewOrientation previewOrientation: UIDeviceOrientation) -> Future<CapturedImage, Never> {
                                                                                                                                          ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeviceOrientation.swift:9:9: error: cannot find 'UIDevice' in scope
        UIDevice.current.beginGeneratingDeviceOrientationNotifications()
        ^~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeviceOrientation.swift:29:22: error: cannot find type 'UIDeviceOrientation' in scope
    var orientation: UIDeviceOrientation {
                     ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:8:44: error: 'AVCaptureDevice' is unavailable in watchOS
    static func availableCameras(position: AVCaptureDevice.Position = .unspecified) -> [AVCaptureDevice] {
                                           ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:8:89: error: 'AVCaptureDevice' is unavailable in watchOS
    static func availableCameras(position: AVCaptureDevice.Position = .unspecified) -> [AVCaptureDevice] {
                                                                                        ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:14:29: error: 'AVCaptureDevice' is unavailable in watchOS
    static let allCameras: [AVCaptureDevice.DeviceType] = [
                            ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:15:10: error: 'builtInWideAngleCamera' is unavailable in watchOS
        .builtInWideAngleCamera,
         ^~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice.DeviceType:7:23: note: 'builtInWideAngleCamera' has been explicitly marked unavailable here
    public static let builtInWideAngleCamera: AVCaptureDevice.DeviceType
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:16:10: error: 'builtInTelephotoCamera' is unavailable in watchOS
        .builtInTelephotoCamera,
         ^~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice.DeviceType:9:23: note: 'builtInTelephotoCamera' has been explicitly marked unavailable here
    public static let builtInTelephotoCamera: AVCaptureDevice.DeviceType
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:17:10: error: 'builtInDualCamera' is unavailable in watchOS
        .builtInDualCamera,
         ^~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice.DeviceType:13:23: note: 'builtInDualCamera' has been explicitly marked unavailable here
    public static let builtInDualCamera: AVCaptureDevice.DeviceType
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:18:10: error: 'builtInTrueDepthCamera' is unavailable in watchOS
        .builtInTrueDepthCamera,
         ^~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice.DeviceType:19:23: note: 'builtInTrueDepthCamera' has been explicitly marked unavailable here
    public static let builtInTrueDepthCamera: AVCaptureDevice.DeviceType
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:19:10: error: 'builtInUltraWideCamera' is unavailable in watchOS
        .builtInUltraWideCamera,
         ^~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice.DeviceType:11:23: note: 'builtInUltraWideCamera' has been explicitly marked unavailable here
    public static let builtInUltraWideCamera: AVCaptureDevice.DeviceType
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:20:10: error: 'builtInDualWideCamera' is unavailable in watchOS
        .builtInDualWideCamera,
         ^~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice.DeviceType:15:23: note: 'builtInDualWideCamera' has been explicitly marked unavailable here
    public static let builtInDualWideCamera: AVCaptureDevice.DeviceType
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:21:10: error: 'builtInTripleCamera' is unavailable in watchOS
        .builtInTripleCamera,
         ^~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice.DeviceType:17:23: note: 'builtInTripleCamera' has been explicitly marked unavailable here
    public static let builtInTripleCamera: AVCaptureDevice.DeviceType
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:25:39: error: 'AVCaptureDevice' is unavailable in watchOS
    static let availableCameraTypes: [AVCaptureDevice.DeviceType] = allCameras.filter { AVCaptureDevice.DiscoverySession(deviceTypes: [ $0 ], mediaType: .video, position: .unspecified).devices.isEmpty == false }
                                      ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:25:89: error: 'AVCaptureDevice' is unavailable in watchOS
    static let availableCameraTypes: [AVCaptureDevice.DeviceType] = allCameras.filter { AVCaptureDevice.DiscoverySession(deviceTypes: [ $0 ], mediaType: .video, position: .unspecified).devices.isEmpty == false }
                                                                                        ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:5:18: error: 'AVCaptureDevice' is unavailable in watchOS
public extension AVCaptureDevice {
                 ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:40:67: error: 'AVCaptureDevice' is unavailable in watchOS
    static func captureDevice(from cameraDevice: CameraDevice) -> AVCaptureDevice? {
                                                                  ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:28:18: error: 'AVCaptureDevice' is unavailable in watchOS
public extension AVCaptureDevice {
                 ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:73:18: error: 'AVCaptureDevice' is unavailable in watchOS
public extension AVCaptureDevice {
                 ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:123:47: error: 'AVCaptureDevice' is unavailable in watchOS
    func setFocusModeIfSupported(_ focusMode: AVCaptureDevice.FocusMode) {
                                              ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:129:53: error: 'ExposureMode' is unavailable in watchOS
    func setExposureModeIfSupported(_ exposureMode: ExposureMode) {
                                                    ^~~~~~~~~~~~
AVFoundation.AVCaptureDevice:129:17: note: 'ExposureMode' has been explicitly marked unavailable here
    public enum ExposureMode : Int, @unchecked Sendable {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:121:18: error: 'AVCaptureDevice' is unavailable in watchOS
public extension AVCaptureDevice {
                 ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureSession+Utilities.swift:8:38: error: 'AVCaptureInput' is unavailable in watchOS
    func addInputIfPossible(_ input: AVCaptureInput) {
                                     ^~~~~~~~~~~~~~
AVFoundation.AVCaptureInput:2:12: note: 'AVCaptureInput' has been explicitly marked unavailable here
open class AVCaptureInput : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureSession+Utilities.swift:14:40: error: 'AVCaptureOutput' is unavailable in watchOS
    func addOutputIfPossible(_ output: AVCaptureOutput) {
                                       ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureOutput:2:12: note: 'AVCaptureOutput' has been explicitly marked unavailable here
open class AVCaptureOutput : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureSession+Utilities.swift:20:47: error: 'AVCaptureSession' is unavailable in watchOS
    func setSessionPresetIfPossible(_ preset: AVCaptureSession.Preset) {
                                              ^~~~~~~~~~~~~~~~
AVFoundation.AVCaptureSession:2:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
open class AVCaptureSession : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureSession+Utilities.swift:6:18: error: 'AVCaptureSession' is unavailable in watchOS
public extension AVCaptureSession {
                 ^~~~~~~~~~~~~~~~
AVFoundation.AVCaptureSession:2:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
open class AVCaptureSession : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/UIImage+Utilities.swift:31:50: error: cannot find type 'AVCaptureVideoPreviewLayer' in scope
    func cropRect(fromPreviewLayer previewLayer
: AVCaptureVideoPreviewLayer) -> CGRect {
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:632:1: note: interface 'AVCaptureVideoPreviewLayer' forward declared here
@class AVCaptureVideoPreviewLayer;
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/UIImage+Utilities.swift:117:76: error: cannot find type 'UIDeviceOrientation' in scope
    func rotatedImageMatchingCameraView(withOrientation deviceOrientation: UIDeviceOrientation) -> UIImage {
                                                                           ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/UIViewController+SwiftttCamera.swift:5:18: error: cannot find type 'UIViewController' in scope
public extension UIViewController {
                 ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift:109:75: error: cannot find type 'UITapGestureRecognizer' in scope
    func dynamicallyCall(withKeywordArguments args: KeyValuePairs<String, UITapGestureRecognizer>) {
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift:12:1: error: @dynamicCallable attribute requires 'Focus' to have either a valid 'dynamicallyCall(withArguments:)' method or 'dynamicallyCall(withKeywordArguments:)' method
@dynamicCallable
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift:19:31: error: cannot find type 'UIGestureRecognizerDelegate' in scope
    weak var gestureDelegate: UIGestureRecognizerDelegate?
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift:22:23: error: cannot find type 'UIView' in scope
    private var view: UIView
                      ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift:23:39: error: cannot find type 'UITapGestureRecognizer' in scope
    private var tapGestureRecognizer: UITapGestureRecognizer?
                                      ^~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift:31:16: error: cannot find type 'UIView' in scope
    init(view: UIView, gestureDelegate: UIGestureRecognizerDelegate? = nil) {
               ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift:31:41: error: cannot find type 'UIGestureRecognizerDelegate' in scope
    init(view: UIView, gestureDelegate: UIGestureRecognizerDelegate? = nil) {
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift:93:45: error: cannot find type 'UITapGestureRecognizer' in scope
    private func handleTapFocus(recognizer: UITapGestureRecognizer) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:13:26: error: 'AVCaptureSession' is unavailable in watchOS
    private var session: AVCaptureSession!
                         ^~~~~~~~~~~~~~~~
AVFoundation.AVCaptureSession:2:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
open class AVCaptureSession : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:14:31: error: cannot find type 'AVCaptureVideoPreviewLayer' in scope
    private var previewLayer: AVCaptureVideoPreviewLayer!
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:632:1: note: interface 'AVCaptureVideoPreviewLayer' forward declared here
@class AVCaptureVideoPreviewLayer;
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:15:30: error: 'AVCapturePhotoOutput' is unavailable in watchOS
    private var photoOutput: AVCapturePhotoOutput!
                             ^~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCapturePhotoOutput:2:12: note: 'AVCapturePhotoOutput' has been explicitly marked unavailable here
open class AVCapturePhotoOutput : AVCaptureOutput {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:19:49: error: cannot find type 'UIDeviceOrientation' in scope
    private var photoCapturePreviewOrientation: UIDeviceOrientation = .portrait
                                                ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:23:38: error: cannot find type 'UIGestureRecognizerDelegate' in scope
    public weak var gestureDelegate: UIGestureRecognizerDelegate?
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:35:43: error: cannot find type 'UIDeviceOrientation' in scope
    public var fixedInterfaceOrientation: UIDeviceOrientation = .portrait
                                          ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:39:29: error: cannot find type 'UIView' in scope
    public var gestureView: UIView?
                            ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:77:26: error: method does not override any method from its superclass
    public override func viewDidLoad() {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:89:26: error: method does not override any method from its superclass
    public override func viewWillAppear(_ animated: Bool) {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:96:26: error: method does not override any method from its superclass
    public override func viewDidDisappear(_ animated: Bool) {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:101:26: error: method does not override any method from its superclass
    public override func viewDidLayoutSubviews() {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:106:57: error: cannot find type 'UIInterfaceOrientationMask' in scope
    public override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:106:25: error: property does not override any property from its superclass
    public override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
           ~~~~~~~~     ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:110:80: error: cannot find type 'UIViewControllerTransitionCoordinator' in scope
    public override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {
                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:110:26: error: method does not override any method from its superclass
    public override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:9:30: error: cannot find type 'UIViewController' in scope
public class SwiftttCamera : UIViewController, CameraProtocol {
                             ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:311:102: error: cannot find type 'UIDeviceOrientation' in scope
    private func process(cameraPhoto image: UIImage, needsPreviewRotation: Bool, previewOrientation: UIDeviceOrientation) {
                                                                                                     ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:316:164: error: cannot find type 'UIDeviceOrientation' in scope
    private func process(image: UIImage, withCropRect cropRect: CGRect?, maxDimension: CGFloat?, fromCamera: Bool, needsPreviewRotation: Bool, previewOrientation: UIDeviceOrientation) {
                                                                                                                                                                   ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:409:63: error: 'AVCaptureVideoOrientation' is unavailable in watchOS
    private func currentCaptureVideoOrientationForDevice() -> AVCaptureVideoOrientation {
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureVideoOrientation:2:13: note: 'AVCaptureVideoOrientation' has been explicitly marked unavailable here
public enum AVCaptureVideoOrientation : Int, @unchecked Sendable {
            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:417:55: error: cannot find type 'UIDeviceOrientation' in scope
    private func currentPreviewDeviceOrientation() -> UIDeviceOrientation {
                                                      ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:421:63: error: 'AVCaptureVideoOrientation' is unavailable in watchOS
    private func currentPreviewVideoOrientationForDevice() -> AVCaptureVideoOrientation {
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureVideoOrientation:2:13: note: 'AVCaptureVideoOrientation' has been explicitly marked unavailable here
public enum AVCaptureVideoOrientation : Int, @unchecked Sendable {
            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:426:82: error: cannot find type 'UIDeviceOrientation' in scope
    private static func videoOrientation(forDeviceOrientation deviceOrientation: UIDeviceOrientation) -> AVCaptureVideoOrientation {
                                                                                 ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:426:106: error: 'AVCaptureVideoOrientation' is unavailable in watchOS
    private static func videoOrientation(forDeviceOrientation deviceOrientation: UIDeviceOrientation) -> AVCaptureVideoOrientation {
                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureVideoOrientation:2:13: note: 'AVCaptureVideoOrientation' has been explicitly marked unavailable here
public enum AVCaptureVideoOrientation : Int, @unchecked Sendable {
            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:450:43: error: 'AVCaptureDevice' is unavailable in watchOS
    private func currentCameraDevice() -> AVCaptureDevice? {
                                          ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:454:48: error: 'AVCaptureConnection' is unavailable in watchOS
    private func currentCaptureConnection() -> AVCaptureConnection? {
                                               ^~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureConnection:2:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
open class AVCaptureConnection : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:490:39: error: 'AVCapturePhotoOutput' is unavailable in watchOS
    public func photoOutput(_ output: AVCapturePhotoOutput, didFinishProcessingPhoto photo: AVCapturePhoto, error: Error?) {
                                      ^~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCapturePhotoOutput:2:12: note: 'AVCapturePhotoOutput' has been explicitly marked unavailable here
open class AVCapturePhotoOutput : AVCaptureOutput {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:490:93: error: 'AVCapturePhoto' is unavailable in watchOS
    public func photoOutput(_ output: AVCapturePhotoOutput, didFinishProcessingPhoto photo: AVCapturePhoto, error: Error?) {
                                                                                            ^~~~~~~~~~~~~~
AVFoundation.AVCapturePhoto:2:12: note: 'AVCapturePhoto' has been explicitly marked unavailable here
open class AVCapturePhoto : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:489:1: error: cannot declare conformance to 'NSObjectProtocol' in Swift; 'SwiftttCamera' should inherit 'NSObject' instead
extension SwiftttCamera : AVCapturePhotoCaptureDelegate {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:489:1: note: do you want to add protocol stubs?
extension SwiftttCamera : AVCapturePhotoCaptureDelegate {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:489:27: error: 'AVCapturePhotoCaptureDelegate' is unavailable in watchOS
extension SwiftttCamera : AVCapturePhotoCaptureDelegate {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCapturePhotoCaptureDelegate:2:17: note: 'AVCapturePhotoCaptureDelegate' has been explicitly
marked unavailable here
public protocol AVCapturePhotoCaptureDelegate : NSObjectProtocol {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift:107:75: error: cannot find type 'UIPinchGestureRecognizer' in scope
    func dynamicallyCall(withKeywordArguments args: KeyValuePairs<String, UIPinchGestureRecognizer>) {
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift:14:1: error: @dynamicCallable attribute requires 'Zoom' to have either a valid 'dynamicallyCall(withArguments:)' method or 'dynamicallyCall(withKeywordArguments:)' method
@dynamicCallable
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift:23:31: error: cannot find type 'UIGestureRecognizerDelegate' in scope
    weak var gestureDelegate: UIGestureRecognizerDelegate?
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift:25:23: error: cannot find type 'UIView' in scope
    private var view: UIView
                      ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift:26:41: error: cannot find type 'UIPinchGestureRecognizer' in scope
    private var pinchGestureRecognizer: UIPinchGestureRecognizer?
                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift:35:16: error: cannot find type 'UIView' in scope
    init(view: UIView, gestureDelegate: UIGestureRecognizerDelegate? = nil) {
               ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift:35:41: error: cannot find type 'UIGestureRecognizerDelegate' in scope
    init(view: UIView, gestureDelegate: UIGestureRecognizerDelegate? = nil) {
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift:88:46: error: cannot find type 'UIPinchGestureRecognizer' in scope
    private func handlePinchZoom(recognizer: UIPinchGestureRecognizer) {
                                             ^~~~~~~~~~~~~~~~~~~~~~~~

SwiftCompile normal arm64 Compiling\ CameraTypes.swift,\ CapturedImage.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraTypes.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CapturedImage.swift (in target 'SwiftttCamera' from project 'SwiftttCamera')
    cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraDelegate.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraProtocol.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraTypes.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CapturedImage.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeviceOrientation.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureSession+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/Comparable+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/UIImage+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/UIViewController+SwiftttCamera.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64/CameraTypes.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64/CameraTypes.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64/CameraTypes.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64/CameraTypes.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64/CapturedImage.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64/CapturedImage.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64/CapturedImage.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64/CapturedImage.dia -target arm64-apple-watchos6.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64/SwiftttCamera_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R354-5c8192d5a495e2fb5db23d26921c96de.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftttCamera -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64/CameraTypes.o -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64/CapturedImage.o -index-unit-output-path /SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64/CameraTypes.o -index-unit-output-path /SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/arm64/CapturedImage.o -index-store-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules

SwiftEmitModule normal armv7k Emitting\ module\ for\ SwiftttCamera (in target 'SwiftttCamera' from project 'SwiftttCamera')
    cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraDelegate.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraProtocol.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraTypes.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CapturedImage.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeviceOrientation.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureSession+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/Comparable+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/UIImage+Utilities.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/UIViewController+SwiftttCamera.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-option
s -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/armv7k/SwiftttCamera_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R354-5c8192d5a495e2fb5db23d26921c96de.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftttCamera -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/armv7k/SwiftttCamera.swiftdoc -emit-module-source-info-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/armv7k/SwiftttCamera.swiftsourceinfo -emit-objc-header-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/armv7k/SwiftttCamera-Swift.h -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/armv7k/SwiftttCamera-master-emit-module.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/armv7k/SwiftttCamera-master-emit-module.d -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/armv7k/SwiftttCamera.swiftmodule -emit-abi-descriptor-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftttCamera.build/Debug-watchos/SwiftttCamera.build/Objects-normal/armv7k/SwiftttCamera.abi.json
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraProtocol.swift:28:26: error: cannot find type 'UIGestureRecognizerDelegate' in scope
    var gestureDelegate: UIGestureRecognizerDelegate? { get set }
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraProtocol.swift:31:22: error: cannot find type 'UIView' in scope
    var gestureView: UIView? { get set }
                     ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraProtocol.swift:54:36: error: cannot find type 'UIDeviceOrientation' in scope
    var fixedInterfaceOrientation: UIDeviceOrientation { get set }
                                   ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraTypes.swift:12:32: error: 'AVCaptureDevice' is unavailable in watchOS
    var captureDevicePosition: AVCaptureDevice.Position {
                               ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraTypes.swift:45:27: error: 'AVCaptureDevice' is unavailable in watchOS
    var captureFlashMode: AVCaptureDevice.FlashMode {
                          ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CameraTypes.swift:63:27: error: 'AVCaptureDevice' is unavailable in watchOS
    var captureTorchMode: AVCaptureDevice.TorchMode {
                          ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CapturedImage.swift:43:139: error: cannot find type 'UIDeviceOrientation' in scope
    internal func crop(to cropRect: CGRect?, returnsPreview: Bool, needsPreviewRotation: Bool, withPreviewOrientation previewOrientation: UIDeviceOrientation) -> Future<CapturedImage, Never> {
                                                                                                                                          ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeviceOrientation.swift:9:9: error: cannot find 'UIDevice' in scope
        UIDevice.current.beginGeneratingDeviceOrientationNotifications()
        ^~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeviceOrientation.swift:29:22: error: cannot find type 'UIDeviceOrientation' in scope
    var orientation: UIDeviceOrientation {
                     ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:8:44: error: 'AVCaptureDevice' is unavailable in watchOS
    static func availableCameras(position: AVCaptureDevice.Position = .unspecified) -> [AVCaptureDevice] {
                                           ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:8:89: error: 'AVCaptureDevice' is unavailable in watchOS
    static func availableCameras(position: AVCaptureDevice.Position = .unspecified) -> [AVCaptureDevice] {
                                                                                        ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:14:29: error: 'AVCaptureDevice' is unavailable in watchOS
    static let allCameras: [AVCaptureDevice.DeviceType] = [
                            ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:15:10: error: 'builtInWideAngleCamera' is unavailable in watchOS
        .builtInWideAngleCamera,
         ^~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice.DeviceType:7:23: note: 'builtInWideAngleCamera' has been explicitly marked unavailable here
    public static let builtInWideAngleCamera: AVCaptureDevice.DeviceType
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:16:10: error: 'builtInTelephotoCamera' is unavailable in watchOS
        .builtInTelephotoCamera,
         ^~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice.DeviceType:9:23: note: 'builtInTelephotoCamera' has been explicitly marked unavailable here
    public static let builtInTelephotoCamera: AVCaptureDevice.DeviceType
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:17:10: error: 'builtInDualCamera' is unavailable in watchOS
        .builtInDualCamera,
         ^~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice.DeviceType:13:23: note: 'builtInDualCamera' has been explicitly marked unavailable here
    public static let builtInDualCamera: AVCaptureDevice.DeviceType
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:18:10: error: 'builtInTrueDepthCamera' is unavailable in watchOS
        .builtInTrueDepthCamera,
         ^~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice.DeviceType:19:23: note: 'builtInTrueDepthCamera' has been explicitly marked unavailable here
    public static let builtInTrueDepthCamera: AVCaptureDevice.DeviceType
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:19:10: error: 'builtInUltraWideCamera' is unavailable in watchOS
        .builtInUltraWideCamera,
         ^~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice.DeviceType:11:23: note: 'builtInUltraWideCamera' has been explicitly marked unavailable here
    public static let builtInUltraWideCamera: AVCaptureDevice.DeviceType
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:20:10: error: 'builtInDualWideCamera' is unavailable in watchOS
        .builtInDualWideCamera,
         ^~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice.DeviceType:15:23: note: 'builtInDualWideCamera' has been explicitly marked unavailable here
    public static let builtInDualWideCamera: AVCaptureDevice.DeviceType
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:21:10: error: 'builtInTripleCamera' is unavailable in watchOS
        .builtInTripleCamera,
         ^~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice.DeviceType:17:23: note: 'builtInTripleCamera' has been explicitly marked unavailable here
    public static let builtInTripleCamera: AVCaptureDevice.DeviceType
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:25:39: error: 'AVCaptureDevice' is unavailable in watchOS
    static let availableCameraTypes: [AVCaptureDevice.DeviceType] = allCameras.filter { AVCaptureDevice.DiscoverySession(deviceTypes: [ $0 ], mediaType: .video, position: .unspecified).devices.isEmpty == false }
                                      ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:25:89: error: 'AVCaptureDevice' is unavailable in watchOS
    static let availableCameraTypes: [AVCaptureDevice.DeviceType] = allCameras.filter { AVCaptureDevice.DiscoverySession(deviceTypes: [ $0 ], mediaType: .video, position: .unspecified).devices.isEmpty == false }
                                                                                        ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:5:18: error: 'AVCaptureDevice' is unavailable in watchOS
public extension AVCaptureDevice {
                 ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:40:67: error: 'AVCaptureDevice' is unavailable in watchOS
    static func captureDevice(from cameraDevice: CameraDevice) -> AVCaptureDevice? {
                                                                  ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:28:18: error: 'AVCaptureDevice' is unavailable in watchOS
public extension AVCaptureDevice {
                 ^~~~~~~~~~~~~~~
AVFoundation.AVCaptu
reDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:73:18: error: 'AVCaptureDevice' is unavailable in watchOS
public extension AVCaptureDevice {
                 ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:123:47: error: 'AVCaptureDevice' is unavailable in watchOS
    func setFocusModeIfSupported(_ focusMode: AVCaptureDevice.FocusMode) {
                                              ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:129:53: error: 'ExposureMode' is unavailable in watchOS
    func setExposureModeIfSupported(_ exposureMode: ExposureMode) {
                                                    ^~~~~~~~~~~~
AVFoundation.AVCaptureDevice:129:17: note: 'ExposureMode' has been explicitly marked unavailable here
    public enum ExposureMode : Int, @unchecked Sendable {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureDevice+Utilities.swift:121:18: error: 'AVCaptureDevice' is unavailable in watchOS
public extension AVCaptureDevice {
                 ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureSession+Utilities.swift:8:38: error: 'AVCaptureInput' is unavailable in watchOS
    func addInputIfPossible(_ input: AVCaptureInput) {
                                     ^~~~~~~~~~~~~~
AVFoundation.AVCaptureInput:2:12: note: 'AVCaptureInput' has been explicitly marked unavailable here
open class AVCaptureInput : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureSession+Utilities.swift:14:40: error: 'AVCaptureOutput' is unavailable in watchOS
    func addOutputIfPossible(_ output: AVCaptureOutput) {
                                       ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureOutput:2:12: note: 'AVCaptureOutput' has been explicitly marked unavailable here
open class AVCaptureOutput : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureSession+Utilities.swift:20:47: error: 'AVCaptureSession' is unavailable in watchOS
    func setSessionPresetIfPossible(_ preset: AVCaptureSession.Preset) {
                                              ^~~~~~~~~~~~~~~~
AVFoundation.AVCaptureSession:2:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
open class AVCaptureSession : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/AVCaptureSession+Utilities.swift:6:18: error: 'AVCaptureSession' is unavailable in watchOS
public extension AVCaptureSession {
                 ^~~~~~~~~~~~~~~~
AVFoundation.AVCaptureSession:2:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
open class AVCaptureSession : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/UIImage+Utilities.swift:31:50: error: cannot find type 'AVCaptureVideoPreviewLayer' in scope
    func cropRect(fromPreviewLayer previewLayer: AVCaptureVideoPreviewLayer) -> CGRect {
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:632:1: note: interface 'AVCaptureVideoPreviewLayer' forward declared here
@class AVCaptureVideoPreviewLayer;
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/UIImage+Utilities.swift:117:76: error: cannot find type 'UIDeviceOrientation' in scope
    func rotatedImageMatchingCameraView(withOrientation deviceOrientation: UIDeviceOrientation) -> UIImage {
                                                                           ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Extensions/UIViewController+SwiftttCamera.swift:5:18: error: cannot find type 'UIViewController' in scope
public extension UIViewController {
                 ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift:109:75: error: cannot find type 'UITapGestureRecognizer' in scope
    func dynamicallyCall(withKeywordArguments args: KeyValuePairs<String, UITapGestureRecognizer>) {
                                                                          ^~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift:12:1: error: @dynamicCallable attribute requires 'Focus' to have either a valid 'dynamicallyCall(withArguments:)' method or 'dynamicallyCall(withKeywordArguments:)' method
@dynamicCallable
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift:19:31: error: cannot find type 'UIGestureRecognizerDelegate' in scope
    weak var gestureDelegate: UIGestureRecognizerDelegate?
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift:22:23: error: cannot find type 'UIView' in scope
    private var view: UIView
                      ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift:23:39: error: cannot find type 'UITapGestureRecognizer' in scope
    private var tapGestureRecognizer: UITapGestureRecognizer?
                                      ^~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift:31:16: error: cannot find type 'UIView' in scope
    init(view: UIView, gestureDelegate: UIGestureRecognizerDelegate? = nil) {
               ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift:31:41: error: cannot find type 'UIGestureRecognizerDelegate' in scope
    init(view: UIView, gestureDelegate: UIGestureRecognizerDelegate? = nil) {
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Focus.swift:93:45: error: cannot find type 'UITapGestureRecognizer' in scope
    private func handleTapFocus(recognizer: UITapGestureRecognizer) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:13:26: error: 'AVCaptureSession' is unavailable in watchOS
    private var session: AVCaptureSession!
                         ^~~~~~~~~~~~~~~~
AVFoundation.AVCaptureSession:2:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
open class AVCaptureSession : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:14:31: error: cannot find type 'AVCaptureVideoPreviewLayer' in scope
    private var previewLayer: AVCaptureVideoPreviewLayer!
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:632:1: note: interface 'AVCaptureVideoPreviewLayer' forward declared here
@class AVCaptureVideoPreviewLayer;
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:15:30: error: 'AVCapturePhotoOutput' is unavailable in watchOS
    private var photoOutput: AVCapturePhotoOutput!
                             ^~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCapturePhotoOutput:2:12: note: 'AVCapturePhotoOutput' has been explicitly marked unavailable here
open class AVCapturePhotoOutput : AVCaptureOutput {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:19:49: error: cannot find type 'UIDeviceOrientation' in scope
    private var photoCapturePreviewOrientation: UIDeviceOrientation = .portrait
                                                ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:23:38: error: cannot find type 'UIGestureRecognizerDelegate' in scope
    public weak var gestureDelegate: UIGestureRecognizerDelegate?
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:35:43: error: cannot find type 'UIDeviceOrientation' in scope
    public var fixedInterfaceOrientation: UIDeviceOrientation = .portrait
                                          ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:39:29: error: cannot find type 'UIView' in scope
    public var gestureView: UIView?
                            ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:77:26: error: method does not override any method from its superclass
    public override func viewDidLoad() {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:89:26: error: method does not override any method from its superclass
    public override func viewWillAppear(_ animated: Bool) {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:96:26: error: method does not override any method from its superclass
    public override func viewDidDisappear(_ animated: Bool) {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:101:26: error: method does not override any method from its superclass
    public override func viewDidLayoutSubviews() {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:106:57: error: cannot find type 'UIInterfaceOrientationMask' in scope
    public override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:106:25: error: property does not override any property from its superclass
    public override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
           ~~~~~~~~     ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:110:80: error: cannot find type 'UIViewControllerTransitionCoordinator' in scope
    public override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {
                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:110:26: error: method does not override any method from its superclass
    public override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {
           ~~~~~~~~      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:9:30: error: cannot find type 'UIViewController' in scope
public class SwiftttCamera : UIViewController, CameraProtocol {
                             ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:311:102: error: cannot find type 'UIDeviceOrientation' in scope
    private func process(cameraPhoto image: UIImage, needsPreviewRotation: Bool, previewOrientation: UIDeviceOrientation) {
                                                                                                     ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:316:164: error: cannot find type 'UIDeviceOrientation' in scope
    private func process(image: UIImage, withCropRect cropRect: CGRect?, maxDimension: CGFloat?, fromCamera: Bool, needsPreviewRotation: Bool, previewOrientation: UIDeviceOrientation) {
                                                                                                                                                                   ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:409:63: error: 'AVCaptureVideoOrientation' is unavailable in watchOS
    private func currentCaptureVideoOrientationForDevice() -> AVCaptureVideoOrientation {
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureVideoOrientation:2:13: note: 'AVCaptureVideoOrientation' has been explicitly marked unavailable here
public enum AVCaptureVideoOrientation : Int, @unchecked Sendable {
            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:417:55: error: cannot find type 'UIDeviceOrientation' in scope
    private func currentPreviewDeviceOrientation() -> UIDeviceOrientation {
                                                      ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:421:63: error: 'AVCaptureVideoOrientation' is unavailable in watchOS
    private func currentPreviewVideoOrientationForDevice() -> AVCaptureVideoOrientation {
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureVideoOrientation:2:13: note: 'AVCaptureVideoOrientation' has been explicitly marked unavailable here
public enum AVCaptureVideoOrientation : Int, @unc
hecked Sendable {
            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:426:82: error: cannot find type 'UIDeviceOrientation' in scope
    private static func videoOrientation(forDeviceOrientation deviceOrientation: UIDeviceOrientation) -> AVCaptureVideoOrientation {
                                                                                 ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:426:106: error: 'AVCaptureVideoOrientation' is unavailable in watchOS
    private static func videoOrientation(forDeviceOrientation deviceOrientation: UIDeviceOrientation) -> AVCaptureVideoOrientation {
                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureVideoOrientation:2:13: note: 'AVCaptureVideoOrientation' has been explicitly marked unavailable here
public enum AVCaptureVideoOrientation : Int, @unchecked Sendable {
            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:450:43: error: 'AVCaptureDevice' is unavailable in watchOS
    private func currentCameraDevice() -> AVCaptureDevice? {
                                          ^~~~~~~~~~~~~~~
AVFoundation.AVCaptureDevice:2:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
open class AVCaptureDevice : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:454:48: error: 'AVCaptureConnection' is unavailable in watchOS
    private func currentCaptureConnection() -> AVCaptureConnection? {
                                               ^~~~~~~~~~~~~~~~~~~
AVFoundation.AVCaptureConnection:2:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
open class AVCaptureConnection : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:490:39: error: 'AVCapturePhotoOutput' is unavailable in watchOS
    public func photoOutput(_ output: AVCapturePhotoOutput, didFinishProcessingPhoto photo: AVCapturePhoto, error: Error?) {
                                      ^~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCapturePhotoOutput:2:12: note: 'AVCapturePhotoOutput' has been explicitly marked unavailable here
open class AVCapturePhotoOutput : AVCaptureOutput {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:490:93: error: 'AVCapturePhoto' is unavailable in watchOS
    public func photoOutput(_ output: AVCapturePhotoOutput, didFinishProcessingPhoto photo: AVCapturePhoto, error: Error?) {
                                                                                            ^~~~~~~~~~~~~~
AVFoundation.AVCapturePhoto:2:12: note: 'AVCapturePhoto' has been explicitly marked unavailable here
open class AVCapturePhoto : NSObject {
           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:489:1: error: cannot declare conformance to 'NSObjectProtocol' in Swift; 'SwiftttCamera' should inherit 'NSObject' instead
extension SwiftttCamera : AVCapturePhotoCaptureDelegate {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:489:1: note: do you want to add protocol stubs?
extension SwiftttCamera : AVCapturePhotoCaptureDelegate {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftttCamera.swift:489:27: error: 'AVCapturePhotoCaptureDelegate' is unavailable in watchOS
extension SwiftttCamera : AVCapturePhotoCaptureDelegate {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AVFoundation.AVCapturePhotoCaptureDelegate:2:17: note: 'AVCapturePhotoCaptureDelegate' has been explicitly marked unavailable here
public protocol AVCapturePhotoCaptureDelegate : NSObjectProtocol {
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift:107:75: error: cannot find type 'UIPinchGestureRecognizer' in scope
    func dynamicallyCall(withKeywordArguments args: KeyValuePairs<String, UIPinchGestureRecognizer>) {
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift:14:1: error: @dynamicCallable attribute requires 'Zoom' to have either a valid 'dynamicallyCall(withArguments:)' method or 'dynamicallyCall(withKeywordArguments:)' method
@dynamicCallable
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift:23:31: error: cannot find type 'UIGestureRecognizerDelegate' in scope
    weak var gestureDelegate: UIGestureRecognizerDelegate?
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift:25:23: error: cannot find type 'UIView' in scope
    private var view: UIView
                      ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift:26:41: error: cannot find type 'UIPinchGestureRecognizer' in scope
    private var pinchGestureRecognizer: UIPinchGestureRecognizer?
                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift:35:16: error: cannot find type 'UIView' in scope
    init(view: UIView, gestureDelegate: UIGestureRecognizerDelegate? = nil) {
               ^~~~~~
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift:35:41: error: cannot find type 'UIGestureRecognizerDelegate' in scope
    init(view: UIView, gestureDelegate: UIGestureRecognizerDelegate? = nil) {
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Zoom.swift:88:46: error: cannot find type 'UIPinchGestureRecognizer' in scope
    private func handlePinchZoom(recognizer: UIPinchGestureRecognizer) {
                                             ^~~~~~~~~~~~~~~~~~~~~~~~
BUILD FAILURE 5.9 watchOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.