The Swift Package Index logo.Swift Package Index

Build Information

Failed to build OCCTSwiftViewport, reference v1.0.2 (b6c0e7), with Swift 6.1 for macOS (SPM) on 9 May 2026 15:15:59 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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/gsdali/OCCTSwiftViewport.git
Reference: v1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gsdali/OCCTSwiftViewport
 * tag               v1.0.2     -> FETCH_HEAD
HEAD is now at b6c0e7c Point-cloud rendering pipeline (closes #28) (#29)
Cloned https://github.com/gsdali/OCCTSwiftViewport.git
Revision (git rev-parse @):
b6c0e7c14c30332f9aa9df11243595ad7e3a61a8
SUCCESS checkout https://github.com/gsdali/OCCTSwiftViewport.git at v1.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/gsdali/OCCTSwiftViewport.git
https://github.com/gsdali/OCCTSwiftViewport.git
{
  "dependencies" : [
    {
      "identity" : "occtswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gsdali/OCCTSwift.git"
    },
    {
      "identity" : "occtswifttools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gsdali/OCCTSwiftTools.git"
    }
  ],
  "manifest_display_name" : "OCCTSwiftViewport",
  "name" : "OCCTSwiftViewport",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "OCCTSwiftViewport",
      "targets" : [
        "OCCTSwiftViewport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OCCTSwiftMetalDemo",
      "targets" : [
        "OCCTSwiftMetalDemo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OCCTSwiftViewportTests",
      "module_type" : "SwiftTarget",
      "name" : "OCCTSwiftViewportTests",
      "path" : "Tests/OCCTSwiftViewportTests",
      "sources" : [
        "BoundingBoxTests.swift",
        "CameraStateTests.swift",
        "OffscreenRendererMeasurementTests.swift",
        "PickResultTests.swift",
        "PivotStrategyTests.swift",
        "RayTests.swift",
        "SceneRaycastTests.swift",
        "TriangleStyleTests.swift",
        "ViewportPointCloudRenderingTests.swift"
      ],
      "target_dependencies" : [
        "OCCTSwiftViewport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OCCTSwiftViewport",
      "module_type" : "SwiftTarget",
      "name" : "OCCTSwiftViewport",
      "path" : "Sources/OCCTSwiftViewport",
      "product_memberships" : [
        "OCCTSwiftViewport",
        "OCCTSwiftMetalDemo"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwiftViewport/Renderer/Shaders.metal",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Camera/CameraController.swift",
        "Camera/CameraState.swift",
        "Camera/PivotStrategy.swift",
        "Camera/RotationStyle.swift",
        "Camera/StandardView.swift",
        "Configuration/ClipPlane.swift",
        "Configuration/GestureConfiguration.swift",
        "Configuration/MaterialLibrary.swift",
        "Configuration/PBRMaterial.swift",
        "Configuration/ViewportConfiguration.swift",
        "Display/DisplayMode.swift",
        "Display/LightingConfiguration.swift",
        "Math/BoundingBox.swift",
        "Math/MatrixUtils.swift",
        "Math/ProjectionUtility.swift",
        "Math/Ray.swift",
        "Math/SceneRaycast.swift",
        "OCCTSwiftViewport.swift",
        "Picking/PickResult.swift",
        "Picking/PickTextureManager.swift",
        "Picking/PickingConfiguration.swift",
        "Renderer/EnvironmentMapManager.swift",
        "Renderer/HDRLoader.swift",
        "Renderer/MeasurementCompositor.swift",
        "Renderer/MeshletBuilder.swift",
        "Renderer/MetalViewRepresentable.swift",
        "Renderer/NormalSmoothing.swift",
        "Renderer/OffscreenRenderer.swift",
        "Renderer/Primitives.swift",
        "Renderer/ShadowMapManager.swift",
        "Renderer/TessellationManager.swift",
        "Renderer/ViewportRenderer.swift",
        "Types/Measurement.swift",
        "Types/ViewportBody.swift",
        "ViewCube/ViewCubeRegion.swift",
        "ViewCube/ViewCubeView.swift",
        "Views/MeasurementOverlay.swift",
        "Views/MetalViewportView.swift",
        "Views/ViewportController.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OCCTSwiftMetalDemo",
      "module_type" : "SwiftTarget",
      "name" : "OCCTSwiftMetalDemo",
      "path" : "Sources/OCCTSwiftMetalDemo",
      "product_dependencies" : [
        "OCCTSwiftTools",
        "OCCTSwift"
      ],
      "product_memberships" : [
        "OCCTSwiftMetalDemo"
      ],
      "sources" : [
        "AnnotationGallery.swift",
        "Curve2DGallery.swift",
        "Curve3DGallery.swift",
        "DemoTestRunner.swift",
        "GeometryUtils.swift",
        "MaterialEditorPanel.swift",
        "MedialAxisGallery.swift",
        "MetalSpikeApp.swift",
        "NamingGallery.swift",
        "OCCT8Gallery.swift",
        "PlateGallery.swift",
        "ProjectionGallery.swift",
        "ScriptWatcher.swift",
        "SelectionManager.swift",
        "SelectionMode.swift",
        "SpikeView.swift",
        "SurfaceGallery.swift",
        "SweepGallery.swift"
      ],
      "target_dependencies" : [
        "OCCTSwiftViewport"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Fetching https://github.com/gsdali/OCCTSwiftTools.git
Fetching https://github.com/gsdali/OCCTSwift.git
[1/205] Fetching occtswifttools
[206/4706] Fetching occtswifttools, occtswift
Fetched https://github.com/gsdali/OCCTSwift.git from cache (1.73s)
Fetched https://github.com/gsdali/OCCTSwiftTools.git from cache (1.73s)
Computing version for https://github.com/gsdali/OCCTSwiftTools.git
Computed https://github.com/gsdali/OCCTSwiftTools.git at 1.1.0 (2.26s)
Fetching https://github.com/gsdali/OCCTSwiftViewport.git
Fetching https://github.com/gsdali/OCCTSwiftIO.git
[1/53] Fetching occtswiftio
[54/1041] Fetching occtswiftio, occtswiftviewport
Fetched https://github.com/gsdali/OCCTSwiftIO.git from cache (0.99s)
Fetched https://github.com/gsdali/OCCTSwiftViewport.git from cache (0.99s)
Computing version for https://github.com/gsdali/OCCTSwiftIO.git
Computed https://github.com/gsdali/OCCTSwiftIO.git at 1.0.0 (1.47s)
Computing version for https://github.com/gsdali/OCCTSwiftViewport.git
Computed https://github.com/gsdali/OCCTSwiftViewport.git at 1.0.2 (0.48s)
Computing version for https://github.com/gsdali/OCCTSwift.git
Computed https://github.com/gsdali/OCCTSwift.git at 1.0.4 (3.51s)
Creating working copy for https://github.com/gsdali/OCCTSwiftViewport.git
Working copy of https://github.com/gsdali/OCCTSwiftViewport.git resolved at 1.0.2
Creating working copy for https://github.com/gsdali/OCCTSwiftIO.git
Working copy of https://github.com/gsdali/OCCTSwiftIO.git resolved at 1.0.0
Creating working copy for https://github.com/gsdali/OCCTSwift.git
Working copy of https://github.com/gsdali/OCCTSwift.git resolved at 1.0.4
Creating working copy for https://github.com/gsdali/OCCTSwiftTools.git
Working copy of https://github.com/gsdali/OCCTSwiftTools.git resolved at 1.1.0
error: unable to override package 'OCCTSwiftViewport' because its identity 'occtswiftviewport' doesn't match override's identity (directory name) 'spi-builder-workspace'
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: unable to override package 'OCCTSwiftViewport' because its identity 'occtswiftviewport' doesn't match override's identity (directory name) 'spi-builder-workspace'
BUILD FAILURE 6.1 macosSpm