The Swift Package Index logo.Swift Package Index

Build Information

Failed to build OCCTSwiftViewport, reference main (fcd581), with Swift 6.1 for iOS using Xcode 16.3 on 9 May 2026 05:51:34 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gsdali/OCCTSwiftViewport.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gsdali/OCCTSwiftViewport
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fcd5815 test(ui): cover v0.168/v0.169/v1.0 demo buttons in smoke suite
Cloned https://github.com/gsdali/OCCTSwiftViewport.git
Revision (git rev-parse @):
fcd58157c6b0c58702e84def44bb6cf730927bb8
SUCCESS checkout https://github.com/gsdali/OCCTSwiftViewport.git at main
========================================
Build
========================================
Selected platform:         iOS
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"
      ],
      "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"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/gsdali/OCCTSwift.git
Fetching from https://github.com/gsdali/OCCTSwiftTools.git
Fetching from https://github.com/gsdali/OCCTSwiftIO.git
Fetching from https://github.com/gsdali/OCCTSwiftViewport.git
Creating working copy of package ‘OCCTSwift’
Checking out 1.0.3 of package ‘OCCTSwift’
Creating working copy of package ‘OCCTSwiftIO’
Checking out 1.0.0 of package ‘OCCTSwiftIO’
Creating working copy of package ‘OCCTSwiftTools’
Checking out 1.0.1 of package ‘OCCTSwiftTools’
Creating working copy of package ‘OCCTSwiftViewport’
Checking out 0.55.3 of package ‘OCCTSwiftViewport’
unable to override package 'OCCTSwiftViewport' because its identity 'occtswiftviewport' doesn't match override's identity (directory name) 'spi-builder-workspace'fatalErrorResolve Package Graph
unable to override package 'OCCTSwiftViewport' because its identity 'occtswiftviewport' doesn't match override's identity (directory name) 'spi-builder-workspace'fatalError
Resolved source packages:
  spi-builder-workspace: (null)
2026-05-08 22:51:33.634 xcodebuild[520:2945] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-08-05_22-51-0033.xcresult
xcodebuild: error: Could not resolve package dependencies:
  unable to override package 'OCCTSwiftViewport' because its identity 'occtswiftviewport' doesn't match override's identity (directory name) 'spi-builder-workspace'
  fatalError
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
unable to override package 'OCCTSwiftViewport' because its identity 'occtswiftviewport' doesn't match override's identity (directory name) 'spi-builder-workspace'fatalError
Resolved source packages:
  spi-builder-workspace: (null)
2026-05-08 22:51:34.350 xcodebuild[825:4446] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-08-05_22-51-0034.xcresult
xcodebuild: error: Could not resolve package dependencies:
  unable to override package 'OCCTSwiftViewport' because its identity 'occtswiftviewport' doesn't match override's identity (directory name) 'spi-builder-workspace'
  fatalError
BUILD FAILURE 6.1 iOS