The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SinglePageScanner, reference 1.0.15 (acc3ae), with Swift 6.2 for visionOS using Xcode 26.3 on 18 Jun 2025 18:44:40 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mhennemeyer/singlepagescanner.git
Reference: 1.0.15
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mhennemeyer/singlepagescanner
 * tag               1.0.15     -> FETCH_HEAD
HEAD is now at acc3aeb rectDetectRequest
Cloned https://github.com/mhennemeyer/singlepagescanner.git
Revision (git rev-parse @):
acc3aebd3f2e590e17b74af639f85713c7bf6623
SUCCESS checkout https://github.com/mhennemeyer/singlepagescanner.git at 1.0.15
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mhennemeyer/singlepagescanner.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  SinglePageScanner: /Users/admin/builder/spi-builder-workspace
resolved source packages: SinglePageScanner
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SinglePageScanner",
  "name" : "SinglePageScanner",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SinglePageScanner",
      "targets" : [
        "SinglePageScanner"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SinglePageScannerTests",
      "module_type" : "SwiftTarget",
      "name" : "SinglePageScannerTests",
      "path" : "Tests/SinglePageScannerTests",
      "sources" : [
        "SinglePageScannerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SinglePageScanner"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SinglePageScanner",
      "module_type" : "SwiftTarget",
      "name" : "SinglePageScanner",
      "path" : "Sources/SinglePageScanner",
      "product_memberships" : [
        "SinglePageScanner"
      ],
      "sources" : [
        "Common/CIRectangleDetector.swift",
        "Common/EditScanCornerView.swift",
        "Common/Error.swift",
        "Common/Quadrilateral.swift",
        "Common/QuadrilateralView.swift",
        "Common/VisionRectangleDetector.swift",
        "Edit/EditScanViewController.swift",
        "Edit/ZoomGestureController.swift",
        "Extensions/AVCaptureVideoOrientation+Utils.swift",
        "Extensions/Array+Utils.swift",
        "Extensions/CGAffineTransform+Utils.swift",
        "Extensions/CGImagePropertyOrientation.swift",
        "Extensions/CGPoint+Utils.swift",
        "Extensions/CGRect+Utils.swift",
        "Extensions/CGSize+Utils.swift",
        "Extensions/CIImage+Utils.swift",
        "Extensions/UIImage+Orientation.swift",
        "Extensions/UIImage+Utils.swift",
        "ImageScannerController.swift",
        "Protocols/CaptureDevice.swift",
        "Protocols/Transformable.swift",
        "Review/ReviewViewController.swift",
        "Scan/CaptureSessionManager.swift",
        "Scan/FocusRectangleView.swift",
        "Scan/RectangleFeaturesFunnel.swift",
        "Scan/ScannerViewController.swift",
        "Scan/ShutterButton.swift",
        "Session/CaptureSession+Flash.swift",
        "Session/CaptureSession+Focus.swift",
        "Session/CaptureSession+Orientation.swift",
        "Session/CaptureSession.swift",
        "SinglePageScanner.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SinglePageScanner"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SinglePageScanner -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SinglePageScanner -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  SinglePageScanner: /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 'SinglePageScanner' in project 'SinglePageScanner'
        ➜ Explicit dependency on target 'SinglePageScanner' in project 'SinglePageScanner'
    Target 'SinglePageScanner' in project 'SinglePageScanner' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 0a89daeb9b6fe3f0f367ce419044fd22
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0a89daeb9b6fe3f0f367ce419044fd22.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    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-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/SinglePageScanner.DependencyStaticMetadataFileList (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/SinglePageScanner.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/SinglePageScanner.modulemap (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/SinglePageScanner.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/SinglePageScanner.DependencyMetadataFileList (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/SinglePageScanner.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner.LinkFileList (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner-OutputFileMap.json (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner_const_extract_protocols.json (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner.SwiftFileList (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner.SwiftConstValuesFileList (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SinglePageScanner.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/SinglePageScanner.modulemap (in target 'SinglePageScanner' from project 'SinglePageScanner')
    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/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/SinglePageScanner.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver SinglePageScanner normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SinglePageScanner -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner.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/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.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/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-F46X5FXY7I1HWEOCOQVSQWDNN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-1YQCTN0O73AHNHZOS6SY3HD3E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-C2AB6M1NNYPFLWYMKDOFRYH8X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-3H3LLJBXUZYXL2X8I9QOFQSE2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-63O7P0417CITDU5TAPFWA16RK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-E7LE7DV0CNK9MJMHLAZCYDQGG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-AGIMNIU03RBGDKDFQRREAQMB0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DeveloperToolsSupport-9UM8PPP4KW6AAOV6K04EBIWZU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-21H3N9DH1KLS9X4PIJZT9JFO8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-7G57MOE58GZVJMWN1GCZ599TP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-EFETDZLNX0FEPQZ2E3PZFKYNR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-E60OGYQQCI50TU38JKHOXIOVC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-DKV1BYCIVIYMBC5V04ISHLS5A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_tgmath-9BULLDMRSZHQBYMP4IH0YK2L3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-DN40O2QXVAPS5PX3RRQK2CDTB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-1A4982RSW4YACYNKJWET3FF20.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-2J7H31OFACG6OUGQJF3Z2HH2P.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-BX15W2BTB0EEAVPI9EMQVH3YS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-7IAHOD1D4EZJRBSJ4YXQCX8QK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-ANJZ93KTRF4ZV05C6NV5Q0SRR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/simd-9HREH5KSK6VU09KADFNSJY6NJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-DJ2DGRSSX1IILMZHOQ7F0PPPR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-1UIC5AG2ZCLFQ1S2SJZ5E9I8I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-14HP1DXB4AHZLLZ2VG0XM57OP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-1TVSUO7YH3KW9W6KS32GSRDVI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-4E1SP3WAFRYHKCGMQMO3RTT4C.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-AA5V45I59GR8Q18J0KTZFB92T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Spatial-7G0IE62YOJJIL0UFBMG83QYWS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/dnssd-4FZACTQ3PHS8EYD0XUI82XX51.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-C55Z6VZ589KY8LHRRM3J869RS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-EZYJY4GE5O4YL3IIFNWZ5WXKQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreAudioTypes-55NXZTJ4UXC54BP47LQ9SDLOF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-8BP09VQ2TO94G5OK8X98USG8N.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-9EX4JLL2HOHSIU45ZL7AEA88A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreAudio-6XFSO7LGDHZRGTOI8KC3NS4UD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-9ABIQSLNMD9AJ6942NNHN34Z2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-CX4F6O9IOJTKGFAUWG7OPSFG7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreText-664U28B8ZZ1FYPR4QQ2PMVODV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-5MQYLT5HICL0212DJOYH7LQJH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-B9E6PGEX1PQEZ19C9N894X14T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Network-1D3E2WEQWSDA62QWLD80B23SG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-MFGEYQXMXIPKCDUQ74H213JS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/FileProvider-D5GBEK4U2SPDXYSJHWHPB1JM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-4MG3QZBPXS0SQBA6OZUJO93EH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMIDI-A79KHWQGXZBTXX2JG6ES2CSM1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-F5GWI8CNUDODS5XLHJJQAGIDQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-2MZXAQCGX38YTN544CAJ12XZ0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIUtilities-25MWIIWLPHGU521IXWMNRC6RM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UserNotifications-DOR45314J02VMF665ZJ8GVQNL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreTransferable-94428SLMT35ZZKH7JMAPKEBJ2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_LocationEssentials-BEB3OI91CNOGILRG885ETAQG1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-72W6AXBWD9TBMYXOJPM81E67M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGLES-87YE6846J6GNYQCCBQI2I5IQX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVRouting-ESU4XOHL2HW4P3X1DIZZLTHWA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AudioToolbox-BC4FRL5JOMKQ9J4LP22O1461T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreLocation-2FK3UCVR0S9HVPW575FXX7FUG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMotion-3BF8NGKNJ4CPD2SC5H5FTKM6B.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-930YAH72RCHX3MDTXZW0MOJ85.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreML-725P59NHWX2BDYPB9AY6399OF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-8KICPG34I4B1VWDUBHNLI7IEH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMedia-6V3GRNK502IPENABRVQBS2A1A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accelerate-CZZVCMMLZ7R2WXA1WKL93B0P1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-9UTXZIZ5F0CCSD17RNS3YR4W.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-4UHGBBJABZQ5ION3UDKZBQ4VS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVFAudio-940MTOHMN4TTQOR70KHW6SX8M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Vision-DCCN6D070JABD3OCO570Y90YR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MediaToolbox-9D33F0LEHNNENS8A8AB8QM5XT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIKit-CM70AENA4LA9FSH6VL28VFK2R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVFoundation-BFNNSJLC7ZOVG3YYG31Z28LJX.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ SinglePageScanner (in target 'SinglePageScanner' from project 'SinglePageScanner')
EmitSwiftModule normal arm64 (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/AVCaptureVideoOrientation+Utils.swift:13:11: error: 'AVCaptureVideoOrientation' is unavailable in visionOS
extension AVCaptureVideoOrientation {
          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:143:28: note: 'AVCaptureVideoOrientation' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoOrientation) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/ImageScannerController.swift:197:6: error: stored properties cannot be marked unavailable with '@available'
    @available(*, unavailable, renamed: "originalScan")
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/ImageScannerController.swift:200:6: error: stored properties cannot be marked unavailable with '@available'
    @available(*, unavailable, renamed: "croppedScan")
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/ImageScannerController.swift:203:6: error: stored properties cannot be marked unavailable with '@available'
    @available(*, unavailable, renamed: "enhancedScan")
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/ImageScannerController.swift:206:6: error: stored properties cannot be marked unavailable with '@available'
    @available(*, unavailable, renamed: "doesUserPreferEnhancedScan")
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:13:36: error: 'TorchMode' is unavailable in visionOS
    var torchMode: AVCaptureDevice.TorchMode { get set }
                                   ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:952:28: note: 'TorchMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureTorchMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:16:36: error: 'FocusMode' is unavailable in visionOS
    var focusMode: AVCaptureDevice.FocusMode { get set }
                                   ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:1059:28: note: 'FocusMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureFocusMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:20:39: error: 'ExposureMode' is unavailable in visionOS
    var exposureMode: AVCaptureDevice.ExposureMode { get set }
                                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:1378:28: note: 'ExposureMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureExposureMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:26:60: error: 'FocusMode' is unavailable in visionOS
    func isFocusModeSupported(_ focusMode: AVCaptureDevice.FocusMode) -> Bool
                                                           ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:1059:28: note: 'FocusMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureFocusMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:27:66: error: 'ExposureMode' is unavailable in visionOS
    func isExposureModeSupported(_ exposureMode: AVCaptureDevice.ExposureMode) -> Bool
                                                                 ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:1378:28: note: 'ExposureMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureExposureMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:12:25: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol CaptureDevice: class {
                        ^~~~~
                        AnyObject
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:32:1: error: type 'AVCaptureDevice' does not conform to protocol 'CaptureDevice'
extension AVCaptureDevice: CaptureDevice { }
^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:32:1: error: unavailable property 'isTorchAvailable' was used to satisfy a requirement of protocol 'CaptureDevice'
extension AVCaptureDevice: CaptureDevice { }
^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:987:62: note: 'isTorchAvailable' declared here
@property(nonatomic, readonly, getter=isTorchAvailable) BOOL torchAvailable API_AVAILABLE(macos(10.15), ios(5.0), macCatalyst(14.0), tvos(17.0)) API_UNAVAILABLE(visionos);
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:14:9: note: requirement 'isTorchAvailable' declared here
    var isTorchAvailable: Bool { get }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:32:1: error: unavailable property 'isSubjectAreaChangeMonitoringEnabled' was used to satisfy a requirement of protocol 'CaptureDevice'
extension AVCaptureDevice: CaptureDevice { }
^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:1898:72: note: 'isSubjectAreaChangeMonitoringEnabled' declared here
@property(nonatomic, getter=isSubjectAreaChangeMonitoringEnabled) BOOL subjectAreaChangeMonitoringEnabled API_AVAILABLE(ios(5.0), macCatalyst(14.0), tvos(17.0)) API_UNAVAILABLE(macos, visionos);
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:24:9: note: requirement 'isSubjectAreaChangeMonitoringEnabled' declared here
    var isSubjectAreaChangeMonitoringEnabled: Bool { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:35:36: error: 'TorchMode' is unavailable in visionOS
    var torchMode: AVCaptureDevice.TorchMode = .off
                                   ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:952:28: note: 'TorchMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureTorchMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:38:36: error: 'FocusMode' is unavailable in visionOS
    var focusMode: AVCaptureDevice.FocusMode = .continuousAutoFocus
                                   ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:1059:28: note: 'FocusMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureFocusMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:42:39: error: 'ExposureMode' is unavailable in visionOS
    var exposureMode: AVCaptureDevice.ExposureMode = .continuousAutoExposure
                                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:1378:28: note: 'ExposureMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureExposureMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:55:60: error: 'FocusMode' is unavailable in visionOS
    func isFocusModeSupported(_ focusMode: AVCaptureDevice.FocusMode) -> Bool {
                                                           ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:1059:28: note: 'FocusMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureFocusMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:59:66: error: 'ExposureMode' is unavailable in visionOS
    func isExposureModeSupported(_ exposureMode: AVCaptureDevice.ExposureMode) -> Bool {
                                                                 ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:1378:28: note: 'ExposureMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureExposureMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift:47:36: error: 'AVCaptureVideoPreviewLayer' is unavailable in visionOS
    private let videoPreviewLayer: AVCaptureVideoPreviewLayer
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoPreviewLayer.h:33:12: note: 'AVCaptureVideoPreviewLayer' has been explicitly marked unavailable here
@interface AVCaptureVideoPreviewLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift:52:31: error: 'AVCapturePhotoOutput' is unavailable in visionOS
    private var photoOutput = AVCapturePhotoOutput()
                              ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: 'AVCapturePhotoOutput' has been explicitly marked unavailable here
@interface AVCapturePhotoOutput : AVCaptureOutput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift:65:30: error: 'AVCaptureVideoPreviewLayer' is unavailable in visionOS
    init?(videoPreviewLayer: AVCaptureVideoPreviewLayer, delegate: RectangleDetectionDelegateProtocol? = nil) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoPreviewLayer.h:33:12: note: 'AVCaptureVideoPreviewLayer' has been explicitly marked unavailable here
@interface AVCaptureVideoPreviewLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift:250:39: error: 'AVCapturePhotoOutput' is unavailable in visionOS
    func photoOutput(_ captureOutput: AVCapturePhotoOutput, didFinishProcessingPhoto photoSampleBuffer: CMSampleBuffer?, previewPhoto previewPhotoSampleBuffer: CMSampleBuffer?, resolvedSettings: AVCaptureResolvedPhotoSettings, bracketSettings: AVCaptureBracketedStillImageSettings?, error: Error?) {
                                      ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: 'AVCapturePhotoOutput' has been explicitly marked unavailable here
@interface AVCapturePhotoOutput : AVCaptureOutput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift:250:196: error: 'AVCaptureResolvedPhotoSettings' is unavailable in visionOS
    func photoOutput(_ captureOutput: AVCapturePhotoOutput, didFinishProcessingPhoto photoSampleBuffer: CMSampleBuffer?, previewPhoto previewPhotoSampleBuffer: CMSampleBuffer?, resolvedSettings: AVCaptureResolvedPhotoSettings, bracketSettings: AVCaptureBracketedStillImageSettings?, error: Error?) {
                                                                                                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:1770:12: note: 'AVCaptureResolvedPhotoSettings' has been explicitly marked unavailable here
@interface AVCaptureResolvedPhotoSettings : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift:250:245: error: 'AVCaptureBracketedStillImageSettings' is unavailable in visionOS
    func photoOutput(_ captureOutput: AVCapturePhotoOutput, didFinishProcessingPhoto photoSampleBuffer: CMSampleBuffer?, previewPhoto previewPhotoSampleBuffer: CMSampleBuffer?, resolvedSettings: AVCaptureResolvedPhotoSettings, bracketSettings: AVCaptureBracketedStillImageSettings?, error: Error?) {
                                                                                                                                                                                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureStillImageOutput.h:169:12: note: 'AVCaptureBracketedStillImageSettings' has been explicitly marked unavailable here
@interface AVCaptureBracketedStillImageSettings : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift:272:32: error: 'AVCapturePhotoOutput' is unavailable in visionOS
    func photoOutput(_ output: AVCapturePhotoOutput, didFinishProcessingPhoto photo: AVCapturePhoto, error: Error?) {
                               ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: 'AVCapturePhotoOutput' has been explicitly marked unavailable here
@interface AVCapturePhotoOutput : AVCaptureOutput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift:272:86: error: 'AVCapturePhoto' is unavailable in visionOS
    func photoOutput(_ output: AVCapturePhotoOutput, didFinishProcessingPhoto photo: AVCapturePhoto, error: Error?) {
                                                                                     ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:1961:12: note: 'AVCapturePhoto' has been explicitly marked unavailable here
@interface AVCapturePhoto : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift:272:10: error: cannot override 'photoOutput' which has been marked unavailable
    func photoOutput(_ output: AVCapturePhotoOutput, didFinishProcessingPhoto photo: AVCapturePhoto, error: Error?) {
         ^
AVFoundation.AVCapturePhotoCaptureDelegate.photoOutput:3:17: note: 'photoOutput(_:didFinishProcessingPhoto:error:)' has been explicitly marked unavailable here
  optional func photoOutput(_ output: AVCapturePhotoOutput, didFinishProcessingPhoto photo: AVCapturePhoto, error: (any Error)?)}
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift:250:10: error: cannot override 'photoOutput' which has been marked unavailable
    func photoOutput(_ captureOutput: AVCapturePhotoOutput, didFinishProcessingPhoto photoSampleBuffer: CMSampleBuffer?, previewPhoto previewPhotoSampleBuffer: CMSampleBuffer?, resolvedSettings: AVCaptureResolvedPhotoSettings, bracketSettings: AVCaptureBracketedStillImageSettings?, error: Error?) {
         ^
AVFoundation.AVCapturePhotoCaptureDelegate.photoOutput:3:17: note: 'photoOutput(_:didFinishProcessingPhoto:previewPhoto:resolvedSettings:bracketSettings:error:)' has been explicitly marked unavailable here
  optional func photoOutput(_ output: AVCapturePhotoOutput, didFinishProcessingPhoto photoSampleBuffer: CMSampleBuffer?, previewPhoto previewPhotoSampleBuffer: CMSampleBuffer?, resolvedSettings: AVCaptureResolvedPhotoSettings, bracketSettings: AVCaptureBracketedStillImageSettings?, error: (any Error)?)}
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift:247:34: error: 'AVCapturePhotoCaptureDelegate' is unavailable in visionOS
extension CaptureSessionManager: AVCapturePhotoCaptureDelegate {
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:972:11: note: 'AVCapturePhotoCaptureDelegate' has been explicitly marked unavailable here
@protocol AVCapturePhotoCaptureDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/ScannerViewController.swift:23:37: error: 'AVCaptureVideoPreviewLayer' is unavailable in visionOS
    private let videoPreviewLayer = AVCaptureVideoPreviewLayer()
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoPreviewLayer.h:33:12: note: 'AVCaptureVideoPreviewLayer' has been explicitly marked unavailable here
@interface AVCaptureVideoPreviewLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/ShutterButton.swift:20:43: error: 'UIImpactFeedbackGenerator' is unavailable in visionOS
    private let impactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImpactFeedbackGenerator.h:25:12: note: 'UIImpactFeedbackGenerator' has been explicitly marked unavailable here
@interface UIImpactFeedbackGenerator : UIFeedbackGenerator
           ^
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/CIRectangleDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/EditScanCornerView.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/Error.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/Quadrilateral.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/QuadrilateralView.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/VisionRectangleDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Edit/EditScanViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Edit/ZoomGestureController.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/AVCaptureVideoOrientation+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/Array+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGAffineTransform+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGImagePropertyOrientation.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGPoint+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGRect+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGSize+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CIImage+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/UIImage+Orientation.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/UIImage+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/ImageScannerController.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/Transformable.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Review/ReviewViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/FocusRectangleView.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/RectangleFeaturesFunnel.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/ScannerViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/ShutterButton.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Session/CaptureSession+Flash.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Session/CaptureSession+Focus.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Session/CaptureSession+Orientation.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Session/CaptureSession.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/SinglePageScanner.swift -target arm64-apple-xros1.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name SinglePageScanner -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name xros26.0 -clang-target arm64-apple-xros26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner.abi.json
SwiftCompile normal arm64 Compiling\ Transformable.swift,\ ReviewViewController.swift,\ CaptureSessionManager.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/Transformable.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Review/ReviewViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/Transformable.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Review/ReviewViewController.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ FocusRectangleView.swift,\ RectangleFeaturesFunnel.swift,\ ScannerViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/FocusRectangleView.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/RectangleFeaturesFunnel.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/ScannerViewController.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/FocusRectangleView.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/RectangleFeaturesFunnel.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/ScannerViewController.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UIImage+Utils.swift,\ ImageScannerController.swift,\ CaptureDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/UIImage+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/ImageScannerController.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/UIImage+Utils.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ShutterButton.swift,\ CaptureSession+Flash.swift,\ CaptureSession+Focus.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/ShutterButton.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Session/CaptureSession+Flash.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Session/CaptureSession+Focus.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/ShutterButton.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Session/CaptureSession+Flash.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Session/CaptureSession+Focus.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CaptureSession+Orientation.swift,\ CaptureSession.swift,\ SinglePageScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Session/CaptureSession+Orientation.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Session/CaptureSession.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/SinglePageScanner.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Session/CaptureSession+Orientation.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Session/CaptureSession.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ CGImagePropertyOrientation.swift,\ CGPoint+Utils.swift,\ CGRect+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGImagePropertyOrientation.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGPoint+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGRect+Utils.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGImagePropertyOrientation.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGPoint+Utils.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGRect+Utils.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AVCaptureVideoOrientation+Utils.swift,\ Array+Utils.swift,\ CGAffineTransform+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/AVCaptureVideoOrientation+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/Array+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGAffineTransform+Utils.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/AVCaptureVideoOrientation+Utils.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/Array+Utils.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGAffineTransform+Utils.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ QuadrilateralView.swift,\ VisionRectangleDetector.swift,\ EditScanViewController.swift,\ ZoomGestureController.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/QuadrilateralView.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/VisionRectangleDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Edit/EditScanViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Edit/ZoomGestureController.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/QuadrilateralView.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/VisionRectangleDetector.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Edit/EditScanViewController.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Edit/ZoomGestureController.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CIRectangleDetector.swift,\ EditScanCornerView.swift,\ Error.swift,\ Quadrilateral.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/CIRectangleDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/EditScanCornerView.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/Error.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/Quadrilateral.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/CIRectangleDetector.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/EditScanCornerView.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/Error.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/Quadrilateral.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CGSize+Utils.swift,\ CIImage+Utils.swift,\ UIImage+Orientation.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGSize+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CIImage+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/UIImage+Orientation.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64 (in target 'SinglePageScanner' from project 'SinglePageScanner')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ SinglePageScanner (in target 'SinglePageScanner' from project 'SinglePageScanner')
	Building workspace spi-builder-workspace with scheme SinglePageScanner
(3 failures)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  SinglePageScanner: /Users/admin/builder/spi-builder-workspace
resolved source packages: SinglePageScanner
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SinglePageScanner",
  "name" : "SinglePageScanner",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SinglePageScanner",
      "targets" : [
        "SinglePageScanner"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SinglePageScannerTests",
      "module_type" : "SwiftTarget",
      "name" : "SinglePageScannerTests",
      "path" : "Tests/SinglePageScannerTests",
      "sources" : [
        "SinglePageScannerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SinglePageScanner"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SinglePageScanner",
      "module_type" : "SwiftTarget",
      "name" : "SinglePageScanner",
      "path" : "Sources/SinglePageScanner",
      "product_memberships" : [
        "SinglePageScanner"
      ],
      "sources" : [
        "Common/CIRectangleDetector.swift",
        "Common/EditScanCornerView.swift",
        "Common/Error.swift",
        "Common/Quadrilateral.swift",
        "Common/QuadrilateralView.swift",
        "Common/VisionRectangleDetector.swift",
        "Edit/EditScanViewController.swift",
        "Edit/ZoomGestureController.swift",
        "Extensions/AVCaptureVideoOrientation+Utils.swift",
        "Extensions/Array+Utils.swift",
        "Extensions/CGAffineTransform+Utils.swift",
        "Extensions/CGImagePropertyOrientation.swift",
        "Extensions/CGPoint+Utils.swift",
        "Extensions/CGRect+Utils.swift",
        "Extensions/CGSize+Utils.swift",
        "Extensions/CIImage+Utils.swift",
        "Extensions/UIImage+Orientation.swift",
        "Extensions/UIImage+Utils.swift",
        "ImageScannerController.swift",
        "Protocols/CaptureDevice.swift",
        "Protocols/Transformable.swift",
        "Review/ReviewViewController.swift",
        "Scan/CaptureSessionManager.swift",
        "Scan/FocusRectangleView.swift",
        "Scan/RectangleFeaturesFunnel.swift",
        "Scan/ScannerViewController.swift",
        "Scan/ShutterButton.swift",
        "Session/CaptureSession+Flash.swift",
        "Session/CaptureSession+Focus.swift",
        "Session/CaptureSession+Orientation.swift",
        "Session/CaptureSession.swift",
        "SinglePageScanner.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SinglePageScanner"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SinglePageScanner -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SinglePageScanner -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  SinglePageScanner: /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 'SinglePageScanner' in project 'SinglePageScanner'
        ➜ Explicit dependency on target 'SinglePageScanner' in project 'SinglePageScanner'
    Target 'SinglePageScanner' in project 'SinglePageScanner' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
SwiftDriver SinglePageScanner normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SinglePageScanner -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner.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/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.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/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ CGImagePropertyOrientation.swift,\ CGPoint+Utils.swift,\ CGRect+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGImagePropertyOrientation.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGPoint+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGRect+Utils.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGImagePropertyOrientation.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGPoint+Utils.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGRect+Utils.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CIRectangleDetector.swift,\ EditScanCornerView.swift,\ Error.swift,\ Quadrilateral.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/CIRectangleDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/EditScanCornerView.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/Error.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/Quadrilateral.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/CIRectangleDetector.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/EditScanCornerView.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/Error.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/Quadrilateral.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UIImage+Utils.swift,\ ImageScannerController.swift,\ CaptureDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/UIImage+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/ImageScannerController.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/UIImage+Utils.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AVCaptureVideoOrientation+Utils.swift,\ Array+Utils.swift,\ CGAffineTransform+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/AVCaptureVideoOrientation+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/Array+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGAffineTransform+Utils.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/AVCaptureVideoOrientation+Utils.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/Array+Utils.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGAffineTransform+Utils.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Transformable.swift,\ ReviewViewController.swift,\ CaptureSessionManager.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/Transformable.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Review/ReviewViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/Transformable.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Review/ReviewViewController.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ QuadrilateralView.swift,\ VisionRectangleDetector.swift,\ EditScanViewController.swift,\ ZoomGestureController.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/QuadrilateralView.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/VisionRectangleDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Edit/EditScanViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Edit/ZoomGestureController.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/QuadrilateralView.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/VisionRectangleDetector.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Edit/EditScanViewController.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Edit/ZoomGestureController.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ FocusRectangleView.swift,\ RectangleFeaturesFunnel.swift,\ ScannerViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/FocusRectangleView.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/RectangleFeaturesFunnel.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/ScannerViewController.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/FocusRectangleView.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/RectangleFeaturesFunnel.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/ScannerViewController.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ShutterButton.swift,\ CaptureSession+Flash.swift,\ CaptureSession+Focus.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/ShutterButton.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Session/CaptureSession+Flash.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Session/CaptureSession+Focus.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/ShutterButton.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Session/CaptureSession+Flash.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Session/CaptureSession+Focus.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CaptureSession+Orientation.swift,\ CaptureSession.swift,\ SinglePageScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Session/CaptureSession+Orientation.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Session/CaptureSession.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/SinglePageScanner.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Session/CaptureSession+Orientation.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Session/CaptureSession.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftEmitModule normal arm64 Emitting\ module\ for\ SinglePageScanner (in target 'SinglePageScanner' from project 'SinglePageScanner')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/CIRectangleDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/EditScanCornerView.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/Error.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/Quadrilateral.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/QuadrilateralView.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Common/VisionRectangleDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Edit/EditScanViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Edit/ZoomGestureController.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/AVCaptureVideoOrientation+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/Array+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGAffineTransform+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGImagePropertyOrientation.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGPoint+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGRect+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGSize+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CIImage+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/UIImage+Orientation.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/UIImage+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/ImageScannerController.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/Transformable.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Review/ReviewViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/FocusRectangleView.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/RectangleFeaturesFunnel.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/ScannerViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/ShutterButton.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Session/CaptureSession+Flash.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Session/CaptureSession+Focus.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Session/CaptureSession+Orientation.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Session/CaptureSession.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/SinglePageScanner.swift -target arm64-apple-xros1.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name SinglePageScanner -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name xros26.0 -clang-target arm64-apple-xros26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SinglePageScanner.build/Debug-xros/SinglePageScanner.build/Objects-normal/arm64/SinglePageScanner.abi.json
EmitSwiftModule normal arm64 (in target 'SinglePageScanner' from project 'SinglePageScanner')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/AVCaptureVideoOrientation+Utils.swift:13:11: error: 'AVCaptureVideoOrientation' is unavailable in visionOS
extension AVCaptureVideoOrientation {
          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureSession.h:143:28: note: 'AVCaptureVideoOrientation' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureVideoOrientation) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/ImageScannerController.swift:197:6: error: stored properties cannot be marked unavailable with '@available'
    @available(*, unavailable, renamed: "originalScan")
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/ImageScannerController.swift:200:6: error: stored properties cannot be marked unavailable with '@available'
    @available(*, unavailable, renamed: "croppedScan")
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/ImageScannerController.swift:203:6: error: stored properties cannot be marked unavailable with '@available'
    @available(*, unavailable, renamed: "enhancedScan")
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/ImageScannerController.swift:206:6: error: stored properties cannot be marked unavailable with '@available'
    @available(*, unavailable, renamed: "doesUserPreferEnhancedScan")
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:13:36: error: 'TorchMode' is unavailable in visionOS
    var torchMode: AVCaptureDevice.TorchMode { get set }
                                   ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:952:28: note: 'TorchMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureTorchMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:16:36: error: 'FocusMode' is unavailable in visionOS
    var focusMode: AVCaptureDevice.FocusMode { get set }
                                   ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:1059:28: note: 'FocusMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureFocusMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:20:39: error: 'ExposureMode' is unavailable in visionOS
    var exposureMode: AVCaptureDevice.ExposureMode { get set }
                                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:1378:28: note: 'ExposureMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureExposureMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:26:60: error: 'FocusMode' is unavailable in visionOS
    func isFocusModeSupported(_ focusMode: AVCaptureDevice.FocusMode) -> Bool
                                                           ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:1059:28: note: 'FocusMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureFocusMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:27:66: error: 'ExposureMode' is unavailable in visionOS
    func isExposureModeSupported(_ exposureMode: AVCaptureDevice.ExposureMode) -> Bool
                                                                 ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:1378:28: note: 'ExposureMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureExposureMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:12:25: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol CaptureDevice: class {
                        ^~~~~
                        AnyObject
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:32:1: error: type 'AVCaptureDevice' does not conform to protocol 'CaptureDevice'
extension AVCaptureDevice: CaptureDevice { }
^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:32:1: error: unavailable property 'isTorchAvailable' was used to satisfy a requirement of protocol 'CaptureDevice'
extension AVCaptureDevice: CaptureDevice { }
^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:987:62: note: 'isTorchAvailable' declared here
@property(nonatomic, readonly, getter=isTorchAvailable) BOOL torchAvailable API_AVAILABLE(macos(10.15), ios(5.0), macCatalyst(14.0), tvos(17.0)) API_UNAVAILABLE(visionos);
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:14:9: note: requirement 'isTorchAvailable' declared here
    var isTorchAvailable: Bool { get }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:32:1: error: unavailable property 'isSubjectAreaChangeMonitoringEnabled' was used to satisfy a requirement of protocol 'CaptureDevice'
extension AVCaptureDevice: CaptureDevice { }
^
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:1898:72: note: 'isSubjectAreaChangeMonitoringEnabled' declared here
@property(nonatomic, getter=isSubjectAreaChangeMonitoringEnabled) BOOL subjectAreaChangeMonitoringEnabled API_AVAILABLE(ios(5.0), macCatalyst(14.0), tvos(17.0)) API_UNAVAILABLE(macos, visionos);
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:24:9: note: requirement 'isSubjectAreaChangeMonitoringEnabled' declared here
    var isSubjectAreaChangeMonitoringEnabled: Bool { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:35:36: error: 'TorchMode' is unavailable in visionOS
    var torchMode: AVCaptureDevice.TorchMode = .off
                                   ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:952:28: note: 'TorchMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureTorchMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:38:36: error: 'FocusMode' is unavailable in visionOS
    var focusMode: AVCaptureDevice.FocusMode = .continuousAutoFocus
                                   ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:1059:28: note: 'FocusMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureFocusMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:42:39: error: 'ExposureMode' is unavailable in visionOS
    var exposureMode: AVCaptureDevice.ExposureMode = .continuousAutoExposure
                                      ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:1378:28: note: 'ExposureMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureExposureMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:55:60: error: 'FocusMode' is unavailable in visionOS
    func isFocusModeSupported(_ focusMode: AVCaptureDevice.FocusMode) -> Bool {
                                                           ^~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:1059:28: note: 'FocusMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureFocusMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Protocols/CaptureDevice.swift:59:66: error: 'ExposureMode' is unavailable in visionOS
    func isExposureModeSupported(_ exposureMode: AVCaptureDevice.ExposureMode) -> Bool {
                                                                 ^~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:1378:28: note: 'ExposureMode' has been explicitly marked unavailable here
typedef NS_ENUM(NSInteger, AVCaptureExposureMode) {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift:47:36: error: 'AVCaptureVideoPreviewLayer' is unavailable in visionOS
    private let videoPreviewLayer: AVCaptureVideoPreviewLayer
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoPreviewLayer.h:33:12: note: 'AVCaptureVideoPreviewLayer' has been explicitly marked unavailable here
@interface AVCaptureVideoPreviewLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift:52:31: error: 'AVCapturePhotoOutput' is unavailable in visionOS
    private var photoOutput = AVCapturePhotoOutput()
                              ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: 'AVCapturePhotoOutput' has been explicitly marked unavailable here
@interface AVCapturePhotoOutput : AVCaptureOutput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift:65:30: error: 'AVCaptureVideoPreviewLayer' is unavailable in visionOS
    init?(videoPreviewLayer: AVCaptureVideoPreviewLayer, delegate: RectangleDetectionDelegateProtocol? = nil) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoPreviewLayer.h:33:12: note: 'AVCaptureVideoPreviewLayer' has been explicitly marked unavailable here
@interface AVCaptureVideoPreviewLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift:250:39: error: 'AVCapturePhotoOutput' is unavailable in visionOS
    func photoOutput(_ captureOutput: AVCapturePhotoOutput, didFinishProcessingPhoto photoSampleBuffer: CMSampleBuffer?, previewPhoto previewPhotoSampleBuffer: CMSampleBuffer?, resolvedSettings: AVCaptureResolvedPhotoSettings, bracketSettings: AVCaptureBracketedStillImageSettings?, error: Error?) {
                                      ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: 'AVCapturePhotoOutput' has been explicitly marked unavailable here
@interface AVCapturePhotoOutput : AVCaptureOutput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift:250:196: error: 'AVCaptureResolvedPhotoSettings' is unavailable in visionOS
    func photoOutput(_ captureOutput: AVCapturePhotoOutput, didFinishProcessingPhoto photoSampleBuffer: CMSampleBuffer?, previewPhoto previewPhotoSampleBuffer: CMSampleBuffer?, resolvedSettings: AVCaptureResolvedPhotoSettings, bracketSettings: AVCaptureBracketedStillImageSettings?, error: Error?) {
                                                                                                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:1770:12: note: 'AVCaptureResolvedPhotoSettings' has been explicitly marked unavailable here
@interface AVCaptureResolvedPhotoSettings : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift:250:245: error: 'AVCaptureBracketedStillImageSettings' is unavailable in visionOS
    func photoOutput(_ captureOutput: AVCapturePhotoOutput, didFinishProcessingPhoto photoSampleBuffer: CMSampleBuffer?, previewPhoto previewPhotoSampleBuffer: CMSampleBuffer?, resolvedSettings: AVCaptureResolvedPhotoSettings, bracketSettings: AVCaptureBracketedStillImageSettings?, error: Error?) {
                                                                                                                                                                                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureStillImageOutput.h:169:12: note: 'AVCaptureBracketedStillImageSettings' has been explicitly marked unavailable here
@interface AVCaptureBracketedStillImageSettings : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift:272:32: error: 'AVCapturePhotoOutput' is unavailable in visionOS
    func photoOutput(_ output: AVCapturePhotoOutput, didFinishProcessingPhoto photo: AVCapturePhoto, error: Error?) {
                               ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:50:12: note: 'AVCapturePhotoOutput' has been explicitly marked unavailable here
@interface AVCapturePhotoOutput : AVCaptureOutput
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift:272:86: error: 'AVCapturePhoto' is unavailable in visionOS
    func photoOutput(_ output: AVCapturePhotoOutput, didFinishProcessingPhoto photo: AVCapturePhoto, error: Error?) {
                                                                                     ^~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:1961:12: note: 'AVCapturePhoto' has been explicitly marked unavailable here
@interface AVCapturePhoto : NSObject
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift:272:10: error: cannot override 'photoOutput' which has been marked unavailable
    func photoOutput(_ output: AVCapturePhotoOutput, didFinishProcessingPhoto photo: AVCapturePhoto, error: Error?) {
         ^
AVFoundation.AVCapturePhotoCaptureDelegate.photoOutput:3:17: note: 'photoOutput(_:didFinishProcessingPhoto:error:)' has been explicitly marked unavailable here
  optional func photoOutput(_ output: AVCapturePhotoOutput, didFinishProcessingPhoto photo: AVCapturePhoto, error: (any Error)?)}
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift:250:10: error: cannot override 'photoOutput' which has been marked unavailable
    func photoOutput(_ captureOutput: AVCapturePhotoOutput, didFinishProcessingPhoto photoSampleBuffer: CMSampleBuffer?, previewPhoto previewPhotoSampleBuffer: CMSampleBuffer?, resolvedSettings: AVCaptureResolvedPhotoSettings, bracketSettings: AVCaptureBracketedStillImageSettings?, error: Error?) {
         ^
AVFoundation.AVCapturePhotoCaptureDelegate.photoOutput:3:17: note: 'photoOutput(_:didFinishProcessingPhoto:previewPhoto:resolvedSettings:bracketSettings:error:)' has been explicitly marked unavailable here
  optional func photoOutput(_ output: AVCapturePhotoOutput, didFinishProcessingPhoto photoSampleBuffer: CMSampleBuffer?, previewPhoto previewPhotoSampleBuffer: CMSampleBuffer?, resolvedSettings: AVCaptureResolvedPhotoSettings, bracketSettings: AVCaptureBracketedStillImageSettings?, error: (any Error)?)}
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/CaptureSessionManager.swift:247:34: error: 'AVCapturePhotoCaptureDelegate' is unavailable in visionOS
extension CaptureSessionManager: AVCapturePhotoCaptureDelegate {
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCapturePhotoOutput.h:972:11: note: 'AVCapturePhotoCaptureDelegate' has been explicitly marked unavailable here
@protocol AVCapturePhotoCaptureDelegate <NSObject>
          ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/ScannerViewController.swift:23:37: error: 'AVCaptureVideoPreviewLayer' is unavailable in visionOS
    private let videoPreviewLayer = AVCaptureVideoPreviewLayer()
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureVideoPreviewLayer.h:33:12: note: 'AVCaptureVideoPreviewLayer' has been explicitly marked unavailable here
@interface AVCaptureVideoPreviewLayer : CALayer
           ^
/Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Scan/ShutterButton.swift:20:43: error: 'UIImpactFeedbackGenerator' is unavailable in visionOS
    private let impactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImpactFeedbackGenerator.h:25:12: note: 'UIImpactFeedbackGenerator' has been explicitly marked unavailable here
@interface UIImpactFeedbackGenerator : UIFeedbackGenerator
           ^
SwiftCompile normal arm64 Compiling\ CGSize+Utils.swift,\ CIImage+Utils.swift,\ UIImage+Orientation.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CGSize+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/CIImage+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/SinglePageScanner/Extensions/UIImage+Orientation.swift (in target 'SinglePageScanner' from project 'SinglePageScanner')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ SinglePageScanner (in target 'SinglePageScanner' from project 'SinglePageScanner')
	EmitSwiftModule normal arm64 (in target 'SinglePageScanner' from project 'SinglePageScanner')
	Building workspace spi-builder-workspace with scheme SinglePageScanner
(3 failures)
BUILD FAILURE 6.2 visionOS