Build Information
Failed to build QRCodeReader, reference 10.1.1 (5020b5
), with Swift 6.1 for watchOS using Xcode 16.3 on 26 Apr 2025 11:01:47 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme QRCodeReader -destination generic/platform=watchOS
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yannickl/QRCodeReader.swift.git
Reference: 10.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yannickl/QRCodeReader.swift
* tag 10.1.1 -> FETCH_HEAD
HEAD is now at 5020b5a Fix SPM file
Cloned https://github.com/yannickl/QRCodeReader.swift.git
Revision (git rev-parse @):
5020b5a47199d8ba80c83a4b4fafd70e9dc9dc7f
SUCCESS checkout https://github.com/yannickl/QRCodeReader.swift.git at 10.1.1
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/yannickl/QRCodeReader.swift.git
https://github.com/yannickl/QRCodeReader.swift.git
{
"dependencies" : [
],
"manifest_display_name" : "QRCodeReader",
"name" : "QRCodeReader",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "QRCodeReader",
"targets" : [
"QRCodeReader"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "QRCodeReader",
"module_type" : "SwiftTarget",
"name" : "QRCodeReader",
"path" : "Sources",
"product_memberships" : [
"QRCodeReader"
],
"sources" : [
"QRCodeReader.swift",
"QRCodeReaderResult.swift",
"QRCodeReaderView.swift",
"QRCodeReaderViewContainer.swift",
"QRCodeReaderViewController.swift",
"QRCodeReaderViewControllerBuilder.swift",
"QRCodeReaderViewControllerDelegate.swift",
"ReaderOverlayView.swift",
"SwitchCameraButton.swift",
"ToggleTorchButton.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
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:
QRCodeReader: /Users/admin/builder/spi-builder-workspace
resolved source packages: QRCodeReader
{
"dependencies" : [
],
"manifest_display_name" : "QRCodeReader",
"name" : "QRCodeReader",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "QRCodeReader",
"targets" : [
"QRCodeReader"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "QRCodeReader",
"module_type" : "SwiftTarget",
"name" : "QRCodeReader",
"path" : "Sources",
"product_memberships" : [
"QRCodeReader"
],
"sources" : [
"QRCodeReader.swift",
"QRCodeReaderResult.swift",
"QRCodeReaderView.swift",
"QRCodeReaderViewContainer.swift",
"QRCodeReaderViewController.swift",
"QRCodeReaderViewControllerBuilder.swift",
"QRCodeReaderViewControllerDelegate.swift",
"ReaderOverlayView.swift",
"SwitchCameraButton.swift",
"ToggleTorchButton.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"QRCodeReader"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme QRCodeReader -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 QRCodeReader -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:
QRCodeReader: /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 'QRCodeReader' in project 'QRCodeReader'
➜ Explicit dependency on target 'QRCodeReader' in project 'QRCodeReader'
Target 'QRCodeReader' in project 'QRCodeReader' (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
Build description signature: eb1c56c53be76eb0609475b35cea5293
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/eb1c56c53be76eb0609475b35cea5293.xcbuilddata
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/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/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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader-OutputFileMap.json (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader.SwiftConstValuesFileList (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/QRCodeReader.modulemap (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/QRCodeReader.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader.LinkFileList (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/QRCodeReader.DependencyMetadataFileList (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/QRCodeReader.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/QRCodeReader.DependencyStaticMetadataFileList (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/QRCodeReader.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader_const_extract_protocols.json (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader.SwiftFileList (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader_const_extract_protocols.json (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader.LinkFileList (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader.SwiftFileList (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader-OutputFileMap.json (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader.SwiftConstValuesFileList (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64/QRCodeReader.SwiftConstValuesFileList (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64/QRCodeReader.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64/QRCodeReader.SwiftFileList (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64/QRCodeReader.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64/QRCodeReader.LinkFileList (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64/QRCodeReader.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64/QRCodeReader_const_extract_protocols.json (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64/QRCodeReader_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64/QRCodeReader-OutputFileMap.json (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64/QRCodeReader-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/QRCodeReader.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/QRCodeReader.modulemap (in target 'QRCodeReader' from project 'QRCodeReader')
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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/QRCodeReader.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
SwiftDriver QRCodeReader normal armv7k com.apple.xcode.tools.swift.compiler (in target 'QRCodeReader' from project 'QRCodeReader')
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 QRCodeReader -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader.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-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader-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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader_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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver QRCodeReader normal arm64 com.apple.xcode.tools.swift.compiler (in target 'QRCodeReader' from project 'QRCodeReader')
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 QRCodeReader -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64/QRCodeReader.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-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64/QRCodeReader-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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64/QRCodeReader.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64/QRCodeReader_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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64/QRCodeReader-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver QRCodeReader normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'QRCodeReader' from project 'QRCodeReader')
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 QRCodeReader -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader.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-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader-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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader_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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader-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\ QRCodeReader (in target 'QRCodeReader' from project 'QRCodeReader')
EmitSwiftModule normal arm64_32 (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal armv7k Emitting\ module\ for\ QRCodeReader (in target 'QRCodeReader' from project 'QRCodeReader')
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/QRCodeReader.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderResult.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderView.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewControllerBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/ReaderOverlayView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwitchCameraButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift -target armv7k-apple-watchos5.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 -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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader_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/QRCodeReader.build/Debug-watchos/QRCodeReader.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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name QRCodeReader -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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader.abi.json
EmitSwiftModule normal armv7k (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:30:41: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol QRCodeReaderLifeCycleDelegate: class {
^~~~~
AnyObject
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:40:22: error: 'AVCaptureDevice' is unavailable in watchOS
let defaultDevice: AVCaptureDevice? = AVCaptureDevice.default(for: .video)
^~~~~~~~~~~~~~~
/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/QRCodeReader.swift:40:41: error: 'AVCaptureDevice' is unavailable in watchOS
let defaultDevice: AVCaptureDevice? = AVCaptureDevice.default(for: .video)
^~~~~~~~~~~~~~~
/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/QRCodeReader.swift:41:20: error: 'AVCaptureDevice' is unavailable in watchOS
let frontDevice: AVCaptureDevice? = {
^~~~~~~~~~~~~~~
/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/QRCodeReader.swift:43:14: error: 'AVCaptureDevice' is unavailable in watchOS
return AVCaptureDevice.default(.builtInWideAngleCamera, for: AVMediaType.video, position: .front)
^~~~~~~~~~~~~~~
/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/QRCodeReader.swift:43:39: error: 'builtInWideAngleCamera' is unavailable in watchOS
return AVCaptureDevice.default(.builtInWideAngleCamera, for: AVMediaType.video, position: .front)
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:479:38: note: 'builtInWideAngleCamera' has been explicitly marked unavailable here
AVF_EXPORT AVCaptureDeviceType const AVCaptureDeviceTypeBuiltInWideAngleCamera API_AVAILABLE(macos(10.15), ios(10.0), macCatalyst(14.0), tvos(17.0), visionos(2.1)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:46:21: error: 'AVCaptureDevice' is unavailable in watchOS
for device in AVCaptureDevice.devices(for: AVMediaType.video) {
^~~~~~~~~~~~~~~
/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/QRCodeReader.swift:56:32: error: 'AVCaptureDeviceInput' is unavailable in watchOS
lazy var defaultDeviceInput: AVCaptureDeviceInput? = {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:181:12: note: 'AVCaptureDeviceInput' has been explicitly marked unavailable here
@interface AVCaptureDeviceInput : AVCaptureInput
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:59:17: error: 'AVCaptureDeviceInput' is unavailable in watchOS
return try? AVCaptureDeviceInput(device: defaultDevice)
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:181:12: note: 'AVCaptureDeviceInput' has been explicitly marked unavailable here
@interface AVCaptureDeviceInput : AVCaptureInput
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:62:30: error: 'AVCaptureDeviceInput' is unavailable in watchOS
lazy var frontDeviceInput: AVCaptureDeviceInput? = {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:181:12: note: 'AVCaptureDeviceInput' has been explicitly marked unavailable here
@interface AVCaptureDeviceInput : AVCaptureInput
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:64:19: error: 'AVCaptureDeviceInput' is unavailable in watchOS
return try? AVCaptureDeviceInput(device: _frontDevice)
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:181:12: note: 'AVCaptureDeviceInput' has been explicitly marked unavailable here
@interface AVCaptureDeviceInput : AVCaptureInput
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:70:24: error: 'AVCaptureSession' is unavailable in watchOS
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/QRCodeReader.swift:71:24: error: 'AVCaptureMetadataOutput' is unavailable in watchOS
let metadataOutput = AVCaptureMetadataOutput()
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureMetadataOutput.h:29:12: note: 'AVCaptureMetadataOutput' has been explicitly marked unavailable here
@interface AVCaptureMetadataOutput : AVCaptureOutput
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:78:28: error: 'AVCaptureVideoPreviewLayer' is unavailable in watchOS
public 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/QRCodeReader.swift:81:36: error: 'AVMetadataObject' is unavailable in watchOS
public let metadataObjectTypes: [AVMetadataObject.ObjectType]
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVMetadataObject.h:41:12: note: 'AVMetadataObject' has been explicitly marked unavailable here
@interface AVMetadataObject : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:108:55: error: 'AVMetadataObject' is unavailable in watchOS
public convenience init(metadataObjectTypes types: [AVMetadataObject.ObjectType]) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVMetadataObject.h:41:12: note: 'AVMetadataObject' has been explicitly marked unavailable here
@interface AVMetadataObject : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:117:59: error: 'AVCaptureDevice' is unavailable in watchOS
public convenience init(captureDevicePosition position: AVCaptureDevice.Position) {
^~~~~~~~~~~~~~~
/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/QRCodeReader.swift:127:43: error: 'AVMetadataObject' is unavailable in watchOS
public init(metadataObjectTypes types: [AVMetadataObject.ObjectType], captureDevicePosition: AVCaptureDevice.Position) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVMetadataObject.h:41:12: note: 'AVMetadataObject' has been explicitly marked unavailable here
@interface AVMetadataObject : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:127:96: error: 'AVCaptureDevice' is unavailable in watchOS
public init(metadataObjectTypes types: [AVMetadataObject.ObjectType], captureDevicePosition: AVCaptureDevice.Position) {
^~~~~~~~~~~~~~~
/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/QRCodeReader.swift:140:70: error: 'AVCaptureDevice' is unavailable in watchOS
private func configureDefaultComponents(withCaptureDevicePosition: AVCaptureDevice.Position) {
^~~~~~~~~~~~~~~
/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/QRCodeReader.swift:177:38: error: 'AVCaptureDeviceInput' is unavailable in watchOS
public func switchDeviceInput() -> AVCaptureDeviceInput? {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:181:12: note: 'AVCaptureDeviceInput' has been explicitly marked unavailable here
@interface AVCaptureDeviceInput : AVCaptureInput
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:278:69: error: cannot find type 'UIDeviceOrientation' in scope
public class func videoOrientation(deviceOrientation orientation: UIDeviceOrientation, withSupportedOrientations supportedOrientations: UIInterfaceOrientationMask, fallbackOrientation: AVCaptureVideoOrientation? = nil) -> AVCaptureVideoOrientation {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:278:139: error: cannot find type 'UIInterfaceOrientationMask' in scope
public class func videoOrientation(deviceOrientation orientation: UIDeviceOrientation, withSupportedOrientations supportedOrientations: UIInterfaceOrientationMask, fallbackOrientation: AVCaptureVideoOrientation? = nil) -> AVCaptureVideoOrientation {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:278:188: error: 'AVCaptureVideoOrientation' is unavailable in watchOS
public class func videoOrientation(deviceOrientation orientation: UIDeviceOrientation, withSupportedOrientations supportedOrientations: UIInterfaceOrientationMask, fallbackOrientation: AVCaptureVideoOrientation? = nil) -> 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/QRCodeReader.swift:278:225: error: 'AVCaptureVideoOrientation' is unavailable in watchOS
public class func videoOrientation(deviceOrientation orientation: UIDeviceOrientation, withSupportedOrientations supportedOrientations: UIInterfaceOrientationMask, fallbackOrientation: AVCaptureVideoOrientation? = nil) -> 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/QRCodeReader.swift:316:90: error: cannot find type 'UIInterfaceOrientationMask' in scope
class func orientationMask(videoOrientation orientation: AVCaptureVideoOrientation) -> UIInterfaceOrientationMask {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:316:60: error: 'AVCaptureVideoOrientation' is unavailable in watchOS
class func orientationMask(videoOrientation orientation: AVCaptureVideoOrientation) -> UIInterfaceOrientationMask {
^~~~~~~~~~~~~~~~~~~~~~~~~
/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/QRCodeReader.swift:349:67: error: 'AVMetadataObject' is unavailable in watchOS
public class func supportsMetadataObjectTypes(_ metadataTypes: [AVMetadataObject.ObjectType]? = nil) throws -> Bool {
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVMetadataObject.h:41:12: note: 'AVMetadataObject' has been explicitly marked unavailable here
@interface AVMetadataObject : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:379:40: error: 'AVCaptureMetadataOutput' is unavailable in watchOS
public func metadataOutput(_ output: AVCaptureMetadataOutput, didOutput metadataObjects: [AVMetadataObject], from connection: AVCaptureConnection) {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureMetadataOutput.h:29:12: note: 'AVCaptureMetadataOutput' has been explicitly marked unavailable here
@interface AVCaptureMetadataOutput : AVCaptureOutput
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:379:93: error: 'AVMetadataObject' is unavailable in watchOS
public func metadataOutput(_ output: AVCaptureMetadataOutput, didOutput metadataObjects: [AVMetadataObject], from connection: AVCaptureConnection) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVMetadataObject.h:41:12: note: 'AVMetadataObject' has been explicitly marked unavailable here
@interface AVMetadataObject : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:379:129: error: 'AVCaptureConnection' is unavailable in watchOS
public func metadataOutput(_ output: AVCaptureMetadataOutput, didOutput metadataObjects: [AVMetadataObject], from connection: AVCaptureConnection) {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:841:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:36:44: error: 'AVCaptureMetadataOutputObjectsDelegate' is unavailable in watchOS
public final class QRCodeReader: NSObject, AVCaptureMetadataOutputObjectsDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureMetadataOutput.h:119:11: note: 'AVCaptureMetadataOutputObjectsDelegate' has been explicitly marked unavailable here
@protocol AVCaptureMetadataOutputObjectsDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderView.swift:49:33: error: cannot find type 'UIButton' in scope
public lazy var cancelButton: UIButton? = {
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderView.swift:58:39: error: cannot find type 'UIButton' in scope
public lazy var switchCameraButton: UIButton? = {
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderView.swift:66:38: error: cannot find type 'UIButton' in scope
public lazy var toggleTorchButton: UIButton? = {
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderView.swift:40:26: error: cannot find type 'UIView' in scope
public let cameraView: 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/QRCodeReaderView.swift:31:32: error: missing argument for parameter 'frame' in call
let ov = ReaderOverlayView()
^
frame: <#CGRect#>
/Users/admin/builder/spi-builder-workspace/Sources/ReaderOverlayView.swift:83:12: note: 'init(frame:)' declared here
override init(frame: CGRect) {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderView.swift:120:24: error: method does not override any method from its superclass
public override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderView.swift:29:38: error: cannot find type 'UIView' in scope
final public class QRCodeReaderView: UIView, QRCodeReaderDisplayable {
^~~~~~
/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/QRCodeReaderViewContainer.swift:32:19: error: cannot find type 'UIView' in scope
var cameraView: 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/QRCodeReaderViewContainer.swift:35:21: error: cannot find type 'UIButton' in scope
var cancelButton: UIButton? { get }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewContainer.swift:38:27: error: cannot find type 'UIButton' in scope
var switchCameraButton: UIButton? { get }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewContainer.swift:41:26: error: cannot find type 'UIButton' in scope
var toggleTorchButton: UIButton? { get }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewContainer.swift:59:13: error: cannot find type 'UIView' in scope
let view: 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/QRCodeReaderViewContainer.swift:67:68: error: cannot find type 'UIView' in scope
public init<T: QRCodeReaderDisplayable>(displayable: T) where T: 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/QRCodeReaderViewController.swift:94:24: error: method does not override any method from its superclass
override public func viewWillAppear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewController.swift:104:24: error: method does not override any method from its superclass
override public func viewWillDisappear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewController.swift:110:24: error: method does not override any method from its superclass
override public func viewWillLayoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewController.swift:116:48: error: cannot find type 'UIStatusBarStyle' in scope
public override var preferredStatusBarStyle: UIStatusBarStyle {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewController.swift:163:37: error: cannot find type 'UIButton' in scope
@objc func cancelAction(_ button: UIButton) {
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewController.swift:173:14: error: method cannot be marked @objc because the type of the parameter cannot be represented in Objective-C
@objc func switchCameraAction(_ button: SwitchCameraButton) {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewController.swift:173:43: note: classes not annotated with @objc cannot be represented in Objective-C
@objc func switchCameraAction(_ button: SwitchCameraButton) {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewController.swift:179:14: error: method cannot be marked @objc because the type of the parameter cannot be represented in Objective-C
@objc func toggleTorchAction(_ button: ToggleTorchButton) {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewController.swift:179:42: note: classes not annotated with @objc cannot be represented in Objective-C
@objc func toggleTorchAction(_ button: ToggleTorchButton) {
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewController.swift:31:42: error: cannot find type 'UIViewController' in scope
public class QRCodeReaderViewController: UIViewController {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewControllerBuilder.swift:108:39: error: cannot find type 'UIStatusBarStyle' in scope
public var preferredStatusBarStyle: UIStatusBarStyle? = nil
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewControllerDelegate.swift:47:87: error: 'AVCaptureDeviceInput' is unavailable in watchOS
func reader(_ reader: QRCodeReaderViewController, didSwitchCamera newCaptureDevice: AVCaptureDeviceInput)
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:181:12: note: 'AVCaptureDeviceInput' has been explicitly marked unavailable here
@interface AVCaptureDeviceInput : AVCaptureInput
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewControllerDelegate.swift:32:53: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol QRCodeReaderViewControllerDelegate: class {
^~~~~
AnyObject
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewControllerDelegate.swift:65:94: error: 'AVCaptureDeviceInput' is unavailable in watchOS
public func reader(_ reader: QRCodeReaderViewController, didSwitchCamera newCaptureDevice: AVCaptureDeviceInput) {}
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:181:12: note: 'AVCaptureDeviceInput' has been explicitly marked unavailable here
@interface AVCaptureDeviceInput : AVCaptureInput
^
/Users/admin/builder/spi-builder-workspace/Sources/ReaderOverlayView.swift:40:42: error: cannot find type 'UIView' in scope
public protocol QRCodeReaderViewOverlay: 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/ReaderOverlayView.swift:47:24: error: cannot find type 'CAShapeLayer' in scope
private var overlay: CAShapeLayer = {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ReaderOverlayView.swift:70:7: error: cannot find 'setNeedsDisplay' in scope
setNeedsDisplay()
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ReaderOverlayView.swift:83:12: error: initializer does not override a designated initializer from its superclass
override init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/ReaderOverlayView.swift:103:7: error: cannot find 'setNeedsDisplay' in scope
setNeedsDisplay()
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ReaderOverlayView.swift:107:24: error: method does not override any method from its superclass
public override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/ReaderOverlayView.swift:46:39: error: cannot find type 'UIView' in scope
public final class ReaderOverlayView: 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/SwitchCameraButton.swift:34:7: error: cannot find 'setNeedsDisplay' in scope
setNeedsDisplay()
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwitchCameraButton.swift:40:7: error: cannot find 'setNeedsDisplay' in scope
setNeedsDisplay()
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwitchCameraButton.swift:47:24: error: method does not override any method from its superclass
public override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/SwitchCameraButton.swift:164:52: error: cannot find type 'UITouch' in scope
public override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwitchCameraButton.swift:164:74: error: cannot find type 'UIEvent' in scope
public override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwitchCameraButton.swift:170:52: error: cannot find type 'UITouch' in scope
public override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwitchCameraButton.swift:170:74: error: cannot find type 'UIEvent' in scope
public override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwitchCameraButton.swift:176:52: error: cannot find type 'UITouch' in scope
public override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwitchCameraButton.swift:176:74: error: cannot find type 'UIEvent' in scope
public override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwitchCameraButton.swift:181:56: error: cannot find type 'UITouch' in scope
public override func touchesCancelled(_ touches: Set<UITouch>?, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwitchCameraButton.swift:181:79: error: cannot find type 'UIEvent' in scope
public override func touchesCancelled(_ touches: Set<UITouch>?, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwitchCameraButton.swift:31:40: error: cannot find type 'UIButton' in scope
public final class SwitchCameraButton: UIButton {
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift:34:7: error: cannot find 'setNeedsDisplay' in scope
setNeedsDisplay()
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift:40:7: error: cannot find 'setNeedsDisplay' in scope
setNeedsDisplay()
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift:47:24: error: method does not override any method from its superclass
public override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift:103:52: error: cannot find type 'UITouch' in scope
public override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift:103:74: error: cannot find type 'UIEvent' in scope
public override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift:109:52: error: cannot find type 'UITouch' in scope
public override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift:109:74: error: cannot find type 'UIEvent' in scope
public override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift:115:52: error: cannot find type 'UITouch' in scope
public override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift:115:74: error: cannot find type 'UIEvent' in scope
public override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift:120:56: error: cannot find type 'UITouch' in scope
public override func touchesCancelled(_ touches: Set<UITouch>?, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift:120:79: error: cannot find type 'UIEvent' in scope
public override func touchesCancelled(_ touches: Set<UITouch>?, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift:31:39: error: cannot find type 'UIButton' in scope
public final class ToggleTorchButton: UIButton {
^~~~~~~~
SwiftCompile normal arm64_32 Compiling\ QRCodeReaderView.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderView.swift (in target 'QRCodeReader' from project 'QRCodeReader')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderView.swift (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ QRCodeReader.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift (in target 'QRCodeReader' from project 'QRCodeReader')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ QRCodeReaderResult.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderResult.swift (in target 'QRCodeReader' from project 'QRCodeReader')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderResult.swift (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ QRCodeReaderViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewController.swift (in target 'QRCodeReader' from project 'QRCodeReader')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewController.swift (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ QRCodeReaderView.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderView.swift (in target 'QRCodeReader' from project 'QRCodeReader')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderView.swift (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ ToggleTorchButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift (in target 'QRCodeReader' from project 'QRCodeReader')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ QRCodeReaderViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewController.swift (in target 'QRCodeReader' from project 'QRCodeReader')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewController.swift (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ QRCodeReaderViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewControllerDelegate.swift (in target 'QRCodeReader' from project 'QRCodeReader')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewControllerDelegate.swift (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal armv7k Emitting\ module\ for\ QRCodeReader (in target 'QRCodeReader' from project 'QRCodeReader')
EmitSwiftModule normal armv7k (in target 'QRCodeReader' from project 'QRCodeReader')
Building workspace spi-builder-workspace with scheme QRCodeReader
(3 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:
QRCodeReader: /Users/admin/builder/spi-builder-workspace
resolved source packages: QRCodeReader
{
"dependencies" : [
],
"manifest_display_name" : "QRCodeReader",
"name" : "QRCodeReader",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "QRCodeReader",
"targets" : [
"QRCodeReader"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "QRCodeReader",
"module_type" : "SwiftTarget",
"name" : "QRCodeReader",
"path" : "Sources",
"product_memberships" : [
"QRCodeReader"
],
"sources" : [
"QRCodeReader.swift",
"QRCodeReaderResult.swift",
"QRCodeReaderView.swift",
"QRCodeReaderViewContainer.swift",
"QRCodeReaderViewController.swift",
"QRCodeReaderViewControllerBuilder.swift",
"QRCodeReaderViewControllerDelegate.swift",
"ReaderOverlayView.swift",
"SwitchCameraButton.swift",
"ToggleTorchButton.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"QRCodeReader"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme QRCodeReader -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 QRCodeReader -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
QRCodeReader: /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 'QRCodeReader' in project 'QRCodeReader'
➜ Explicit dependency on target 'QRCodeReader' in project 'QRCodeReader'
Target 'QRCodeReader' in project 'QRCodeReader' (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
Build description signature: 2552b964824a35d4e66c1b88de9e4b08
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2552b964824a35d4e66c1b88de9e4b08.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 QRCodeReader normal arm64 com.apple.xcode.tools.swift.compiler (in target 'QRCodeReader' from project 'QRCodeReader')
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 QRCodeReader -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64/QRCodeReader.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-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64/QRCodeReader-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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64/QRCodeReader.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64/QRCodeReader_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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64/QRCodeReader-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver QRCodeReader normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'QRCodeReader' from project 'QRCodeReader')
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 QRCodeReader -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader.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-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader-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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader_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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver QRCodeReader normal armv7k com.apple.xcode.tools.swift.compiler (in target 'QRCodeReader' from project 'QRCodeReader')
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 QRCodeReader -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader.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-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader-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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader_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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/armv7k/QRCodeReader-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\ QRCodeReader (in target 'QRCodeReader' from project 'QRCodeReader')
EmitSwiftModule normal arm64_32 (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:30:41: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol QRCodeReaderLifeCycleDelegate: class {
^~~~~
AnyObject
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:40:22: error: 'AVCaptureDevice' is unavailable in watchOS
let defaultDevice: AVCaptureDevice? = AVCaptureDevice.default(for: .video)
^~~~~~~~~~~~~~~
/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/QRCodeReader.swift:40:41: error: 'AVCaptureDevice' is unavailable in watchOS
let defaultDevice: AVCaptureDevice? = AVCaptureDevice.default(for: .video)
^~~~~~~~~~~~~~~
/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/QRCodeReader.swift:41:20: error: 'AVCaptureDevice' is unavailable in watchOS
let frontDevice: AVCaptureDevice? = {
^~~~~~~~~~~~~~~
/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/QRCodeReader.swift:43:14: error: 'AVCaptureDevice' is unavailable in watchOS
return AVCaptureDevice.default(.builtInWideAngleCamera, for: AVMediaType.video, position: .front)
^~~~~~~~~~~~~~~
/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/QRCodeReader.swift:43:39: error: 'builtInWideAngleCamera' is unavailable in watchOS
return AVCaptureDevice.default(.builtInWideAngleCamera, for: AVMediaType.video, position: .front)
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:479:38: note: 'builtInWideAngleCamera' has been explicitly marked unavailable here
AVF_EXPORT AVCaptureDeviceType const AVCaptureDeviceTypeBuiltInWideAngleCamera API_AVAILABLE(macos(10.15), ios(10.0), macCatalyst(14.0), tvos(17.0), visionos(2.1)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:46:21: error: 'AVCaptureDevice' is unavailable in watchOS
for device in AVCaptureDevice.devices(for: AVMediaType.video) {
^~~~~~~~~~~~~~~
/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/QRCodeReader.swift:56:32: error: 'AVCaptureDeviceInput' is unavailable in watchOS
lazy var defaultDeviceInput: AVCaptureDeviceInput? = {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:181:12: note: 'AVCaptureDeviceInput' has been explicitly marked unavailable here
@interface AVCaptureDeviceInput : AVCaptureInput
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:59:17: error: 'AVCaptureDeviceInput' is unavailable in watchOS
return try? AVCaptureDeviceInput(device: defaultDevice)
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:181:12: note: 'AVCaptureDeviceInput' has been explicitly marked unavailable here
@interface AVCaptureDeviceInput : AVCaptureInput
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:62:30: error: 'AVCaptureDeviceInput' is unavailable in watchOS
lazy var frontDeviceInput: AVCaptureDeviceInput? = {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:181:12: note: 'AVCaptureDeviceInput' has been explicitly marked unavailable here
@interface AVCaptureDeviceInput : AVCaptureInput
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:64:19: error: 'AVCaptureDeviceInput' is unavailable in watchOS
return try? AVCaptureDeviceInput(device: _frontDevice)
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:181:12: note: 'AVCaptureDeviceInput' has been explicitly marked unavailable here
@interface AVCaptureDeviceInput : AVCaptureInput
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:70:24: error: 'AVCaptureSession' is unavailable in watchOS
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/QRCodeReader.swift:71:24: error: 'AVCaptureMetadataOutput' is unavailable in watchOS
let metadataOutput = AVCaptureMetadataOutput()
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureMetadataOutput.h:29:12: note: 'AVCaptureMetadataOutput' has been explicitly marked unavailable here
@interface AVCaptureMetadataOutput : AVCaptureOutput
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:78:28: error: 'AVCaptureVideoPreviewLayer' is unavailable in watchOS
public 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/QRCodeReader.swift:81:36: error: 'AVMetadataObject' is unavailable in watchOS
public let metadataObjectTypes: [AVMetadataObject.ObjectType]
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVMetadataObject.h:41:12: note: 'AVMetadataObject' has been explicitly marked unavailable here
@interface AVMetadataObject : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:108:55: error: 'AVMetadataObject' is unavailable in watchOS
public convenience init(metadataObjectTypes types: [AVMetadataObject.ObjectType]) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVMetadataObject.h:41:12: note: 'AVMetadataObject' has been explicitly marked unavailable here
@interface AVMetadataObject : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:117:59: error: 'AVCaptureDevice' is unavailable in watchOS
public convenience init(captureDevicePosition position: AVCaptureDevice.Position) {
^~~~~~~~~~~~~~~
/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/QRCodeReader.swift:127:43: error: 'AVMetadataObject' is unavailable in watchOS
public init(metadataObjectTypes types: [AVMetadataObject.ObjectType], captureDevicePosition: AVCaptureDevice.Position) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVMetadataObject.h:41:12: note: 'AVMetadataObject' has been explicitly marked unavailable here
@interface AVMetadataObject : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:127:96: error: 'AVCaptureDevice' is unavailable in watchOS
public init(metadataObjectTypes types: [AVMetadataObject.ObjectType], captureDevicePosition: AVCaptureDevice.Position) {
^~~~~~~~~~~~~~~
/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/QRCodeReader.swift:140:70: error: 'AVCaptureDevice' is unavailable in watchOS
private func configureDefaultComponents(withCaptureDevicePosition: AVCaptureDevice.Position) {
^~~~~~~~~~~~~~~
/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/QRCodeReader.swift:177:38: error: 'AVCaptureDeviceInput' is unavailable in watchOS
public func switchDeviceInput() -> AVCaptureDeviceInput? {
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:181:12: note: 'AVCaptureDeviceInput' has been explicitly marked unavailable here
@interface AVCaptureDeviceInput : AVCaptureInput
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:278:69: error: cannot find type 'UIDeviceOrientation' in scope
public class func videoOrientation(deviceOrientation orientation: UIDeviceOrientation, withSupportedOrientations supportedOrientations: UIInterfaceOrientationMask, fallbackOrientation: AVCaptureVideoOrientation? = nil) -> AVCaptureVideoOrientation {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:278:139: error: cannot find type 'UIInterfaceOrientationMask' in scope
public class func videoOrientation(deviceOrientation orientation: UIDeviceOrientation, withSupportedOrientations supportedOrientations: UIInterfaceOrientationMask, fallbackOrientation: AVCaptureVideoOrientation? = nil) -> AVCaptureVideoOrientation {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:278:188: error: 'AVCaptureVideoOrientation' is unavailable in watchOS
public class func videoOrientation(deviceOrientation orientation: UIDeviceOrientation, withSupportedOrientations supportedOrientations: UIInterfaceOrientationMask, fallbackOrientation: AVCaptureVideoOrientation? = nil) -> 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/QRCodeReader.swift:278:225: error: 'AVCaptureVideoOrientation' is unavailable in watchOS
public class func videoOrientation(deviceOrientation orientation: UIDeviceOrientation, withSupportedOrientations supportedOrientations: UIInterfaceOrientationMask, fallbackOrientation: AVCaptureVideoOrientation? = nil) -> 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/QRCodeReader.swift:316:90: error: cannot find type 'UIInterfaceOrientationMask' in scope
class func orientationMask(videoOrientation orientation: AVCaptureVideoOrientation) -> UIInterfaceOrientationMask {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:316:60: error: 'AVCaptureVideoOrientation' is unavailable in watchOS
class func orientationMask(videoOrientation orientation: AVCaptureVideoOrientation) -> UIInterfaceOrientationMask {
^~~~~~~~~~~~~~~~~~~~~~~~~
/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/QRCodeReader.swift:349:67: error: 'AVMetadataObject' is unavailable in watchOS
public class func supportsMetadataObjectTypes(_ metadataTypes: [AVMetadataObject.ObjectType]? = nil) throws -> Bool {
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVMetadataObject.h:41:12: note: 'AVMetadataObject' has been explicitly marked unavailable here
@interface AVMetadataObject : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:379:40: error: 'AVCaptureMetadataOutput' is unavailable in watchOS
public func metadataOutput(_ output: AVCaptureMetadataOutput, didOutput metadataObjects: [AVMetadataObject], from connection: AVCaptureConnection) {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureMetadataOutput.h:29:12: note: 'AVCaptureMetadataOutput' has been explicitly marked unavailable here
@interface AVCaptureMetadataOutput : AVCaptureOutput
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:379:93: error: 'AVMetadataObject' is unavailable in watchOS
public func metadataOutput(_ output: AVCaptureMetadataOutput, didOutput metadataObjects: [AVMetadataObject], from connection: AVCaptureConnection) {
^~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVMetadataObject.h:41:12: note: 'AVMetadataObject' has been explicitly marked unavailable here
@interface AVMetadataObject : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:379:129: error: 'AVCaptureConnection' is unavailable in watchOS
public func metadataOutput(_ output: AVCaptureMetadataOutput, didOutput metadataObjects: [AVMetadataObject], from connection: AVCaptureConnection) {
^~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:841:12: note: 'AVCaptureConnection' has been explicitly marked unavailable here
@interface AVCaptureConnection : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift:36:44: error: 'AVCaptureMetadataOutputObjectsDelegate' is unavailable in watchOS
public final class QRCodeReader: NSObject, AVCaptureMetadataOutputObjectsDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureMetadataOutput.h:119:11: note: 'AVCaptureMetadataOutputObjectsDelegate' has been explicitly marked unavailable here
@protocol AVCaptureMetadataOutputObjectsDelegate <NSObject>
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderView.swift:49:33: error: cannot find type 'UIButton' in scope
public lazy var cancelButton: UIButton? = {
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderView.swift:58:39: error: cannot find type 'UIButton' in scope
public lazy var switchCameraButton: UIButton? = {
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderView.swift:66:38: error: cannot find type 'UIButton' in scope
public lazy var toggleTorchButton: UIButton? = {
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderView.swift:31:32: error: missing argument for parameter 'frame' in call
let ov = ReaderOverlayView()
^
frame: <#CGRect#>
/Users/admin/builder/spi-builder-workspace/Sources/ReaderOverlayView.swift:83:12: note: 'init(frame:)' declared here
override init(frame: CGRect) {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderView.swift:40:26: error: cannot find type 'UIView' in scope
public let cameraView: 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/QRCodeReaderView.swift:120:24: error: method does not override any method from its superclass
public override func layoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderView.swift:29:38: error: cannot find type 'UIView' in scope
final public class QRCodeReaderView: UIView, QRCodeReaderDisplayable {
^~~~~~
/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/QRCodeReaderViewContainer.swift:32:19: error: cannot find type 'UIView' in scope
var cameraView: 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/QRCodeReaderViewContainer.swift:35:21: error: cannot find type 'UIButton' in scope
var cancelButton: UIButton? { get }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewContainer.swift:38:27: error: cannot find type 'UIButton' in scope
var switchCameraButton: UIButton? { get }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewContainer.swift:41:26: error: cannot find type 'UIButton' in scope
var toggleTorchButton: UIButton? { get }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewContainer.swift:59:13: error: cannot find type 'UIView' in scope
let view: 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/QRCodeReaderViewContainer.swift:67:68: error: cannot find type 'UIView' in scope
public init<T: QRCodeReaderDisplayable>(displayable: T) where T: 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/QRCodeReaderViewController.swift:94:24: error: method does not override any method from its superclass
override public func viewWillAppear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewController.swift:104:24: error: method does not override any method from its superclass
override public func viewWillDisappear(_ animated: Bool) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewController.swift:110:24: error: method does not override any method from its superclass
override public func viewWillLayoutSubviews() {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewController.swift:116:48: error: cannot find type 'UIStatusBarStyle' in scope
public override var preferredStatusBarStyle: UIStatusBarStyle {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewController.swift:163:37: error: cannot find type 'UIButton' in scope
@objc func cancelAction(_ button: UIButton) {
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewController.swift:173:14: error: method cannot be marked @objc because the type of the parameter cannot be represented in Objective-C
@objc func switchCameraAction(_ button: SwitchCameraButton) {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewController.swift:173:43: note: classes not annotated with @objc cannot be represented in Objective-C
@objc func switchCameraAction(_ button: SwitchCameraButton) {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewController.swift:179:14: error: method cannot be marked @objc because the type of the parameter cannot be represented in Objective-C
@objc func toggleTorchAction(_ button: ToggleTorchButton) {
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewController.swift:179:42: note: classes not annotated with @objc cannot be represented in Objective-C
@objc func toggleTorchAction(_ button: ToggleTorchButton) {
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewController.swift:31:42: error: cannot find type 'UIViewController' in scope
public class QRCodeReaderViewController: UIViewController {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewControllerBuilder.swift:108:39: error: cannot find type 'UIStatusBarStyle' in scope
public var preferredStatusBarStyle: UIStatusBarStyle? = nil
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewControllerDelegate.swift:47:87: error: 'AVCaptureDeviceInput' is unavailable in watchOS
func reader(_ reader: QRCodeReaderViewController, didSwitchCamera newCaptureDevice: AVCaptureDeviceInput)
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:181:12: note: 'AVCaptureDeviceInput' has been explicitly marked unavailable here
@interface AVCaptureDeviceInput : AVCaptureInput
^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewControllerDelegate.swift:32:53: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol QRCodeReaderViewControllerDelegate: class {
^~~~~
AnyObject
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewControllerDelegate.swift:65:94: error: 'AVCaptureDeviceInput' is unavailable in watchOS
public func reader(_ reader: QRCodeReaderViewController, didSwitchCamera newCaptureDevice: AVCaptureDeviceInput) {}
^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureInput.h:181:12: note: 'AVCaptureDeviceInput' has been explicitly marked unavailable here
@interface AVCaptureDeviceInput : AVCaptureInput
^
/Users/admin/builder/spi-builder-workspace/Sources/ReaderOverlayView.swift:40:42: error: cannot find type 'UIView' in scope
public protocol QRCodeReaderViewOverlay: 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/ReaderOverlayView.swift:47:24: error: cannot find type 'CAShapeLayer' in scope
private var overlay: CAShapeLayer = {
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ReaderOverlayView.swift:70:7: error: cannot find 'setNeedsDisplay' in scope
setNeedsDisplay()
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ReaderOverlayView.swift:83:12: error: initializer does not override a designated initializer from its superclass
override init(frame: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/ReaderOverlayView.swift:103:7: error: cannot find 'setNeedsDisplay' in scope
setNeedsDisplay()
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ReaderOverlayView.swift:107:24: error: method does not override any method from its superclass
public override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/ReaderOverlayView.swift:46:39: error: cannot find type 'UIView' in scope
public final class ReaderOverlayView: 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/SwitchCameraButton.swift:34:7: error: cannot find 'setNeedsDisplay' in scope
setNeedsDisplay()
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwitchCameraButton.swift:40:7: error: cannot find 'setNeedsDisplay' in scope
setNeedsDisplay()
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwitchCameraButton.swift:47:24: error: method does not override any method from its superclass
public override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/SwitchCameraButton.swift:164:52: error: cannot find type 'UITouch' in scope
public override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwitchCameraButton.swift:164:74: error: cannot find type 'UIEvent' in scope
public override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwitchCameraButton.swift:170:52: error: cannot find type 'UITouch' in scope
public override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwitchCameraButton.swift:170:74: error: cannot find type 'UIEvent' in scope
public override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwitchCameraButton.swift:176:52: error: cannot find type 'UITouch' in scope
public override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwitchCameraButton.swift:176:74: error: cannot find type 'UIEvent' in scope
public override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwitchCameraButton.swift:181:56: error: cannot find type 'UITouch' in scope
public override func touchesCancelled(_ touches: Set<UITouch>?, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwitchCameraButton.swift:181:79: error: cannot find type 'UIEvent' in scope
public override func touchesCancelled(_ touches: Set<UITouch>?, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwitchCameraButton.swift:31:40: error: cannot find type 'UIButton' in scope
public final class SwitchCameraButton: UIButton {
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift:34:7: error: cannot find 'setNeedsDisplay' in scope
setNeedsDisplay()
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift:40:7: error: cannot find 'setNeedsDisplay' in scope
setNeedsDisplay()
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift:47:24: error: method does not override any method from its superclass
public override func draw(_ rect: CGRect) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift:103:52: error: cannot find type 'UITouch' in scope
public override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift:103:74: error: cannot find type 'UIEvent' in scope
public override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift:109:52: error: cannot find type 'UITouch' in scope
public override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift:109:74: error: cannot find type 'UIEvent' in scope
public override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift:115:52: error: cannot find type 'UITouch' in scope
public override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift:115:74: error: cannot find type 'UIEvent' in scope
public override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift:120:56: error: cannot find type 'UITouch' in scope
public override func touchesCancelled(_ touches: Set<UITouch>?, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift:120:79: error: cannot find type 'UIEvent' in scope
public override func touchesCancelled(_ touches: Set<UITouch>?, with event: UIEvent?) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift:31:39: error: cannot find type 'UIButton' in scope
public final class ToggleTorchButton: UIButton {
^~~~~~~~
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/QRCodeReader.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderResult.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderView.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewControllerBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewControllerDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/ReaderOverlayView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwitchCameraButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ToggleTorchButton.swift -target arm64_32-apple-watchos5.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 -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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader_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/QRCodeReader.build/Debug-watchos/QRCodeReader.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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name QRCodeReader -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/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QRCodeReader.build/Debug-watchos/QRCodeReader.build/Objects-normal/arm64_32/QRCodeReader.abi.json
SwiftCompile normal arm64_32 Compiling\ QRCodeReaderViewContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewContainer.swift (in target 'QRCodeReader' from project 'QRCodeReader')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewContainer.swift (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ QRCodeReader.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift (in target 'QRCodeReader' from project 'QRCodeReader')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ QRCodeReaderViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewController.swift (in target 'QRCodeReader' from project 'QRCodeReader')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewController.swift (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ QRCodeReaderResult.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderResult.swift (in target 'QRCodeReader' from project 'QRCodeReader')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderResult.swift (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ QRCodeReaderViewControllerBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewControllerBuilder.swift (in target 'QRCodeReader' from project 'QRCodeReader')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewControllerBuilder.swift (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal armv7k Emitting\ module\ for\ QRCodeReader (in target 'QRCodeReader' from project 'QRCodeReader')
EmitSwiftModule normal armv7k (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ QRCodeReader (in target 'QRCodeReader' from project 'QRCodeReader')
EmitSwiftModule normal arm64 (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ QRCodeReader.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift (in target 'QRCodeReader' from project 'QRCodeReader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReader.swift (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ SwitchCameraButton.swift /Users/admin/builder/spi-builder-workspace/Sources/SwitchCameraButton.swift (in target 'QRCodeReader' from project 'QRCodeReader')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwitchCameraButton.swift (in target 'QRCodeReader' from project 'QRCodeReader')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ QRCodeReaderViewControllerBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewControllerBuilder.swift (in target 'QRCodeReader' from project 'QRCodeReader')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal arm64_32 (in target 'QRCodeReader' from project 'QRCodeReader')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ QRCodeReader (in target 'QRCodeReader' from project 'QRCodeReader')
SwiftCompile normal armv7k Compiling\ QRCodeReaderViewControllerBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeReaderViewControllerBuilder.swift (in target 'QRCodeReader' from project 'QRCodeReader')
Building workspace spi-builder-workspace with scheme QRCodeReader
(4 failures)
BUILD FAILURE 6.1 watchOS