The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ARUnderstanding, reference v26.0.6 (d41d3e), with Swift 6.2 for macOS (SPM) on 28 Dec 2025 09:09:51 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnhaney/ARUnderstanding.git
Reference: v26.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnhaney/ARUnderstanding
 * tag               v26.0.6    -> FETCH_HEAD
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 v26.0.6
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/johnhaney/ARUnderstanding.git
[1/866] Fetching arunderstanding
Fetched https://github.com/johnhaney/ARUnderstanding.git from cache (0.83s)
Creating working copy for https://github.com/johnhaney/ARUnderstanding.git
Working copy of https://github.com/johnhaney/ARUnderstanding.git resolved at v26.0.6 (d41d3ea)
warning: '.resolve-product-dependencies': dependency 'arunderstanding' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/johnhaney/ARUnderstanding.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/93] 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>
[4/103] Compiling ARUnderstanding ARAnchor+Capture.swift
[5/103] Compiling ARUnderstanding ARBodyAnchor+Capture.swift
[6/103] Compiling ARUnderstanding ARFaceAnchor+Capture.swift
[7/103] Compiling ARUnderstanding ARImageAnchor+Capture.swift
[8/103] Compiling ARUnderstanding ARMeshAnchor+Capture.swift
[9/103] Compiling ARUnderstanding ARObjectAnchor+Capture.swift
[10/103] Compiling ARUnderstanding ARPlaneAnchor+Capture.swift
[11/103] Compiling ARUnderstanding ARKit_iOS+ARUnderstanding.swift
[12/103] Compiling ARUnderstanding ARProvider+iOS.swift
[13/103] Compiling ARUnderstanding ARDataProvider.swift
[14/103] Compiling ARUnderstanding CapturedImageAnchor.swift
[15/103] Compiling ARUnderstanding CapturedMeshAnchor.swift
[16/103] Compiling ARUnderstanding CapturedObjectAnchor.swift
[17/103] Compiling ARUnderstanding CapturedPlaneAnchor.swift
[18/103] Compiling ARUnderstanding CapturedRoomAnchor.swift
[19/103] Compiling ARUnderstanding CapturedWorldAnchor.swift
[20/103] Compiling ARUnderstanding SavedAnchor.swift
[21/103] Compiling ARUnderstanding ARKit+Playback.swift
[22/103] Compiling ARUnderstanding AnchorPlayback.swift
[23/103] Compiling ARUnderstanding FaceTracking+Playback.swift
[24/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>
[25/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>
[26/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>
[27/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>
[28/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>
[29/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>
[30/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>
[31/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>
[32/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>
[33/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>
[34/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>
[35/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>
[36/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>
[37/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>
[38/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>
[39/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>
[40/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>
[41/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>
[42/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>
[43/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>
[44/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>
[45/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>
[46/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>
[47/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>
[48/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>
[49/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>
[50/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>
[51/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>
[52/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>
[53/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>
[54/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 |     }
[55/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 |     }
[56/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 |     }
[57/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 |     }
[58/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 |     }
[59/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 |     }
[60/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 |     }
[61/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 |     }
[62/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 |     }
[63/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 |     }
[64/103] Compiling ARUnderstanding BinaryWriter.swift
[65/103] Compiling ARUnderstanding HandTracking+Record.swift
[66/103] Compiling ARUnderstanding ImageTracking+Record.swift
[67/103] Compiling ARUnderstanding PlaneTracking+Record.swift
[68/103] Compiling ARUnderstanding SceneTracking+Record.swift
[69/103] Compiling ARUnderstanding WorldTracking+Record.swift
[70/103] Compiling ARUnderstanding ARUnderstanding+Playback.swift
[71/103] Compiling ARUnderstanding ARUnderstanding+Record.swift
[72/103] Compiling ARUnderstanding ARUnderstandingProvider.swift
[73/103] Compiling ARUnderstanding CapturedAnchor+PackCodable.swift
[74/103] Compiling ARUnderstanding BodyTrackingProvider.swift
[75/103] Compiling ARUnderstanding DeviceTrackingProvider.swift
[76/103] Compiling ARUnderstanding FaceTrackingProvider.swift
[77/103] Compiling ARUnderstanding ImageTrackingProvider.swift
[78/103] Compiling ARUnderstanding ObjectTrackingProvider.swift
[79/103] Compiling ARUnderstanding PlaneDetectionProvider.swift
[80/103] Compiling ARUnderstanding RoomTrackingProvider.swift
[81/103] Compiling ARUnderstanding SceneReconstructionProvider.swift
[82/103] Compiling ARUnderstanding WorldTrackingProvider.swift
[83/103] Compiling ARUnderstanding ARUnderstandng+ARKit.swift
[84/103] Compiling ARUnderstanding ARProvider+visionOS.swift
[85/103] Compiling ARUnderstanding DeviceAnchor+ARUnderstanding.swift
[86/103] Compiling ARUnderstanding HandAnchor+ARUnderstanding.swift
[87/103] Compiling ARUnderstanding ImageAnchor+ARUnderstanding.swift
[88/103] Compiling ARUnderstanding MeshAnchor+ARUnderstanding.swift
[89/103] Compiling ARUnderstanding ObjectAnchor+ARUnderstanding.swift
[90/103] Compiling ARUnderstanding PlaneAnchor+ARUnderstanding.swift
[91/103] Compiling ARUnderstanding RoomAnchor+ARUnderstanding.swift
[92/103] Compiling ARUnderstanding WorldAnchor+ARUnderstanding.swift
[93/103] Compiling ARUnderstanding ARKitRepresentable.swift
[94/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 |         }
[95/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 |         }
[96/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 |         }
[97/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 |         }
[98/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 |         }
[99/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 |         }
[100/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 |         }
[101/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 |         }
[102/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 |         }
[103/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 |         }
Build complete! (11.32s)
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.