The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FocusNode, reference master (1a06d1), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 16:28:13 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maxxfrazer/ARKit-FocusNode.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/maxxfrazer/ARKit-FocusNode
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 1a06d16 added link to RealityKit alternative, updated SwiftPM badge
Cloned https://github.com/maxxfrazer/ARKit-FocusNode.git
Revision (git rev-parse @):
1a06d168301edbf457bf113d6fcb17740e1f5b8f
SUCCESS checkout https://github.com/maxxfrazer/ARKit-FocusNode.git at master
Fetching https://github.com/maxxfrazer/ARKit-SmartHitTest
[1/129] Fetching arkit-smarthittest
Fetched https://github.com/maxxfrazer/ARKit-SmartHitTest from cache (0.58s)
Computing version for https://github.com/maxxfrazer/ARKit-SmartHitTest
Computed https://github.com/maxxfrazer/ARKit-SmartHitTest at 2.0.0 (1.26s)
Creating working copy for https://github.com/maxxfrazer/ARKit-SmartHitTest
Working copy of https://github.com/maxxfrazer/ARKit-SmartHitTest resolved at 2.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "arkit-focusnode",
      "name": "FocusNode",
      "url": "https://github.com/maxxfrazer/ARKit-FocusNode.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ARKit-FocusNode",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "arkit-smarthittest",
          "name": "SmartHitTest",
          "url": "https://github.com/maxxfrazer/ARKit-SmartHitTest",
          "version": "2.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ARKit-SmartHitTest",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/maxxfrazer/ARKit-FocusNode.git
[1/251] Fetching arkit-focusnode
Fetched https://github.com/maxxfrazer/ARKit-FocusNode.git from cache (7.94s)
Fetching https://github.com/maxxfrazer/ARKit-SmartHitTest from cache
Fetched https://github.com/maxxfrazer/ARKit-SmartHitTest from cache (0.42s)
Computing version for https://github.com/maxxfrazer/ARKit-SmartHitTest
Computed https://github.com/maxxfrazer/ARKit-SmartHitTest at 2.0.0 (0.47s)
Creating working copy for https://github.com/maxxfrazer/ARKit-FocusNode.git
Working copy of https://github.com/maxxfrazer/ARKit-FocusNode.git resolved at master (1a06d16)
Creating working copy for https://github.com/maxxfrazer/ARKit-SmartHitTest
Working copy of https://github.com/maxxfrazer/ARKit-SmartHitTest resolved at 2.0.0
warning: '.resolve-product-dependencies': dependency 'arkit-focusnode' is not used by any target
Found 1 product dependencies
  - SmartHitTest
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/maxxfrazer/ARKit-FocusNode.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/5] Emitting module SmartHitTest
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:12:44: error: cannot find type 'UIView' in scope
 10 |
 11 | /// It's recommended to use either ARSCNView or ARView when using this protocol
 12 | public protocol ARSmartHitTest where Self: UIView {
    |                                            `- error: cannot find type 'UIView' in scope
 13 |
 14 |   /// This hitTest function deifnition is provided with both ARSCNView (SceneKit) and ARView (RealityKit)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:17:73: error: cannot find type 'ARHitTestResult' in scope
 15 |   /// - Parameter point: A point in the view’s coordinate system.
 16 |   /// - Parameter types: The hit test search type to look for.
 17 |   func hitTest(_ point: CGPoint, types: ARHitTestResult.ResultType) -> [ARHitTestResult]
    |                                                                         `- error: cannot find type 'ARHitTestResult' in scope
 18 | }
 19 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:17:41: error: cannot find type 'ARHitTestResult' in scope
 15 |   /// - Parameter point: A point in the view’s coordinate system.
 16 |   /// - Parameter types: The hit test search type to look for.
 17 |   func hitTest(_ point: CGPoint, types: ARHitTestResult.ResultType) -> [ARHitTestResult]
    |                                         `- error: cannot find type 'ARHitTestResult' in scope
 18 | }
 19 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:33:10: error: cannot find type 'ARHitTestResult' in scope
 31 |     _ point: CGPoint? = nil, infinitePlane: Bool = false, objectPosition: SIMD3<Float>? = nil,
 32 |     allowedAlignments: [ARPlaneAnchor.Alignment] = []
 33 |     ) -> ARHitTestResult? {
    |          `- error: cannot find type 'ARHitTestResult' in scope
 34 |     var alignments = allowedAlignments
 35 |     var resultTypes: ARHitTestResult.ResultType = []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:32:25: error: cannot find type 'ARPlaneAnchor' in scope
 30 |   func smartHitTest(
 31 |     _ point: CGPoint? = nil, infinitePlane: Bool = false, objectPosition: SIMD3<Float>? = nil,
 32 |     allowedAlignments: [ARPlaneAnchor.Alignment] = []
    |                         `- error: cannot find type 'ARPlaneAnchor' in scope
 33 |     ) -> ARHitTestResult? {
 34 |     var alignments = allowedAlignments
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:95:10: error: cannot find type 'ARHitTestResult' in scope
 93 |     allowedAlignments: [ARPlaneAnchor.Alignment],
 94 |     results: [ARHitTestResult]
 95 |     ) -> ARHitTestResult? {
    |          `- error: cannot find type 'ARHitTestResult' in scope
 96 |     // 3. As a final fallback, check for a result on estimated planes.
 97 |     var vResult: ARHitTestResult? = nil
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:93:25: error: cannot find type 'ARPlaneAnchor' in scope
 91 |
 92 |   func smartHitTestFallback(
 93 |     allowedAlignments: [ARPlaneAnchor.Alignment],
    |                         `- error: cannot find type 'ARPlaneAnchor' in scope
 94 |     results: [ARHitTestResult]
 95 |     ) -> ARHitTestResult? {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:94:15: error: cannot find type 'ARHitTestResult' in scope
 92 |   func smartHitTestFallback(
 93 |     allowedAlignments: [ARPlaneAnchor.Alignment],
 94 |     results: [ARHitTestResult]
    |               `- error: cannot find type 'ARHitTestResult' in scope
 95 |     ) -> ARHitTestResult? {
 96 |     // 3. As a final fallback, check for a result on estimated planes.
[5/5] Compiling SmartHitTest SmartHitTest.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:12:44: error: cannot find type 'UIView' in scope
 10 |
 11 | /// It's recommended to use either ARSCNView or ARView when using this protocol
 12 | public protocol ARSmartHitTest where Self: UIView {
    |                                            `- error: cannot find type 'UIView' in scope
 13 |
 14 |   /// This hitTest function deifnition is provided with both ARSCNView (SceneKit) and ARView (RealityKit)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:17:73: error: cannot find type 'ARHitTestResult' in scope
 15 |   /// - Parameter point: A point in the view’s coordinate system.
 16 |   /// - Parameter types: The hit test search type to look for.
 17 |   func hitTest(_ point: CGPoint, types: ARHitTestResult.ResultType) -> [ARHitTestResult]
    |                                                                         `- error: cannot find type 'ARHitTestResult' in scope
 18 | }
 19 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:17:41: error: cannot find type 'ARHitTestResult' in scope
 15 |   /// - Parameter point: A point in the view’s coordinate system.
 16 |   /// - Parameter types: The hit test search type to look for.
 17 |   func hitTest(_ point: CGPoint, types: ARHitTestResult.ResultType) -> [ARHitTestResult]
    |                                         `- error: cannot find type 'ARHitTestResult' in scope
 18 | }
 19 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:33:10: error: cannot find type 'ARHitTestResult' in scope
 31 |     _ point: CGPoint? = nil, infinitePlane: Bool = false, objectPosition: SIMD3<Float>? = nil,
 32 |     allowedAlignments: [ARPlaneAnchor.Alignment] = []
 33 |     ) -> ARHitTestResult? {
    |          `- error: cannot find type 'ARHitTestResult' in scope
 34 |     var alignments = allowedAlignments
 35 |     var resultTypes: ARHitTestResult.ResultType = []
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:32:25: error: cannot find type 'ARPlaneAnchor' in scope
 30 |   func smartHitTest(
 31 |     _ point: CGPoint? = nil, infinitePlane: Bool = false, objectPosition: SIMD3<Float>? = nil,
 32 |     allowedAlignments: [ARPlaneAnchor.Alignment] = []
    |                         `- error: cannot find type 'ARPlaneAnchor' in scope
 33 |     ) -> ARHitTestResult? {
 34 |     var alignments = allowedAlignments
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:95:10: error: cannot find type 'ARHitTestResult' in scope
 93 |     allowedAlignments: [ARPlaneAnchor.Alignment],
 94 |     results: [ARHitTestResult]
 95 |     ) -> ARHitTestResult? {
    |          `- error: cannot find type 'ARHitTestResult' in scope
 96 |     // 3. As a final fallback, check for a result on estimated planes.
 97 |     var vResult: ARHitTestResult? = nil
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:93:25: error: cannot find type 'ARPlaneAnchor' in scope
 91 |
 92 |   func smartHitTestFallback(
 93 |     allowedAlignments: [ARPlaneAnchor.Alignment],
    |                         `- error: cannot find type 'ARPlaneAnchor' in scope
 94 |     results: [ARHitTestResult]
 95 |     ) -> ARHitTestResult? {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:94:15: error: cannot find type 'ARHitTestResult' in scope
 92 |   func smartHitTestFallback(
 93 |     allowedAlignments: [ARPlaneAnchor.Alignment],
 94 |     results: [ARHitTestResult]
    |               `- error: cannot find type 'ARHitTestResult' in scope
 95 |     ) -> ARHitTestResult? {
 96 |     // 3. As a final fallback, check for a result on estimated planes.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:35:22: error: cannot find type 'ARHitTestResult' in scope
 33 |     ) -> ARHitTestResult? {
 34 |     var alignments = allowedAlignments
 35 |     var resultTypes: ARHitTestResult.ResultType = []
    |                      `- error: cannot find type 'ARHitTestResult' in scope
 36 |     if alignments.isEmpty {
 37 |       if #available(iOS 11.3, *) {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:38:24: error: reference to member 'horizontal' cannot be resolved without a contextual type
 36 |     if alignments.isEmpty {
 37 |       if #available(iOS 11.3, *) {
 38 |         alignments = [.horizontal, .vertical]
    |                        `- error: reference to member 'horizontal' cannot be resolved without a contextual type
 39 |         resultTypes = [.existingPlaneUsingGeometry, .estimatedVerticalPlane, .estimatedHorizontalPlane]
 40 |       } else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:38:37: error: reference to member 'vertical' cannot be resolved without a contextual type
 36 |     if alignments.isEmpty {
 37 |       if #available(iOS 11.3, *) {
 38 |         alignments = [.horizontal, .vertical]
    |                                     `- error: reference to member 'vertical' cannot be resolved without a contextual type
 39 |         resultTypes = [.existingPlaneUsingGeometry, .estimatedVerticalPlane, .estimatedHorizontalPlane]
 40 |       } else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:39:25: error: reference to member 'existingPlaneUsingGeometry' cannot be resolved without a contextual type
 37 |       if #available(iOS 11.3, *) {
 38 |         alignments = [.horizontal, .vertical]
 39 |         resultTypes = [.existingPlaneUsingGeometry, .estimatedVerticalPlane, .estimatedHorizontalPlane]
    |                         `- error: reference to member 'existingPlaneUsingGeometry' cannot be resolved without a contextual type
 40 |       } else {
 41 |         alignments = [.horizontal]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:39:54: error: reference to member 'estimatedVerticalPlane' cannot be resolved without a contextual type
 37 |       if #available(iOS 11.3, *) {
 38 |         alignments = [.horizontal, .vertical]
 39 |         resultTypes = [.existingPlaneUsingGeometry, .estimatedVerticalPlane, .estimatedHorizontalPlane]
    |                                                      `- error: reference to member 'estimatedVerticalPlane' cannot be resolved without a contextual type
 40 |       } else {
 41 |         alignments = [.horizontal]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:39:79: error: reference to member 'estimatedHorizontalPlane' cannot be resolved without a contextual type
 37 |       if #available(iOS 11.3, *) {
 38 |         alignments = [.horizontal, .vertical]
 39 |         resultTypes = [.existingPlaneUsingGeometry, .estimatedVerticalPlane, .estimatedHorizontalPlane]
    |                                                                               `- error: reference to member 'estimatedHorizontalPlane' cannot be resolved without a contextual type
 40 |       } else {
 41 |         alignments = [.horizontal]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:41:24: error: reference to member 'horizontal' cannot be resolved without a contextual type
 39 |         resultTypes = [.existingPlaneUsingGeometry, .estimatedVerticalPlane, .estimatedHorizontalPlane]
 40 |       } else {
 41 |         alignments = [.horizontal]
    |                        `- error: reference to member 'horizontal' cannot be resolved without a contextual type
 42 |         resultTypes = [.estimatedHorizontalPlane]
 43 |       }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:42:25: error: reference to member 'estimatedHorizontalPlane' cannot be resolved without a contextual type
 40 |       } else {
 41 |         alignments = [.horizontal]
 42 |         resultTypes = [.estimatedHorizontalPlane]
    |                         `- error: reference to member 'estimatedHorizontalPlane' cannot be resolved without a contextual type
 43 |       }
 44 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:46:42: error: value of type 'Self' has no member 'bounds'
 44 |     }
 45 |
 46 |     let point = point ?? CGPoint(x: self.bounds.midX, y: self.bounds.midY)
    |                                          `- error: value of type 'Self' has no member 'bounds'
 47 |
 48 |     // Perform the hit test.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:46:63: error: value of type 'Self' has no member 'bounds'
 44 |     }
 45 |
 46 |     let point = point ?? CGPoint(x: self.bounds.midX, y: self.bounds.midY)
    |                                                               `- error: value of type 'Self' has no member 'bounds'
 47 |
 48 |     // Perform the hit test.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:52:105: error: cannot infer contextual base in reference to member 'existingPlaneUsingGeometry'
 50 |
 51 |     // 1. Check for a result on an existing plane using geometry.
 52 |     if #available(iOS 13, *), let existingPlaneUsingGeometryResult = results.first(where: { $0.type == .existingPlaneUsingGeometry }),
    |                                                                                                         `- error: cannot infer contextual base in reference to member 'existingPlaneUsingGeometry'
 53 |       let planeAnchor = existingPlaneUsingGeometryResult.anchor as? ARPlaneAnchor,
 54 |       alignments.contains(planeAnchor.alignment) {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:53:69: error: cannot find type 'ARPlaneAnchor' in scope
 51 |     // 1. Check for a result on an existing plane using geometry.
 52 |     if #available(iOS 13, *), let existingPlaneUsingGeometryResult = results.first(where: { $0.type == .existingPlaneUsingGeometry }),
 53 |       let planeAnchor = existingPlaneUsingGeometryResult.anchor as? ARPlaneAnchor,
    |                                                                     `- error: cannot find type 'ARPlaneAnchor' in scope
 54 |       alignments.contains(planeAnchor.alignment) {
 55 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:65:57: error: cannot infer contextual base in reference to member 'existingPlane'
 63 |       //    nearest one (vertical planes) or return the nearest one which is within 5 cm
 64 |       //    of the object's position.
 65 |       let infinitePlaneResults = hitTest(point, types: .existingPlane)
    |                                                         `- error: cannot infer contextual base in reference to member 'existingPlane'
 66 |
 67 |       for infinitePlaneResult in infinitePlaneResults {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:68:64: error: cannot find type 'ARPlaneAnchor' in scope
 66 |
 67 |       for infinitePlaneResult in infinitePlaneResults {
 68 |         guard let planeAnchor = infinitePlaneResult.anchor as? ARPlaneAnchor,
    |                                                                `- error: cannot find type 'ARPlaneAnchor' in scope
 69 |           alignments.contains(planeAnchor.alignment) else {
 70 |             continue
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:97:18: error: cannot find type 'ARHitTestResult' in scope
 95 |     ) -> ARHitTestResult? {
 96 |     // 3. As a final fallback, check for a result on estimated planes.
 97 |     var vResult: ARHitTestResult? = nil
    |                  `- error: cannot find type 'ARHitTestResult' in scope
 98 |     var containsVertical = false
 99 |     if #available(iOS 11.3, *) {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:100:52: error: cannot infer contextual base in reference to member 'estimatedVerticalPlane'
 98 |     var containsVertical = false
 99 |     if #available(iOS 11.3, *) {
100 |       vResult = results.first(where: { $0.type == .estimatedVerticalPlane })
    |                                                    `- error: cannot infer contextual base in reference to member 'estimatedVerticalPlane'
101 |       containsVertical = allowedAlignments.contains(.vertical)
102 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:101:54: error: cannot infer contextual base in reference to member 'vertical'
 99 |     if #available(iOS 11.3, *) {
100 |       vResult = results.first(where: { $0.type == .estimatedVerticalPlane })
101 |       containsVertical = allowedAlignments.contains(.vertical)
    |                                                      `- error: cannot infer contextual base in reference to member 'vertical'
102 |     }
103 |     let hResult = results.first(where: { $0.type == .estimatedHorizontalPlane })
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:103:54: error: cannot infer contextual base in reference to member 'estimatedHorizontalPlane'
101 |       containsVertical = allowedAlignments.contains(.vertical)
102 |     }
103 |     let hResult = results.first(where: { $0.type == .estimatedHorizontalPlane })
    |                                                      `- error: cannot infer contextual base in reference to member 'estimatedHorizontalPlane'
104 |     switch (allowedAlignments.contains(.horizontal), containsVertical) {
105 |     case (true, false):
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ARKit-SmartHitTest/Sources/SmartHitTest/SmartHitTest.swift:104:41: error: cannot infer contextual base in reference to member 'horizontal'
102 |     }
103 |     let hResult = results.first(where: { $0.type == .estimatedHorizontalPlane })
104 |     switch (allowedAlignments.contains(.horizontal), containsVertical) {
    |                                         `- error: cannot infer contextual base in reference to member 'horizontal'
105 |     case (true, false):
106 |       return hResult
BUILD FAILURE 6.3 macosSpm