The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftUICamera, reference main (8ab5b1), with Swift 6.1 for macOS (SPM) on 23 Jun 2025 02:09:07 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/k-arindam/SwiftUICamera.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/k-arindam/SwiftUICamera
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8ab5b1a Implemented zoom & focus functionality, core logic changes and  modified example app
Cloned https://github.com/k-arindam/SwiftUICamera.git
Revision (git rev-parse @):
8ab5b1af018e5ff666d00f15333b29e9564f8238
SUCCESS checkout https://github.com/k-arindam/SwiftUICamera.git at main
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.02s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.66s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftuicamera",
      "name": "SwiftUICamera",
      "url": "https://github.com/k-arindam/SwiftUICamera.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftUICamera",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/k-arindam/SwiftUICamera.git
[1/1217] Fetching swiftuicamera
Fetched https://github.com/k-arindam/SwiftUICamera.git from cache (1.00s)
Creating working copy for https://github.com/k-arindam/SwiftUICamera.git
Working copy of https://github.com/k-arindam/SwiftUICamera.git resolved at main (8ab5b1a)
warning: '.resolve-product-dependencies': dependency 'swiftuicamera' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/k-arindam/SwiftUICamera.git
https://github.com/k-arindam/SwiftUICamera.git
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "SwiftUICamera",
  "name" : "SwiftUICamera",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUICamera",
      "targets" : [
        "SwiftUICamera"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUICameraTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUICameraTests",
      "path" : "Tests/SwiftUICameraTests",
      "sources" : [
        "SwiftUICameraTests.swift"
      ],
      "target_dependencies" : [
        "SwiftUICamera"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftUICamera",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUICamera",
      "path" : "Sources/SwiftUICamera",
      "product_memberships" : [
        "SwiftUICamera"
      ],
      "sources" : [
        "Core/Typealiases.swift",
        "Core/Utils.swift",
        "DataModels/SUICameraConfig.swift",
        "DataModels/VQDescription.swift",
        "Enums/CameraMode.swift",
        "Enums/DeviceType.swift",
        "Enums/PrecheckResult.swift",
        "Enums/PreviewScale.swift",
        "Enums/SUICameraAudioDevice.swift",
        "Enums/SUICameraError.swift",
        "Enums/SUICameraExposure.swift",
        "Enums/SUICameraFocus.swift",
        "Enums/SUICameraISO.swift",
        "Enums/SUICameraShutterSpeed.swift",
        "Enums/SUICameraVideoDevice.swift",
        "Enums/SUICameraVideoQuality.swift",
        "Enums/SUICameraWB.swift",
        "Enums/SUICameraZoom.swift",
        "Extensions/AVCaptureSession+Extensions.swift",
        "Protocols/SUICameraCapability.swift",
        "Protocols/SUICameraCaptureDevice.swift",
        "Protocols/SUICameraDataDelegate.swift",
        "Threads/CIImageRenderThread.swift",
        "ViewModels/Extensions/Focus+SUICameraViewModel.swift",
        "ViewModels/Extensions/Frame+SUICameraViewModel.swift",
        "ViewModels/Extensions/ISO+SUICameraViewModel.swift",
        "ViewModels/Extensions/PhotoCapture+SUICameraViewModel.swift",
        "ViewModels/Extensions/PublicMisc+SUICameraViewModel.swift",
        "ViewModels/Extensions/Shared+SUICameraViewModel.swift",
        "ViewModels/Extensions/ShutterSpeed+SUICameraViewModel.swift",
        "ViewModels/Extensions/VideoRecording+SUICameraViewModel.swift",
        "ViewModels/Extensions/WB+SUICameraViewModel.swift",
        "ViewModels/Extensions/Zoom+SUICameraViewModel.swift",
        "ViewModels/SUICameraViewModel.swift",
        "Views/SUICameraView.swift",
        "Views/Widgets/CustomDivider.swift",
        "Views/Widgets/GridView.swift",
        "Views/Widgets/PreviewLayerContainer.swift",
        "Views/Widgets/SUICameraViewRepresentable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/41] Emitting module SwiftUICamera
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[6/44] Compiling SwiftUICamera Frame+SUICameraViewModel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[7/44] Compiling SwiftUICamera ISO+SUICameraViewModel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[8/44] Compiling SwiftUICamera PhotoCapture+SUICameraViewModel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[9/44] Compiling SwiftUICamera PublicMisc+SUICameraViewModel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[10/44] Compiling SwiftUICamera CameraMode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[11/44] Compiling SwiftUICamera DeviceType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[12/44] Compiling SwiftUICamera PrecheckResult.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[13/44] Compiling SwiftUICamera PreviewScale.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[14/44] Compiling SwiftUICamera SUICameraAudioDevice.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[15/44] Compiling SwiftUICamera SUICameraError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[16/44] Compiling SwiftUICamera SUICameraExposure.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[17/44] Compiling SwiftUICamera SUICameraFocus.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[18/44] Compiling SwiftUICamera SUICameraWB.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[19/44] Compiling SwiftUICamera SUICameraZoom.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[20/44] Compiling SwiftUICamera AVCaptureSession+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[21/44] Compiling SwiftUICamera SUICameraCapability.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[22/44] Compiling SwiftUICamera Typealiases.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[23/44] Compiling SwiftUICamera Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[24/44] Compiling SwiftUICamera SUICameraConfig.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[25/44] Compiling SwiftUICamera VQDescription.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[26/44] Compiling SwiftUICamera SUICameraISO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[27/44] Compiling SwiftUICamera SUICameraShutterSpeed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[28/44] Compiling SwiftUICamera SUICameraVideoDevice.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[29/44] Compiling SwiftUICamera SUICameraVideoQuality.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[30/44] Compiling SwiftUICamera GridView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[31/44] Compiling SwiftUICamera PreviewLayerContainer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[32/44] Compiling SwiftUICamera SUICameraViewRepresentable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[33/44] Compiling SwiftUICamera Shared+SUICameraViewModel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[34/44] Compiling SwiftUICamera ShutterSpeed+SUICameraViewModel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[35/44] Compiling SwiftUICamera VideoRecording+SUICameraViewModel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[36/44] Compiling SwiftUICamera WB+SUICameraViewModel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[37/44] Compiling SwiftUICamera Zoom+SUICameraViewModel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[38/44] Compiling SwiftUICamera SUICameraViewModel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[39/44] Compiling SwiftUICamera SUICameraView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[40/44] Compiling SwiftUICamera CustomDivider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[41/44] Compiling SwiftUICamera SUICameraCaptureDevice.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[42/44] Compiling SwiftUICamera SUICameraDataDelegate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[43/44] Compiling SwiftUICamera CIImageRenderThread.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[44/44] Compiling SwiftUICamera Focus+SUICameraViewModel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/40] Emitting module SwiftUICamera
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[5/43] Compiling SwiftUICamera Typealiases.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[6/43] Compiling SwiftUICamera Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[7/43] Compiling SwiftUICamera SUICameraConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[8/43] Compiling SwiftUICamera VQDescription.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[9/43] Compiling SwiftUICamera SUICameraAudioDevice.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[10/43] Compiling SwiftUICamera SUICameraError.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[11/43] Compiling SwiftUICamera SUICameraExposure.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[12/43] Compiling SwiftUICamera SUICameraFocus.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[13/43] Compiling SwiftUICamera SUICameraWB.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[14/43] Compiling SwiftUICamera SUICameraZoom.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[15/43] Compiling SwiftUICamera AVCaptureSession+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[16/43] Compiling SwiftUICamera SUICameraCapability.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[17/43] Compiling SwiftUICamera CameraMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[18/43] Compiling SwiftUICamera DeviceType.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[19/43] Compiling SwiftUICamera PrecheckResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[20/43] Compiling SwiftUICamera PreviewScale.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[21/43] Compiling SwiftUICamera SUICameraCaptureDevice.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[22/43] Compiling SwiftUICamera SUICameraDataDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[23/43] Compiling SwiftUICamera CIImageRenderThread.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[24/43] Compiling SwiftUICamera Focus+SUICameraViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[25/43] Compiling SwiftUICamera Frame+SUICameraViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[26/43] Compiling SwiftUICamera ISO+SUICameraViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[27/43] Compiling SwiftUICamera PhotoCapture+SUICameraViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[28/43] Compiling SwiftUICamera PublicMisc+SUICameraViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[29/43] Compiling SwiftUICamera Shared+SUICameraViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[30/43] Compiling SwiftUICamera ShutterSpeed+SUICameraViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[31/43] Compiling SwiftUICamera VideoRecording+SUICameraViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[32/43] Compiling SwiftUICamera WB+SUICameraViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[33/43] Compiling SwiftUICamera SUICameraISO.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[34/43] Compiling SwiftUICamera SUICameraShutterSpeed.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[35/43] Compiling SwiftUICamera SUICameraVideoDevice.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[36/43] Compiling SwiftUICamera SUICameraVideoQuality.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[37/43] Compiling SwiftUICamera GridView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[38/43] Compiling SwiftUICamera PreviewLayerContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[39/43] Compiling SwiftUICamera SUICameraViewRepresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[40/43] Compiling SwiftUICamera Zoom+SUICameraViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[41/43] Compiling SwiftUICamera SUICameraViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[42/43] Compiling SwiftUICamera SUICameraView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
[43/43] Compiling SwiftUICamera CustomDivider.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUICamera/Protocols/SUICameraDataDelegate.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import AVFoundation
10 |
BUILD FAILURE 6.1 macosSpm