The Swift Package Index logo.Swift Package Index

Build Information

Failed to build OCCTMCP, reference main (ec345b), with Swift 6.1 for iOS using Xcode 16.3 on 9 May 2026 05:47:17 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OCCTMCP-Package -destination generic/platform=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gsdali/OCCTMCP.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gsdali/OCCTMCP
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ec345b1 docs(README): add ecosystem-map cross-link + note SemVer-stable from v1.0.0
Cloned https://github.com/gsdali/OCCTMCP.git
Revision (git rev-parse @):
ec345b12f023431eb25bfd8f1609da9e9f9c3862
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/gsdali/OCCTMCP.git at main
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/gsdali/OCCTMCP.git
https://github.com/gsdali/OCCTMCP.git
{
  "dependencies" : [
    {
      "identity" : "swift-sdk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/modelcontextprotocol/swift-sdk.git"
    },
    {
      "identity" : "occtswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gsdali/OCCTSwift.git"
    },
    {
      "identity" : "occtswiftmesh",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gsdali/OCCTSwiftMesh.git"
    },
    {
      "identity" : "occtswiftscripts",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gsdali/OCCTSwiftScripts.git"
    },
    {
      "identity" : "occtswifttools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gsdali/OCCTSwiftTools.git"
    },
    {
      "identity" : "occtswiftviewport",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.55.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gsdali/OCCTSwiftViewport.git"
    },
    {
      "identity" : "occtswiftais",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gsdali/OCCTSwiftAIS.git"
    }
  ],
  "manifest_display_name" : "OCCTMCP",
  "name" : "OCCTMCP",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "OCCTMCPCore",
      "targets" : [
        "OCCTMCPCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "occtmcp-server",
      "targets" : [
        "OCCTMCPServer"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OCCTMCPServer",
      "module_type" : "SwiftTarget",
      "name" : "OCCTMCPServer",
      "path" : "Sources/OCCTMCPServer",
      "product_dependencies" : [
        "MCP"
      ],
      "product_memberships" : [
        "occtmcp-server"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "OCCTMCPCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "OCCTMCPCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "OCCTMCPCoreTests",
      "path" : "SwiftTests/OCCTMCPCoreTests",
      "sources" : [
        "ExecuteScriptTests.swift",
        "IntegrationTests.swift",
        "PingTests.swift",
        "SceneToolsTests.swift"
      ],
      "target_dependencies" : [
        "OCCTMCPCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OCCTMCPCore",
      "module_type" : "SwiftTarget",
      "name" : "OCCTMCPCore",
      "path" : "Sources/OCCTMCPCore",
      "product_dependencies" : [
        "MCP",
        "OCCTSwift",
        "OCCTSwiftMesh",
        "ScriptHarness",
        "DrawingComposer",
        "OCCTSwiftTools",
        "OCCTSwiftViewport",
        "OCCTSwiftAIS"
      ],
      "product_memberships" : [
        "OCCTMCPCore",
        "occtmcp-server"
      ],
      "sources" : [
        "Annotations.swift",
        "AnnotationsRenderer.swift",
        "HistoryRegistry.swift",
        "Manifest.swift",
        "Paths.swift",
        "SceneHistory.swift",
        "SelectionRegistry.swift",
        "Server.swift",
        "Tools/AnalysisTools.swift",
        "Tools/AnnotationsTools.swift",
        "Tools/AssemblyTools.swift",
        "Tools/AutoDimensionTool.swift",
        "Tools/ConstructionTools.swift",
        "Tools/CoreTools.swift",
        "Tools/DrawingTools.swift",
        "Tools/EngineeringTools.swift",
        "Tools/ExecuteScriptTool.swift",
        "Tools/FeatureTools.swift",
        "Tools/GapFillerTools.swift",
        "Tools/HealingTools.swift",
        "Tools/IOTools.swift",
        "Tools/IntrospectionRegistryTools.swift",
        "Tools/IntrospectionTools.swift",
        "Tools/MeshTools.swift",
        "Tools/RemapTools.swift",
        "Tools/RenderPreviewTool.swift",
        "Tools/SceneTools.swift",
        "Tools/SelectionTools.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
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/OCCTSwiftAIS.git
Fetching from https://github.com/gsdali/OCCTSwiftMesh.git
Fetching from https://github.com/gsdali/OCCTSwiftViewport.git
Fetching from https://github.com/modelcontextprotocol/swift-sdk.git
Fetching from https://github.com/gsdali/OCCTSwiftTools.git
Fetching from https://github.com/gsdali/OCCTSwiftScripts.git
Fetching from https://github.com/gsdali/OCCTSwift.git
Fetching from https://github.com/gsdali/OCCTSwiftIO.git
Fetching from https://github.com/apple/swift-nio.git (cached)
Fetching from https://github.com/mattt/eventsource.git
Fetching from https://github.com/apple/swift-system.git (cached)
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/swift-server/async-http-client.git (cached)
Fetching from https://github.com/apple/swift-nio-http2.git (cached)
Fetching from https://github.com/apple/swift-distributed-tracing.git
Fetching from https://github.com/apple/swift-nio-ssl.git (cached)
Fetching from https://github.com/apple/swift-atomics.git (cached)
Fetching from https://github.com/apple/swift-algorithms.git (cached)
Fetching from https://github.com/apple/swift-nio-transport-services.git (cached)
Fetching from https://github.com/apple/swift-nio-extras.git (cached)
Fetching from https://github.com/apple/swift-service-context.git
Fetching from https://github.com/apple/swift-numerics.git (cached)
Fetching from https://github.com/swift-server/swift-service-lifecycle.git
Fetching from https://github.com/apple/swift-async-algorithms.git
Fetching from https://github.com/apple/swift-certificates.git
Fetching from https://github.com/apple/swift-http-types.git (cached)
Fetching from https://github.com/apple/swift-asn1.git (cached)
Fetching from https://github.com/apple/swift-http-structured-headers.git (cached)
Fetching from https://github.com/apple/swift-collections.git (cached)
Fetching from https://github.com/apple/swift-crypto.git (cached)
Creating working copy of package ‘async-http-client’
Checking out 1.33.1 of package ‘async-http-client’
Creating working copy of package ‘swift-nio-ssl’
Checking out 2.37.0 of package ‘swift-nio-ssl’
Creating working copy of package ‘swift-sdk’
Checking out 0.12.1 of package ‘swift-sdk’
Creating working copy of package ‘swift-http-structured-headers’
Checking out 1.7.0 of package ‘swift-http-structured-headers’
Creating working copy of package ‘swift-distributed-tracing’
Checking out 1.4.1 of package ‘swift-distributed-tracing’
Creating working copy of package ‘eventsource’
Checking out 1.4.1 of package ‘eventsource’
Creating working copy of package ‘OCCTSwift’
Checking out 1.0.3 of package ‘OCCTSwift’
Creating working copy of package ‘swift-nio-extras’
Checking out 1.34.0 of package ‘swift-nio-extras’
Creating working copy of package ‘swift-collections’
Checking out 1.5.0 of package ‘swift-collections’
Creating working copy of package ‘swift-atomics’
Checking out 1.3.0 of package ‘swift-atomics’
Creating working copy of package ‘OCCTSwiftScripts’
Checking out 1.0.0 of package ‘OCCTSwiftScripts’
Creating working copy of package ‘swift-nio’
Checking out 2.99.0 of package ‘swift-nio’
Creating working copy of package ‘OCCTSwiftAIS’
Checking out 1.0.0 of package ‘OCCTSwiftAIS’
Creating working copy of package ‘swift-asn1’
Checking out 1.7.0 of package ‘swift-asn1’
Creating working copy of package ‘OCCTSwiftIO’
Checking out 1.0.0 of package ‘OCCTSwiftIO’
Creating working copy of package ‘swift-crypto’
Checking out 4.5.0 of package ‘swift-crypto’
Creating working copy of package ‘swift-numerics’
Checking out 1.1.1 of package ‘swift-numerics’
Creating working copy of package ‘OCCTSwiftViewport’
Checking out 0.55.3 of package ‘OCCTSwiftViewport’
Creating working copy of package ‘swift-nio-transport-services’
Checking out 1.28.0 of package ‘swift-nio-transport-services’
Creating working copy of package ‘OCCTSwiftTools’
Checking out 1.0.1 of package ‘OCCTSwiftTools’
Creating working copy of package ‘swift-log’
Checking out 1.12.0 of package ‘swift-log’
Creating working copy of package ‘swift-http-types’
Checking out 1.5.1 of package ‘swift-http-types’
Creating working copy of package ‘swift-certificates’
Checking out 1.19.1 of package ‘swift-certificates’
Creating working copy of package ‘swift-system’
Checking out 1.6.4 of package ‘swift-system’
Creating working copy of package ‘swift-nio-http2’
Checking out 1.43.0 of package ‘swift-nio-http2’
Creating working copy of package ‘OCCTSwiftMesh’
Checking out 1.0.0 of package ‘OCCTSwiftMesh’
Creating working copy of package ‘swift-service-context’
Checking out 1.3.0 of package ‘swift-service-context’
Creating working copy of package ‘swift-async-algorithms’
Checking out 1.1.3 of package ‘swift-async-algorithms’
Creating working copy of package ‘swift-algorithms’
Checking out 1.2.1 of package ‘swift-algorithms’
Creating working copy of package ‘swift-service-lifecycle’
Checking out 2.11.0 of package ‘swift-service-lifecycle’
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms.git @ 1.1.3
  EventSource: https://github.com/mattt/eventsource.git @ 1.4.1
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
  swift-system: https://github.com/apple/swift-system.git @ 1.6.4
  OCCTSwiftIO: https://github.com/gsdali/OCCTSwiftIO.git @ 1.0.0
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.1
  OCCTSwiftViewport: https://github.com/gsdali/OCCTSwiftViewport.git @ 0.55.3
  swift-crypto: https://github.com/apple/swift-crypto.git @ 4.5.0
  swift-http-structured-headers: https://github.com/apple/swift-http-structured-headers.git @ 1.7.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.5.0
  swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
  swift-certificates: https://github.com/apple/swift-certificates.git @ 1.19.1
  mcp-swift-sdk: https://github.com/modelcontextprotocol/swift-sdk.git @ 0.12.1
  swift-nio-ssl: https://github.com/apple/swift-nio-ssl.git @ 2.37.0
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
  swift-nio: https://github.com/apple/swift-nio.git @ 2.99.0
  OCCTSwiftScripts: https://github.com/gsdali/OCCTSwiftScripts.git @ 1.0.0
  swift-service-context: https://github.com/apple/swift-service-context.git @ 1.3.0
  swift-nio-http2: https://github.com/apple/swift-nio-http2.git @ 1.43.0
  swift-distributed-tracing: https://github.com/apple/swift-distributed-tracing.git @ 1.4.1
  OCCTMCP: /Users/admin/builder/spi-builder-workspace
  swift-nio-extras: https://github.com/apple/swift-nio-extras.git @ 1.34.0
  OCCTSwiftTools: https://github.com/gsdali/OCCTSwiftTools.git @ 1.0.1
  OCCTSwiftAIS: https://github.com/gsdali/OCCTSwiftAIS.git @ 1.0.0
  swift-log: https://github.com/apple/swift-log.git @ 1.12.0
  async-http-client: https://github.com/swift-server/async-http-client.git @ 1.33.1
  OCCTSwiftMesh: https://github.com/gsdali/OCCTSwiftMesh.git @ 1.0.0
  swift-http-types: https://github.com/apple/swift-http-types.git @ 1.5.1
  swift-service-lifecycle: https://github.com/swift-server/swift-service-lifecycle.git @ 2.11.0
  swift-nio-transport-services: https://github.com/apple/swift-nio-transport-services.git @ 1.28.0
  OCCTSwift: https://github.com/gsdali/OCCTSwift.git @ 1.0.3
resolved source packages: swift-async-algorithms, EventSource, swift-asn1, swift-system, OCCTSwiftIO, swift-numerics, OCCTSwiftViewport, swift-crypto, swift-http-structured-headers, swift-collections, swift-algorithms, swift-certificates, mcp-swift-sdk, swift-nio-ssl, swift-atomics, swift-nio, OCCTSwiftScripts, swift-service-context, swift-nio-http2, swift-distributed-tracing, OCCTMCP, swift-nio-extras, OCCTSwiftTools, OCCTSwiftAIS, swift-log, async-http-client, OCCTSwiftMesh, swift-http-types, swift-service-lifecycle, swift-nio-transport-services, OCCTSwift
{
  "dependencies" : [
    {
      "identity" : "swift-sdk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/modelcontextprotocol/swift-sdk.git"
    },
    {
      "identity" : "occtswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gsdali/OCCTSwift.git"
    },
    {
      "identity" : "occtswiftmesh",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gsdali/OCCTSwiftMesh.git"
    },
    {
      "identity" : "occtswiftscripts",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gsdali/OCCTSwiftScripts.git"
    },
    {
      "identity" : "occtswifttools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gsdali/OCCTSwiftTools.git"
    },
    {
      "identity" : "occtswiftviewport",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.55.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gsdali/OCCTSwiftViewport.git"
    },
    {
      "identity" : "occtswiftais",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gsdali/OCCTSwiftAIS.git"
    }
  ],
  "manifest_display_name" : "OCCTMCP",
  "name" : "OCCTMCP",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "OCCTMCPCore",
      "targets" : [
        "OCCTMCPCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "occtmcp-server",
      "targets" : [
        "OCCTMCPServer"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OCCTMCPServer",
      "module_type" : "SwiftTarget",
      "name" : "OCCTMCPServer",
      "path" : "Sources/OCCTMCPServer",
      "product_dependencies" : [
        "MCP"
      ],
      "product_memberships" : [
        "occtmcp-server"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "OCCTMCPCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "OCCTMCPCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "OCCTMCPCoreTests",
      "path" : "SwiftTests/OCCTMCPCoreTests",
      "sources" : [
        "ExecuteScriptTests.swift",
        "IntegrationTests.swift",
        "PingTests.swift",
        "SceneToolsTests.swift"
      ],
      "target_dependencies" : [
        "OCCTMCPCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OCCTMCPCore",
      "module_type" : "SwiftTarget",
      "name" : "OCCTMCPCore",
      "path" : "Sources/OCCTMCPCore",
      "product_dependencies" : [
        "MCP",
        "OCCTSwift",
        "OCCTSwiftMesh",
        "ScriptHarness",
        "DrawingComposer",
        "OCCTSwiftTools",
        "OCCTSwiftViewport",
        "OCCTSwiftAIS"
      ],
      "product_memberships" : [
        "OCCTMCPCore",
        "occtmcp-server"
      ],
      "sources" : [
        "Annotations.swift",
        "AnnotationsRenderer.swift",
        "HistoryRegistry.swift",
        "Manifest.swift",
        "Paths.swift",
        "SceneHistory.swift",
        "SelectionRegistry.swift",
        "Server.swift",
        "Tools/AnalysisTools.swift",
        "Tools/AnnotationsTools.swift",
        "Tools/AssemblyTools.swift",
        "Tools/AutoDimensionTool.swift",
        "Tools/ConstructionTools.swift",
        "Tools/CoreTools.swift",
        "Tools/DrawingTools.swift",
        "Tools/EngineeringTools.swift",
        "Tools/ExecuteScriptTool.swift",
        "Tools/FeatureTools.swift",
        "Tools/GapFillerTools.swift",
        "Tools/HealingTools.swift",
        "Tools/IOTools.swift",
        "Tools/IntrospectionRegistryTools.swift",
        "Tools/IntrospectionTools.swift",
        "Tools/MeshTools.swift",
        "Tools/RemapTools.swift",
        "Tools/RenderPreviewTool.swift",
        "Tools/SceneTools.swift",
        "Tools/SelectionTools.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "OCCTMCP-Package",
      "occtmcp-server",
      "OCCTMCPCore"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OCCTMCP-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme OCCTMCP-Package -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-log: https://github.com/apple/swift-log.git @ 1.12.0
  OCCTSwiftAIS: https://github.com/gsdali/OCCTSwiftAIS.git @ 1.0.0
  async-http-client: https://github.com/swift-server/async-http-client.git @ 1.33.1
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.1
  OCCTSwiftTools: https://github.com/gsdali/OCCTSwiftTools.git @ 1.0.1
  OCCTMCP: /Users/admin/builder/spi-builder-workspace
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
  mcp-swift-sdk: https://github.com/modelcontextprotocol/swift-sdk.git @ 0.12.1
  swift-nio: https://github.com/apple/swift-nio.git @ 2.99.0
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms.git @ 1.1.3
  OCCTSwiftMesh: https://github.com/gsdali/OCCTSwiftMesh.git @ 1.0.0
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
  swift-service-lifecycle: https://github.com/swift-server/swift-service-lifecycle.git @ 2.11.0
  swift-system: https://github.com/apple/swift-system.git @ 1.6.4
  swift-service-context: https://github.com/apple/swift-service-context.git @ 1.3.0
  swift-nio-extras: https://github.com/apple/swift-nio-extras.git @ 1.34.0
  swift-distributed-tracing: https://github.com/apple/swift-distributed-tracing.git @ 1.4.1
  swift-crypto: https://github.com/apple/swift-crypto.git @ 4.5.0
  swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
  swift-nio-ssl: https://github.com/apple/swift-nio-ssl.git @ 2.37.0
  OCCTSwiftIO: https://github.com/gsdali/OCCTSwiftIO.git @ 1.0.0
  swift-nio-transport-services: https://github.com/apple/swift-nio-transport-services.git @ 1.28.0
  swift-nio-http2: https://github.com/apple/swift-nio-http2.git @ 1.43.0
  swift-http-structured-headers: https://github.com/apple/swift-http-structured-headers.git @ 1.7.0
  EventSource: https://github.com/mattt/eventsource.git @ 1.4.1
  swift-http-types: https://github.com/apple/swift-http-types.git @ 1.5.1
  OCCTSwift: https://github.com/gsdali/OCCTSwift.git @ 1.0.3
  swift-collections: https://github.com/apple/swift-collections.git @ 1.5.0
  OCCTSwiftScripts: https://github.com/gsdali/OCCTSwiftScripts.git @ 1.0.0
  swift-certificates: https://github.com/apple/swift-certificates.git @ 1.19.1
  OCCTSwiftViewport: https://github.com/gsdali/OCCTSwiftViewport.git @ 0.55.3
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (49 targets)
    Target 'occtmcp-server' in project 'OCCTMCP'
        ➜ Explicit dependency on target 'OCCTMCPCore' in project 'OCCTMCP'
        ➜ Explicit dependency on target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
        ➜ Explicit dependency on target 'OCCTSwiftMesh' in project 'OCCTSwiftMesh'
        ➜ Explicit dependency on target 'ScriptHarness' in project 'OCCTSwiftScripts'
        ➜ Explicit dependency on target 'DrawingComposer' in project 'OCCTSwiftScripts'
        ➜ Explicit dependency on target 'OCCTSwiftTools' in project 'OCCTSwiftTools'
        ➜ Explicit dependency on target 'OCCTSwiftViewport' in project 'OCCTSwiftViewport'
        ➜ Explicit dependency on target 'OCCTSwiftAIS' in project 'OCCTSwiftAIS'
    Target 'OCCTMCPCore' in project 'OCCTMCP'
        ➜ Explicit dependency on target 'OCCTMCPCore' in project 'OCCTMCP'
        ➜ Explicit dependency on target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
        ➜ Explicit dependency on target 'OCCTSwiftMesh' in project 'OCCTSwiftMesh'
        ➜ Explicit dependency on target 'ScriptHarness' in project 'OCCTSwiftScripts'
        ➜ Explicit dependency on target 'DrawingComposer' in project 'OCCTSwiftScripts'
        ➜ Explicit dependency on target 'OCCTSwiftTools' in project 'OCCTSwiftTools'
        ➜ Explicit dependency on target 'OCCTSwiftViewport' in project 'OCCTSwiftViewport'
        ➜ Explicit dependency on target 'OCCTSwiftAIS' in project 'OCCTSwiftAIS'
    Target 'OCCTMCPCore' in project 'OCCTMCP'
        ➜ Explicit dependency on target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
        ➜ Explicit dependency on target 'OCCTSwiftMesh' in project 'OCCTSwiftMesh'
        ➜ Explicit dependency on target 'ScriptHarness' in project 'OCCTSwiftScripts'
        ➜ Explicit dependency on target 'DrawingComposer' in project 'OCCTSwiftScripts'
        ➜ Explicit dependency on target 'OCCTSwiftTools' in project 'OCCTSwiftTools'
        ➜ Explicit dependency on target 'OCCTSwiftViewport' in project 'OCCTSwiftViewport'
        ➜ Explicit dependency on target 'OCCTSwiftAIS' in project 'OCCTSwiftAIS'
    Target 'OCCTSwiftAIS' in project 'OCCTSwiftAIS'
        ➜ Explicit dependency on target 'OCCTSwiftAIS' in project 'OCCTSwiftAIS'
        ➜ Explicit dependency on target 'OCCTSwiftTools' in project 'OCCTSwiftTools'
    Target 'OCCTSwiftAIS' in project 'OCCTSwiftAIS'
        ➜ Explicit dependency on target 'OCCTSwiftTools' in project 'OCCTSwiftTools'
    Target 'OCCTSwiftTools' in project 'OCCTSwiftTools'
        ➜ Explicit dependency on target 'OCCTSwiftTools' in project 'OCCTSwiftTools'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
        ➜ Explicit dependency on target 'OCCTSwiftViewport' in project 'OCCTSwiftViewport'
        ➜ Explicit dependency on target 'OCCTSwiftIO' in project 'OCCTSwiftIO'
    Target 'OCCTSwiftTools' in project 'OCCTSwiftTools'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
        ➜ Explicit dependency on target 'OCCTSwiftViewport' in project 'OCCTSwiftViewport'
        ➜ Explicit dependency on target 'OCCTSwiftIO' in project 'OCCTSwiftIO'
    Target 'OCCTSwiftIO' in project 'OCCTSwiftIO'
        ➜ Explicit dependency on target 'OCCTSwiftIO' in project 'OCCTSwiftIO'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
    Target 'OCCTSwiftIO' in project 'OCCTSwiftIO'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
    Target 'OCCTSwiftViewport' in project 'OCCTSwiftViewport'
        ➜ Explicit dependency on target 'OCCTSwiftViewport' in project 'OCCTSwiftViewport'
        ➜ Explicit dependency on target 'OCCTSwiftViewport_OCCTSwiftViewport' in project 'OCCTSwiftViewport'
    Target 'OCCTSwiftViewport' in project 'OCCTSwiftViewport'
        ➜ Explicit dependency on target 'OCCTSwiftViewport_OCCTSwiftViewport' in project 'OCCTSwiftViewport'
    Target 'OCCTSwiftViewport_OCCTSwiftViewport' in project 'OCCTSwiftViewport' (no dependencies)
    Target 'DrawingComposer' in project 'OCCTSwiftScripts'
        ➜ Explicit dependency on target 'DrawingComposer' in project 'OCCTSwiftScripts'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
    Target 'DrawingComposer' in project 'OCCTSwiftScripts'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
    Target 'ScriptHarness' in project 'OCCTSwiftScripts'
        ➜ Explicit dependency on target 'ScriptHarness' in project 'OCCTSwiftScripts'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
    Target 'ScriptHarness' in project 'OCCTSwiftScripts'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
    Target 'OCCTSwiftMesh' in project 'OCCTSwiftMesh'
        ➜ Explicit dependency on target 'OCCTSwiftMesh' in project 'OCCTSwiftMesh'
        ➜ Explicit dependency on target 'OCCTMeshOptimizer' in project 'OCCTSwiftMesh'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
    Target 'OCCTSwiftMesh' in project 'OCCTSwiftMesh'
        ➜ Explicit dependency on target 'OCCTMeshOptimizer' in project 'OCCTSwiftMesh'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
    Target 'OCCTMeshOptimizer' in project 'OCCTSwiftMesh' (no dependencies)
    Target 'OCCTSwift' in project 'OCCTSwift'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
        ➜ Explicit dependency on target 'OCCTBridge' in project 'OCCTSwift'
    Target 'OCCTSwift' in project 'OCCTSwift'
        ➜ Explicit dependency on target 'OCCTBridge' in project 'OCCTSwift'
    Target 'OCCTBridge' in project 'OCCTSwift' (no dependencies)
    Target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'EventSource' in project 'EventSource'
    Target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'EventSource' in project 'EventSource'
    Target 'EventSource' in project 'EventSource'
        ➜ Explicit dependency on target 'EventSource' in project 'EventSource'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
    Target 'EventSource' in project 'EventSource'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
    Target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOOpenBSD' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOOpenBSD' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target '_AtomicsShims' in project 'swift-atomics'
    Target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target '_AtomicsShims' in project 'swift-atomics'
    Target '_AtomicsShims' in project 'swift-atomics' (no dependencies)
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
    Target 'ContainersPreview' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target '_NIODataStructures' in project 'swift-nio' (no dependencies)
    Target 'CNIOWASI' in project 'swift-nio' (no dependencies)
    Target 'CNIOWindows' in project 'swift-nio' (no dependencies)
    Target 'CNIOLinux' in project 'swift-nio' (no dependencies)
    Target 'CNIODarwin' in project 'swift-nio' (no dependencies)
    Target 'CNIOOpenBSD' in project 'swift-nio' (no dependencies)
    Target '_NIOBase64' in project 'swift-nio' (no dependencies)
    Target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
    Target 'CNIOAtomics' in project 'swift-nio' (no dependencies)
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'CSystem' in project 'swift-system' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x objective-c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: b038045f2e31be82b2e5bdc70704e71c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b038045f2e31be82b2e5bdc70704e71c.xcbuilddata
error: The package product 'MCP' requires minimum platform version 16.0 for the iOS platform, but this target supports 12.0 (in target 'occtmcp-server' from project 'OCCTMCP')
error: The package product 'OCCTSwift' requires minimum platform version 15.0 for the iOS platform, but this target supports 12.0 (in target 'occtmcp-server' from project 'OCCTMCP')
error: The package product 'OCCTSwiftMesh' requires minimum platform version 15.0 for the iOS platform, but this target supports 12.0 (in target 'occtmcp-server' from project 'OCCTMCP')
error: The package product 'OCCTSwiftTools' requires minimum platform version 18.0 for the iOS platform, but this target supports 12.0 (in target 'occtmcp-server' from project 'OCCTMCP')
error: The package product 'OCCTSwiftViewport' requires minimum platform version 18.0 for the iOS platform, but this target supports 12.0 (in target 'occtmcp-server' from project 'OCCTMCP')
error: The package product 'OCCTSwiftAIS' requires minimum platform version 18.0 for the iOS platform, but this target supports 12.0 (in target 'occtmcp-server' from project 'OCCTMCP')
error: The package product 'MCP' requires minimum platform version 16.0 for the iOS platform, but this target supports 12.0 (in target 'OCCTMCPCore' from project 'OCCTMCP')
error: The package product 'OCCTSwift' requires minimum platform version 15.0 for the iOS platform, but this target supports 12.0 (in target 'OCCTMCPCore' from project 'OCCTMCP')
error: The package product 'OCCTSwiftMesh' requires minimum platform version 15.0 for the iOS platform, but this target supports 12.0 (in target 'OCCTMCPCore' from project 'OCCTMCP')
error: The package product 'OCCTSwiftTools' requires minimum platform version 18.0 for the iOS platform, but this target supports 12.0 (in target 'OCCTMCPCore' from project 'OCCTMCP')
error: The package product 'OCCTSwiftViewport' requires minimum platform version 18.0 for the iOS platform, but this target supports 12.0 (in target 'OCCTMCPCore' from project 'OCCTMCP')
error: The package product 'OCCTSwiftAIS' requires minimum platform version 18.0 for the iOS platform, but this target supports 12.0 (in target 'OCCTMCPCore' from project 'OCCTMCP')
error: The package product 'OCCTSwift' requires minimum platform version 15.0 for the iOS platform, but this target supports 12.0 (in target 'DrawingComposer' from project 'OCCTSwiftScripts')
error: The package product 'OCCTSwift' requires minimum platform version 15.0 for the iOS platform, but this target supports 12.0 (in target 'ScriptHarness' from project 'OCCTSwiftScripts')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme OCCTMCP-Package
(1 failure)
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
Resolved source packages:
  swift-distributed-tracing: https://github.com/apple/swift-distributed-tracing.git @ 1.4.1
  swift-nio: https://github.com/apple/swift-nio.git @ 2.99.0
  mcp-swift-sdk: https://github.com/modelcontextprotocol/swift-sdk.git @ 0.12.1
  OCCTSwiftTools: https://github.com/gsdali/OCCTSwiftTools.git @ 1.0.1
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
  EventSource: https://github.com/mattt/eventsource.git @ 1.4.1
  swift-log: https://github.com/apple/swift-log.git @ 1.12.0
  OCCTSwiftIO: https://github.com/gsdali/OCCTSwiftIO.git @ 1.0.0
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
  swift-http-types: https://github.com/apple/swift-http-types.git @ 1.5.1
  swift-collections: https://github.com/apple/swift-collections.git @ 1.5.0
  swift-service-lifecycle: https://github.com/swift-server/swift-service-lifecycle.git @ 2.11.0
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.1
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms.git @ 1.1.3
  swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
  async-http-client: https://github.com/swift-server/async-http-client.git @ 1.33.1
  OCCTSwiftViewport: https://github.com/gsdali/OCCTSwiftViewport.git @ 0.55.3
  swift-http-structured-headers: https://github.com/apple/swift-http-structured-headers.git @ 1.7.0
  OCCTMCP: /Users/admin/builder/spi-builder-workspace
  swift-service-context: https://github.com/apple/swift-service-context.git @ 1.3.0
  swift-crypto: https://github.com/apple/swift-crypto.git @ 4.5.0
  swift-nio-http2: https://github.com/apple/swift-nio-http2.git @ 1.43.0
  swift-nio-ssl: https://github.com/apple/swift-nio-ssl.git @ 2.37.0
  OCCTSwiftAIS: https://github.com/gsdali/OCCTSwiftAIS.git @ 1.0.0
  OCCTSwiftMesh: https://github.com/gsdali/OCCTSwiftMesh.git @ 1.0.0
  swift-nio-transport-services: https://github.com/apple/swift-nio-transport-services.git @ 1.28.0
  swift-system: https://github.com/apple/swift-system.git @ 1.6.4
  OCCTSwift: https://github.com/gsdali/OCCTSwift.git @ 1.0.3
  swift-nio-extras: https://github.com/apple/swift-nio-extras.git @ 1.34.0
  OCCTSwiftScripts: https://github.com/gsdali/OCCTSwiftScripts.git @ 1.0.0
  swift-certificates: https://github.com/apple/swift-certificates.git @ 1.19.1
resolved source packages: swift-distributed-tracing, swift-nio, mcp-swift-sdk, OCCTSwiftTools, swift-atomics, EventSource, swift-log, OCCTSwiftIO, swift-asn1, swift-http-types, swift-collections, swift-service-lifecycle, swift-numerics, swift-async-algorithms, swift-algorithms, async-http-client, OCCTSwiftViewport, swift-http-structured-headers, OCCTMCP, swift-service-context, swift-crypto, swift-nio-http2, swift-nio-ssl, OCCTSwiftAIS, OCCTSwiftMesh, swift-nio-transport-services, swift-system, OCCTSwift, swift-nio-extras, OCCTSwiftScripts, swift-certificates
{
  "dependencies" : [
    {
      "identity" : "swift-sdk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/modelcontextprotocol/swift-sdk.git"
    },
    {
      "identity" : "occtswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gsdali/OCCTSwift.git"
    },
    {
      "identity" : "occtswiftmesh",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gsdali/OCCTSwiftMesh.git"
    },
    {
      "identity" : "occtswiftscripts",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gsdali/OCCTSwiftScripts.git"
    },
    {
      "identity" : "occtswifttools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gsdali/OCCTSwiftTools.git"
    },
    {
      "identity" : "occtswiftviewport",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.55.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gsdali/OCCTSwiftViewport.git"
    },
    {
      "identity" : "occtswiftais",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gsdali/OCCTSwiftAIS.git"
    }
  ],
  "manifest_display_name" : "OCCTMCP",
  "name" : "OCCTMCP",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "OCCTMCPCore",
      "targets" : [
        "OCCTMCPCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "occtmcp-server",
      "targets" : [
        "OCCTMCPServer"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OCCTMCPServer",
      "module_type" : "SwiftTarget",
      "name" : "OCCTMCPServer",
      "path" : "Sources/OCCTMCPServer",
      "product_dependencies" : [
        "MCP"
      ],
      "product_memberships" : [
        "occtmcp-server"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "OCCTMCPCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "OCCTMCPCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "OCCTMCPCoreTests",
      "path" : "SwiftTests/OCCTMCPCoreTests",
      "sources" : [
        "ExecuteScriptTests.swift",
        "IntegrationTests.swift",
        "PingTests.swift",
        "SceneToolsTests.swift"
      ],
      "target_dependencies" : [
        "OCCTMCPCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OCCTMCPCore",
      "module_type" : "SwiftTarget",
      "name" : "OCCTMCPCore",
      "path" : "Sources/OCCTMCPCore",
      "product_dependencies" : [
        "MCP",
        "OCCTSwift",
        "OCCTSwiftMesh",
        "ScriptHarness",
        "DrawingComposer",
        "OCCTSwiftTools",
        "OCCTSwiftViewport",
        "OCCTSwiftAIS"
      ],
      "product_memberships" : [
        "OCCTMCPCore",
        "occtmcp-server"
      ],
      "sources" : [
        "Annotations.swift",
        "AnnotationsRenderer.swift",
        "HistoryRegistry.swift",
        "Manifest.swift",
        "Paths.swift",
        "SceneHistory.swift",
        "SelectionRegistry.swift",
        "Server.swift",
        "Tools/AnalysisTools.swift",
        "Tools/AnnotationsTools.swift",
        "Tools/AssemblyTools.swift",
        "Tools/AutoDimensionTool.swift",
        "Tools/ConstructionTools.swift",
        "Tools/CoreTools.swift",
        "Tools/DrawingTools.swift",
        "Tools/EngineeringTools.swift",
        "Tools/ExecuteScriptTool.swift",
        "Tools/FeatureTools.swift",
        "Tools/GapFillerTools.swift",
        "Tools/HealingTools.swift",
        "Tools/IOTools.swift",
        "Tools/IntrospectionRegistryTools.swift",
        "Tools/IntrospectionTools.swift",
        "Tools/MeshTools.swift",
        "Tools/RemapTools.swift",
        "Tools/RenderPreviewTool.swift",
        "Tools/SceneTools.swift",
        "Tools/SelectionTools.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "OCCTMCP-Package",
      "occtmcp-server",
      "OCCTMCPCore"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme OCCTMCP-Package -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme OCCTMCP-Package -destination generic/platform=iOS
Resolve Package Graph
Resolved source packages:
  swift-log: https://github.com/apple/swift-log.git @ 1.12.0
  swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.1
  swift-nio-extras: https://github.com/apple/swift-nio-extras.git @ 1.34.0
  OCCTSwiftAIS: https://github.com/gsdali/OCCTSwiftAIS.git @ 1.0.0
  OCCTMCP: /Users/admin/builder/spi-builder-workspace
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
  swift-nio-transport-services: https://github.com/apple/swift-nio-transport-services.git @ 1.28.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.5.0
  swift-http-types: https://github.com/apple/swift-http-types.git @ 1.5.1
  OCCTSwift: https://github.com/gsdali/OCCTSwift.git @ 1.0.3
  EventSource: https://github.com/mattt/eventsource.git @ 1.4.1
  swift-distributed-tracing: https://github.com/apple/swift-distributed-tracing.git @ 1.4.1
  swift-service-lifecycle: https://github.com/swift-server/swift-service-lifecycle.git @ 2.11.0
  swift-http-structured-headers: https://github.com/apple/swift-http-structured-headers.git @ 1.7.0
  OCCTSwiftIO: https://github.com/gsdali/OCCTSwiftIO.git @ 1.0.0
  mcp-swift-sdk: https://github.com/modelcontextprotocol/swift-sdk.git @ 0.12.1
  swift-crypto: https://github.com/apple/swift-crypto.git @ 4.5.0
  swift-service-context: https://github.com/apple/swift-service-context.git @ 1.3.0
  swift-nio-ssl: https://github.com/apple/swift-nio-ssl.git @ 2.37.0
  swift-system: https://github.com/apple/swift-system.git @ 1.6.4
  OCCTSwiftTools: https://github.com/gsdali/OCCTSwiftTools.git @ 1.0.1
  OCCTSwiftScripts: https://github.com/gsdali/OCCTSwiftScripts.git @ 1.0.0
  OCCTSwiftMesh: https://github.com/gsdali/OCCTSwiftMesh.git @ 1.0.0
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms.git @ 1.1.3
  async-http-client: https://github.com/swift-server/async-http-client.git @ 1.33.1
  swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
  swift-nio-http2: https://github.com/apple/swift-nio-http2.git @ 1.43.0
  OCCTSwiftViewport: https://github.com/gsdali/OCCTSwiftViewport.git @ 0.55.3
  swift-nio: https://github.com/apple/swift-nio.git @ 2.99.0
  swift-certificates: https://github.com/apple/swift-certificates.git @ 1.19.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (49 targets)
    Target 'occtmcp-server' in project 'OCCTMCP'
        ➜ Explicit dependency on target 'OCCTMCPCore' in project 'OCCTMCP'
        ➜ Explicit dependency on target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
        ➜ Explicit dependency on target 'OCCTSwiftMesh' in project 'OCCTSwiftMesh'
        ➜ Explicit dependency on target 'ScriptHarness' in project 'OCCTSwiftScripts'
        ➜ Explicit dependency on target 'DrawingComposer' in project 'OCCTSwiftScripts'
        ➜ Explicit dependency on target 'OCCTSwiftTools' in project 'OCCTSwiftTools'
        ➜ Explicit dependency on target 'OCCTSwiftViewport' in project 'OCCTSwiftViewport'
        ➜ Explicit dependency on target 'OCCTSwiftAIS' in project 'OCCTSwiftAIS'
    Target 'OCCTMCPCore' in project 'OCCTMCP'
        ➜ Explicit dependency on target 'OCCTMCPCore' in project 'OCCTMCP'
        ➜ Explicit dependency on target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
        ➜ Explicit dependency on target 'OCCTSwiftMesh' in project 'OCCTSwiftMesh'
        ➜ Explicit dependency on target 'ScriptHarness' in project 'OCCTSwiftScripts'
        ➜ Explicit dependency on target 'DrawingComposer' in project 'OCCTSwiftScripts'
        ➜ Explicit dependency on target 'OCCTSwiftTools' in project 'OCCTSwiftTools'
        ➜ Explicit dependency on target 'OCCTSwiftViewport' in project 'OCCTSwiftViewport'
        ➜ Explicit dependency on target 'OCCTSwiftAIS' in project 'OCCTSwiftAIS'
    Target 'OCCTMCPCore' in project 'OCCTMCP'
        ➜ Explicit dependency on target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
        ➜ Explicit dependency on target 'OCCTSwiftMesh' in project 'OCCTSwiftMesh'
        ➜ Explicit dependency on target 'ScriptHarness' in project 'OCCTSwiftScripts'
        ➜ Explicit dependency on target 'DrawingComposer' in project 'OCCTSwiftScripts'
        ➜ Explicit dependency on target 'OCCTSwiftTools' in project 'OCCTSwiftTools'
        ➜ Explicit dependency on target 'OCCTSwiftViewport' in project 'OCCTSwiftViewport'
        ➜ Explicit dependency on target 'OCCTSwiftAIS' in project 'OCCTSwiftAIS'
    Target 'OCCTSwiftAIS' in project 'OCCTSwiftAIS'
        ➜ Explicit dependency on target 'OCCTSwiftAIS' in project 'OCCTSwiftAIS'
        ➜ Explicit dependency on target 'OCCTSwiftTools' in project 'OCCTSwiftTools'
    Target 'OCCTSwiftAIS' in project 'OCCTSwiftAIS'
        ➜ Explicit dependency on target 'OCCTSwiftTools' in project 'OCCTSwiftTools'
    Target 'OCCTSwiftTools' in project 'OCCTSwiftTools'
        ➜ Explicit dependency on target 'OCCTSwiftTools' in project 'OCCTSwiftTools'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
        ➜ Explicit dependency on target 'OCCTSwiftViewport' in project 'OCCTSwiftViewport'
        ➜ Explicit dependency on target 'OCCTSwiftIO' in project 'OCCTSwiftIO'
    Target 'OCCTSwiftTools' in project 'OCCTSwiftTools'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
        ➜ Explicit dependency on target 'OCCTSwiftViewport' in project 'OCCTSwiftViewport'
        ➜ Explicit dependency on target 'OCCTSwiftIO' in project 'OCCTSwiftIO'
    Target 'OCCTSwiftIO' in project 'OCCTSwiftIO'
        ➜ Explicit dependency on target 'OCCTSwiftIO' in project 'OCCTSwiftIO'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
    Target 'OCCTSwiftIO' in project 'OCCTSwiftIO'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
    Target 'OCCTSwiftViewport' in project 'OCCTSwiftViewport'
        ➜ Explicit dependency on target 'OCCTSwiftViewport' in project 'OCCTSwiftViewport'
        ➜ Explicit dependency on target 'OCCTSwiftViewport_OCCTSwiftViewport' in project 'OCCTSwiftViewport'
    Target 'OCCTSwiftViewport' in project 'OCCTSwiftViewport'
        ➜ Explicit dependency on target 'OCCTSwiftViewport_OCCTSwiftViewport' in project 'OCCTSwiftViewport'
    Target 'OCCTSwiftViewport_OCCTSwiftViewport' in project 'OCCTSwiftViewport' (no dependencies)
    Target 'DrawingComposer' in project 'OCCTSwiftScripts'
        ➜ Explicit dependency on target 'DrawingComposer' in project 'OCCTSwiftScripts'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
    Target 'DrawingComposer' in project 'OCCTSwiftScripts'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
    Target 'ScriptHarness' in project 'OCCTSwiftScripts'
        ➜ Explicit dependency on target 'ScriptHarness' in project 'OCCTSwiftScripts'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
    Target 'ScriptHarness' in project 'OCCTSwiftScripts'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
    Target 'OCCTSwiftMesh' in project 'OCCTSwiftMesh'
        ➜ Explicit dependency on target 'OCCTSwiftMesh' in project 'OCCTSwiftMesh'
        ➜ Explicit dependency on target 'OCCTMeshOptimizer' in project 'OCCTSwiftMesh'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
    Target 'OCCTSwiftMesh' in project 'OCCTSwiftMesh'
        ➜ Explicit dependency on target 'OCCTMeshOptimizer' in project 'OCCTSwiftMesh'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
    Target 'OCCTMeshOptimizer' in project 'OCCTSwiftMesh' (no dependencies)
    Target 'OCCTSwift' in project 'OCCTSwift'
        ➜ Explicit dependency on target 'OCCTSwift' in project 'OCCTSwift'
        ➜ Explicit dependency on target 'OCCTBridge' in project 'OCCTSwift'
    Target 'OCCTSwift' in project 'OCCTSwift'
        ➜ Explicit dependency on target 'OCCTBridge' in project 'OCCTSwift'
    Target 'OCCTBridge' in project 'OCCTSwift' (no dependencies)
    Target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'EventSource' in project 'EventSource'
    Target 'MCP' in project 'mcp-swift-sdk'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'EventSource' in project 'EventSource'
    Target 'EventSource' in project 'EventSource'
        ➜ Explicit dependency on target 'EventSource' in project 'EventSource'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
    Target 'EventSource' in project 'EventSource'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
    Target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOOpenBSD' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOOpenBSD' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target '_AtomicsShims' in project 'swift-atomics'
    Target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target '_AtomicsShims' in project 'swift-atomics'
    Target '_AtomicsShims' in project 'swift-atomics' (no dependencies)
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
    Target 'ContainersPreview' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target '_NIODataStructures' in project 'swift-nio' (no dependencies)
    Target 'CNIOWASI' in project 'swift-nio' (no dependencies)
    Target 'CNIOWindows' in project 'swift-nio' (no dependencies)
    Target 'CNIOLinux' in project 'swift-nio' (no dependencies)
    Target 'CNIODarwin' in project 'swift-nio' (no dependencies)
    Target 'CNIOOpenBSD' in project 'swift-nio' (no dependencies)
    Target '_NIOBase64' in project 'swift-nio' (no dependencies)
    Target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
    Target 'CNIOAtomics' in project 'swift-nio' (no dependencies)
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'SystemPackage' in project 'swift-system'
        ➜ Explicit dependency on target 'CSystem' in project 'swift-system'
    Target 'CSystem' in project 'swift-system' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x objective-c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 591f2261ddebbe6089866c639f53d9ab
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/591f2261ddebbe6089866c639f53d9ab.xcbuilddata
error: The package product 'MCP' requires minimum platform version 16.0 for the iOS platform, but this target supports 12.0 (in target 'occtmcp-server' from project 'OCCTMCP')
error: The package product 'OCCTSwift' requires minimum platform version 15.0 for the iOS platform, but this target supports 12.0 (in target 'occtmcp-server' from project 'OCCTMCP')
error: The package product 'OCCTSwiftMesh' requires minimum platform version 15.0 for the iOS platform, but this target supports 12.0 (in target 'occtmcp-server' from project 'OCCTMCP')
error: The package product 'OCCTSwiftTools' requires minimum platform version 18.0 for the iOS platform, but this target supports 12.0 (in target 'occtmcp-server' from project 'OCCTMCP')
error: The package product 'OCCTSwiftViewport' requires minimum platform version 18.0 for the iOS platform, but this target supports 12.0 (in target 'occtmcp-server' from project 'OCCTMCP')
error: The package product 'OCCTSwiftAIS' requires minimum platform version 18.0 for the iOS platform, but this target supports 12.0 (in target 'occtmcp-server' from project 'OCCTMCP')
error: The package product 'MCP' requires minimum platform version 16.0 for the iOS platform, but this target supports 12.0 (in target 'OCCTMCPCore' from project 'OCCTMCP')
error: The package product 'OCCTSwift' requires minimum platform version 15.0 for the iOS platform, but this target supports 12.0 (in target 'OCCTMCPCore' from project 'OCCTMCP')
error: The package product 'OCCTSwiftMesh' requires minimum platform version 15.0 for the iOS platform, but this target supports 12.0 (in target 'OCCTMCPCore' from project 'OCCTMCP')
error: The package product 'OCCTSwiftTools' requires minimum platform version 18.0 for the iOS platform, but this target supports 12.0 (in target 'OCCTMCPCore' from project 'OCCTMCP')
error: The package product 'OCCTSwiftViewport' requires minimum platform version 18.0 for the iOS platform, but this target supports 12.0 (in target 'OCCTMCPCore' from project 'OCCTMCP')
error: The package product 'OCCTSwiftAIS' requires minimum platform version 18.0 for the iOS platform, but this target supports 12.0 (in target 'OCCTMCPCore' from project 'OCCTMCP')
error: The package product 'OCCTSwift' requires minimum platform version 15.0 for the iOS platform, but this target supports 12.0 (in target 'ScriptHarness' from project 'OCCTSwiftScripts')
error: The package product 'OCCTSwift' requires minimum platform version 15.0 for the iOS platform, but this target supports 12.0 (in target 'DrawingComposer' from project 'OCCTSwiftScripts')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme OCCTMCP-Package
(1 failure)
BUILD FAILURE 6.1 iOS