Build Information
Failed to build CameraCapture, reference 1.0.18 (4aaf2c
), with Swift 6.1 for watchOS using Xcode 16.3 on 28 Apr 2025 13:26:13 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CameraCapture -destination generic/platform=watchOS
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/samst-one/CameraCapture.git
Reference: 1.0.18
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/samst-one/CameraCapture
* tag 1.0.18 -> FETCH_HEAD
HEAD is now at 4aaf2c8 Update README.md
Cloned https://github.com/samst-one/CameraCapture.git
Revision (git rev-parse @):
4aaf2c8036b9de921fe94449bdeae29bdb0cbe92
SUCCESS checkout https://github.com/samst-one/CameraCapture.git at 1.0.18
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/samst-one/CameraCapture.git
https://github.com/samst-one/CameraCapture.git
{
"dependencies" : [
],
"manifest_display_name" : "CameraCapture",
"name" : "CameraCapture",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "CameraCapture",
"targets" : [
"CameraCapture"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CameraCaptureTests",
"module_type" : "SwiftTarget",
"name" : "CameraCaptureTests",
"path" : "Tests/CameraCaptureTests",
"sources" : [
"CameraSettingsToAVSettingsTests.swift",
"DeviceAdaptionTests.swift",
"FocusTests.swift",
"RetrieveAvailableCamerasTests.swift",
"RotateCameraTests.swift",
"SetCameraTests.swift",
"SetFlashStateTests.swift",
"StartCameraTests.swift",
"System.swift",
"TakePhotoTests.swift",
"ZoomTests.swift"
],
"target_dependencies" : [
"CameraCapture"
],
"type" : "test"
},
{
"c99name" : "CameraCapture",
"module_type" : "SwiftTarget",
"name" : "CameraCapture",
"path" : "Sources/CameraCapture",
"product_memberships" : [
"CameraCapture"
],
"sources" : [
"Implementation/AVFoundation/AVCameraController.swift",
"Implementation/AVFoundation/AVCameraSession.swift",
"Implementation/AVFoundation/AVCaptureDelegate.swift",
"Implementation/AVFoundation/AVDataSource.swift",
"Implementation/AVFoundation/AVFlashController.swift",
"Implementation/AVFoundation/AVFocusController.swift",
"Implementation/AVFoundation/AVZoomController.swift",
"Implementation/Adapters.swift",
"Implementation/CameraRepo.swift",
"Implementation/CaptureHandler.swift",
"Implementation/DefaultCamera.swift",
"Implementation/SettingsRepo.swift",
"Implementation/Use Cases/FocusUseCase.swift",
"Implementation/Use Cases/RetrieveAvailableCamerasUseCase.swift",
"Implementation/Use Cases/RotateCameraUseCase.swift",
"Implementation/Use Cases/SetCameraUseCase.swift",
"Implementation/Use Cases/SetFlashStateUseCase.swift",
"Implementation/Use Cases/SetRotationUseCase.swift",
"Implementation/Use Cases/SetZoomUseCase.swift",
"Implementation/Use Cases/StartCameraUseCase.swift",
"Implementation/Use Cases/TakePhotoUseCase.swift",
"Implementation/Views/Presenter.swift",
"Implementation/Views/PreviewView.swift",
"Public API/Camera.swift",
"Public API/CameraFactory.swift",
"Public API/Models/CameraSettings.swift",
"Public API/Models/Device.swift",
"Public API/Models/PhotoCaptureError.swift",
"Public API/Models/ZoomObserver.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
CameraCapture: /Users/admin/builder/spi-builder-workspace
resolved source packages: CameraCapture
{
"dependencies" : [
],
"manifest_display_name" : "CameraCapture",
"name" : "CameraCapture",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "CameraCapture",
"targets" : [
"CameraCapture"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CameraCaptureTests",
"module_type" : "SwiftTarget",
"name" : "CameraCaptureTests",
"path" : "Tests/CameraCaptureTests",
"sources" : [
"CameraSettingsToAVSettingsTests.swift",
"DeviceAdaptionTests.swift",
"FocusTests.swift",
"RetrieveAvailableCamerasTests.swift",
"RotateCameraTests.swift",
"SetCameraTests.swift",
"SetFlashStateTests.swift",
"StartCameraTests.swift",
"System.swift",
"TakePhotoTests.swift",
"ZoomTests.swift"
],
"target_dependencies" : [
"CameraCapture"
],
"type" : "test"
},
{
"c99name" : "CameraCapture",
"module_type" : "SwiftTarget",
"name" : "CameraCapture",
"path" : "Sources/CameraCapture",
"product_memberships" : [
"CameraCapture"
],
"sources" : [
"Implementation/AVFoundation/AVCameraController.swift",
"Implementation/AVFoundation/AVCameraSession.swift",
"Implementation/AVFoundation/AVCaptureDelegate.swift",
"Implementation/AVFoundation/AVDataSource.swift",
"Implementation/AVFoundation/AVFlashController.swift",
"Implementation/AVFoundation/AVFocusController.swift",
"Implementation/AVFoundation/AVZoomController.swift",
"Implementation/Adapters.swift",
"Implementation/CameraRepo.swift",
"Implementation/CaptureHandler.swift",
"Implementation/DefaultCamera.swift",
"Implementation/SettingsRepo.swift",
"Implementation/Use Cases/FocusUseCase.swift",
"Implementation/Use Cases/RetrieveAvailableCamerasUseCase.swift",
"Implementation/Use Cases/RotateCameraUseCase.swift",
"Implementation/Use Cases/SetCameraUseCase.swift",
"Implementation/Use Cases/SetFlashStateUseCase.swift",
"Implementation/Use Cases/SetRotationUseCase.swift",
"Implementation/Use Cases/SetZoomUseCase.swift",
"Implementation/Use Cases/StartCameraUseCase.swift",
"Implementation/Use Cases/TakePhotoUseCase.swift",
"Implementation/Views/Presenter.swift",
"Implementation/Views/PreviewView.swift",
"Public API/Camera.swift",
"Public API/CameraFactory.swift",
"Public API/Models/CameraSettings.swift",
"Public API/Models/Device.swift",
"Public API/Models/PhotoCaptureError.swift",
"Public API/Models/ZoomObserver.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"CameraCapture"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CameraCapture -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme CameraCapture -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
CameraCapture: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'CameraCapture' in project 'CameraCapture'
➜ Explicit dependency on target 'CameraCapture' in project 'CameraCapture'
Target 'CameraCapture' in project 'CameraCapture' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 40f28b51d8860fffd627ffca9aa1fda4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/40f28b51d8860fffd627ffca9aa1fda4.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture_const_extract_protocols.json (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture.SwiftFileList (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture.SwiftConstValuesFileList (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64/CameraCapture_const_extract_protocols.json (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64/CameraCapture_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture.SwiftFileList (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture-OutputFileMap.json (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture.LinkFileList (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture_const_extract_protocols.json (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture-OutputFileMap.json (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture.SwiftConstValuesFileList (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture.LinkFileList (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64/CameraCapture.SwiftFileList (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64/CameraCapture.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64/CameraCapture.SwiftConstValuesFileList (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64/CameraCapture.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64/CameraCapture.LinkFileList (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64/CameraCapture.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64/CameraCapture-OutputFileMap.json (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64/CameraCapture-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/CameraCapture.modulemap (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/CameraCapture.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/CameraCapture.DependencyStaticMetadataFileList (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/CameraCapture.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/CameraCapture.DependencyMetadataFileList (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/CameraCapture.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/CameraCapture.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/CameraCapture.modulemap (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/CameraCapture.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
SwiftDriver CameraCapture normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CameraCapture -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver CameraCapture normal armv7k com.apple.xcode.tools.swift.compiler (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CameraCapture -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver CameraCapture normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CameraCapture -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64/CameraCapture.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64/CameraCapture-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64/CameraCapture.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64/CameraCapture_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64/CameraCapture-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ CameraCapture (in target 'CameraCapture' from project 'CameraCapture')
EmitSwiftModule normal armv7k (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:12:30: error: 'AVCapturePhotoOutput' is unavailable in watchOS
private let photoOutput: AVCapturePhotoOutput
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: 'AVCapturePhotoOutput' has been explicitly marked unavailable here
@interface AVCapturePhotoOutput : AVCaptureOutput
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:15:23: error: 'AVCapturePhotoOutput' is unavailable in watchOS
init(photoOutput: AVCapturePhotoOutput) {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: 'AVCapturePhotoOutput' has been explicitly marked unavailable here
@interface AVCapturePhotoOutput : AVCaptureOutput
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:36:50: error: 'AVCaptureDevice' is unavailable in watchOS
static func adapt(flashState: FlashState) -> AVCaptureDevice.FlashMode {
^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:49:58: error: 'AVCaptureVideoOrientation' is unavailable in watchOS
static func adapt(orientation: CameraOrientation) -> AVCaptureVideoOrientation {
^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:140:28: note: 'AVCaptureVideoOrientation' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoOrientation) {
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraSession.swift:13:33: error: 'AVCaptureSession' is unavailable in watchOS
private let captureSession: AVCaptureSession
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:165:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
@interface AVCaptureSession : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraSession.swift:31:26: error: 'AVCaptureSession' is unavailable in watchOS
init(captureSession: AVCaptureSession,
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:165:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
@interface AVCaptureSession : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift:12:32: error: 'AVCapturePhotoOutput' is unavailable in watchOS
func photoOutput(_ output: AVCapturePhotoOutput, didFinishProcessingPhoto photo: AVCapturePhoto, error: Error?) {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: 'AVCapturePhotoOutput' has been explicitly marked unavailable here
@interface AVCapturePhotoOutput : AVCaptureOutput
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift:12:86: error: 'AVCapturePhoto' is unavailable in watchOS
func photoOutput(_ output: AVCapturePhotoOutput, didFinishProcessingPhoto photo: AVCapturePhoto, error: Error?) {
^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:1954:12: note: 'AVCapturePhoto' has been explicitly marked unavailable here
@interface AVCapturePhoto : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift:18:28: error: 'AVCapturePhoto' is unavailable in watchOS
private let photo: AVCapturePhoto
^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:1954:12: note: 'AVCapturePhoto' has been explicitly marked unavailable here
@interface AVCapturePhoto : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift:20:21: error: 'AVCapturePhoto' is unavailable in watchOS
init(photo: AVCapturePhoto) {
^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:1954:12: note: 'AVCapturePhoto' has been explicitly marked unavailable here
@interface AVCapturePhoto : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift:24:45: error: 'AVCapturePhoto' is unavailable in watchOS
func replacementMetadata(for photo: AVCapturePhoto) -> [String : Any]? {
^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:1954:12: note: 'AVCapturePhoto' has been explicitly marked unavailable here
@interface AVCapturePhoto : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift:16:33: error: 'AVCapturePhotoFileDataRepresentationCustomizer' is unavailable in watchOS
class Customizer: NSObject, AVCapturePhotoFileDataRepresentationCustomizer {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:2331:11: note: 'AVCapturePhotoFileDataRepresentationCustomizer' has been explicitly marked unavailable here
@protocol AVCapturePhotoFileDataRepresentationCustomizer <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift:4:36: error: 'AVCapturePhotoCaptureDelegate' is unavailable in watchOS
class AVCaptureDelegate: NSObject, AVCapturePhotoCaptureDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:966:11: note: 'AVCapturePhotoCaptureDelegate' has been explicitly marked unavailable here
@protocol AVCapturePhotoCaptureDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVDataSource.swift:11:33: error: cannot find type 'AVCaptureSession' in scope
private let captureSession: AVCaptureSession
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVDataSource.swift:14:26: error: cannot find type 'AVCaptureSession' in scope
init(captureSession: AVCaptureSession,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVFocusController.swift:9:26: error: 'AVCaptureSession' is unavailable in watchOS
private let session: AVCaptureSession
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:165:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
@interface AVCaptureSession : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVFocusController.swift:11:19: error: 'AVCaptureSession' is unavailable in watchOS
init(session: AVCaptureSession) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:165:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
@interface AVCaptureSession : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVZoomController.swift:9:26: error: 'AVCaptureSession' is unavailable in watchOS
private let session: AVCaptureSession
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:165:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
@interface AVCaptureSession : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVZoomController.swift:11:19: error: 'AVCaptureSession' is unavailable in watchOS
init(session: AVCaptureSession) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:165:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
@interface AVCaptureSession : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Adapters.swift:31:31: error: 'AVCaptureDevice' is unavailable in watchOS
static func adapt(device: AVCaptureDevice, flashDataSource: FlashDataSource) -> Device {
^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Adapters.swift:59:39: error: 'AVCaptureDevice' is unavailable in watchOS
private static func adapt(device: AVCaptureDevice.DeviceType?) -> DeviceType {
^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Adapters.swift:75:41: error: 'AVCaptureDevice' is unavailable in watchOS
private static func adapt(position: AVCaptureDevice.Position) -> DevicePosition {
^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/DefaultCamera.swift:4:22: error: cannot find type 'UIView' in scope
var previewView: UIView
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/DefaultCamera.swift:15:23: error: cannot find type 'UIView' in scope
init(previewView: UIView,
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Public API/Camera.swift:16:22: error: cannot find type 'UIView' in scope
var previewView: UIView { get }
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:4:20: error: cannot find type 'UIView' in scope
class PreviewView: UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:6:31: error: 'AVCaptureVideoPreviewLayer' is unavailable in watchOS
private let previewLayer: AVCaptureVideoPreviewLayer
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoPreviewLayer.h:33:12: note: 'AVCaptureVideoPreviewLayer' has been explicitly marked unavailable here
@interface AVCaptureVideoPreviewLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:8:34: error: cannot find type 'UIPinchGestureRecognizer' in scope
private var pinchRecognizer: UIPinchGestureRecognizer!
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:9:32: error: cannot find type 'UITapGestureRecognizer' in scope
private var tapRecognizer: UITapGestureRecognizer!
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:11:24: error: 'AVCaptureVideoPreviewLayer' is unavailable in watchOS
init(previewLayer: AVCaptureVideoPreviewLayer,
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoPreviewLayer.h:33:12: note: 'AVCaptureVideoPreviewLayer' has been explicitly marked unavailable here
@interface AVCaptureVideoPreviewLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:42:19: error: method does not override any method from its superclass
override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:47:52: error: cannot find type 'UIDeviceOrientation' in scope
private func videoOrientation(viewOrientation: UIDeviceOrientation) -> AVCaptureVideoOrientation? {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:47:76: error: 'AVCaptureVideoOrientation' is unavailable in watchOS
private func videoOrientation(viewOrientation: UIDeviceOrientation) -> AVCaptureVideoOrientation? {
^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:140:28: note: 'AVCaptureVideoOrientation' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoOrientation) {
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:57:53: error: cannot find type 'UIDeviceOrientation' in scope
private func cameraOrientation(viewOrientation: UIDeviceOrientation) -> CameraOrientation? {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:67:36: error: cannot find type 'UIPinchGestureRecognizer' in scope
@IBAction func pinch(_ sender: UIPinchGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:74:62: error: cannot find type 'UITapGestureRecognizer' in scope
@objc private func cameraViewTapped(_ gestureRecognizer: UITapGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:134:37: error: 'CALayer' is unavailable in watchOS
private lazy var focusBoxLayer: CALayer = {
^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:135:19: error: 'CALayer' is unavailable in watchOS
let box = CALayer()
^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraSession.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVFlashController.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVFocusController.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVZoomController.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Adapters.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/CameraRepo.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/CaptureHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/DefaultCamera.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/SettingsRepo.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/FocusUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/RetrieveAvailableCamerasUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/RotateCameraUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/SetCameraUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/SetFlashStateUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/SetRotationUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/SetZoomUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/StartCameraUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/TakePhotoUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/Presenter.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Public\ API/Camera.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Public\ API/CameraFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Public\ API/Models/CameraSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Public\ API/Models/Device.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Public\ API/Models/PhotoCaptureError.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Public\ API/Models/ZoomObserver.swift -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CameraCapture -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture.abi.json
SwiftCompile normal armv7k Compiling\ CaptureHandler.swift,\ DefaultCamera.swift,\ SettingsRepo.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/CaptureHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/DefaultCamera.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/SettingsRepo.swift (in target 'CameraCapture' from project 'CameraCapture')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/CaptureHandler.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/DefaultCamera.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/SettingsRepo.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ AVZoomController.swift,\ Adapters.swift,\ CameraRepo.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVZoomController.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Adapters.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/CameraRepo.swift (in target 'CameraCapture' from project 'CameraCapture')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVZoomController.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Adapters.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/CameraRepo.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ AVDataSource.swift,\ AVFlashController.swift,\ AVFocusController.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVFlashController.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVFocusController.swift (in target 'CameraCapture' from project 'CameraCapture')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVDataSource.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVFlashController.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVFocusController.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ AVCameraController.swift,\ AVCameraSession.swift,\ AVCaptureDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraSession.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift (in target 'CameraCapture' from project 'CameraCapture')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraSession.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ FocusUseCase.swift,\ RetrieveAvailableCamerasUseCase.swift,\ RotateCameraUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/FocusUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/RetrieveAvailableCamerasUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/RotateCameraUseCase.swift (in target 'CameraCapture' from project 'CameraCapture')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/FocusUseCase.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/RetrieveAvailableCamerasUseCase.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/RotateCameraUseCase.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ Presenter.swift,\ PreviewView.swift,\ Camera.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/Presenter.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Public\ API/Camera.swift (in target 'CameraCapture' from project 'CameraCapture')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/Presenter.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Public\ API/Camera.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ CameraCapture (in target 'CameraCapture' from project 'CameraCapture')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraSession.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVFlashController.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVFocusController.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVZoomController.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Adapters.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/CameraRepo.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/CaptureHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/DefaultCamera.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/SettingsRepo.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/FocusUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/RetrieveAvailableCamerasUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/RotateCameraUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/SetCameraUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/SetFlashStateUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/SetRotationUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/SetZoomUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/StartCameraUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/TakePhotoUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/Presenter.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Public\ API/Camera.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Public\ API/CameraFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Public\ API/Models/CameraSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Public\ API/Models/Device.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Public\ API/Models/PhotoCaptureError.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Public\ API/Models/ZoomObserver.swift -target arm64_32-apple-watchos6.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CameraCapture -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture.abi.json
EmitSwiftModule normal arm64_32 (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:12:30: error: 'AVCapturePhotoOutput' is unavailable in watchOS
private let photoOutput: AVCapturePhotoOutput
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: 'AVCapturePhotoOutput' has been explicitly marked unavailable here
@interface AVCapturePhotoOutput : AVCaptureOutput
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:15:23: error: 'AVCapturePhotoOutput' is unavailable in watchOS
init(photoOutput: AVCapturePhotoOutput) {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: 'AVCapturePhotoOutput' has been explicitly marked unavailable here
@interface AVCapturePhotoOutput : AVCaptureOutput
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:36:50: error: 'AVCaptureDevice' is unavailable in watchOS
static func adapt(flashState: FlashState) -> AVCaptureDevice.FlashMode {
^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:49:58: error: 'AVCaptureVideoOrientation' is unavailable in watchOS
static func adapt(orientation: CameraOrientation) -> AVCaptureVideoOrientation {
^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:140:28: note: 'AVCaptureVideoOrientation' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoOrientation) {
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraSession.swift:13:33: error: 'AVCaptureSession' is unavailable in watchOS
private let captureSession: AVCaptureSession
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:165:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
@interface AVCaptureSession : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraSession.swift:31:26: error: 'AVCaptureSession' is unavailable in watchOS
init(captureSession: AVCaptureSession,
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:165:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
@interface AVCaptureSession : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift:12:32: error: 'AVCapturePhotoOutput' is unavailable in watchOS
func photoOutput(_ output: AVCapturePhotoOutput, didFinishProcessingPhoto photo: AVCapturePhoto, error: Error?) {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: 'AVCapturePhotoOutput' has been explicitly marked unavailable here
@interface AVCapturePhotoOutput : AVCaptureOutput
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift:12:86: error: 'AVCapturePhoto' is unavailable in watchOS
func photoOutput(_ output: AVCapturePhotoOutput, didFinishProcessingPhoto photo: AVCapturePhoto, error: Error?) {
^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:1954:12: note: 'AVCapturePhoto' has been explicitly marked unavailable here
@interface AVCapturePhoto : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift:18:28: error: 'AVCapturePhoto' is unavailable in watchOS
private let photo: AVCapturePhoto
^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:1954:12: note: 'AVCapturePhoto' has been explicitly marked unavailable here
@interface AVCapturePhoto : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift:20:21: error: 'AVCapturePhoto' is unavailable in watchOS
init(photo: AVCapturePhoto) {
^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:1954:12: note: 'AVCapturePhoto' has been explicitly marked unavailable here
@interface AVCapturePhoto : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift:24:45: error: 'AVCapturePhoto' is unavailable in watchOS
func replacementMetadata(for photo: AVCapturePhoto) -> [String : Any]? {
^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:1954:12: note: 'AVCapturePhoto' has been explicitly marked unavailable here
@interface AVCapturePhoto : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift:16:33: error: 'AVCapturePhotoFileDataRepresentationCustomizer' is unavailable in watchOS
class Customizer: NSObject, AVCapturePhotoFileDataRepresentationCustomizer {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:2331:11: note: 'AVCapturePhotoFileDataRepresentationCustomizer' has been explicitly marked unavailable here
@protocol AVCapturePhotoFileDataRepresentationCustomizer <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift:4:36: error: 'AVCapturePhotoCaptureDelegate' is unavailable in watchOS
class AVCaptureDelegate: NSObject, AVCapturePhotoCaptureDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:966:11: note: 'AVCapturePhotoCaptureDelegate' has been explicitly marked unavailable here
@protocol AVCapturePhotoCaptureDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVDataSource.swift:11:33: error: cannot find type 'AVCaptureSession' in scope
private let captureSession: AVCaptureSession
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVDataSource.swift:14:26: error: cannot find type 'AVCaptureSession' in scope
init(captureSession: AVCaptureSession,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVFocusController.swift:9:26: error: 'AVCaptureSession' is unavailable in watchOS
private let session: AVCaptureSession
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:165:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
@interface AVCaptureSession : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVFocusController.swift:11:19: error: 'AVCaptureSession' is unavailable in watchOS
init(session: AVCaptureSession) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:165:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
@interface AVCaptureSession : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVZoomController.swift:9:26: error: 'AVCaptureSession' is unavailable in watchOS
private let session: AVCaptureSession
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:165:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
@interface AVCaptureSession : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVZoomController.swift:11:19: error: 'AVCaptureSession' is unavailable in watchOS
init(session: AVCaptureSession) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:165:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
@interface AVCaptureSession : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Adapters.swift:31:31: error: 'AVCaptureDevice' is unavailable in watchOS
static func adapt(device: AVCaptureDevice, flashDataSource: FlashDataSource) -> Device {
^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Adapters.swift:59:39: error: 'AVCaptureDevice' is unavailable in watchOS
private static func adapt(device: AVCaptureDevice.DeviceType?) -> DeviceType {
^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Adapters.swift:75:41: error: 'AVCaptureDevice' is unavailable in watchOS
private static func adapt(position: AVCaptureDevice.Position) -> DevicePosition {
^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/DefaultCamera.swift:4:22: error: cannot find type 'UIView' in scope
var previewView: UIView
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/DefaultCamera.swift:15:23: error: cannot find type 'UIView' in scope
init(previewView: UIView,
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Public API/Camera.swift:16:22: error: cannot find type 'UIView' in scope
var previewView: UIView { get }
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:4:20: error: cannot find type 'UIView' in scope
class PreviewView: UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:6:31: error: 'AVCaptureVideoPreviewLayer' is unavailable in watchOS
private let previewLayer: AVCaptureVideoPreviewLayer
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoPreviewLayer.h:33:12: note: 'AVCaptureVideoPreviewLayer' has been explicitly marked unavailable here
@interface AVCaptureVideoPreviewLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:8:34: error: cannot find type 'UIPinchGestureRecognizer' in scope
private var pinchRecognizer: UIPinchGestureRecognizer!
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:9:32: error: cannot find type 'UITapGestureRecognizer' in scope
private var tapRecognizer: UITapGestureRecognizer!
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:11:24: error: 'AVCaptureVideoPreviewLayer' is unavailable in watchOS
init(previewLayer: AVCaptureVideoPreviewLayer,
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoPreviewLayer.h:33:12: note: 'AVCaptureVideoPreviewLayer' has been explicitly marked unavailable here
@interface AVCaptureVideoPreviewLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:42:19: error: method does not override any method from its superclass
override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:47:52: error: cannot find type 'UIDeviceOrientation' in scope
private func videoOrientation(viewOrientation: UIDeviceOrientation) -> AVCaptureVideoOrientation? {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:47:76: error: 'AVCaptureVideoOrientation' is unavailable in watchOS
private func videoOrientation(viewOrientation: UIDeviceOrientation) -> AVCaptureVideoOrientation? {
^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:140:28: note: 'AVCaptureVideoOrientation' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoOrientation) {
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:57:53: error: cannot find type 'UIDeviceOrientation' in scope
private func cameraOrientation(viewOrientation: UIDeviceOrientation) -> CameraOrientation? {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:67:36: error: cannot find type 'UIPinchGestureRecognizer' in scope
@IBAction func pinch(_ sender: UIPinchGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:74:62: error: cannot find type 'UITapGestureRecognizer' in scope
@objc private func cameraViewTapped(_ gestureRecognizer: UITapGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:134:37: error: 'CALayer' is unavailable in watchOS
private lazy var focusBoxLayer: CALayer = {
^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:135:19: error: 'CALayer' is unavailable in watchOS
let box = CALayer()
^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
SwiftCompile normal arm64_32 Compiling\ AVCameraController.swift,\ AVCameraSession.swift,\ AVCaptureDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraSession.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift (in target 'CameraCapture' from project 'CameraCapture')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraSession.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ AVDataSource.swift,\ AVFlashController.swift,\ AVFocusController.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVFlashController.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVFocusController.swift (in target 'CameraCapture' from project 'CameraCapture')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVDataSource.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVFlashController.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVFocusController.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ CameraCapture (in target 'CameraCapture' from project 'CameraCapture')
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal armv7k (in target 'CameraCapture' from project 'CameraCapture')
SwiftEmitModule normal armv7k Emitting\ module\ for\ CameraCapture (in target 'CameraCapture' from project 'CameraCapture')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ CameraCapture (in target 'CameraCapture' from project 'CameraCapture')
EmitSwiftModule normal arm64_32 (in target 'CameraCapture' from project 'CameraCapture')
SwiftEmitModule normal arm64 Emitting\ module\ for\ CameraCapture (in target 'CameraCapture' from project 'CameraCapture')
Building workspace spi-builder-workspace with scheme CameraCapture
(6 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
CameraCapture: /Users/admin/builder/spi-builder-workspace
resolved source packages: CameraCapture
{
"dependencies" : [
],
"manifest_display_name" : "CameraCapture",
"name" : "CameraCapture",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "CameraCapture",
"targets" : [
"CameraCapture"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CameraCaptureTests",
"module_type" : "SwiftTarget",
"name" : "CameraCaptureTests",
"path" : "Tests/CameraCaptureTests",
"sources" : [
"CameraSettingsToAVSettingsTests.swift",
"DeviceAdaptionTests.swift",
"FocusTests.swift",
"RetrieveAvailableCamerasTests.swift",
"RotateCameraTests.swift",
"SetCameraTests.swift",
"SetFlashStateTests.swift",
"StartCameraTests.swift",
"System.swift",
"TakePhotoTests.swift",
"ZoomTests.swift"
],
"target_dependencies" : [
"CameraCapture"
],
"type" : "test"
},
{
"c99name" : "CameraCapture",
"module_type" : "SwiftTarget",
"name" : "CameraCapture",
"path" : "Sources/CameraCapture",
"product_memberships" : [
"CameraCapture"
],
"sources" : [
"Implementation/AVFoundation/AVCameraController.swift",
"Implementation/AVFoundation/AVCameraSession.swift",
"Implementation/AVFoundation/AVCaptureDelegate.swift",
"Implementation/AVFoundation/AVDataSource.swift",
"Implementation/AVFoundation/AVFlashController.swift",
"Implementation/AVFoundation/AVFocusController.swift",
"Implementation/AVFoundation/AVZoomController.swift",
"Implementation/Adapters.swift",
"Implementation/CameraRepo.swift",
"Implementation/CaptureHandler.swift",
"Implementation/DefaultCamera.swift",
"Implementation/SettingsRepo.swift",
"Implementation/Use Cases/FocusUseCase.swift",
"Implementation/Use Cases/RetrieveAvailableCamerasUseCase.swift",
"Implementation/Use Cases/RotateCameraUseCase.swift",
"Implementation/Use Cases/SetCameraUseCase.swift",
"Implementation/Use Cases/SetFlashStateUseCase.swift",
"Implementation/Use Cases/SetRotationUseCase.swift",
"Implementation/Use Cases/SetZoomUseCase.swift",
"Implementation/Use Cases/StartCameraUseCase.swift",
"Implementation/Use Cases/TakePhotoUseCase.swift",
"Implementation/Views/Presenter.swift",
"Implementation/Views/PreviewView.swift",
"Public API/Camera.swift",
"Public API/CameraFactory.swift",
"Public API/Models/CameraSettings.swift",
"Public API/Models/Device.swift",
"Public API/Models/PhotoCaptureError.swift",
"Public API/Models/ZoomObserver.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"CameraCapture"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CameraCapture -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme CameraCapture -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
CameraCapture: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'CameraCapture' in project 'CameraCapture'
➜ Explicit dependency on target 'CameraCapture' in project 'CameraCapture'
Target 'CameraCapture' in project 'CameraCapture' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 842f4d7b28b7b81fd834f838c46ace0f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/842f4d7b28b7b81fd834f838c46ace0f.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
SwiftDriver CameraCapture normal armv7k com.apple.xcode.tools.swift.compiler (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CameraCapture -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver CameraCapture normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CameraCapture -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64_32/CameraCapture-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver CameraCapture normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CameraCapture -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64/CameraCapture.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64/CameraCapture-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64/CameraCapture.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64/CameraCapture_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/arm64/CameraCapture-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ CameraCapture (in target 'CameraCapture' from project 'CameraCapture')
EmitSwiftModule normal arm64_32 (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ CaptureHandler.swift,\ DefaultCamera.swift,\ SettingsRepo.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/CaptureHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/DefaultCamera.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/SettingsRepo.swift (in target 'CameraCapture' from project 'CameraCapture')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/CaptureHandler.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/DefaultCamera.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/SettingsRepo.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ AVCameraController.swift,\ AVCameraSession.swift,\ AVCaptureDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraSession.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift (in target 'CameraCapture' from project 'CameraCapture')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraSession.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ FocusUseCase.swift,\ RetrieveAvailableCamerasUseCase.swift,\ RotateCameraUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/FocusUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/RetrieveAvailableCamerasUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/RotateCameraUseCase.swift (in target 'CameraCapture' from project 'CameraCapture')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/FocusUseCase.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/RetrieveAvailableCamerasUseCase.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/RotateCameraUseCase.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ SetCameraUseCase.swift,\ SetFlashStateUseCase.swift,\ SetRotationUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/SetCameraUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/SetFlashStateUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/SetRotationUseCase.swift (in target 'CameraCapture' from project 'CameraCapture')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/SetCameraUseCase.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/SetFlashStateUseCase.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/SetRotationUseCase.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ AVZoomController.swift,\ Adapters.swift,\ CameraRepo.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVZoomController.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Adapters.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/CameraRepo.swift (in target 'CameraCapture' from project 'CameraCapture')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVZoomController.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Adapters.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/CameraRepo.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ Presenter.swift,\ PreviewView.swift,\ Camera.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/Presenter.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Public\ API/Camera.swift (in target 'CameraCapture' from project 'CameraCapture')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/Presenter.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Public\ API/Camera.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ SetZoomUseCase.swift,\ StartCameraUseCase.swift,\ TakePhotoUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/SetZoomUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/StartCameraUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/TakePhotoUseCase.swift (in target 'CameraCapture' from project 'CameraCapture')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/SetZoomUseCase.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/StartCameraUseCase.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/TakePhotoUseCase.swift (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ CameraCapture (in target 'CameraCapture' from project 'CameraCapture')
EmitSwiftModule normal arm64 (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal armv7k Emitting\ module\ for\ CameraCapture (in target 'CameraCapture' from project 'CameraCapture')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraSession.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVFlashController.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVFocusController.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVZoomController.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Adapters.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/CameraRepo.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/CaptureHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/DefaultCamera.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/SettingsRepo.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/FocusUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/RetrieveAvailableCamerasUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/RotateCameraUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/SetCameraUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/SetFlashStateUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/SetRotationUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/SetZoomUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/StartCameraUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Use\ Cases/TakePhotoUseCase.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/Presenter.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Public\ API/Camera.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Public\ API/CameraFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Public\ API/Models/CameraSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Public\ API/Models/Device.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Public\ API/Models/PhotoCaptureError.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Public\ API/Models/ZoomObserver.swift -target armv7k-apple-watchos6.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/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/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CameraCapture -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CameraCapture.build/Debug-watchos/CameraCapture.build/Objects-normal/armv7k/CameraCapture.abi.json
EmitSwiftModule normal armv7k (in target 'CameraCapture' from project 'CameraCapture')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:12:30: error: 'AVCapturePhotoOutput' is unavailable in watchOS
private let photoOutput: AVCapturePhotoOutput
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: 'AVCapturePhotoOutput' has been explicitly marked unavailable here
@interface AVCapturePhotoOutput : AVCaptureOutput
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:15:23: error: 'AVCapturePhotoOutput' is unavailable in watchOS
init(photoOutput: AVCapturePhotoOutput) {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: 'AVCapturePhotoOutput' has been explicitly marked unavailable here
@interface AVCapturePhotoOutput : AVCaptureOutput
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:36:50: error: 'AVCaptureDevice' is unavailable in watchOS
static func adapt(flashState: FlashState) -> AVCaptureDevice.FlashMode {
^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift:49:58: error: 'AVCaptureVideoOrientation' is unavailable in watchOS
static func adapt(orientation: CameraOrientation) -> AVCaptureVideoOrientation {
^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:140:28: note: 'AVCaptureVideoOrientation' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoOrientation) {
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraSession.swift:13:33: error: 'AVCaptureSession' is unavailable in watchOS
private let captureSession: AVCaptureSession
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:165:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
@interface AVCaptureSession : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraSession.swift:31:26: error: 'AVCaptureSession' is unavailable in watchOS
init(captureSession: AVCaptureSession,
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:165:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
@interface AVCaptureSession : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift:12:32: error: 'AVCapturePhotoOutput' is unavailable in watchOS
func photoOutput(_ output: AVCapturePhotoOutput, didFinishProcessingPhoto photo: AVCapturePhoto, error: Error?) {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: 'AVCapturePhotoOutput' has been explicitly marked unavailable here
@interface AVCapturePhotoOutput : AVCaptureOutput
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift:12:86: error: 'AVCapturePhoto' is unavailable in watchOS
func photoOutput(_ output: AVCapturePhotoOutput, didFinishProcessingPhoto photo: AVCapturePhoto, error: Error?) {
^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:1954:12: note: 'AVCapturePhoto' has been explicitly marked unavailable here
@interface AVCapturePhoto : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift:18:28: error: 'AVCapturePhoto' is unavailable in watchOS
private let photo: AVCapturePhoto
^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:1954:12: note: 'AVCapturePhoto' has been explicitly marked unavailable here
@interface AVCapturePhoto : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift:20:21: error: 'AVCapturePhoto' is unavailable in watchOS
init(photo: AVCapturePhoto) {
^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:1954:12: note: 'AVCapturePhoto' has been explicitly marked unavailable here
@interface AVCapturePhoto : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift:24:45: error: 'AVCapturePhoto' is unavailable in watchOS
func replacementMetadata(for photo: AVCapturePhoto) -> [String : Any]? {
^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:1954:12: note: 'AVCapturePhoto' has been explicitly marked unavailable here
@interface AVCapturePhoto : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift:16:33: error: 'AVCapturePhotoFileDataRepresentationCustomizer' is unavailable in watchOS
class Customizer: NSObject, AVCapturePhotoFileDataRepresentationCustomizer {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:2331:11: note: 'AVCapturePhotoFileDataRepresentationCustomizer' has been explicitly marked unavailable here
@protocol AVCapturePhotoFileDataRepresentationCustomizer <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift:4:36: error: 'AVCapturePhotoCaptureDelegate' is unavailable in watchOS
class AVCaptureDelegate: NSObject, AVCapturePhotoCaptureDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:966:11: note: 'AVCapturePhotoCaptureDelegate' has been explicitly marked unavailable here
@protocol AVCapturePhotoCaptureDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVDataSource.swift:11:33: error: cannot find type 'AVCaptureSession' in scope
private let captureSession: AVCaptureSession
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVDataSource.swift:14:26: error: cannot find type 'AVCaptureSession' in scope
init(captureSession: AVCaptureSession,
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVFocusController.swift:9:26: error: 'AVCaptureSession' is unavailable in watchOS
private let session: AVCaptureSession
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:165:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
@interface AVCaptureSession : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVFocusController.swift:11:19: error: 'AVCaptureSession' is unavailable in watchOS
init(session: AVCaptureSession) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:165:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
@interface AVCaptureSession : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVZoomController.swift:9:26: error: 'AVCaptureSession' is unavailable in watchOS
private let session: AVCaptureSession
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:165:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
@interface AVCaptureSession : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVZoomController.swift:11:19: error: 'AVCaptureSession' is unavailable in watchOS
init(session: AVCaptureSession) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:165:12: note: 'AVCaptureSession' has been explicitly marked unavailable here
@interface AVCaptureSession : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Adapters.swift:31:31: error: 'AVCaptureDevice' is unavailable in watchOS
static func adapt(device: AVCaptureDevice, flashDataSource: FlashDataSource) -> Device {
^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Adapters.swift:59:39: error: 'AVCaptureDevice' is unavailable in watchOS
private static func adapt(device: AVCaptureDevice.DeviceType?) -> DeviceType {
^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Adapters.swift:75:41: error: 'AVCaptureDevice' is unavailable in watchOS
private static func adapt(position: AVCaptureDevice.Position) -> DevicePosition {
^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:73:12: note: 'AVCaptureDevice' has been explicitly marked unavailable here
@interface AVCaptureDevice : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/DefaultCamera.swift:4:22: error: cannot find type 'UIView' in scope
var previewView: UIView
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/DefaultCamera.swift:15:23: error: cannot find type 'UIView' in scope
init(previewView: UIView,
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Public API/Camera.swift:16:22: error: cannot find type 'UIView' in scope
var previewView: UIView { get }
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:4:20: error: cannot find type 'UIView' in scope
class PreviewView: UIView {
^~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:6:31: error: 'AVCaptureVideoPreviewLayer' is unavailable in watchOS
private let previewLayer: AVCaptureVideoPreviewLayer
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoPreviewLayer.h:33:12: note: 'AVCaptureVideoPreviewLayer' has been explicitly marked unavailable here
@interface AVCaptureVideoPreviewLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:8:34: error: cannot find type 'UIPinchGestureRecognizer' in scope
private var pinchRecognizer: UIPinchGestureRecognizer!
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:9:32: error: cannot find type 'UITapGestureRecognizer' in scope
private var tapRecognizer: UITapGestureRecognizer!
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:11:24: error: 'AVCaptureVideoPreviewLayer' is unavailable in watchOS
init(previewLayer: AVCaptureVideoPreviewLayer,
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoPreviewLayer.h:33:12: note: 'AVCaptureVideoPreviewLayer' has been explicitly marked unavailable here
@interface AVCaptureVideoPreviewLayer : CALayer
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:42:19: error: method does not override any method from its superclass
override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:47:52: error: cannot find type 'UIDeviceOrientation' in scope
private func videoOrientation(viewOrientation: UIDeviceOrientation) -> AVCaptureVideoOrientation? {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:47:76: error: 'AVCaptureVideoOrientation' is unavailable in watchOS
private func videoOrientation(viewOrientation: UIDeviceOrientation) -> AVCaptureVideoOrientation? {
^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:140:28: note: 'AVCaptureVideoOrientation' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoOrientation) {
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:57:53: error: cannot find type 'UIDeviceOrientation' in scope
private func cameraOrientation(viewOrientation: UIDeviceOrientation) -> CameraOrientation? {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:67:36: error: cannot find type 'UIPinchGestureRecognizer' in scope
@IBAction func pinch(_ sender: UIPinchGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:74:62: error: cannot find type 'UITapGestureRecognizer' in scope
@objc private func cameraViewTapped(_ gestureRecognizer: UITapGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:134:37: error: 'CALayer' is unavailable in watchOS
private lazy var focusBoxLayer: CALayer = {
^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
/Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/Views/PreviewView.swift:135:19: error: 'CALayer' is unavailable in watchOS
let box = CALayer()
^~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:86:12: note: 'CALayer' has been explicitly marked unavailable here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
SwiftCompile normal arm64 Compiling\ AVCameraController.swift,\ AVCameraSession.swift,\ AVCaptureDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraSession.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift (in target 'CameraCapture' from project 'CameraCapture')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal armv7k Emitting\ module\ for\ CameraCapture (in target 'CameraCapture' from project 'CameraCapture')
EmitSwiftModule normal armv7k (in target 'CameraCapture' from project 'CameraCapture')
SwiftCompile normal arm64 Compiling\ AVCameraController.swift,\ AVCameraSession.swift,\ AVCaptureDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraController.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCameraSession.swift /Users/admin/builder/spi-builder-workspace/Sources/CameraCapture/Implementation/AVFoundation/AVCaptureDelegate.swift (in target 'CameraCapture' from project 'CameraCapture')
Building workspace spi-builder-workspace with scheme CameraCapture
(4 failures)
BUILD FAILURE 6.1 watchOS