The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ARUnderstanding, reference main (d41d3e), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 00:19:40 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnhaney/ARUnderstanding.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnhaney/ARUnderstanding
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d41d3ea Merge pull request #13 from johnhaney/release/26.0.6
Cloned https://github.com/johnhaney/ARUnderstanding.git
Revision (git rev-parse @):
d41d3ead378c841acf80eb70179225af2cb9de16
SUCCESS checkout https://github.com/johnhaney/ARUnderstanding.git at main
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "arunderstanding",
      "name": "ARUnderstanding",
      "url": "https://github.com/johnhaney/ARUnderstanding.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ARUnderstanding",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/johnhaney/ARUnderstanding.git
[1/866] Fetching arunderstanding
Fetched https://github.com/johnhaney/ARUnderstanding.git from cache (0.74s)
Creating working copy for https://github.com/johnhaney/ARUnderstanding.git
Working copy of https://github.com/johnhaney/ARUnderstanding.git resolved at main (d41d3ea)
warning: '.resolve-product-dependencies': dependency 'arunderstanding' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/johnhaney/ARUnderstanding.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/93] Compiling ARUnderstanding ARProvider+visionOS.swift
[4/93] Compiling ARUnderstanding DeviceAnchor+ARUnderstanding.swift
[5/93] Compiling ARUnderstanding HandAnchor+ARUnderstanding.swift
[6/93] Compiling ARUnderstanding ImageAnchor+ARUnderstanding.swift
[7/93] Compiling ARUnderstanding MeshAnchor+ARUnderstanding.swift
[8/93] Compiling ARUnderstanding ObjectAnchor+ARUnderstanding.swift
[9/93] Compiling ARUnderstanding PlaneAnchor+ARUnderstanding.swift
[10/93] Compiling ARUnderstanding RoomAnchor+ARUnderstanding.swift
[11/93] Compiling ARUnderstanding WorldAnchor+ARUnderstanding.swift
[12/93] Compiling ARUnderstanding ARKitRepresentable.swift
[13/103] Compiling ARUnderstanding ARAnchor+Capture.swift
[14/103] Compiling ARUnderstanding ARBodyAnchor+Capture.swift
[15/103] Compiling ARUnderstanding ARFaceAnchor+Capture.swift
[16/103] Compiling ARUnderstanding ARImageAnchor+Capture.swift
[17/103] Compiling ARUnderstanding ARMeshAnchor+Capture.swift
[18/103] Compiling ARUnderstanding ARObjectAnchor+Capture.swift
[19/103] Compiling ARUnderstanding ARPlaneAnchor+Capture.swift
[20/103] Compiling ARUnderstanding ARKit_iOS+ARUnderstanding.swift
[21/103] Compiling ARUnderstanding ARProvider+iOS.swift
[22/103] Compiling ARUnderstanding ARDataProvider.swift
[23/103] Compiling ARUnderstanding BinaryWriter.swift
[24/103] Compiling ARUnderstanding HandTracking+Record.swift
[25/103] Compiling ARUnderstanding ImageTracking+Record.swift
[26/103] Compiling ARUnderstanding PlaneTracking+Record.swift
[27/103] Compiling ARUnderstanding SceneTracking+Record.swift
[28/103] Compiling ARUnderstanding WorldTracking+Record.swift
[29/103] Compiling ARUnderstanding ARUnderstanding+Playback.swift
[30/103] Compiling ARUnderstanding ARUnderstanding+Record.swift
[31/103] Compiling ARUnderstanding ARUnderstandingProvider.swift
[32/103] Compiling ARUnderstanding CapturedAnchor+PackCodable.swift
[33/103] Compiling ARUnderstanding HandTracking+Playback.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Playback/HandTracking+Playback.swift:15:24: warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
13 | @available(iOS 18.0, tvOS 18.0, *)
14 | public protocol HandTrackingProviderRepresentable {
15 |     var anchorUpdates: AsyncSequence<CapturedAnchorUpdate<CapturedHandAnchor>, Never> { get }
   |                        `- warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
16 |     var latestAnchors: ((any HandAnchorRepresentable)?, (any HandAnchorRepresentable)?) { get }
17 |     var description: String { get }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Playback/HandTracking+Playback.swift:31:35: warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
29 |         }
30 |
31 |         public var anchorUpdates: AsyncSequence<CapturedAnchorUpdate<CapturedHandAnchor>, Never> {
   |                                   `- warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
32 |             playback.handUpdates
33 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Record/AnchorRecorder.swift:83:39: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 81 |         case .anchor(let capturedAnchor):
 82 |             await self.record(anchor: capturedAnchor)
 83 |         case .authorizationDenied(let string):
    |                                       `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 84 |             break
 85 |         case .trackingError(let string):
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Record/AnchorRecorder.swift:85:33: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 83 |         case .authorizationDenied(let string):
 84 |             break
 85 |         case .trackingError(let string):
    |                                 `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 86 |             break
 87 |         case .unknown:
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[34/103] Compiling ARUnderstanding ImageTracking+Playback.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Playback/HandTracking+Playback.swift:15:24: warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
13 | @available(iOS 18.0, tvOS 18.0, *)
14 | public protocol HandTrackingProviderRepresentable {
15 |     var anchorUpdates: AsyncSequence<CapturedAnchorUpdate<CapturedHandAnchor>, Never> { get }
   |                        `- warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
16 |     var latestAnchors: ((any HandAnchorRepresentable)?, (any HandAnchorRepresentable)?) { get }
17 |     var description: String { get }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Playback/HandTracking+Playback.swift:31:35: warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
29 |         }
30 |
31 |         public var anchorUpdates: AsyncSequence<CapturedAnchorUpdate<CapturedHandAnchor>, Never> {
   |                                   `- warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
32 |             playback.handUpdates
33 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Record/AnchorRecorder.swift:83:39: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 81 |         case .anchor(let capturedAnchor):
 82 |             await self.record(anchor: capturedAnchor)
 83 |         case .authorizationDenied(let string):
    |                                       `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 84 |             break
 85 |         case .trackingError(let string):
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Record/AnchorRecorder.swift:85:33: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 83 |         case .authorizationDenied(let string):
 84 |             break
 85 |         case .trackingError(let string):
    |                                 `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 86 |             break
 87 |         case .unknown:
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[35/103] Compiling ARUnderstanding ObjectTracking+Playback.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Playback/HandTracking+Playback.swift:15:24: warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
13 | @available(iOS 18.0, tvOS 18.0, *)
14 | public protocol HandTrackingProviderRepresentable {
15 |     var anchorUpdates: AsyncSequence<CapturedAnchorUpdate<CapturedHandAnchor>, Never> { get }
   |                        `- warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
16 |     var latestAnchors: ((any HandAnchorRepresentable)?, (any HandAnchorRepresentable)?) { get }
17 |     var description: String { get }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Playback/HandTracking+Playback.swift:31:35: warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
29 |         }
30 |
31 |         public var anchorUpdates: AsyncSequence<CapturedAnchorUpdate<CapturedHandAnchor>, Never> {
   |                                   `- warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
32 |             playback.handUpdates
33 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Record/AnchorRecorder.swift:83:39: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 81 |         case .anchor(let capturedAnchor):
 82 |             await self.record(anchor: capturedAnchor)
 83 |         case .authorizationDenied(let string):
    |                                       `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 84 |             break
 85 |         case .trackingError(let string):
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Record/AnchorRecorder.swift:85:33: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 83 |         case .authorizationDenied(let string):
 84 |             break
 85 |         case .trackingError(let string):
    |                                 `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 86 |             break
 87 |         case .unknown:
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[36/103] Compiling ARUnderstanding PlaneTracking+Playback.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Playback/HandTracking+Playback.swift:15:24: warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
13 | @available(iOS 18.0, tvOS 18.0, *)
14 | public protocol HandTrackingProviderRepresentable {
15 |     var anchorUpdates: AsyncSequence<CapturedAnchorUpdate<CapturedHandAnchor>, Never> { get }
   |                        `- warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
16 |     var latestAnchors: ((any HandAnchorRepresentable)?, (any HandAnchorRepresentable)?) { get }
17 |     var description: String { get }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Playback/HandTracking+Playback.swift:31:35: warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
29 |         }
30 |
31 |         public var anchorUpdates: AsyncSequence<CapturedAnchorUpdate<CapturedHandAnchor>, Never> {
   |                                   `- warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
32 |             playback.handUpdates
33 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Record/AnchorRecorder.swift:83:39: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 81 |         case .anchor(let capturedAnchor):
 82 |             await self.record(anchor: capturedAnchor)
 83 |         case .authorizationDenied(let string):
    |                                       `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 84 |             break
 85 |         case .trackingError(let string):
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Record/AnchorRecorder.swift:85:33: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 83 |         case .authorizationDenied(let string):
 84 |             break
 85 |         case .trackingError(let string):
    |                                 `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 86 |             break
 87 |         case .unknown:
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[37/103] Compiling ARUnderstanding RoomTracking+Playback.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Playback/HandTracking+Playback.swift:15:24: warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
13 | @available(iOS 18.0, tvOS 18.0, *)
14 | public protocol HandTrackingProviderRepresentable {
15 |     var anchorUpdates: AsyncSequence<CapturedAnchorUpdate<CapturedHandAnchor>, Never> { get }
   |                        `- warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
16 |     var latestAnchors: ((any HandAnchorRepresentable)?, (any HandAnchorRepresentable)?) { get }
17 |     var description: String { get }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Playback/HandTracking+Playback.swift:31:35: warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
29 |         }
30 |
31 |         public var anchorUpdates: AsyncSequence<CapturedAnchorUpdate<CapturedHandAnchor>, Never> {
   |                                   `- warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
32 |             playback.handUpdates
33 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Record/AnchorRecorder.swift:83:39: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 81 |         case .anchor(let capturedAnchor):
 82 |             await self.record(anchor: capturedAnchor)
 83 |         case .authorizationDenied(let string):
    |                                       `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 84 |             break
 85 |         case .trackingError(let string):
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Record/AnchorRecorder.swift:85:33: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 83 |         case .authorizationDenied(let string):
 84 |             break
 85 |         case .trackingError(let string):
    |                                 `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 86 |             break
 87 |         case .unknown:
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[38/103] Compiling ARUnderstanding SceneTracking+Playback.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Playback/HandTracking+Playback.swift:15:24: warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
13 | @available(iOS 18.0, tvOS 18.0, *)
14 | public protocol HandTrackingProviderRepresentable {
15 |     var anchorUpdates: AsyncSequence<CapturedAnchorUpdate<CapturedHandAnchor>, Never> { get }
   |                        `- warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
16 |     var latestAnchors: ((any HandAnchorRepresentable)?, (any HandAnchorRepresentable)?) { get }
17 |     var description: String { get }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Playback/HandTracking+Playback.swift:31:35: warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
29 |         }
30 |
31 |         public var anchorUpdates: AsyncSequence<CapturedAnchorUpdate<CapturedHandAnchor>, Never> {
   |                                   `- warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
32 |             playback.handUpdates
33 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Record/AnchorRecorder.swift:83:39: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 81 |         case .anchor(let capturedAnchor):
 82 |             await self.record(anchor: capturedAnchor)
 83 |         case .authorizationDenied(let string):
    |                                       `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 84 |             break
 85 |         case .trackingError(let string):
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Record/AnchorRecorder.swift:85:33: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 83 |         case .authorizationDenied(let string):
 84 |             break
 85 |         case .trackingError(let string):
    |                                 `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 86 |             break
 87 |         case .unknown:
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[39/103] Compiling ARUnderstanding WorldTracking+Playback.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Playback/HandTracking+Playback.swift:15:24: warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
13 | @available(iOS 18.0, tvOS 18.0, *)
14 | public protocol HandTrackingProviderRepresentable {
15 |     var anchorUpdates: AsyncSequence<CapturedAnchorUpdate<CapturedHandAnchor>, Never> { get }
   |                        `- warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
16 |     var latestAnchors: ((any HandAnchorRepresentable)?, (any HandAnchorRepresentable)?) { get }
17 |     var description: String { get }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Playback/HandTracking+Playback.swift:31:35: warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
29 |         }
30 |
31 |         public var anchorUpdates: AsyncSequence<CapturedAnchorUpdate<CapturedHandAnchor>, Never> {
   |                                   `- warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
32 |             playback.handUpdates
33 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Record/AnchorRecorder.swift:83:39: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 81 |         case .anchor(let capturedAnchor):
 82 |             await self.record(anchor: capturedAnchor)
 83 |         case .authorizationDenied(let string):
    |                                       `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 84 |             break
 85 |         case .trackingError(let string):
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Record/AnchorRecorder.swift:85:33: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 83 |         case .authorizationDenied(let string):
 84 |             break
 85 |         case .trackingError(let string):
    |                                 `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 86 |             break
 87 |         case .unknown:
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[40/103] Compiling ARUnderstanding ARKit+Record.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Playback/HandTracking+Playback.swift:15:24: warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
13 | @available(iOS 18.0, tvOS 18.0, *)
14 | public protocol HandTrackingProviderRepresentable {
15 |     var anchorUpdates: AsyncSequence<CapturedAnchorUpdate<CapturedHandAnchor>, Never> { get }
   |                        `- warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
16 |     var latestAnchors: ((any HandAnchorRepresentable)?, (any HandAnchorRepresentable)?) { get }
17 |     var description: String { get }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Playback/HandTracking+Playback.swift:31:35: warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
29 |         }
30 |
31 |         public var anchorUpdates: AsyncSequence<CapturedAnchorUpdate<CapturedHandAnchor>, Never> {
   |                                   `- warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
32 |             playback.handUpdates
33 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Record/AnchorRecorder.swift:83:39: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 81 |         case .anchor(let capturedAnchor):
 82 |             await self.record(anchor: capturedAnchor)
 83 |         case .authorizationDenied(let string):
    |                                       `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 84 |             break
 85 |         case .trackingError(let string):
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Record/AnchorRecorder.swift:85:33: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 83 |         case .authorizationDenied(let string):
 84 |             break
 85 |         case .trackingError(let string):
    |                                 `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 86 |             break
 87 |         case .unknown:
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[41/103] Compiling ARUnderstanding AnchorRecorder.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Playback/HandTracking+Playback.swift:15:24: warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
13 | @available(iOS 18.0, tvOS 18.0, *)
14 | public protocol HandTrackingProviderRepresentable {
15 |     var anchorUpdates: AsyncSequence<CapturedAnchorUpdate<CapturedHandAnchor>, Never> { get }
   |                        `- warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
16 |     var latestAnchors: ((any HandAnchorRepresentable)?, (any HandAnchorRepresentable)?) { get }
17 |     var description: String { get }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Playback/HandTracking+Playback.swift:31:35: warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
29 |         }
30 |
31 |         public var anchorUpdates: AsyncSequence<CapturedAnchorUpdate<CapturedHandAnchor>, Never> {
   |                                   `- warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
32 |             playback.handUpdates
33 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Record/AnchorRecorder.swift:83:39: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 81 |         case .anchor(let capturedAnchor):
 82 |             await self.record(anchor: capturedAnchor)
 83 |         case .authorizationDenied(let string):
    |                                       `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 84 |             break
 85 |         case .trackingError(let string):
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Record/AnchorRecorder.swift:85:33: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 83 |         case .authorizationDenied(let string):
 84 |             break
 85 |         case .trackingError(let string):
    |                                 `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 86 |             break
 87 |         case .unknown:
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[42/103] Compiling ARUnderstanding BinaryReader.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Playback/HandTracking+Playback.swift:15:24: warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
13 | @available(iOS 18.0, tvOS 18.0, *)
14 | public protocol HandTrackingProviderRepresentable {
15 |     var anchorUpdates: AsyncSequence<CapturedAnchorUpdate<CapturedHandAnchor>, Never> { get }
   |                        `- warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
16 |     var latestAnchors: ((any HandAnchorRepresentable)?, (any HandAnchorRepresentable)?) { get }
17 |     var description: String { get }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Playback/HandTracking+Playback.swift:31:35: warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
29 |         }
30 |
31 |         public var anchorUpdates: AsyncSequence<CapturedAnchorUpdate<CapturedHandAnchor>, Never> {
   |                                   `- warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
32 |             playback.handUpdates
33 |         }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Record/AnchorRecorder.swift:83:39: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 81 |         case .anchor(let capturedAnchor):
 82 |             await self.record(anchor: capturedAnchor)
 83 |         case .authorizationDenied(let string):
    |                                       `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 84 |             break
 85 |         case .trackingError(let string):
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Record/AnchorRecorder.swift:85:33: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 83 |         case .authorizationDenied(let string):
 84 |             break
 85 |         case .trackingError(let string):
    |                                 `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 86 |             break
 87 |         case .unknown:
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[43/103] Emitting module ARUnderstanding
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedFaceAnchor+Visualizable.swift:30:10: warning: TODO: Implement proper mesh generation
 28 | }
 29 |
 30 | #warning("TODO: Implement proper mesh generation")
    |          `- warning: TODO: Implement proper mesh generation
 31 |
 32 | @available(visionOS, introduced: 2.0)
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Playback/HandTracking+Playback.swift:15:24: warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
13 | @available(iOS 18.0, tvOS 18.0, *)
14 | public protocol HandTrackingProviderRepresentable {
15 |     var anchorUpdates: AsyncSequence<CapturedAnchorUpdate<CapturedHandAnchor>, Never> { get }
   |                        `- warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
16 |     var latestAnchors: ((any HandAnchorRepresentable)?, (any HandAnchorRepresentable)?) { get }
17 |     var description: String { get }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARKit_Playback/HandTracking+Playback.swift:31:35: warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
29 |         }
30 |
31 |         public var anchorUpdates: AsyncSequence<CapturedAnchorUpdate<CapturedHandAnchor>, Never> {
   |                                   `- warning: use of protocol 'AsyncSequence' as a type must be written 'any AsyncSequence'; this will be an error in a future Swift language mode [#ExistentialAny]
32 |             playback.handUpdates
33 |         }
[#ExistentialAny]: <https://docs.swift.org/compiler/documentation/diagnostics/existential-any>
[44/103] Compiling ARUnderstanding ARUnderstanding.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/CapturedAnchor/CapturedBodyAnchor.swift:143:9: warning: default will never be executed
141 |         case .leftShoulder: "leftShoulder"
142 |         case .rightShoulder: "rightShoulder"
143 |         default: "unknown"
    |         `- warning: default will never be executed
144 |         }
145 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/CapturedAnchor/CapturedBodyAnchor.swift:156:9: warning: default will never be executed
154 |         case .leftShoulder: .root
155 |         case .rightShoulder: .root
156 |         default: .root
    |         `- warning: default will never be executed
157 |         }
158 |     }
[45/103] Compiling ARUnderstanding ARUnderstanding+iOS.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/CapturedAnchor/CapturedBodyAnchor.swift:143:9: warning: default will never be executed
141 |         case .leftShoulder: "leftShoulder"
142 |         case .rightShoulder: "rightShoulder"
143 |         default: "unknown"
    |         `- warning: default will never be executed
144 |         }
145 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/CapturedAnchor/CapturedBodyAnchor.swift:156:9: warning: default will never be executed
154 |         case .leftShoulder: .root
155 |         case .rightShoulder: .root
156 |         default: .root
    |         `- warning: default will never be executed
157 |         }
158 |     }
[46/103] Compiling ARUnderstanding ARUnderstanding+visionOS.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/CapturedAnchor/CapturedBodyAnchor.swift:143:9: warning: default will never be executed
141 |         case .leftShoulder: "leftShoulder"
142 |         case .rightShoulder: "rightShoulder"
143 |         default: "unknown"
    |         `- warning: default will never be executed
144 |         }
145 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/CapturedAnchor/CapturedBodyAnchor.swift:156:9: warning: default will never be executed
154 |         case .leftShoulder: .root
155 |         case .rightShoulder: .root
156 |         default: .root
    |         `- warning: default will never be executed
157 |         }
158 |     }
[47/103] Compiling ARUnderstanding ARKit+Hashable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/CapturedAnchor/CapturedBodyAnchor.swift:143:9: warning: default will never be executed
141 |         case .leftShoulder: "leftShoulder"
142 |         case .rightShoulder: "rightShoulder"
143 |         default: "unknown"
    |         `- warning: default will never be executed
144 |         }
145 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/CapturedAnchor/CapturedBodyAnchor.swift:156:9: warning: default will never be executed
154 |         case .leftShoulder: .root
155 |         case .rightShoulder: .root
156 |         default: .root
    |         `- warning: default will never be executed
157 |         }
158 |     }
[48/103] Compiling ARUnderstanding CapturedAnchor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/CapturedAnchor/CapturedBodyAnchor.swift:143:9: warning: default will never be executed
141 |         case .leftShoulder: "leftShoulder"
142 |         case .rightShoulder: "rightShoulder"
143 |         default: "unknown"
    |         `- warning: default will never be executed
144 |         }
145 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/CapturedAnchor/CapturedBodyAnchor.swift:156:9: warning: default will never be executed
154 |         case .leftShoulder: .root
155 |         case .rightShoulder: .root
156 |         default: .root
    |         `- warning: default will never be executed
157 |         }
158 |     }
[49/103] Compiling ARUnderstanding CapturedBodyAnchor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/CapturedAnchor/CapturedBodyAnchor.swift:143:9: warning: default will never be executed
141 |         case .leftShoulder: "leftShoulder"
142 |         case .rightShoulder: "rightShoulder"
143 |         default: "unknown"
    |         `- warning: default will never be executed
144 |         }
145 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/CapturedAnchor/CapturedBodyAnchor.swift:156:9: warning: default will never be executed
154 |         case .leftShoulder: .root
155 |         case .rightShoulder: .root
156 |         default: .root
    |         `- warning: default will never be executed
157 |         }
158 |     }
[50/103] Compiling ARUnderstanding CapturedDeviceAnchor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/CapturedAnchor/CapturedBodyAnchor.swift:143:9: warning: default will never be executed
141 |         case .leftShoulder: "leftShoulder"
142 |         case .rightShoulder: "rightShoulder"
143 |         default: "unknown"
    |         `- warning: default will never be executed
144 |         }
145 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/CapturedAnchor/CapturedBodyAnchor.swift:156:9: warning: default will never be executed
154 |         case .leftShoulder: .root
155 |         case .rightShoulder: .root
156 |         default: .root
    |         `- warning: default will never be executed
157 |         }
158 |     }
[51/103] Compiling ARUnderstanding CapturedFaceAnchor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/CapturedAnchor/CapturedBodyAnchor.swift:143:9: warning: default will never be executed
141 |         case .leftShoulder: "leftShoulder"
142 |         case .rightShoulder: "rightShoulder"
143 |         default: "unknown"
    |         `- warning: default will never be executed
144 |         }
145 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/CapturedAnchor/CapturedBodyAnchor.swift:156:9: warning: default will never be executed
154 |         case .leftShoulder: .root
155 |         case .rightShoulder: .root
156 |         default: .root
    |         `- warning: default will never be executed
157 |         }
158 |     }
[52/103] Compiling ARUnderstanding CapturedFaceStatic.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/CapturedAnchor/CapturedBodyAnchor.swift:143:9: warning: default will never be executed
141 |         case .leftShoulder: "leftShoulder"
142 |         case .rightShoulder: "rightShoulder"
143 |         default: "unknown"
    |         `- warning: default will never be executed
144 |         }
145 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/CapturedAnchor/CapturedBodyAnchor.swift:156:9: warning: default will never be executed
154 |         case .leftShoulder: .root
155 |         case .rightShoulder: .root
156 |         default: .root
    |         `- warning: default will never be executed
157 |         }
158 |     }
[53/103] Compiling ARUnderstanding CapturedHandAnchor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/CapturedAnchor/CapturedBodyAnchor.swift:143:9: warning: default will never be executed
141 |         case .leftShoulder: "leftShoulder"
142 |         case .rightShoulder: "rightShoulder"
143 |         default: "unknown"
    |         `- warning: default will never be executed
144 |         }
145 |     }
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/CapturedAnchor/CapturedBodyAnchor.swift:156:9: warning: default will never be executed
154 |         case .leftShoulder: .root
155 |         case .rightShoulder: .root
156 |         default: .root
    |         `- warning: default will never be executed
157 |         }
158 |     }
[54/103] Compiling ARUnderstanding CapturedBodyAnchor+Visualizable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedFaceAnchor+Visualizable.swift:30:10: warning: TODO: Implement proper mesh generation
 28 | }
 29 |
 30 | #warning("TODO: Implement proper mesh generation")
    |          `- warning: TODO: Implement proper mesh generation
 31 |
 32 | @available(visionOS, introduced: 2.0)
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedBodyAnchor+Visualizable.swift:26:60: warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
24 |     }
25 |     @MainActor public func visualize(in rootEntity: Entity, with materials: [Material]) async {
26 |         rootEntity.transform = Transform(scale: SIMD3<Float>(estimatedScaleFactor))
   |                                                            |- warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
   |                                                            `- note: use 'init(repeating:)' instead
27 |         let entity = Entity()
28 |         entity.transform = Transform(matrix: self.originFromAnchorTransform)
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedBodyAnchor+Visualizable.swift:71:60: warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
69 |
70 |         entity.transform = Transform(matrix: self.originFromAnchorTransform)
71 |         rootEntity.transform = Transform(scale: SIMD3<Float>(estimatedScaleFactor))
   |                                                            |- warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
   |                                                            `- note: use 'init(repeating:)' instead
72 |
73 |         for jointName in SkeletonJointName.allJointNames {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[55/103] Compiling ARUnderstanding CapturedDeviceAnchor+Visualizable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedFaceAnchor+Visualizable.swift:30:10: warning: TODO: Implement proper mesh generation
 28 | }
 29 |
 30 | #warning("TODO: Implement proper mesh generation")
    |          `- warning: TODO: Implement proper mesh generation
 31 |
 32 | @available(visionOS, introduced: 2.0)
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedBodyAnchor+Visualizable.swift:26:60: warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
24 |     }
25 |     @MainActor public func visualize(in rootEntity: Entity, with materials: [Material]) async {
26 |         rootEntity.transform = Transform(scale: SIMD3<Float>(estimatedScaleFactor))
   |                                                            |- warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
   |                                                            `- note: use 'init(repeating:)' instead
27 |         let entity = Entity()
28 |         entity.transform = Transform(matrix: self.originFromAnchorTransform)
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedBodyAnchor+Visualizable.swift:71:60: warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
69 |
70 |         entity.transform = Transform(matrix: self.originFromAnchorTransform)
71 |         rootEntity.transform = Transform(scale: SIMD3<Float>(estimatedScaleFactor))
   |                                                            |- warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
   |                                                            `- note: use 'init(repeating:)' instead
72 |
73 |         for jointName in SkeletonJointName.allJointNames {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[56/103] Compiling ARUnderstanding CapturedFaceAnchor+Visualizable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedFaceAnchor+Visualizable.swift:30:10: warning: TODO: Implement proper mesh generation
 28 | }
 29 |
 30 | #warning("TODO: Implement proper mesh generation")
    |          `- warning: TODO: Implement proper mesh generation
 31 |
 32 | @available(visionOS, introduced: 2.0)
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedBodyAnchor+Visualizable.swift:26:60: warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
24 |     }
25 |     @MainActor public func visualize(in rootEntity: Entity, with materials: [Material]) async {
26 |         rootEntity.transform = Transform(scale: SIMD3<Float>(estimatedScaleFactor))
   |                                                            |- warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
   |                                                            `- note: use 'init(repeating:)' instead
27 |         let entity = Entity()
28 |         entity.transform = Transform(matrix: self.originFromAnchorTransform)
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedBodyAnchor+Visualizable.swift:71:60: warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
69 |
70 |         entity.transform = Transform(matrix: self.originFromAnchorTransform)
71 |         rootEntity.transform = Transform(scale: SIMD3<Float>(estimatedScaleFactor))
   |                                                            |- warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
   |                                                            `- note: use 'init(repeating:)' instead
72 |
73 |         for jointName in SkeletonJointName.allJointNames {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[57/103] Compiling ARUnderstanding CapturedHandAnchor+Visualizable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedFaceAnchor+Visualizable.swift:30:10: warning: TODO: Implement proper mesh generation
 28 | }
 29 |
 30 | #warning("TODO: Implement proper mesh generation")
    |          `- warning: TODO: Implement proper mesh generation
 31 |
 32 | @available(visionOS, introduced: 2.0)
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedBodyAnchor+Visualizable.swift:26:60: warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
24 |     }
25 |     @MainActor public func visualize(in rootEntity: Entity, with materials: [Material]) async {
26 |         rootEntity.transform = Transform(scale: SIMD3<Float>(estimatedScaleFactor))
   |                                                            |- warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
   |                                                            `- note: use 'init(repeating:)' instead
27 |         let entity = Entity()
28 |         entity.transform = Transform(matrix: self.originFromAnchorTransform)
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedBodyAnchor+Visualizable.swift:71:60: warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
69 |
70 |         entity.transform = Transform(matrix: self.originFromAnchorTransform)
71 |         rootEntity.transform = Transform(scale: SIMD3<Float>(estimatedScaleFactor))
   |                                                            |- warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
   |                                                            `- note: use 'init(repeating:)' instead
72 |
73 |         for jointName in SkeletonJointName.allJointNames {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[58/103] Compiling ARUnderstanding CapturedImageAnchor+Visualizable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedFaceAnchor+Visualizable.swift:30:10: warning: TODO: Implement proper mesh generation
 28 | }
 29 |
 30 | #warning("TODO: Implement proper mesh generation")
    |          `- warning: TODO: Implement proper mesh generation
 31 |
 32 | @available(visionOS, introduced: 2.0)
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedBodyAnchor+Visualizable.swift:26:60: warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
24 |     }
25 |     @MainActor public func visualize(in rootEntity: Entity, with materials: [Material]) async {
26 |         rootEntity.transform = Transform(scale: SIMD3<Float>(estimatedScaleFactor))
   |                                                            |- warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
   |                                                            `- note: use 'init(repeating:)' instead
27 |         let entity = Entity()
28 |         entity.transform = Transform(matrix: self.originFromAnchorTransform)
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedBodyAnchor+Visualizable.swift:71:60: warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
69 |
70 |         entity.transform = Transform(matrix: self.originFromAnchorTransform)
71 |         rootEntity.transform = Transform(scale: SIMD3<Float>(estimatedScaleFactor))
   |                                                            |- warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
   |                                                            `- note: use 'init(repeating:)' instead
72 |
73 |         for jointName in SkeletonJointName.allJointNames {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[59/103] Compiling ARUnderstanding CapturedMeshAnchor+Visualizable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedFaceAnchor+Visualizable.swift:30:10: warning: TODO: Implement proper mesh generation
 28 | }
 29 |
 30 | #warning("TODO: Implement proper mesh generation")
    |          `- warning: TODO: Implement proper mesh generation
 31 |
 32 | @available(visionOS, introduced: 2.0)
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedBodyAnchor+Visualizable.swift:26:60: warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
24 |     }
25 |     @MainActor public func visualize(in rootEntity: Entity, with materials: [Material]) async {
26 |         rootEntity.transform = Transform(scale: SIMD3<Float>(estimatedScaleFactor))
   |                                                            |- warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
   |                                                            `- note: use 'init(repeating:)' instead
27 |         let entity = Entity()
28 |         entity.transform = Transform(matrix: self.originFromAnchorTransform)
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedBodyAnchor+Visualizable.swift:71:60: warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
69 |
70 |         entity.transform = Transform(matrix: self.originFromAnchorTransform)
71 |         rootEntity.transform = Transform(scale: SIMD3<Float>(estimatedScaleFactor))
   |                                                            |- warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
   |                                                            `- note: use 'init(repeating:)' instead
72 |
73 |         for jointName in SkeletonJointName.allJointNames {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[60/103] Compiling ARUnderstanding CapturedObjectAnchor+Visualizable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedFaceAnchor+Visualizable.swift:30:10: warning: TODO: Implement proper mesh generation
 28 | }
 29 |
 30 | #warning("TODO: Implement proper mesh generation")
    |          `- warning: TODO: Implement proper mesh generation
 31 |
 32 | @available(visionOS, introduced: 2.0)
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedBodyAnchor+Visualizable.swift:26:60: warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
24 |     }
25 |     @MainActor public func visualize(in rootEntity: Entity, with materials: [Material]) async {
26 |         rootEntity.transform = Transform(scale: SIMD3<Float>(estimatedScaleFactor))
   |                                                            |- warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
   |                                                            `- note: use 'init(repeating:)' instead
27 |         let entity = Entity()
28 |         entity.transform = Transform(matrix: self.originFromAnchorTransform)
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedBodyAnchor+Visualizable.swift:71:60: warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
69 |
70 |         entity.transform = Transform(matrix: self.originFromAnchorTransform)
71 |         rootEntity.transform = Transform(scale: SIMD3<Float>(estimatedScaleFactor))
   |                                                            |- warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
   |                                                            `- note: use 'init(repeating:)' instead
72 |
73 |         for jointName in SkeletonJointName.allJointNames {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[61/103] Compiling ARUnderstanding CapturedPlaneAnchor+Visualizable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedFaceAnchor+Visualizable.swift:30:10: warning: TODO: Implement proper mesh generation
 28 | }
 29 |
 30 | #warning("TODO: Implement proper mesh generation")
    |          `- warning: TODO: Implement proper mesh generation
 31 |
 32 | @available(visionOS, introduced: 2.0)
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedBodyAnchor+Visualizable.swift:26:60: warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
24 |     }
25 |     @MainActor public func visualize(in rootEntity: Entity, with materials: [Material]) async {
26 |         rootEntity.transform = Transform(scale: SIMD3<Float>(estimatedScaleFactor))
   |                                                            |- warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
   |                                                            `- note: use 'init(repeating:)' instead
27 |         let entity = Entity()
28 |         entity.transform = Transform(matrix: self.originFromAnchorTransform)
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedBodyAnchor+Visualizable.swift:71:60: warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
69 |
70 |         entity.transform = Transform(matrix: self.originFromAnchorTransform)
71 |         rootEntity.transform = Transform(scale: SIMD3<Float>(estimatedScaleFactor))
   |                                                            |- warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
   |                                                            `- note: use 'init(repeating:)' instead
72 |
73 |         for jointName in SkeletonJointName.allJointNames {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[62/103] Compiling ARUnderstanding CapturedRoomAnchor+Visualizable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedFaceAnchor+Visualizable.swift:30:10: warning: TODO: Implement proper mesh generation
 28 | }
 29 |
 30 | #warning("TODO: Implement proper mesh generation")
    |          `- warning: TODO: Implement proper mesh generation
 31 |
 32 | @available(visionOS, introduced: 2.0)
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedBodyAnchor+Visualizable.swift:26:60: warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
24 |     }
25 |     @MainActor public func visualize(in rootEntity: Entity, with materials: [Material]) async {
26 |         rootEntity.transform = Transform(scale: SIMD3<Float>(estimatedScaleFactor))
   |                                                            |- warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
   |                                                            `- note: use 'init(repeating:)' instead
27 |         let entity = Entity()
28 |         entity.transform = Transform(matrix: self.originFromAnchorTransform)
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedBodyAnchor+Visualizable.swift:71:60: warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
69 |
70 |         entity.transform = Transform(matrix: self.originFromAnchorTransform)
71 |         rootEntity.transform = Transform(scale: SIMD3<Float>(estimatedScaleFactor))
   |                                                            |- warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
   |                                                            `- note: use 'init(repeating:)' instead
72 |
73 |         for jointName in SkeletonJointName.allJointNames {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[63/103] Compiling ARUnderstanding CapturedWorldAnchor+Visualizable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedFaceAnchor+Visualizable.swift:30:10: warning: TODO: Implement proper mesh generation
 28 | }
 29 |
 30 | #warning("TODO: Implement proper mesh generation")
    |          `- warning: TODO: Implement proper mesh generation
 31 |
 32 | @available(visionOS, introduced: 2.0)
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedBodyAnchor+Visualizable.swift:26:60: warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
24 |     }
25 |     @MainActor public func visualize(in rootEntity: Entity, with materials: [Material]) async {
26 |         rootEntity.transform = Transform(scale: SIMD3<Float>(estimatedScaleFactor))
   |                                                            |- warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
   |                                                            `- note: use 'init(repeating:)' instead
27 |         let entity = Entity()
28 |         entity.transform = Transform(matrix: self.originFromAnchorTransform)
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Visualizations/CapturedBodyAnchor+Visualizable.swift:71:60: warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
69 |
70 |         entity.transform = Transform(matrix: self.originFromAnchorTransform)
71 |         rootEntity.transform = Transform(scale: SIMD3<Float>(estimatedScaleFactor))
   |                                                            |- warning: 'init(_:)' is deprecated: replaced by 'init(repeating:)' [#DeprecatedDeclaration]
   |                                                            `- note: use 'init(repeating:)' instead
72 |
73 |         for jointName in SkeletonJointName.allJointNames {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[64/103] Compiling ARUnderstanding BodyTrackingProvider.swift
[65/103] Compiling ARUnderstanding DeviceTrackingProvider.swift
[66/103] Compiling ARUnderstanding FaceTrackingProvider.swift
[67/103] Compiling ARUnderstanding ImageTrackingProvider.swift
[68/103] Compiling ARUnderstanding ObjectTrackingProvider.swift
[69/103] Compiling ARUnderstanding PlaneDetectionProvider.swift
[70/103] Compiling ARUnderstanding RoomTrackingProvider.swift
[71/103] Compiling ARUnderstanding SceneReconstructionProvider.swift
[72/103] Compiling ARUnderstanding WorldTrackingProvider.swift
[73/103] Compiling ARUnderstanding ARUnderstandng+ARKit.swift
[74/103] Compiling ARUnderstanding PackCodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:31:39: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 29 |         case .anchor(let capturedAnchor):
 30 |             continuation.yield(capturedAnchor)
 31 |         case .authorizationDenied(let string):
    |                                       `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 32 |             break
 33 |         case .trackingError(let string):
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:33:33: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 31 |         case .authorizationDenied(let string):
 32 |             break
 33 |         case .trackingError(let string):
    |                                 `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 34 |             break
 35 |         case .unknown:
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:107:17: warning: immutable value 'input' was never used; consider replacing with '_' or removing it [#no-usage]
105 |
106 |     @MainActor public func remove(inputNamed name: String) {
107 |         if let (input, inputTask) = self.inputs.removeValue(forKey: name) {
    |                 `- warning: immutable value 'input' was never used; consider replacing with '_' or removing it [#no-usage]
108 |             inputTask?.cancel()
109 |         }
[75/103] Compiling ARUnderstanding PackCodable+Double.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:31:39: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 29 |         case .anchor(let capturedAnchor):
 30 |             continuation.yield(capturedAnchor)
 31 |         case .authorizationDenied(let string):
    |                                       `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 32 |             break
 33 |         case .trackingError(let string):
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:33:33: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 31 |         case .authorizationDenied(let string):
 32 |             break
 33 |         case .trackingError(let string):
    |                                 `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 34 |             break
 35 |         case .unknown:
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:107:17: warning: immutable value 'input' was never used; consider replacing with '_' or removing it [#no-usage]
105 |
106 |     @MainActor public func remove(inputNamed name: String) {
107 |         if let (input, inputTask) = self.inputs.removeValue(forKey: name) {
    |                 `- warning: immutable value 'input' was never used; consider replacing with '_' or removing it [#no-usage]
108 |             inputTask?.cancel()
109 |         }
[76/103] Compiling ARUnderstanding PackCodable+Float.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:31:39: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 29 |         case .anchor(let capturedAnchor):
 30 |             continuation.yield(capturedAnchor)
 31 |         case .authorizationDenied(let string):
    |                                       `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 32 |             break
 33 |         case .trackingError(let string):
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:33:33: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 31 |         case .authorizationDenied(let string):
 32 |             break
 33 |         case .trackingError(let string):
    |                                 `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 34 |             break
 35 |         case .unknown:
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:107:17: warning: immutable value 'input' was never used; consider replacing with '_' or removing it [#no-usage]
105 |
106 |     @MainActor public func remove(inputNamed name: String) {
107 |         if let (input, inputTask) = self.inputs.removeValue(forKey: name) {
    |                 `- warning: immutable value 'input' was never used; consider replacing with '_' or removing it [#no-usage]
108 |             inputTask?.cancel()
109 |         }
[77/103] Compiling ARUnderstanding PackCodable+Int.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:31:39: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 29 |         case .anchor(let capturedAnchor):
 30 |             continuation.yield(capturedAnchor)
 31 |         case .authorizationDenied(let string):
    |                                       `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 32 |             break
 33 |         case .trackingError(let string):
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:33:33: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 31 |         case .authorizationDenied(let string):
 32 |             break
 33 |         case .trackingError(let string):
    |                                 `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 34 |             break
 35 |         case .unknown:
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:107:17: warning: immutable value 'input' was never used; consider replacing with '_' or removing it [#no-usage]
105 |
106 |     @MainActor public func remove(inputNamed name: String) {
107 |         if let (input, inputTask) = self.inputs.removeValue(forKey: name) {
    |                 `- warning: immutable value 'input' was never used; consider replacing with '_' or removing it [#no-usage]
108 |             inputTask?.cancel()
109 |         }
[78/103] Compiling ARUnderstanding PackCodable+UInt32.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:31:39: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 29 |         case .anchor(let capturedAnchor):
 30 |             continuation.yield(capturedAnchor)
 31 |         case .authorizationDenied(let string):
    |                                       `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 32 |             break
 33 |         case .trackingError(let string):
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:33:33: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 31 |         case .authorizationDenied(let string):
 32 |             break
 33 |         case .trackingError(let string):
    |                                 `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 34 |             break
 35 |         case .unknown:
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:107:17: warning: immutable value 'input' was never used; consider replacing with '_' or removing it [#no-usage]
105 |
106 |     @MainActor public func remove(inputNamed name: String) {
107 |         if let (input, inputTask) = self.inputs.removeValue(forKey: name) {
    |                 `- warning: immutable value 'input' was never used; consider replacing with '_' or removing it [#no-usage]
108 |             inputTask?.cancel()
109 |         }
[79/103] Compiling ARUnderstanding PackCodable+UUID.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:31:39: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 29 |         case .anchor(let capturedAnchor):
 30 |             continuation.yield(capturedAnchor)
 31 |         case .authorizationDenied(let string):
    |                                       `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 32 |             break
 33 |         case .trackingError(let string):
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:33:33: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 31 |         case .authorizationDenied(let string):
 32 |             break
 33 |         case .trackingError(let string):
    |                                 `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 34 |             break
 35 |         case .unknown:
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:107:17: warning: immutable value 'input' was never used; consider replacing with '_' or removing it [#no-usage]
105 |
106 |     @MainActor public func remove(inputNamed name: String) {
107 |         if let (input, inputTask) = self.inputs.removeValue(forKey: name) {
    |                 `- warning: immutable value 'input' was never used; consider replacing with '_' or removing it [#no-usage]
108 |             inputTask?.cancel()
109 |         }
[80/103] Compiling ARUnderstanding ARUnderstandingSession.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:31:39: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 29 |         case .anchor(let capturedAnchor):
 30 |             continuation.yield(capturedAnchor)
 31 |         case .authorizationDenied(let string):
    |                                       `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 32 |             break
 33 |         case .trackingError(let string):
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:33:33: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 31 |         case .authorizationDenied(let string):
 32 |             break
 33 |         case .trackingError(let string):
    |                                 `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 34 |             break
 35 |         case .unknown:
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:107:17: warning: immutable value 'input' was never used; consider replacing with '_' or removing it [#no-usage]
105 |
106 |     @MainActor public func remove(inputNamed name: String) {
107 |         if let (input, inputTask) = self.inputs.removeValue(forKey: name) {
    |                 `- warning: immutable value 'input' was never used; consider replacing with '_' or removing it [#no-usage]
108 |             inputTask?.cancel()
109 |         }
[81/103] Compiling ARUnderstanding Spatial+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:31:39: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 29 |         case .anchor(let capturedAnchor):
 30 |             continuation.yield(capturedAnchor)
 31 |         case .authorizationDenied(let string):
    |                                       `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 32 |             break
 33 |         case .trackingError(let string):
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:33:33: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 31 |         case .authorizationDenied(let string):
 32 |             break
 33 |         case .trackingError(let string):
    |                                 `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 34 |             break
 35 |         case .unknown:
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:107:17: warning: immutable value 'input' was never used; consider replacing with '_' or removing it [#no-usage]
105 |
106 |     @MainActor public func remove(inputNamed name: String) {
107 |         if let (input, inputTask) = self.inputs.removeValue(forKey: name) {
    |                 `- warning: immutable value 'input' was never used; consider replacing with '_' or removing it [#no-usage]
108 |             inputTask?.cancel()
109 |         }
[82/103] Compiling ARUnderstanding ARUnderstandingVisualizer.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:31:39: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 29 |         case .anchor(let capturedAnchor):
 30 |             continuation.yield(capturedAnchor)
 31 |         case .authorizationDenied(let string):
    |                                       `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 32 |             break
 33 |         case .trackingError(let string):
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:33:33: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 31 |         case .authorizationDenied(let string):
 32 |             break
 33 |         case .trackingError(let string):
    |                                 `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 34 |             break
 35 |         case .unknown:
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:107:17: warning: immutable value 'input' was never used; consider replacing with '_' or removing it [#no-usage]
105 |
106 |     @MainActor public func remove(inputNamed name: String) {
107 |         if let (input, inputTask) = self.inputs.removeValue(forKey: name) {
    |                 `- warning: immutable value 'input' was never used; consider replacing with '_' or removing it [#no-usage]
108 |             inputTask?.cancel()
109 |         }
[83/103] Compiling ARUnderstanding CapturedAnchor+Visualizable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:31:39: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 29 |         case .anchor(let capturedAnchor):
 30 |             continuation.yield(capturedAnchor)
 31 |         case .authorizationDenied(let string):
    |                                       `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 32 |             break
 33 |         case .trackingError(let string):
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:33:33: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 31 |         case .authorizationDenied(let string):
 32 |             break
 33 |         case .trackingError(let string):
    |                                 `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
 34 |             break
 35 |         case .unknown:
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Session/ARUnderstandingSession.swift:107:17: warning: immutable value 'input' was never used; consider replacing with '_' or removing it [#no-usage]
105 |
106 |     @MainActor public func remove(inputNamed name: String) {
107 |         if let (input, inputTask) = self.inputs.removeValue(forKey: name) {
    |                 `- warning: immutable value 'input' was never used; consider replacing with '_' or removing it [#no-usage]
108 |             inputTask?.cancel()
109 |         }
[84/103] Compiling ARUnderstanding CapturedBodyAnchor+PackCodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedFaceAnchor+PackCodable.swift:23:31: warning: 'init(_:)' is deprecated: replaced by 'init(truncating:)' [#DeprecatedDeclaration]
 21 |         output.append(try lookAtPoint.pack())
 22 |         for shape in BlendShapeLocation.allCases {
 23 |             output.append(try Float(blendShapes[shape] ?? 0).pack())
    |                               |- warning: 'init(_:)' is deprecated: replaced by 'init(truncating:)' [#DeprecatedDeclaration]
    |                               `- note: use 'init(truncating:)' instead
 24 |         }
 25 |         return output
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedHandAnchor+PackCodable.swift:29:26: warning: conditional cast from 'Self' to 'any HandAnchorRepresentable' always succeeds
 27 |         output.append(try id.pack())
 28 |         let fidelity: HandAnchor.Fidelity
 29 |         fidelity = (self as? (any HandAnchorRepresentable))?.fidelity ?? .high
    |                          `- warning: conditional cast from 'Self' to 'any HandAnchorRepresentable' always succeeds
 30 |         let chiralityBit: UInt8
 31 |         switch chirality {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[85/103] Compiling ARUnderstanding CapturedDeviceAnchor+PackCodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedFaceAnchor+PackCodable.swift:23:31: warning: 'init(_:)' is deprecated: replaced by 'init(truncating:)' [#DeprecatedDeclaration]
 21 |         output.append(try lookAtPoint.pack())
 22 |         for shape in BlendShapeLocation.allCases {
 23 |             output.append(try Float(blendShapes[shape] ?? 0).pack())
    |                               |- warning: 'init(_:)' is deprecated: replaced by 'init(truncating:)' [#DeprecatedDeclaration]
    |                               `- note: use 'init(truncating:)' instead
 24 |         }
 25 |         return output
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedHandAnchor+PackCodable.swift:29:26: warning: conditional cast from 'Self' to 'any HandAnchorRepresentable' always succeeds
 27 |         output.append(try id.pack())
 28 |         let fidelity: HandAnchor.Fidelity
 29 |         fidelity = (self as? (any HandAnchorRepresentable))?.fidelity ?? .high
    |                          `- warning: conditional cast from 'Self' to 'any HandAnchorRepresentable' always succeeds
 30 |         let chiralityBit: UInt8
 31 |         switch chirality {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[86/103] Compiling ARUnderstanding CapturedFaceAnchor+PackCodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedFaceAnchor+PackCodable.swift:23:31: warning: 'init(_:)' is deprecated: replaced by 'init(truncating:)' [#DeprecatedDeclaration]
 21 |         output.append(try lookAtPoint.pack())
 22 |         for shape in BlendShapeLocation.allCases {
 23 |             output.append(try Float(blendShapes[shape] ?? 0).pack())
    |                               |- warning: 'init(_:)' is deprecated: replaced by 'init(truncating:)' [#DeprecatedDeclaration]
    |                               `- note: use 'init(truncating:)' instead
 24 |         }
 25 |         return output
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedHandAnchor+PackCodable.swift:29:26: warning: conditional cast from 'Self' to 'any HandAnchorRepresentable' always succeeds
 27 |         output.append(try id.pack())
 28 |         let fidelity: HandAnchor.Fidelity
 29 |         fidelity = (self as? (any HandAnchorRepresentable))?.fidelity ?? .high
    |                          `- warning: conditional cast from 'Self' to 'any HandAnchorRepresentable' always succeeds
 30 |         let chiralityBit: UInt8
 31 |         switch chirality {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[87/103] Compiling ARUnderstanding CapturedHandAnchor+PackCodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedFaceAnchor+PackCodable.swift:23:31: warning: 'init(_:)' is deprecated: replaced by 'init(truncating:)' [#DeprecatedDeclaration]
 21 |         output.append(try lookAtPoint.pack())
 22 |         for shape in BlendShapeLocation.allCases {
 23 |             output.append(try Float(blendShapes[shape] ?? 0).pack())
    |                               |- warning: 'init(_:)' is deprecated: replaced by 'init(truncating:)' [#DeprecatedDeclaration]
    |                               `- note: use 'init(truncating:)' instead
 24 |         }
 25 |         return output
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedHandAnchor+PackCodable.swift:29:26: warning: conditional cast from 'Self' to 'any HandAnchorRepresentable' always succeeds
 27 |         output.append(try id.pack())
 28 |         let fidelity: HandAnchor.Fidelity
 29 |         fidelity = (self as? (any HandAnchorRepresentable))?.fidelity ?? .high
    |                          `- warning: conditional cast from 'Self' to 'any HandAnchorRepresentable' always succeeds
 30 |         let chiralityBit: UInt8
 31 |         switch chirality {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[88/103] Compiling ARUnderstanding CapturedImageAnchor+PackCodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedFaceAnchor+PackCodable.swift:23:31: warning: 'init(_:)' is deprecated: replaced by 'init(truncating:)' [#DeprecatedDeclaration]
 21 |         output.append(try lookAtPoint.pack())
 22 |         for shape in BlendShapeLocation.allCases {
 23 |             output.append(try Float(blendShapes[shape] ?? 0).pack())
    |                               |- warning: 'init(_:)' is deprecated: replaced by 'init(truncating:)' [#DeprecatedDeclaration]
    |                               `- note: use 'init(truncating:)' instead
 24 |         }
 25 |         return output
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedHandAnchor+PackCodable.swift:29:26: warning: conditional cast from 'Self' to 'any HandAnchorRepresentable' always succeeds
 27 |         output.append(try id.pack())
 28 |         let fidelity: HandAnchor.Fidelity
 29 |         fidelity = (self as? (any HandAnchorRepresentable))?.fidelity ?? .high
    |                          `- warning: conditional cast from 'Self' to 'any HandAnchorRepresentable' always succeeds
 30 |         let chiralityBit: UInt8
 31 |         switch chirality {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[89/103] Compiling ARUnderstanding CapturedMeshAnchor+PackCodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedFaceAnchor+PackCodable.swift:23:31: warning: 'init(_:)' is deprecated: replaced by 'init(truncating:)' [#DeprecatedDeclaration]
 21 |         output.append(try lookAtPoint.pack())
 22 |         for shape in BlendShapeLocation.allCases {
 23 |             output.append(try Float(blendShapes[shape] ?? 0).pack())
    |                               |- warning: 'init(_:)' is deprecated: replaced by 'init(truncating:)' [#DeprecatedDeclaration]
    |                               `- note: use 'init(truncating:)' instead
 24 |         }
 25 |         return output
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedHandAnchor+PackCodable.swift:29:26: warning: conditional cast from 'Self' to 'any HandAnchorRepresentable' always succeeds
 27 |         output.append(try id.pack())
 28 |         let fidelity: HandAnchor.Fidelity
 29 |         fidelity = (self as? (any HandAnchorRepresentable))?.fidelity ?? .high
    |                          `- warning: conditional cast from 'Self' to 'any HandAnchorRepresentable' always succeeds
 30 |         let chiralityBit: UInt8
 31 |         switch chirality {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[90/103] Compiling ARUnderstanding CapturedObjectAnchor+PackCodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedFaceAnchor+PackCodable.swift:23:31: warning: 'init(_:)' is deprecated: replaced by 'init(truncating:)' [#DeprecatedDeclaration]
 21 |         output.append(try lookAtPoint.pack())
 22 |         for shape in BlendShapeLocation.allCases {
 23 |             output.append(try Float(blendShapes[shape] ?? 0).pack())
    |                               |- warning: 'init(_:)' is deprecated: replaced by 'init(truncating:)' [#DeprecatedDeclaration]
    |                               `- note: use 'init(truncating:)' instead
 24 |         }
 25 |         return output
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedHandAnchor+PackCodable.swift:29:26: warning: conditional cast from 'Self' to 'any HandAnchorRepresentable' always succeeds
 27 |         output.append(try id.pack())
 28 |         let fidelity: HandAnchor.Fidelity
 29 |         fidelity = (self as? (any HandAnchorRepresentable))?.fidelity ?? .high
    |                          `- warning: conditional cast from 'Self' to 'any HandAnchorRepresentable' always succeeds
 30 |         let chiralityBit: UInt8
 31 |         switch chirality {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[91/103] Compiling ARUnderstanding CapturedPlaneAnchor+PackCodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedFaceAnchor+PackCodable.swift:23:31: warning: 'init(_:)' is deprecated: replaced by 'init(truncating:)' [#DeprecatedDeclaration]
 21 |         output.append(try lookAtPoint.pack())
 22 |         for shape in BlendShapeLocation.allCases {
 23 |             output.append(try Float(blendShapes[shape] ?? 0).pack())
    |                               |- warning: 'init(_:)' is deprecated: replaced by 'init(truncating:)' [#DeprecatedDeclaration]
    |                               `- note: use 'init(truncating:)' instead
 24 |         }
 25 |         return output
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedHandAnchor+PackCodable.swift:29:26: warning: conditional cast from 'Self' to 'any HandAnchorRepresentable' always succeeds
 27 |         output.append(try id.pack())
 28 |         let fidelity: HandAnchor.Fidelity
 29 |         fidelity = (self as? (any HandAnchorRepresentable))?.fidelity ?? .high
    |                          `- warning: conditional cast from 'Self' to 'any HandAnchorRepresentable' always succeeds
 30 |         let chiralityBit: UInt8
 31 |         switch chirality {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[92/103] Compiling ARUnderstanding CapturedRoomAnchor+PackCodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedFaceAnchor+PackCodable.swift:23:31: warning: 'init(_:)' is deprecated: replaced by 'init(truncating:)' [#DeprecatedDeclaration]
 21 |         output.append(try lookAtPoint.pack())
 22 |         for shape in BlendShapeLocation.allCases {
 23 |             output.append(try Float(blendShapes[shape] ?? 0).pack())
    |                               |- warning: 'init(_:)' is deprecated: replaced by 'init(truncating:)' [#DeprecatedDeclaration]
    |                               `- note: use 'init(truncating:)' instead
 24 |         }
 25 |         return output
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedHandAnchor+PackCodable.swift:29:26: warning: conditional cast from 'Self' to 'any HandAnchorRepresentable' always succeeds
 27 |         output.append(try id.pack())
 28 |         let fidelity: HandAnchor.Fidelity
 29 |         fidelity = (self as? (any HandAnchorRepresentable))?.fidelity ?? .high
    |                          `- warning: conditional cast from 'Self' to 'any HandAnchorRepresentable' always succeeds
 30 |         let chiralityBit: UInt8
 31 |         switch chirality {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[93/103] Compiling ARUnderstanding CapturedWorldAnchor+PackCodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedFaceAnchor+PackCodable.swift:23:31: warning: 'init(_:)' is deprecated: replaced by 'init(truncating:)' [#DeprecatedDeclaration]
 21 |         output.append(try lookAtPoint.pack())
 22 |         for shape in BlendShapeLocation.allCases {
 23 |             output.append(try Float(blendShapes[shape] ?? 0).pack())
    |                               |- warning: 'init(_:)' is deprecated: replaced by 'init(truncating:)' [#DeprecatedDeclaration]
    |                               `- note: use 'init(truncating:)' instead
 24 |         }
 25 |         return output
/Users/admin/builder/spi-builder-workspace/Sources/ARUnderstanding/Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedHandAnchor+PackCodable.swift:29:26: warning: conditional cast from 'Self' to 'any HandAnchorRepresentable' always succeeds
 27 |         output.append(try id.pack())
 28 |         let fidelity: HandAnchor.Fidelity
 29 |         fidelity = (self as? (any HandAnchorRepresentable))?.fidelity ?? .high
    |                          `- warning: conditional cast from 'Self' to 'any HandAnchorRepresentable' always succeeds
 30 |         let chiralityBit: UInt8
 31 |         switch chirality {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[94/103] Compiling ARUnderstanding CapturedImageAnchor.swift
[95/103] Compiling ARUnderstanding CapturedMeshAnchor.swift
[96/103] Compiling ARUnderstanding CapturedObjectAnchor.swift
[97/103] Compiling ARUnderstanding CapturedPlaneAnchor.swift
[98/103] Compiling ARUnderstanding CapturedRoomAnchor.swift
[99/103] Compiling ARUnderstanding CapturedWorldAnchor.swift
[100/103] Compiling ARUnderstanding SavedAnchor.swift
[101/103] Compiling ARUnderstanding ARKit+Playback.swift
[102/103] Compiling ARUnderstanding AnchorPlayback.swift
[103/103] Compiling ARUnderstanding FaceTracking+Playback.swift
Build complete! (13.42s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ARUnderstanding",
  "name" : "ARUnderstanding",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "visionos",
      "version" : "26.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "ARUnderstanding",
      "targets" : [
        "ARUnderstanding"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ARUnderstandingTests",
      "module_type" : "SwiftTarget",
      "name" : "ARUnderstandingTests",
      "path" : "Tests/ARUnderstandingTests",
      "sources" : [
        "ARUnderstandingTests.swift",
        "SpatialHelperTests.swift"
      ],
      "target_dependencies" : [
        "ARUnderstanding"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ARUnderstanding",
      "module_type" : "SwiftTarget",
      "name" : "ARUnderstanding",
      "path" : "Sources/ARUnderstanding",
      "product_memberships" : [
        "ARUnderstanding"
      ],
      "sources" : [
        "ARKit+iOS/ARKit+Capture/ARAnchor+Capture.swift",
        "ARKit+iOS/ARKit+Capture/ARBodyAnchor+Capture.swift",
        "ARKit+iOS/ARKit+Capture/ARFaceAnchor+Capture.swift",
        "ARKit+iOS/ARKit+Capture/ARImageAnchor+Capture.swift",
        "ARKit+iOS/ARKit+Capture/ARMeshAnchor+Capture.swift",
        "ARKit+iOS/ARKit+Capture/ARObjectAnchor+Capture.swift",
        "ARKit+iOS/ARKit+Capture/ARPlaneAnchor+Capture.swift",
        "ARKit+iOS/ARKit_iOS+ARUnderstanding.swift",
        "ARKit+iOS/ARProvider+iOS.swift",
        "ARKit+iOS/DataProviders/ARDataProvider.swift",
        "ARKit+iOS/DataProviders/BodyTrackingProvider.swift",
        "ARKit+iOS/DataProviders/DeviceTrackingProvider.swift",
        "ARKit+iOS/DataProviders/FaceTrackingProvider.swift",
        "ARKit+iOS/DataProviders/ImageTrackingProvider.swift",
        "ARKit+iOS/DataProviders/ObjectTrackingProvider.swift",
        "ARKit+iOS/DataProviders/PlaneDetectionProvider.swift",
        "ARKit+iOS/DataProviders/RoomTrackingProvider.swift",
        "ARKit+iOS/DataProviders/SceneReconstructionProvider.swift",
        "ARKit+iOS/DataProviders/WorldTrackingProvider.swift",
        "ARKit+unavailableOS/ARUnderstandng+ARKit.swift",
        "ARKit+visionOS/ARProvider+visionOS.swift",
        "ARKit+visionOS/DeviceAnchor+ARUnderstanding.swift",
        "ARKit+visionOS/HandAnchor+ARUnderstanding.swift",
        "ARKit+visionOS/ImageAnchor+ARUnderstanding.swift",
        "ARKit+visionOS/MeshAnchor+ARUnderstanding.swift",
        "ARKit+visionOS/ObjectAnchor+ARUnderstanding.swift",
        "ARKit+visionOS/PlaneAnchor+ARUnderstanding.swift",
        "ARKit+visionOS/RoomAnchor+ARUnderstanding.swift",
        "ARKit+visionOS/WorldAnchor+ARUnderstanding.swift",
        "ARKitRepresentable.swift",
        "ARUnderstanding.swift",
        "ARUnderstandingLiveInput/ARUnderstanding+iOS.swift",
        "ARUnderstandingLiveInput/ARUnderstanding+visionOS.swift",
        "CapturedAnchor/ARKit+Hashable.swift",
        "CapturedAnchor/CapturedAnchor.swift",
        "CapturedAnchor/CapturedBodyAnchor.swift",
        "CapturedAnchor/CapturedDeviceAnchor.swift",
        "CapturedAnchor/CapturedFaceAnchor.swift",
        "CapturedAnchor/CapturedFaceStatic.swift",
        "CapturedAnchor/CapturedHandAnchor.swift",
        "CapturedAnchor/CapturedImageAnchor.swift",
        "CapturedAnchor/CapturedMeshAnchor.swift",
        "CapturedAnchor/CapturedObjectAnchor.swift",
        "CapturedAnchor/CapturedPlaneAnchor.swift",
        "CapturedAnchor/CapturedRoomAnchor.swift",
        "CapturedAnchor/CapturedWorldAnchor.swift",
        "CapturedAnchor/SavedAnchor.swift",
        "Recording+Playback/ARKit_Playback/ARKit+Playback.swift",
        "Recording+Playback/ARKit_Playback/AnchorPlayback.swift",
        "Recording+Playback/ARKit_Playback/FaceTracking+Playback.swift",
        "Recording+Playback/ARKit_Playback/HandTracking+Playback.swift",
        "Recording+Playback/ARKit_Playback/ImageTracking+Playback.swift",
        "Recording+Playback/ARKit_Playback/ObjectTracking+Playback.swift",
        "Recording+Playback/ARKit_Playback/PlaneTracking+Playback.swift",
        "Recording+Playback/ARKit_Playback/RoomTracking+Playback.swift",
        "Recording+Playback/ARKit_Playback/SceneTracking+Playback.swift",
        "Recording+Playback/ARKit_Playback/WorldTracking+Playback.swift",
        "Recording+Playback/ARKit_Record/ARKit+Record.swift",
        "Recording+Playback/ARKit_Record/AnchorRecorder.swift",
        "Recording+Playback/ARKit_Record/BinaryReader.swift",
        "Recording+Playback/ARKit_Record/BinaryWriter.swift",
        "Recording+Playback/ARKit_Record/HandTracking+Record.swift",
        "Recording+Playback/ARKit_Record/ImageTracking+Record.swift",
        "Recording+Playback/ARKit_Record/PlaneTracking+Record.swift",
        "Recording+Playback/ARKit_Record/SceneTracking+Record.swift",
        "Recording+Playback/ARKit_Record/WorldTracking+Record.swift",
        "Recording+Playback/ARUnderstanding+Playback/ARUnderstanding+Playback.swift",
        "Recording+Playback/ARUnderstanding+Record/ARUnderstanding+Record.swift",
        "Recording+Playback/ARUnderstanding+Record/ARUnderstandingProvider.swift",
        "Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedAnchor+PackCodable.swift",
        "Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedBodyAnchor+PackCodable.swift",
        "Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedDeviceAnchor+PackCodable.swift",
        "Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedFaceAnchor+PackCodable.swift",
        "Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedHandAnchor+PackCodable.swift",
        "Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedImageAnchor+PackCodable.swift",
        "Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedMeshAnchor+PackCodable.swift",
        "Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedObjectAnchor+PackCodable.swift",
        "Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedPlaneAnchor+PackCodable.swift",
        "Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedRoomAnchor+PackCodable.swift",
        "Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/CapturedWorldAnchor+PackCodable.swift",
        "Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/PackCodable.swift",
        "Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/Primitives/PackCodable+Double.swift",
        "Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/Primitives/PackCodable+Float.swift",
        "Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/Primitives/PackCodable+Int.swift",
        "Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/Primitives/PackCodable+UInt32.swift",
        "Recording+Playback/ARUnderstanding+Record/CapturedAnchor+PackCodable/Primitives/PackCodable+UUID.swift",
        "Session/ARUnderstandingSession.swift",
        "Spatial+Helpers.swift",
        "Visualizations/ARUnderstandingVisualizer.swift",
        "Visualizations/CapturedAnchor+Visualizable.swift",
        "Visualizations/CapturedBodyAnchor+Visualizable.swift",
        "Visualizations/CapturedDeviceAnchor+Visualizable.swift",
        "Visualizations/CapturedFaceAnchor+Visualizable.swift",
        "Visualizations/CapturedHandAnchor+Visualizable.swift",
        "Visualizations/CapturedImageAnchor+Visualizable.swift",
        "Visualizations/CapturedMeshAnchor+Visualizable.swift",
        "Visualizations/CapturedObjectAnchor+Visualizable.swift",
        "Visualizations/CapturedPlaneAnchor+Visualizable.swift",
        "Visualizations/CapturedRoomAnchor+Visualizable.swift",
        "Visualizations/CapturedWorldAnchor+Visualizable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.