The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OCCTSwift, reference v1.0.4 (194431), with Swift 6.3 for macOS (SPM) on 9 May 2026 15:13:07 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Geom2d.mm:5875:9: warning: 'TColStd_Array1OfInteger' is deprecated: TColStd_Array1OfInteger is deprecated, use NCollection_Array1<int> directly [-Wdeprecated-declarations]
 5875 |         TColStd_Array1OfInteger indices(1, splitter.NbSplits());
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_Array1OfInteger.hxx:29:3: note: 'TColStd_Array1OfInteger' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED("TColStd_Array1OfInteger is deprecated, use NCollection_Array1<int> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Geom2d.mm:5926:16: warning: 'TColgp_HArray1OfPnt2d' is deprecated: TColgp_HArray1OfPnt2d is deprecated, use NCollection_HArray1<gp_Pnt2d> directly [-Wdeprecated-declarations]
 5926 |         Handle(TColgp_HArray1OfPnt2d) pts = new TColgp_HArray1OfPnt2d(1, count);
      |                ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColgp_HArray1OfPnt2d.hxx:30:3: note: 'TColgp_HArray1OfPnt2d' has been explicitly marked deprecated here
   30 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Geom2d.mm:5926:49: warning: 'TColgp_HArray1OfPnt2d' is deprecated: TColgp_HArray1OfPnt2d is deprecated, use NCollection_HArray1<gp_Pnt2d> directly [-Wdeprecated-declarations]
 5926 |         Handle(TColgp_HArray1OfPnt2d) pts = new TColgp_HArray1OfPnt2d(1, count);
      |                                                 ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColgp_HArray1OfPnt2d.hxx:30:3: note: 'TColgp_HArray1OfPnt2d' has been explicitly marked deprecated here
   30 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Geom2d.mm:5930:52: warning: 'Standard_True' is deprecated: Standard_True is deprecated, use true directly [-Wdeprecated-declarations]
 5930 |         Geom2dAPI_Interpolate interp(pts, closed ? Standard_True : Standard_False, tolerance);
      |                                                    ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:63:1: note: 'Standard_True' has been explicitly marked deprecated here
   63 | Standard_DEPRECATED("Standard_True is deprecated, use true directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Geom2d.mm:5930:68: warning: 'Standard_False' is deprecated: Standard_False is deprecated, use false directly [-Wdeprecated-declarations]
 5930 |         Geom2dAPI_Interpolate interp(pts, closed ? Standard_True : Standard_False, tolerance);
      |                                                                    ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:59:1: note: 'Standard_False' has been explicitly marked deprecated here
   59 | Standard_DEPRECATED("Standard_False is deprecated, use false directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
65 warnings generated.
[18/24] Compiling OCCTBridge_Geom2d.mm
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:30:
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:26:1: warning: TDF_LabelSequence.hxx is deprecated since OCCT 8.0.0. Use NCollection_Sequence<TDF_Label> directly. [-W#pragma-messages]
   26 | Standard_HEADER_DEPRECATED("TDF_LabelSequence.hxx is deprecated since OCCT 8.0.0. Use "
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:53:44: note: expanded from macro 'Standard_HEADER_DEPRECATED'
   53 | #define Standard_HEADER_DEPRECATED(theMsg) Standard_DEPRECATED_WARNING(theMsg)
      |                                            ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:35:47: note: expanded from macro 'Standard_DEPRECATED_WARNING'
   35 |   #define Standard_DEPRECATED_WARNING(theMsg) Standard_DEPRECATED_WARNING_PRAGMA(GCC warning theMsg)
      |                                               ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:34:49: note: expanded from macro 'Standard_DEPRECATED_WARNING_PRAGMA'
   34 |   #define Standard_DEPRECATED_WARNING_PRAGMA(x) _Pragma(#x)
      |                                                 ^
<scratch space>:256:6: note: expanded from here
  256 |  GCC warning "TDF_LabelSequence.hxx is deprecated since OCCT 8.0.0. Use " "NCollection_Sequence<TDF_Label> directly."
      |      ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:43:
In file included from /Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_HArray1OfReal.hxx:23:
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_Array1OfReal.hxx:25:1: warning: TColStd_Array1OfReal.hxx is deprecated since OCCT 8.0.0. Use NCollection_Array1<double> directly. [-W#pragma-messages]
   25 | Standard_HEADER_DEPRECATED("TColStd_Array1OfReal.hxx is deprecated since OCCT 8.0.0. Use "
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:53:44: note: expanded from macro 'Standard_HEADER_DEPRECATED'
   53 | #define Standard_HEADER_DEPRECATED(theMsg) Standard_DEPRECATED_WARNING(theMsg)
      |                                            ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:35:47: note: expanded from macro 'Standard_DEPRECATED_WARNING'
   35 |   #define Standard_DEPRECATED_WARNING(theMsg) Standard_DEPRECATED_WARNING_PRAGMA(GCC warning theMsg)
      |                                               ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:34:49: note: expanded from macro 'Standard_DEPRECATED_WARNING_PRAGMA'
   34 |   #define Standard_DEPRECATED_WARNING_PRAGMA(x) _Pragma(#x)
      |                                                 ^
<scratch space>:27:6: note: expanded from here
   27 |  GCC warning "TColStd_Array1OfReal.hxx is deprecated since OCCT 8.0.0. Use " "NCollection_Array1<double> directly."
      |      ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:43:
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_HArray1OfReal.hxx:26:1: warning: TColStd_HArray1OfReal.hxx is deprecated since OCCT 8.0.0. Use NCollection_HArray1<double> directly. [-W#pragma-messages]
   26 | Standard_HEADER_DEPRECATED("TColStd_HArray1OfReal.hxx is deprecated since OCCT 8.0.0. Use "
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:53:44: note: expanded from macro 'Standard_HEADER_DEPRECATED'
   53 | #define Standard_HEADER_DEPRECATED(theMsg) Standard_DEPRECATED_WARNING(theMsg)
      |                                            ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:35:47: note: expanded from macro 'Standard_DEPRECATED_WARNING'
   35 |   #define Standard_DEPRECATED_WARNING(theMsg) Standard_DEPRECATED_WARNING_PRAGMA(GCC warning theMsg)
      |                                               ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:34:49: note: expanded from macro 'Standard_DEPRECATED_WARNING_PRAGMA'
   34 |   #define Standard_DEPRECATED_WARNING_PRAGMA(x) _Pragma(#x)
      |                                                 ^
<scratch space>:30:6: note: expanded from here
   30 |  GCC warning "TColStd_HArray1OfReal.hxx is deprecated since OCCT 8.0.0. Use " "NCollection_HArray1<double> directly."
      |      ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:49:
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Graphic3d_Vec3.hxx:26:1: warning: Graphic3d_Vec3.hxx is deprecated since OCCT 8.0.0. Use NCollection types directly. [-W#pragma-messages]
   26 | Standard_HEADER_DEPRECATED(
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:53:44: note: expanded from macro 'Standard_HEADER_DEPRECATED'
   53 | #define Standard_HEADER_DEPRECATED(theMsg) Standard_DEPRECATED_WARNING(theMsg)
      |                                            ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:35:47: note: expanded from macro 'Standard_DEPRECATED_WARNING'
   35 |   #define Standard_DEPRECATED_WARNING(theMsg) Standard_DEPRECATED_WARNING_PRAGMA(GCC warning theMsg)
      |                                               ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:34:49: note: expanded from macro 'Standard_DEPRECATED_WARNING_PRAGMA'
   34 |   #define Standard_DEPRECATED_WARNING_PRAGMA(x) _Pragma(#x)
      |                                                 ^
<scratch space>:39:6: note: expanded from here
   39 |  GCC warning "Graphic3d_Vec3.hxx is deprecated since OCCT 8.0.0. Use NCollection types directly."
      |      ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:50:
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Graphic3d_Vec4.hxx:26:1: warning: Graphic3d_Vec4.hxx is deprecated since OCCT 8.0.0. Use NCollection types directly. [-W#pragma-messages]
   26 | Standard_HEADER_DEPRECATED(
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:53:44: note: expanded from macro 'Standard_HEADER_DEPRECATED'
   53 | #define Standard_HEADER_DEPRECATED(theMsg) Standard_DEPRECATED_WARNING(theMsg)
      |                                            ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:35:47: note: expanded from macro 'Standard_DEPRECATED_WARNING'
   35 |   #define Standard_DEPRECATED_WARNING(theMsg) Standard_DEPRECATED_WARNING_PRAGMA(GCC warning theMsg)
      |                                               ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:34:49: note: expanded from macro 'Standard_DEPRECATED_WARNING_PRAGMA'
   34 |   #define Standard_DEPRECATED_WARNING_PRAGMA(x) _Pragma(#x)
      |                                                 ^
<scratch space>:42:6: note: expanded from here
   42 |  GCC warning "Graphic3d_Vec4.hxx is deprecated since OCCT 8.0.0. Use NCollection types directly."
      |      ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:104:29: warning: 'Standard_True' is deprecated: Standard_True is deprecated, use true directly [-Wdeprecated-declarations]
  104 |         reader.SetColorMode(Standard_True);
      |                             ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:63:1: note: 'Standard_True' has been explicitly marked deprecated here
   63 | Standard_DEPRECATED("Standard_True is deprecated, use true directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:105:28: warning: 'Standard_True' is deprecated: Standard_True is deprecated, use true directly [-Wdeprecated-declarations]
  105 |         reader.SetNameMode(Standard_True);
      |                            ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:63:1: note: 'Standard_True' has been explicitly marked deprecated here
   63 | Standard_DEPRECATED("Standard_True is deprecated, use true directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:106:29: warning: 'Standard_True' is deprecated: Standard_True is deprecated, use true directly [-Wdeprecated-declarations]
  106 |         reader.SetLayerMode(Standard_True);
      |                             ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:63:1: note: 'Standard_True' has been explicitly marked deprecated here
   63 | Standard_DEPRECATED("Standard_True is deprecated, use true directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:107:29: warning: 'Standard_True' is deprecated: Standard_True is deprecated, use true directly [-Wdeprecated-declarations]
  107 |         reader.SetPropsMode(Standard_True);
      |                             ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:63:1: note: 'Standard_True' has been explicitly marked deprecated here
   63 | Standard_DEPRECATED("Standard_True is deprecated, use true directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:108:27: warning: 'Standard_True' is deprecated: Standard_True is deprecated, use true directly [-Wdeprecated-declarations]
  108 |         reader.SetMatMode(Standard_True);  // Enable material reading
      |                           ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:63:1: note: 'Standard_True' has been explicitly marked deprecated here
   63 | Standard_DEPRECATED("Standard_True is deprecated, use true directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:140:29: warning: 'Standard_True' is deprecated: Standard_True is deprecated, use true directly [-Wdeprecated-declarations]
  140 |         writer.SetColorMode(Standard_True);
      |                             ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:63:1: note: 'Standard_True' has been explicitly marked deprecated here
   63 | Standard_DEPRECATED("Standard_True is deprecated, use true directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:141:28: warning: 'Standard_True' is deprecated: Standard_True is deprecated, use true directly [-Wdeprecated-declarations]
  141 |         writer.SetNameMode(Standard_True);
      |                            ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:63:1: note: 'Standard_True' has been explicitly marked deprecated here
   63 | Standard_DEPRECATED("Standard_True is deprecated, use true directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:142:29: warning: 'Standard_True' is deprecated: Standard_True is deprecated, use true directly [-Wdeprecated-declarations]
  142 |         writer.SetLayerMode(Standard_True);
      |                             ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:63:1: note: 'Standard_True' has been explicitly marked deprecated here
   63 | Standard_DEPRECATED("Standard_True is deprecated, use true directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:143:29: warning: 'Standard_True' is deprecated: Standard_True is deprecated, use true directly [-Wdeprecated-declarations]
  143 |         writer.SetPropsMode(Standard_True);
      |                             ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:63:1: note: 'Standard_True' has been explicitly marked deprecated here
   63 | Standard_DEPRECATED("Standard_True is deprecated, use true directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:144:32: warning: 'Standard_True' is deprecated: Standard_True is deprecated, use true directly [-Wdeprecated-declarations]
  144 |         writer.SetMaterialMode(Standard_True);  // Enable material writing
      |                                ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:63:1: note: 'Standard_True' has been explicitly marked deprecated here
   63 | Standard_DEPRECATED("Standard_True is deprecated, use true directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:177:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
  177 |         TDF_LabelSequence roots;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:189:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
  189 |         TDF_LabelSequence roots;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:258:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
  258 |         TDF_LabelSequence components;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:273:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
  273 |         TDF_LabelSequence components;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:566:36: warning: 'Standard_ShortReal' is deprecated: Standard_ShortReal is deprecated, use float directly [-Wdeprecated-declarations]
  566 |         pbr.Metallic = static_cast<Standard_ShortReal>(material.metallic);
      |                                    ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:83:1: note: 'Standard_ShortReal' has been explicitly marked deprecated here
   83 | Standard_DEPRECATED("Standard_ShortReal is deprecated, use float directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:567:37: warning: 'Standard_ShortReal' is deprecated: Standard_ShortReal is deprecated, use float directly [-Wdeprecated-declarations]
  567 |         pbr.Roughness = static_cast<Standard_ShortReal>(material.roughness);
      |                                     ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:83:1: note: 'Standard_ShortReal' has been explicitly marked deprecated here
   83 | Standard_DEPRECATED("Standard_ShortReal is deprecated, use float directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:568:30: warning: 'Graphic3d_Vec3' is deprecated: Graphic3d_Vec3 is deprecated, use NCollection_Vec3<float> directly [-Wdeprecated-declarations]
  568 |         pbr.EmissiveFactor = Graphic3d_Vec3(
      |                              ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Graphic3d_Vec3.hxx:29:3: note: 'Graphic3d_Vec3' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED("Graphic3d_Vec3 is deprecated, use NCollection_Vec3<float> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:631:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
  631 |         TDF_LabelSequence labels;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:644:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
  644 |         TDF_LabelSequence labels;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:674:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
  674 |         TDF_LabelSequence labels;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:687:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
  687 |         TDF_LabelSequence labels;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:732:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
  732 |         TDF_LabelSequence labels;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:745:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
  745 |         TDF_LabelSequence labels;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:758:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
  758 |         TDF_LabelSequence labels;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:773:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
  773 |         TDF_LabelSequence labels;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:785:16: warning: 'TColStd_HArray1OfReal' is deprecated: TColStd_HArray1OfReal is deprecated, use NCollection_HArray1<double> directly [-Wdeprecated-declarations]
  785 |         Handle(TColStd_HArray1OfReal) vals = dimObj->GetValues();
      |                ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_HArray1OfReal.hxx:29:3: note: 'TColStd_HArray1OfReal' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:805:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
  805 |         TDF_LabelSequence labels;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:833:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
  833 |         TDF_LabelSequence labels;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:875:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
  875 |         TDF_LabelSequence shapeSeq;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:885:16: warning: 'TColStd_HArray1OfReal' is deprecated: TColStd_HArray1OfReal is deprecated, use NCollection_HArray1<double> directly [-Wdeprecated-declarations]
  885 |         Handle(TColStd_HArray1OfReal) vals = new TColStd_HArray1OfReal(1, 1);
      |                ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_HArray1OfReal.hxx:29:3: note: 'TColStd_HArray1OfReal' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:885:50: warning: 'TColStd_HArray1OfReal' is deprecated: TColStd_HArray1OfReal is deprecated, use NCollection_HArray1<double> directly [-Wdeprecated-declarations]
  885 |         Handle(TColStd_HArray1OfReal) vals = new TColStd_HArray1OfReal(1, 1);
      |                                                  ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_HArray1OfReal.hxx:29:3: note: 'TColStd_HArray1OfReal' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:891:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
  891 |         TDF_LabelSequence labels;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:911:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
  911 |         TDF_LabelSequence shapeSeq;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:924:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
  924 |         TDF_LabelSequence labels;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:947:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
  947 |         TDF_LabelSequence labels;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:962:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
  962 |         TDF_LabelSequence labels;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:992:
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelMap.hxx:26:1: warning: TDF_LabelMap.hxx is deprecated since OCCT 8.0.0. Use NCollection types directly. [-W#pragma-messages]
   26 | Standard_HEADER_DEPRECATED(
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:53:44: note: expanded from macro 'Standard_HEADER_DEPRECATED'
   53 | #define Standard_HEADER_DEPRECATED(theMsg) Standard_DEPRECATED_WARNING(theMsg)
      |                                            ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:35:47: note: expanded from macro 'Standard_DEPRECATED_WARNING'
   35 |   #define Standard_DEPRECATED_WARNING(theMsg) Standard_DEPRECATED_WARNING_PRAGMA(GCC warning theMsg)
      |                                               ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:34:49: note: expanded from macro 'Standard_DEPRECATED_WARNING_PRAGMA'
   34 |   #define Standard_DEPRECATED_WARNING_PRAGMA(x) _Pragma(#x)
      |                                                 ^
<scratch space>:76:6: note: expanded from here
   76 |  GCC warning "TDF_LabelMap.hxx is deprecated since OCCT 8.0.0. Use NCollection types directly."
      |      ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:1256:9: warning: 'TDF_LabelMap' is deprecated: TDF_LabelMap is deprecated, use NCollection_Map<TDF_Label> directly [-Wdeprecated-declarations]
 1256 |         TDF_LabelMap valid;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelMap.hxx:29:3: note: 'TDF_LabelMap' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED("TDF_LabelMap is deprecated, use NCollection_Map<TDF_Label> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:2017:
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_IndexedDataMapOfTransientTransient.hxx:27:1: warning: TColStd_IndexedDataMapOfTransientTransient.hxx is deprecated since OCCT 8.0.0. Use NCollection_IndexedDataMap<opencascade::handle<Standard_Transient>, opencascade::handle<Standard_Transient>> directly. [-W#pragma-messages]
   27 | Standard_HEADER_DEPRECATED(
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:53:44: note: expanded from macro 'Standard_HEADER_DEPRECATED'
   53 | #define Standard_HEADER_DEPRECATED(theMsg) Standard_DEPRECATED_WARNING(theMsg)
      |                                            ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:35:47: note: expanded from macro 'Standard_DEPRECATED_WARNING'
   35 |   #define Standard_DEPRECATED_WARNING(theMsg) Standard_DEPRECATED_WARNING_PRAGMA(GCC warning theMsg)
      |                                               ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:34:49: note: expanded from macro 'Standard_DEPRECATED_WARNING_PRAGMA'
   34 |   #define Standard_DEPRECATED_WARNING_PRAGMA(x) _Pragma(#x)
      |                                                 ^
<scratch space>:148:6: note: expanded from here
  148 |  GCC warning "TColStd_IndexedDataMapOfTransientTransient.hxx is deprecated since OCCT 8.0.0. Use " "NCollection_IndexedDataMap<opencascade::handle<Standard_Transient>, " "opencascade::handle<Standard_Transient>> directly."
      |      ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:2504:22: warning: 'GetDocument' is deprecated: Use GetDocument() returning handle by value instead [-Wdeprecated-declarations]
 2504 |                 app->GetDocument(i, existingDoc);
      |                      ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDocStd_Application.hxx:164:3: note: 'GetDocument' has been explicitly marked deprecated here
  164 |   Standard_DEPRECATED("Use GetDocument() returning handle by value instead")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:2627:9: warning: 'TColStd_IndexedDataMapOfTransientTransient' is deprecated: TColStd_IndexedDataMapOfTransientTransient is deprecated, use NCollection_IndexedDataMap<opencascade::handle<Standard_Transient>, opencascade::handle<Standard_Transient>> directly [-Wdeprecated-declarations]
 2627 |         TColStd_IndexedDataMapOfTransientTransient aMap;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_IndexedDataMapOfTransientTransient.hxx:32:3: note: 'TColStd_IndexedDataMapOfTransientTransient' has been explicitly marked deprecated here
   32 |   Standard_DEPRECATED("TColStd_IndexedDataMapOfTransientTransient is deprecated, use "
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:2646:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
 2646 |         TDF_LabelSequence shapes;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:2655:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
 2655 |         TDF_LabelSequence shapes;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:2665:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
 2665 |         TDF_LabelSequence shapes;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:2674:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
 2674 |         TDF_LabelSequence shapes;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:2742:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
 2742 |         TDF_LabelSequence subShapes;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:2753:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
 2753 |         TDF_LabelSequence subShapes;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:2816:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
 2816 |         TDF_LabelSequence components;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:2827:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
 2827 |         TDF_LabelSequence components;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:2851:9: warning: 'TDF_LabelSequence' is deprecated: TDF_LabelSequence is deprecated, use NCollection_Sequence<TDF_Label> directly [-Wdeprecated-declarations]
 2851 |         TDF_LabelSequence users;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TDF_LabelSequence.hxx:29:3: note: 'TDF_LabelSequence' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:4267:29: warning: 'Graphic3d_Vec3' is deprecated: Graphic3d_Vec3 is deprecated, use NCollection_Vec3<float> directly [-Wdeprecated-declarations]
 4267 |         pa.EmissiveFactor = Graphic3d_Vec3((float)a->emissionR, (float)a->emissionG, (float)a->emissionB);
      |                             ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Graphic3d_Vec3.hxx:29:3: note: 'Graphic3d_Vec3' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED("Graphic3d_Vec3 is deprecated, use NCollection_Vec3<float> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:4274:29: warning: 'Graphic3d_Vec3' is deprecated: Graphic3d_Vec3 is deprecated, use NCollection_Vec3<float> directly [-Wdeprecated-declarations]
 4274 |         pb.EmissiveFactor = Graphic3d_Vec3((float)b->emissionR, (float)b->emissionG, (float)b->emissionB);
      |                             ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Graphic3d_Vec3.hxx:29:3: note: 'Graphic3d_Vec3' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED("Graphic3d_Vec3 is deprecated, use NCollection_Vec3<float> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Document.mm:4296:49: warning: 'Standard_True' is deprecated: Standard_True is deprecated, use true directly [-Wdeprecated-declarations]
 4296 |     return document->doc->Main().FindChild(tag, Standard_True);
      |                                                 ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:63:1: note: 'Standard_True' has been explicitly marked deprecated here
   63 | Standard_DEPRECATED("Standard_True is deprecated, use true directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
58 warnings generated.
[19/24] Compiling OCCTBridge_Document.mm
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:61:
In file included from /Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_HArray1OfReal.hxx:23:
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_Array1OfReal.hxx:25:1: warning: TColStd_Array1OfReal.hxx is deprecated since OCCT 8.0.0. Use NCollection_Array1<double> directly. [-W#pragma-messages]
   25 | Standard_HEADER_DEPRECATED("TColStd_Array1OfReal.hxx is deprecated since OCCT 8.0.0. Use "
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:53:44: note: expanded from macro 'Standard_HEADER_DEPRECATED'
   53 | #define Standard_HEADER_DEPRECATED(theMsg) Standard_DEPRECATED_WARNING(theMsg)
      |                                            ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:35:47: note: expanded from macro 'Standard_DEPRECATED_WARNING'
   35 |   #define Standard_DEPRECATED_WARNING(theMsg) Standard_DEPRECATED_WARNING_PRAGMA(GCC warning theMsg)
      |                                               ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:34:49: note: expanded from macro 'Standard_DEPRECATED_WARNING_PRAGMA'
   34 |   #define Standard_DEPRECATED_WARNING_PRAGMA(x) _Pragma(#x)
      |                                                 ^
<scratch space>:173:6: note: expanded from here
  173 |  GCC warning "TColStd_Array1OfReal.hxx is deprecated since OCCT 8.0.0. Use " "NCollection_Array1<double> directly."
      |      ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:61:
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_HArray1OfReal.hxx:26:1: warning: TColStd_HArray1OfReal.hxx is deprecated since OCCT 8.0.0. Use NCollection_HArray1<double> directly. [-W#pragma-messages]
   26 | Standard_HEADER_DEPRECATED("TColStd_HArray1OfReal.hxx is deprecated since OCCT 8.0.0. Use "
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:53:44: note: expanded from macro 'Standard_HEADER_DEPRECATED'
   53 | #define Standard_HEADER_DEPRECATED(theMsg) Standard_DEPRECATED_WARNING(theMsg)
      |                                            ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:35:47: note: expanded from macro 'Standard_DEPRECATED_WARNING'
   35 |   #define Standard_DEPRECATED_WARNING(theMsg) Standard_DEPRECATED_WARNING_PRAGMA(GCC warning theMsg)
      |                                               ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:34:49: note: expanded from macro 'Standard_DEPRECATED_WARNING_PRAGMA'
   34 |   #define Standard_DEPRECATED_WARNING_PRAGMA(x) _Pragma(#x)
      |                                                 ^
<scratch space>:176:6: note: expanded from here
  176 |  GCC warning "TColStd_HArray1OfReal.hxx is deprecated since OCCT 8.0.0. Use " "NCollection_HArray1<double> directly."
      |      ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:74:
In file included from /Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_HArray1OfBoolean.hxx:23:
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_Array1OfBoolean.hxx:25:1: warning: TColStd_Array1OfBoolean.hxx is deprecated since OCCT 8.0.0. Use NCollection_Array1<bool> directly. [-W#pragma-messages]
   25 | Standard_HEADER_DEPRECATED("TColStd_Array1OfBoolean.hxx is deprecated since OCCT 8.0.0. Use "
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:53:44: note: expanded from macro 'Standard_HEADER_DEPRECATED'
   53 | #define Standard_HEADER_DEPRECATED(theMsg) Standard_DEPRECATED_WARNING(theMsg)
      |                                            ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:35:47: note: expanded from macro 'Standard_DEPRECATED_WARNING'
   35 |   #define Standard_DEPRECATED_WARNING(theMsg) Standard_DEPRECATED_WARNING_PRAGMA(GCC warning theMsg)
      |                                               ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:34:49: note: expanded from macro 'Standard_DEPRECATED_WARNING_PRAGMA'
   34 |   #define Standard_DEPRECATED_WARNING_PRAGMA(x) _Pragma(#x)
      |                                                 ^
<scratch space>:200:6: note: expanded from here
  200 |  GCC warning "TColStd_Array1OfBoolean.hxx is deprecated since OCCT 8.0.0. Use " "NCollection_Array1<bool> directly."
      |      ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:74:
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_HArray1OfBoolean.hxx:26:1: warning: TColStd_HArray1OfBoolean.hxx is deprecated since OCCT 8.0.0. Use NCollection_HArray1<bool> directly. [-W#pragma-messages]
   26 | Standard_HEADER_DEPRECATED("TColStd_HArray1OfBoolean.hxx is deprecated since OCCT 8.0.0. Use "
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:53:44: note: expanded from macro 'Standard_HEADER_DEPRECATED'
   53 | #define Standard_HEADER_DEPRECATED(theMsg) Standard_DEPRECATED_WARNING(theMsg)
      |                                            ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:35:47: note: expanded from macro 'Standard_DEPRECATED_WARNING'
   35 |   #define Standard_DEPRECATED_WARNING(theMsg) Standard_DEPRECATED_WARNING_PRAGMA(GCC warning theMsg)
      |                                               ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:34:49: note: expanded from macro 'Standard_DEPRECATED_WARNING_PRAGMA'
   34 |   #define Standard_DEPRECATED_WARNING_PRAGMA(x) _Pragma(#x)
      |                                                 ^
<scratch space>:203:6: note: expanded from here
  203 |  GCC warning "TColStd_HArray1OfBoolean.hxx is deprecated since OCCT 8.0.0. Use " "NCollection_HArray1<bool> directly."
      |      ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:93:
In file included from /Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColGeom_HArray1OfCurve.hxx:23:
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColGeom_Array1OfCurve.hxx:26:1: warning: TColGeom_Array1OfCurve.hxx is deprecated since OCCT 8.0.0. Use NCollection_Array1<opencascade::handle<Geom_Curve>> directly. [-W#pragma-messages]
   26 | Standard_HEADER_DEPRECATED("TColGeom_Array1OfCurve.hxx is deprecated since OCCT 8.0.0. Use "
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:53:44: note: expanded from macro 'Standard_HEADER_DEPRECATED'
   53 | #define Standard_HEADER_DEPRECATED(theMsg) Standard_DEPRECATED_WARNING(theMsg)
      |                                            ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:35:47: note: expanded from macro 'Standard_DEPRECATED_WARNING'
   35 |   #define Standard_DEPRECATED_WARNING(theMsg) Standard_DEPRECATED_WARNING_PRAGMA(GCC warning theMsg)
      |                                               ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:34:49: note: expanded from macro 'Standard_DEPRECATED_WARNING_PRAGMA'
   34 |   #define Standard_DEPRECATED_WARNING_PRAGMA(x) _Pragma(#x)
      |                                                 ^
<scratch space>:244:6: note: expanded from here
  244 |  GCC warning "TColGeom_Array1OfCurve.hxx is deprecated since OCCT 8.0.0. Use " "NCollection_Array1<opencascade::handle<Geom_Curve>> directly."
      |      ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:93:
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColGeom_HArray1OfCurve.hxx:26:1: warning: TColGeom_HArray1OfCurve.hxx is deprecated since OCCT 8.0.0. Use NCollection_HArray1<opencascade::handle<Geom_Curve>> directly. [-W#pragma-messages]
   26 | Standard_HEADER_DEPRECATED("TColGeom_HArray1OfCurve.hxx is deprecated since OCCT 8.0.0. Use "
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:53:44: note: expanded from macro 'Standard_HEADER_DEPRECATED'
   53 | #define Standard_HEADER_DEPRECATED(theMsg) Standard_DEPRECATED_WARNING(theMsg)
      |                                            ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:35:47: note: expanded from macro 'Standard_DEPRECATED_WARNING'
   35 |   #define Standard_DEPRECATED_WARNING(theMsg) Standard_DEPRECATED_WARNING_PRAGMA(GCC warning theMsg)
      |                                               ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:34:49: note: expanded from macro 'Standard_DEPRECATED_WARNING_PRAGMA'
   34 |   #define Standard_DEPRECATED_WARNING_PRAGMA(x) _Pragma(#x)
      |                                                 ^
<scratch space>:3:6: note: expanded from here
    3 |  GCC warning "TColGeom_HArray1OfCurve.hxx is deprecated since OCCT 8.0.0. Use " "NCollection_HArray1<opencascade::handle<Geom_Curve>> directly."
      |      ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:94:
In file included from /Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_HSequenceOfReal.hxx:23:
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_SequenceOfReal.hxx:25:1: warning: TColStd_SequenceOfReal.hxx is deprecated since OCCT 8.0.0. Use NCollection_Sequence<double> directly. [-W#pragma-messages]
   25 | Standard_HEADER_DEPRECATED("TColStd_SequenceOfReal.hxx is deprecated since OCCT 8.0.0. Use "
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:53:44: note: expanded from macro 'Standard_HEADER_DEPRECATED'
   53 | #define Standard_HEADER_DEPRECATED(theMsg) Standard_DEPRECATED_WARNING(theMsg)
      |                                            ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:35:47: note: expanded from macro 'Standard_DEPRECATED_WARNING'
   35 |   #define Standard_DEPRECATED_WARNING(theMsg) Standard_DEPRECATED_WARNING_PRAGMA(GCC warning theMsg)
      |                                               ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:34:49: note: expanded from macro 'Standard_DEPRECATED_WARNING_PRAGMA'
   34 |   #define Standard_DEPRECATED_WARNING_PRAGMA(x) _Pragma(#x)
      |                                                 ^
<scratch space>:7:6: note: expanded from here
    7 |  GCC warning "TColStd_SequenceOfReal.hxx is deprecated since OCCT 8.0.0. Use " "NCollection_Sequence<double> directly."
      |      ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:94:
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_HSequenceOfReal.hxx:26:1: warning: TColStd_HSequenceOfReal.hxx is deprecated since OCCT 8.0.0. Use NCollection_HSequence<double> directly. [-W#pragma-messages]
   26 | Standard_HEADER_DEPRECATED("TColStd_HSequenceOfReal.hxx is deprecated since OCCT 8.0.0. Use "
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:53:44: note: expanded from macro 'Standard_HEADER_DEPRECATED'
   53 | #define Standard_HEADER_DEPRECATED(theMsg) Standard_DEPRECATED_WARNING(theMsg)
      |                                            ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:35:47: note: expanded from macro 'Standard_DEPRECATED_WARNING'
   35 |   #define Standard_DEPRECATED_WARNING(theMsg) Standard_DEPRECATED_WARNING_PRAGMA(GCC warning theMsg)
      |                                               ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:34:49: note: expanded from macro 'Standard_DEPRECATED_WARNING_PRAGMA'
   34 |   #define Standard_DEPRECATED_WARNING_PRAGMA(x) _Pragma(#x)
      |                                                 ^
<scratch space>:10:6: note: expanded from here
   10 |  GCC warning "TColStd_HSequenceOfReal.hxx is deprecated since OCCT 8.0.0. Use " "NCollection_HSequence<double> directly."
      |      ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:130:
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColgp_Array1OfPnt.hxx:26:1: warning: TColgp_Array1OfPnt.hxx is deprecated since OCCT 8.0.0. Use NCollection_Array1<gp_Pnt> directly. [-W#pragma-messages]
   26 | Standard_HEADER_DEPRECATED(
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:53:44: note: expanded from macro 'Standard_HEADER_DEPRECATED'
   53 | #define Standard_HEADER_DEPRECATED(theMsg) Standard_DEPRECATED_WARNING(theMsg)
      |                                            ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:35:47: note: expanded from macro 'Standard_DEPRECATED_WARNING'
   35 |   #define Standard_DEPRECATED_WARNING(theMsg) Standard_DEPRECATED_WARNING_PRAGMA(GCC warning theMsg)
      |                                               ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:34:49: note: expanded from macro 'Standard_DEPRECATED_WARNING_PRAGMA'
   34 |   #define Standard_DEPRECATED_WARNING_PRAGMA(x) _Pragma(#x)
      |                                                 ^
<scratch space>:47:6: note: expanded from here
   47 |  GCC warning "TColgp_Array1OfPnt.hxx is deprecated since OCCT 8.0.0. Use NCollection_Array1<gp_Pnt> directly."
      |      ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:131:
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColgp_HArray1OfPnt.hxx:27:1: warning: TColgp_HArray1OfPnt.hxx is deprecated since OCCT 8.0.0. Use NCollection_HArray1<gp_Pnt> directly. [-W#pragma-messages]
   27 | Standard_HEADER_DEPRECATED("TColgp_HArray1OfPnt.hxx is deprecated since OCCT 8.0.0. Use "
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:53:44: note: expanded from macro 'Standard_HEADER_DEPRECATED'
   53 | #define Standard_HEADER_DEPRECATED(theMsg) Standard_DEPRECATED_WARNING(theMsg)
      |                                            ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:35:47: note: expanded from macro 'Standard_DEPRECATED_WARNING'
   35 |   #define Standard_DEPRECATED_WARNING(theMsg) Standard_DEPRECATED_WARNING_PRAGMA(GCC warning theMsg)
      |                                               ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:34:49: note: expanded from macro 'Standard_DEPRECATED_WARNING_PRAGMA'
   34 |   #define Standard_DEPRECATED_WARNING_PRAGMA(x) _Pragma(#x)
      |                                                 ^
<scratch space>:50:6: note: expanded from here
   50 |  GCC warning "TColgp_HArray1OfPnt.hxx is deprecated since OCCT 8.0.0. Use " "NCollection_HArray1<gp_Pnt> directly."
      |      ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:132:
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_Array1OfInteger.hxx:26:1: warning: TColStd_Array1OfInteger.hxx is deprecated since OCCT 8.0.0. Use NCollection_Array1<int> directly. [-W#pragma-messages]
   26 | Standard_HEADER_DEPRECATED("TColStd_Array1OfInteger.hxx is deprecated since OCCT 8.0.0. Use "
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:53:44: note: expanded from macro 'Standard_HEADER_DEPRECATED'
   53 | #define Standard_HEADER_DEPRECATED(theMsg) Standard_DEPRECATED_WARNING(theMsg)
      |                                            ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:35:47: note: expanded from macro 'Standard_DEPRECATED_WARNING'
   35 |   #define Standard_DEPRECATED_WARNING(theMsg) Standard_DEPRECATED_WARNING_PRAGMA(GCC warning theMsg)
      |                                               ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:34:49: note: expanded from macro 'Standard_DEPRECATED_WARNING_PRAGMA'
   34 |   #define Standard_DEPRECATED_WARNING_PRAGMA(x) _Pragma(#x)
      |                                                 ^
<scratch space>:53:6: note: expanded from here
   53 |  GCC warning "TColStd_Array1OfInteger.hxx is deprecated since OCCT 8.0.0. Use " "NCollection_Array1<int> directly."
      |      ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:173:9: warning: 'Standard_Real' is deprecated: Standard_Real is deprecated, use double directly [-Wdeprecated-declarations]
  173 |         Standard_Real first, last;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:75:1: note: 'Standard_Real' has been explicitly marked deprecated here
   75 | Standard_DEPRECATED("Standard_Real is deprecated, use double directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:195:36: warning: 'Standard_True' is deprecated: Standard_True is deprecated, use true directly [-Wdeprecated-declarations]
  195 |     return c->curve->IsClosed() == Standard_True;
      |                                    ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:63:1: note: 'Standard_True' has been explicitly marked deprecated here
   63 | Standard_DEPRECATED("Standard_True is deprecated, use true directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:200:38: warning: 'Standard_True' is deprecated: Standard_True is deprecated, use true directly [-Wdeprecated-declarations]
  200 |     return c->curve->IsPeriodic() == Standard_True;
      |                                      ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:63:1: note: 'Standard_True' has been explicitly marked deprecated here
   63 | Standard_DEPRECATED("Standard_True is deprecated, use true directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:361:9: warning: 'TColgp_Array1OfPnt' is deprecated: TColgp_Array1OfPnt is deprecated, use NCollection_Array1<gp_Pnt> directly [-Wdeprecated-declarations]
  361 |         TColgp_Array1OfPnt pArr(1, poleCount);
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColgp_Array1OfPnt.hxx:29:3: note: 'TColgp_Array1OfPnt' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED("TColgp_Array1OfPnt is deprecated, use NCollection_Array1<gp_Pnt> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:365:9: warning: 'TColStd_Array1OfReal' is deprecated: TColStd_Array1OfReal is deprecated, use NCollection_Array1<double> directly [-Wdeprecated-declarations]
  365 |         TColStd_Array1OfReal kArr(1, knotCount);
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_Array1OfReal.hxx:28:3: note: 'TColStd_Array1OfReal' has been explicitly marked deprecated here
   28 |   Standard_DEPRECATED("TColStd_Array1OfReal is deprecated, use NCollection_Array1<double> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:369:9: warning: 'TColStd_Array1OfInteger' is deprecated: TColStd_Array1OfInteger is deprecated, use NCollection_Array1<int> directly [-Wdeprecated-declarations]
  369 |         TColStd_Array1OfInteger mArr(1, knotCount);
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_Array1OfInteger.hxx:29:3: note: 'TColStd_Array1OfInteger' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED("TColStd_Array1OfInteger is deprecated, use NCollection_Array1<int> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:375:13: warning: 'TColStd_Array1OfReal' is deprecated: TColStd_Array1OfReal is deprecated, use NCollection_Array1<double> directly [-Wdeprecated-declarations]
  375 |             TColStd_Array1OfReal wArr(1, poleCount);
      |             ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_Array1OfReal.hxx:28:3: note: 'TColStd_Array1OfReal' has been explicitly marked deprecated here
   28 |   Standard_DEPRECATED("TColStd_Array1OfReal is deprecated, use NCollection_Array1<double> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:393:9: warning: 'TColgp_Array1OfPnt' is deprecated: TColgp_Array1OfPnt is deprecated, use NCollection_Array1<gp_Pnt> directly [-Wdeprecated-declarations]
  393 |         TColgp_Array1OfPnt pArr(1, poleCount);
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColgp_Array1OfPnt.hxx:29:3: note: 'TColgp_Array1OfPnt' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED("TColgp_Array1OfPnt is deprecated, use NCollection_Array1<gp_Pnt> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:399:13: warning: 'TColStd_Array1OfReal' is deprecated: TColStd_Array1OfReal is deprecated, use NCollection_Array1<double> directly [-Wdeprecated-declarations]
  399 |             TColStd_Array1OfReal wArr(1, poleCount);
      |             ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_Array1OfReal.hxx:28:3: note: 'TColStd_Array1OfReal' has been explicitly marked deprecated here
   28 |   Standard_DEPRECATED("TColStd_Array1OfReal is deprecated, use NCollection_Array1<double> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:417:16: warning: 'TColgp_HArray1OfPnt' is deprecated: TColgp_HArray1OfPnt is deprecated, use NCollection_HArray1<gp_Pnt> directly [-Wdeprecated-declarations]
  417 |         Handle(TColgp_HArray1OfPnt) pts = new TColgp_HArray1OfPnt(1, count);
      |                ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColgp_HArray1OfPnt.hxx:30:3: note: 'TColgp_HArray1OfPnt' has been explicitly marked deprecated here
   30 |   Standard_DEPRECATED("TColgp_HArray1OfPnt is deprecated, use NCollection_HArray1<gp_Pnt> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:417:47: warning: 'TColgp_HArray1OfPnt' is deprecated: TColgp_HArray1OfPnt is deprecated, use NCollection_HArray1<gp_Pnt> directly [-Wdeprecated-declarations]
  417 |         Handle(TColgp_HArray1OfPnt) pts = new TColgp_HArray1OfPnt(1, count);
      |                                               ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColgp_HArray1OfPnt.hxx:30:3: note: 'TColgp_HArray1OfPnt' has been explicitly marked deprecated here
   30 |   Standard_DEPRECATED("TColgp_HArray1OfPnt is deprecated, use NCollection_HArray1<gp_Pnt> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:421:50: warning: 'Standard_True' is deprecated: Standard_True is deprecated, use true directly [-Wdeprecated-declarations]
  421 |         GeomAPI_Interpolate interp(pts, closed ? Standard_True : Standard_False, tolerance);
      |                                                  ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:63:1: note: 'Standard_True' has been explicitly marked deprecated here
   63 | Standard_DEPRECATED("Standard_True is deprecated, use true directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:421:66: warning: 'Standard_False' is deprecated: Standard_False is deprecated, use false directly [-Wdeprecated-declarations]
  421 |         GeomAPI_Interpolate interp(pts, closed ? Standard_True : Standard_False, tolerance);
      |                                                                  ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:59:1: note: 'Standard_False' has been explicitly marked deprecated here
   59 | Standard_DEPRECATED("Standard_False is deprecated, use false directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:438:16: warning: 'TColgp_HArray1OfPnt' is deprecated: TColgp_HArray1OfPnt is deprecated, use NCollection_HArray1<gp_Pnt> directly [-Wdeprecated-declarations]
  438 |         Handle(TColgp_HArray1OfPnt) pts = new TColgp_HArray1OfPnt(1, count);
      |                ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColgp_HArray1OfPnt.hxx:30:3: note: 'TColgp_HArray1OfPnt' has been explicitly marked deprecated here
   30 |   Standard_DEPRECATED("TColgp_HArray1OfPnt is deprecated, use NCollection_HArray1<gp_Pnt> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:438:47: warning: 'TColgp_HArray1OfPnt' is deprecated: TColgp_HArray1OfPnt is deprecated, use NCollection_HArray1<gp_Pnt> directly [-Wdeprecated-declarations]
  438 |         Handle(TColgp_HArray1OfPnt) pts = new TColgp_HArray1OfPnt(1, count);
      |                                               ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColgp_HArray1OfPnt.hxx:30:3: note: 'TColgp_HArray1OfPnt' has been explicitly marked deprecated here
   30 |   Standard_DEPRECATED("TColgp_HArray1OfPnt is deprecated, use NCollection_HArray1<gp_Pnt> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:442:41: warning: 'Standard_False' is deprecated: Standard_False is deprecated, use false directly [-Wdeprecated-declarations]
  442 |         GeomAPI_Interpolate interp(pts, Standard_False, tolerance);
      |                                         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:59:1: note: 'Standard_False' has been explicitly marked deprecated here
   59 | Standard_DEPRECATED("Standard_False is deprecated, use false directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:460:9: warning: 'TColgp_Array1OfPnt' is deprecated: TColgp_Array1OfPnt is deprecated, use NCollection_Array1<gp_Pnt> directly [-Wdeprecated-declarations]
  460 |         TColgp_Array1OfPnt pArr(1, count);
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColgp_Array1OfPnt.hxx:29:3: note: 'TColgp_Array1OfPnt' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED("TColgp_Array1OfPnt is deprecated, use NCollection_Array1<gp_Pnt> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:548:54: warning: 'DownCast<Geom_Curve>' is deprecated: down-casting from object of the same or unrelated type is meaningless [-Wdeprecated-declarations]
  548 |         Handle(Geom_Curve) rev = Handle(Geom_Curve)::DownCast(c->curve->Reversed());
      |                                                      ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Handle.hxx:197:3: note: 'DownCast<Geom_Curve>' has been explicitly marked deprecated here
  197 |   Standard_DEPRECATED("down-casting from object of the same or unrelated type is meaningless")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:1274:67: warning: 'Standard_True' is deprecated: Standard_True is deprecated, use true directly [-Wdeprecated-declarations]
 1274 |         GC_MakeArcOfHyperbola maker(hypr, alpha1, alpha2, sense ? Standard_True : Standard_False);
      |                                                                   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:63:1: note: 'Standard_True' has been explicitly marked deprecated here
   63 | Standard_DEPRECATED("Standard_True is deprecated, use true directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:1274:83: warning: 'Standard_False' is deprecated: Standard_False is deprecated, use false directly [-Wdeprecated-declarations]
 1274 |         GC_MakeArcOfHyperbola maker(hypr, alpha1, alpha2, sense ? Standard_True : Standard_False);
      |                                                                                   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:59:1: note: 'Standard_False' has been explicitly marked deprecated here
   59 | Standard_DEPRECATED("Standard_False is deprecated, use false directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:1294:67: warning: 'Standard_True' is deprecated: Standard_True is deprecated, use true directly [-Wdeprecated-declarations]
 1294 |         GC_MakeArcOfParabola maker(parab, alpha1, alpha2, sense ? Standard_True : Standard_False);
      |                                                                   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:63:1: note: 'Standard_True' has been explicitly marked deprecated here
   63 | Standard_DEPRECATED("Standard_True is deprecated, use true directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:1294:83: warning: 'Standard_False' is deprecated: Standard_False is deprecated, use false directly [-Wdeprecated-declarations]
 1294 |         GC_MakeArcOfParabola maker(parab, alpha1, alpha2, sense ? Standard_True : Standard_False);
      |                                                                                   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:59:1: note: 'Standard_False' has been explicitly marked deprecated here
   59 | Standard_DEPRECATED("Standard_False is deprecated, use false directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:1311:61: warning: 'Standard_False' is deprecated: Standard_False is deprecated, use false directly [-Wdeprecated-declarations]
 1311 |         Handle(Geom_Curve) periodic = scc.ConvertToPeriodic(Standard_False);
      |                                                             ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:59:1: note: 'Standard_False' has been explicitly marked deprecated here
   59 | Standard_DEPRECATED("Standard_False is deprecated, use false directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:1334:16: warning: 'TColStd_HSequenceOfReal' is deprecated: TColStd_HSequenceOfReal is deprecated, use NCollection_HSequence<double> directly [-Wdeprecated-declarations]
 1334 |         Handle(TColStd_HSequenceOfReal) splitVals = new TColStd_HSequenceOfReal();
      |                ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_HSequenceOfReal.hxx:29:3: note: 'TColStd_HSequenceOfReal' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:1334:57: warning: 'TColStd_HSequenceOfReal' is deprecated: TColStd_HSequenceOfReal is deprecated, use NCollection_HSequence<double> directly [-Wdeprecated-declarations]
 1334 |         Handle(TColStd_HSequenceOfReal) splitVals = new TColStd_HSequenceOfReal();
      |                                                         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_HSequenceOfReal.hxx:29:3: note: 'TColStd_HSequenceOfReal' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:1337:27: warning: 'Standard_True' is deprecated: Standard_True is deprecated, use true directly [-Wdeprecated-declarations]
 1337 |         splitter->Perform(Standard_True);
      |                           ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:63:1: note: 'Standard_True' has been explicitly marked deprecated here
   63 | Standard_DEPRECATED("Standard_True is deprecated, use true directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:1339:16: warning: 'TColGeom_HArray1OfCurve' is deprecated: TColGeom_HArray1OfCurve is deprecated, use NCollection_HArray1<opencascade::handle<Geom_Curve>> directly [-Wdeprecated-declarations]
 1339 |         Handle(TColGeom_HArray1OfCurve) curves = splitter->GetCurves();
      |                ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColGeom_HArray1OfCurve.hxx:29:3: note: 'TColGeom_HArray1OfCurve' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED("TColGeom_HArray1OfCurve is deprecated, use "
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:3164:5: warning: 'TColStd_Array1OfReal' is deprecated: TColStd_Array1OfReal is deprecated, use NCollection_Array1<double> directly [-Wdeprecated-declarations]
 3164 |     TColStd_Array1OfReal kArr(1, bs->NbKnots());
      |     ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_Array1OfReal.hxx:28:3: note: 'TColStd_Array1OfReal' has been explicitly marked deprecated here
   28 |   Standard_DEPRECATED("TColStd_Array1OfReal is deprecated, use NCollection_Array1<double> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:3165:9: warning: 'Knots' is deprecated: use Knots() returning const reference instead [-Wdeprecated-declarations]
 3165 |     bs->Knots(kArr);
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Geom_BSplineCurve.hxx:637:3: note: 'Knots' has been explicitly marked deprecated here
  637 |   Standard_DEPRECATED("use Knots() returning const reference instead")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:3173:5: warning: 'TColStd_Array1OfInteger' is deprecated: TColStd_Array1OfInteger is deprecated, use NCollection_Array1<int> directly [-Wdeprecated-declarations]
 3173 |     TColStd_Array1OfInteger mArr(1, bs->NbKnots());
      |     ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_Array1OfInteger.hxx:29:3: note: 'TColStd_Array1OfInteger' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED("TColStd_Array1OfInteger is deprecated, use NCollection_Array1<int> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:3174:9: warning: 'Multiplicities' is deprecated: use Multiplicities() returning const reference instead [-Wdeprecated-declarations]
 3174 |     bs->Multiplicities(mArr);
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Geom_BSplineCurve.hxx:755:3: note: 'Multiplicities' has been explicitly marked deprecated here
  755 |   Standard_DEPRECATED("use Multiplicities() returning const reference instead")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:4373:9: warning: 'TColStd_Array1OfReal' is deprecated: TColStd_Array1OfReal is deprecated, use NCollection_Array1<double> directly [-Wdeprecated-declarations]
 4373 |         TColStd_Array1OfReal seq(1, bsc->NbPoles() + bsc->Degree() + 1);
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_Array1OfReal.hxx:28:3: note: 'TColStd_Array1OfReal' has been explicitly marked deprecated here
   28 |   Standard_DEPRECATED("TColStd_Array1OfReal is deprecated, use NCollection_Array1<double> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:4374:14: warning: 'KnotSequence' is deprecated: use KnotSequence() returning const reference instead [-Wdeprecated-declarations]
 4374 |         bsc->KnotSequence(seq);
      |              ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Geom_BSplineCurve.hxx:700:3: note: 'KnotSequence' has been explicitly marked deprecated here
  700 |   Standard_DEPRECATED("use KnotSequence() returning const reference instead")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:4387:9: warning: 'TColStd_Array1OfReal' is deprecated: TColStd_Array1OfReal is deprecated, use NCollection_Array1<double> directly [-Wdeprecated-declarations]
 4387 |         TColStd_Array1OfReal w(1, bsc->NbPoles());
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_Array1OfReal.hxx:28:3: note: 'TColStd_Array1OfReal' has been explicitly marked deprecated here
   28 |   Standard_DEPRECATED("TColStd_Array1OfReal is deprecated, use NCollection_Array1<double> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:4388:14: warning: 'Weights' is deprecated: use Weights() returning const pointer instead [-Wdeprecated-declarations]
 4388 |         bsc->Weights(w);
      |              ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Geom_BSplineCurve.hxx:794:3: note: 'Weights' has been explicitly marked deprecated here
  794 |   Standard_DEPRECATED("use Weights() returning const pointer instead")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:4402:9: warning: 'TColStd_Array1OfReal' is deprecated: TColStd_Array1OfReal is deprecated, use NCollection_Array1<double> directly [-Wdeprecated-declarations]
 4402 |         TColStd_Array1OfReal knotsArr(1, count);
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_Array1OfReal.hxx:28:3: note: 'TColStd_Array1OfReal' has been explicitly marked deprecated here
   28 |   Standard_DEPRECATED("TColStd_Array1OfReal is deprecated, use NCollection_Array1<double> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:4403:9: warning: 'TColStd_Array1OfInteger' is deprecated: TColStd_Array1OfInteger is deprecated, use NCollection_Array1<int> directly [-Wdeprecated-declarations]
 4403 |         TColStd_Array1OfInteger multsArr(1, count);
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_Array1OfInteger.hxx:29:3: note: 'TColStd_Array1OfInteger' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED("TColStd_Array1OfInteger is deprecated, use NCollection_Array1<int> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:4489:16: warning: 'TColgp_HArray1OfPnt' is deprecated: TColgp_HArray1OfPnt is deprecated, use NCollection_HArray1<gp_Pnt> directly [-Wdeprecated-declarations]
 4489 |         Handle(TColgp_HArray1OfPnt) pts = new TColgp_HArray1OfPnt(1, count);
      |                ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColgp_HArray1OfPnt.hxx:30:3: note: 'TColgp_HArray1OfPnt' has been explicitly marked deprecated here
   30 |   Standard_DEPRECATED("TColgp_HArray1OfPnt is deprecated, use NCollection_HArray1<gp_Pnt> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:4489:47: warning: 'TColgp_HArray1OfPnt' is deprecated: TColgp_HArray1OfPnt is deprecated, use NCollection_HArray1<gp_Pnt> directly [-Wdeprecated-declarations]
 4489 |         Handle(TColgp_HArray1OfPnt) pts = new TColgp_HArray1OfPnt(1, count);
      |                                               ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColgp_HArray1OfPnt.hxx:30:3: note: 'TColgp_HArray1OfPnt' has been explicitly marked deprecated here
   30 |   Standard_DEPRECATED("TColgp_HArray1OfPnt is deprecated, use NCollection_HArray1<gp_Pnt> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:4493:41: warning: 'Standard_False' is deprecated: Standard_False is deprecated, use false directly [-Wdeprecated-declarations]
 4493 |         GeomAPI_Interpolate interp(pts, Standard_False, 1e-6);
      |                                         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:59:1: note: 'Standard_False' has been explicitly marked deprecated here
   59 | Standard_DEPRECATED("Standard_False is deprecated, use false directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:4509:16: warning: 'TColgp_HArray1OfPnt' is deprecated: TColgp_HArray1OfPnt is deprecated, use NCollection_HArray1<gp_Pnt> directly [-Wdeprecated-declarations]
 4509 |         Handle(TColgp_HArray1OfPnt) pts = new TColgp_HArray1OfPnt(1, count);
      |                ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColgp_HArray1OfPnt.hxx:30:3: note: 'TColgp_HArray1OfPnt' has been explicitly marked deprecated here
   30 |   Standard_DEPRECATED("TColgp_HArray1OfPnt is deprecated, use NCollection_HArray1<gp_Pnt> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:4509:47: warning: 'TColgp_HArray1OfPnt' is deprecated: TColgp_HArray1OfPnt is deprecated, use NCollection_HArray1<gp_Pnt> directly [-Wdeprecated-declarations]
 4509 |         Handle(TColgp_HArray1OfPnt) pts = new TColgp_HArray1OfPnt(1, count);
      |                                               ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColgp_HArray1OfPnt.hxx:30:3: note: 'TColgp_HArray1OfPnt' has been explicitly marked deprecated here
   30 |   Standard_DEPRECATED("TColgp_HArray1OfPnt is deprecated, use NCollection_HArray1<gp_Pnt> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:4513:41: warning: 'Standard_False' is deprecated: Standard_False is deprecated, use false directly [-Wdeprecated-declarations]
 4513 |         GeomAPI_Interpolate interp(pts, Standard_False, 1e-6);
      |                                         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:59:1: note: 'Standard_False' has been explicitly marked deprecated here
   59 | Standard_DEPRECATED("Standard_False is deprecated, use false directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:4533:16: warning: 'TColgp_HArray1OfPnt' is deprecated: TColgp_HArray1OfPnt is deprecated, use NCollection_HArray1<gp_Pnt> directly [-Wdeprecated-declarations]
 4533 |         Handle(TColgp_HArray1OfPnt) pts = new TColgp_HArray1OfPnt(1, count);
      |                ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColgp_HArray1OfPnt.hxx:30:3: note: 'TColgp_HArray1OfPnt' has been explicitly marked deprecated here
   30 |   Standard_DEPRECATED("TColgp_HArray1OfPnt is deprecated, use NCollection_HArray1<gp_Pnt> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:4533:47: warning: 'TColgp_HArray1OfPnt' is deprecated: TColgp_HArray1OfPnt is deprecated, use NCollection_HArray1<gp_Pnt> directly [-Wdeprecated-declarations]
 4533 |         Handle(TColgp_HArray1OfPnt) pts = new TColgp_HArray1OfPnt(1, count);
      |                                               ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColgp_HArray1OfPnt.hxx:30:3: note: 'TColgp_HArray1OfPnt' has been explicitly marked deprecated here
   30 |   Standard_DEPRECATED("TColgp_HArray1OfPnt is deprecated, use NCollection_HArray1<gp_Pnt> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:4537:16: warning: 'TColStd_HArray1OfReal' is deprecated: TColStd_HArray1OfReal is deprecated, use NCollection_HArray1<double> directly [-Wdeprecated-declarations]
 4537 |         Handle(TColStd_HArray1OfReal) params = new TColStd_HArray1OfReal(1, count);
      |                ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_HArray1OfReal.hxx:29:3: note: 'TColStd_HArray1OfReal' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:4537:52: warning: 'TColStd_HArray1OfReal' is deprecated: TColStd_HArray1OfReal is deprecated, use NCollection_HArray1<double> directly [-Wdeprecated-declarations]
 4537 |         Handle(TColStd_HArray1OfReal) params = new TColStd_HArray1OfReal(1, count);
      |                                                    ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_HArray1OfReal.hxx:29:3: note: 'TColStd_HArray1OfReal' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED(
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:4541:49: warning: 'Standard_False' is deprecated: Standard_False is deprecated, use false directly [-Wdeprecated-declarations]
 4541 |         GeomAPI_Interpolate interp(pts, params, Standard_False, 1e-6);
      |                                                 ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:59:1: note: 'Standard_False' has been explicitly marked deprecated here
   59 | Standard_DEPRECATED("Standard_False is deprecated, use false directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:4553:16: warning: 'TColgp_HArray1OfPnt' is deprecated: TColgp_HArray1OfPnt is deprecated, use NCollection_HArray1<gp_Pnt> directly [-Wdeprecated-declarations]
 4553 |         Handle(TColgp_HArray1OfPnt) pts = new TColgp_HArray1OfPnt(1, count);
      |                ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColgp_HArray1OfPnt.hxx:30:3: note: 'TColgp_HArray1OfPnt' has been explicitly marked deprecated here
   30 |   Standard_DEPRECATED("TColgp_HArray1OfPnt is deprecated, use NCollection_HArray1<gp_Pnt> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:4553:47: warning: 'TColgp_HArray1OfPnt' is deprecated: TColgp_HArray1OfPnt is deprecated, use NCollection_HArray1<gp_Pnt> directly [-Wdeprecated-declarations]
 4553 |         Handle(TColgp_HArray1OfPnt) pts = new TColgp_HArray1OfPnt(1, count);
      |                                               ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColgp_HArray1OfPnt.hxx:30:3: note: 'TColgp_HArray1OfPnt' has been explicitly marked deprecated here
   30 |   Standard_DEPRECATED("TColgp_HArray1OfPnt is deprecated, use NCollection_HArray1<gp_Pnt> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:4557:41: warning: 'Standard_True' is deprecated: Standard_True is deprecated, use true directly [-Wdeprecated-declarations]
 4557 |         GeomAPI_Interpolate interp(pts, Standard_True, 1e-6);
      |                                         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:63:1: note: 'Standard_True' has been explicitly marked deprecated here
   63 | Standard_DEPRECATED("Standard_True is deprecated, use true directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:4582:9: warning: 'TColgp_Array1OfPnt' is deprecated: TColgp_Array1OfPnt is deprecated, use NCollection_Array1<gp_Pnt> directly [-Wdeprecated-declarations]
 4582 |         TColgp_Array1OfPnt pts(1, count);
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColgp_Array1OfPnt.hxx:29:3: note: 'TColgp_Array1OfPnt' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED("TColgp_Array1OfPnt is deprecated, use NCollection_Array1<gp_Pnt> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:4599:9: warning: 'TColgp_Array1OfPnt' is deprecated: TColgp_Array1OfPnt is deprecated, use NCollection_Array1<gp_Pnt> directly [-Wdeprecated-declarations]
 4599 |         TColgp_Array1OfPnt pts(1, count);
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColgp_Array1OfPnt.hxx:29:3: note: 'TColgp_Array1OfPnt' has been explicitly marked deprecated here
   29 |   Standard_DEPRECATED("TColgp_Array1OfPnt is deprecated, use NCollection_Array1<gp_Pnt> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:4600:9: warning: 'TColStd_Array1OfReal' is deprecated: TColStd_Array1OfReal is deprecated, use NCollection_Array1<double> directly [-Wdeprecated-declarations]
 4600 |         TColStd_Array1OfReal prms(1, count);
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_Array1OfReal.hxx:28:3: note: 'TColStd_Array1OfReal' has been explicitly marked deprecated here
   28 |   Standard_DEPRECATED("TColStd_Array1OfReal is deprecated, use NCollection_Array1<double> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:4960:9: warning: 'TColStd_Array1OfReal' is deprecated: TColStd_Array1OfReal is deprecated, use NCollection_Array1<double> directly [-Wdeprecated-declarations]
 4960 |         TColStd_Array1OfReal kArr(1, count);
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/TColStd_Array1OfReal.hxx:28:3: note: 'TColStd_Array1OfReal' has been explicitly marked deprecated here
   28 |   Standard_DEPRECATED("TColStd_Array1OfReal is deprecated, use NCollection_Array1<double> directly")
      |   ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/OCCTBridge/src/OCCTBridge_Curve3D.mm:4985:9: warning: 'Standard_Integer' is deprecated: Standard_Integer is deprecated, use int directly [-Wdeprecated-declarations]
 4985 |         Standard_Integer errorStatus = 0;
      |         ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_TypeDef.hxx:67:1: note: 'Standard_Integer' has been explicitly marked deprecated here
   67 | Standard_DEPRECATED("Standard_Integer is deprecated, use int directly")
      | ^
/Users/admin/builder/spi-builder-workspace/.build/artifacts/spi-builder-workspace/OCCT/OCCT.xcframework/macos-arm64/Headers/Standard_Macro.hxx:136:56: note: expanded from macro 'Standard_DEPRECATED'
  136 |     #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
      |                                                        ^
67 warnings generated.
[20/24] Compiling OCCTBridge_Curve3D.mm
[22/87] Emitting module OCCTSwift
[23/93] Compiling OCCTSwift HatchPattern.swift
[24/93] Compiling OCCTSwift ImportProgress.swift
[25/93] Compiling OCCTSwift KDTree.swift
[26/93] Compiling OCCTSwift LawFunction.swift
[27/93] Compiling OCCTSwift Material.swift
[28/93] Compiling OCCTSwift MeasurementHelpers.swift
[29/93] Compiling OCCTSwift MedialAxis.swift
[30/93] Compiling OCCTSwift Exporter.swift
[31/93] Compiling OCCTSwift Face.swift
[32/93] Compiling OCCTSwift FeatureRecognition.swift
[33/93] Compiling OCCTSwift FeatureReconstructor.swift
[34/93] Compiling OCCTSwift FillingSurface.swift
[35/93] Compiling OCCTSwift FontManager.swift
[36/93] Compiling OCCTSwift GDTWrite.swift
[37/93] Compiling OCCTSwift ThreadFeatures.swift
[38/93] Compiling OCCTSwift TopologyRef.swift
[39/93] Compiling OCCTSwift Transform2D.swift
[40/93] Compiling OCCTSwift Wire.swift
[41/93] Compiling OCCTSwift WireOrder.swift
[42/93] Compiling OCCTSwift ZLayerSettings.swift
[43/93] Compiling OCCTSwift ShapeAxis.swift
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/SheetMetal.swift:486:17: warning: initialization of immutable value 'aOuter1' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
484 |
485 |             let aOuter0 = kissStart + aOuterOffset
486 |             let aOuter1 = kissEnd   + aOuterOffset
    |                 `- warning: initialization of immutable value 'aOuter1' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
487 |             let bOuter0 = kissStart + bOuterOffset
488 |             let bOuter1 = kissEnd   + bOuterOffset
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/SheetMetal.swift:488:17: warning: initialization of immutable value 'bOuter1' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
486 |             let aOuter1 = kissEnd   + aOuterOffset
487 |             let bOuter0 = kissStart + bOuterOffset
488 |             let bOuter1 = kissEnd   + bOuterOffset
    |                 `- warning: initialization of immutable value 'bOuter1' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
489 |
490 |             // Wire for the cross-section at v=0 (kissStart end). Three
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/SheetMetal.swift:508:17: warning: initialization of immutable value 'arcNormalCandidate' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
506 |             // projected to the cross-section plane. We pick the seamUnit
507 |             // sign so the arc bulges that way.
508 |             let arcNormalCandidate = seamUnit
    |                 `- warning: initialization of immutable value 'arcNormalCandidate' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
509 |             // Determine the sign empirically by checking which sign of
510 |             // arcNormal makes the arc midpoint lie on the open side.
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/SheetMetal.swift:546:17: warning: initialization of immutable value 'seamLength' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
544 |
545 |             // Extrude the cross-section face along the seam direction.
546 |             let seamLength = Vector3DMath.modulus(kissEnd - kissStart)
    |                 `- warning: initialization of immutable value 'seamLength' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
547 |             let extrudeVec = (kissEnd - kissStart)
548 |             // Extrude direction is from kissStart toward kissEnd; length
[44/93] Compiling OCCTSwift ShapeMeasurements.swift
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/SheetMetal.swift:486:17: warning: initialization of immutable value 'aOuter1' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
484 |
485 |             let aOuter0 = kissStart + aOuterOffset
486 |             let aOuter1 = kissEnd   + aOuterOffset
    |                 `- warning: initialization of immutable value 'aOuter1' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
487 |             let bOuter0 = kissStart + bOuterOffset
488 |             let bOuter1 = kissEnd   + bOuterOffset
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/SheetMetal.swift:488:17: warning: initialization of immutable value 'bOuter1' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
486 |             let aOuter1 = kissEnd   + aOuterOffset
487 |             let bOuter0 = kissStart + bOuterOffset
488 |             let bOuter1 = kissEnd   + bOuterOffset
    |                 `- warning: initialization of immutable value 'bOuter1' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
489 |
490 |             // Wire for the cross-section at v=0 (kissStart end). Three
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/SheetMetal.swift:508:17: warning: initialization of immutable value 'arcNormalCandidate' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
506 |             // projected to the cross-section plane. We pick the seamUnit
507 |             // sign so the arc bulges that way.
508 |             let arcNormalCandidate = seamUnit
    |                 `- warning: initialization of immutable value 'arcNormalCandidate' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
509 |             // Determine the sign empirically by checking which sign of
510 |             // arcNormal makes the arc midpoint lie on the open side.
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/SheetMetal.swift:546:17: warning: initialization of immutable value 'seamLength' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
544 |
545 |             // Extrude the cross-section face along the seam direction.
546 |             let seamLength = Vector3DMath.modulus(kissEnd - kissStart)
    |                 `- warning: initialization of immutable value 'seamLength' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
547 |             let extrudeVec = (kissEnd - kissStart)
548 |             // Extrude direction is from kissStart toward kissEnd; length
[45/93] Compiling OCCTSwift SheetLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/SheetMetal.swift:486:17: warning: initialization of immutable value 'aOuter1' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
484 |
485 |             let aOuter0 = kissStart + aOuterOffset
486 |             let aOuter1 = kissEnd   + aOuterOffset
    |                 `- warning: initialization of immutable value 'aOuter1' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
487 |             let bOuter0 = kissStart + bOuterOffset
488 |             let bOuter1 = kissEnd   + bOuterOffset
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/SheetMetal.swift:488:17: warning: initialization of immutable value 'bOuter1' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
486 |             let aOuter1 = kissEnd   + aOuterOffset
487 |             let bOuter0 = kissStart + bOuterOffset
488 |             let bOuter1 = kissEnd   + bOuterOffset
    |                 `- warning: initialization of immutable value 'bOuter1' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
489 |
490 |             // Wire for the cross-section at v=0 (kissStart end). Three
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/SheetMetal.swift:508:17: warning: initialization of immutable value 'arcNormalCandidate' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
506 |             // projected to the cross-section plane. We pick the seamUnit
507 |             // sign so the arc bulges that way.
508 |             let arcNormalCandidate = seamUnit
    |                 `- warning: initialization of immutable value 'arcNormalCandidate' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
509 |             // Determine the sign empirically by checking which sign of
510 |             // arcNormal makes the arc midpoint lie on the open side.
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/SheetMetal.swift:546:17: warning: initialization of immutable value 'seamLength' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
544 |
545 |             // Extrude the cross-section face along the seam direction.
546 |             let seamLength = Vector3DMath.modulus(kissEnd - kissStart)
    |                 `- warning: initialization of immutable value 'seamLength' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
547 |             let extrudeVec = (kissEnd - kissStart)
548 |             // Extrude direction is from kissStart toward kissEnd; length
[46/93] Compiling OCCTSwift SheetMetal.swift
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/SheetMetal.swift:486:17: warning: initialization of immutable value 'aOuter1' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
484 |
485 |             let aOuter0 = kissStart + aOuterOffset
486 |             let aOuter1 = kissEnd   + aOuterOffset
    |                 `- warning: initialization of immutable value 'aOuter1' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
487 |             let bOuter0 = kissStart + bOuterOffset
488 |             let bOuter1 = kissEnd   + bOuterOffset
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/SheetMetal.swift:488:17: warning: initialization of immutable value 'bOuter1' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
486 |             let aOuter1 = kissEnd   + aOuterOffset
487 |             let bOuter0 = kissStart + bOuterOffset
488 |             let bOuter1 = kissEnd   + bOuterOffset
    |                 `- warning: initialization of immutable value 'bOuter1' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
489 |
490 |             // Wire for the cross-section at v=0 (kissStart end). Three
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/SheetMetal.swift:508:17: warning: initialization of immutable value 'arcNormalCandidate' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
506 |             // projected to the cross-section plane. We pick the seamUnit
507 |             // sign so the arc bulges that way.
508 |             let arcNormalCandidate = seamUnit
    |                 `- warning: initialization of immutable value 'arcNormalCandidate' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
509 |             // Determine the sign empirically by checking which sign of
510 |             // arcNormal makes the arc midpoint lie on the open side.
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/SheetMetal.swift:546:17: warning: initialization of immutable value 'seamLength' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
544 |
545 |             // Extrude the cross-section face along the seam direction.
546 |             let seamLength = Vector3DMath.modulus(kissEnd - kissStart)
    |                 `- warning: initialization of immutable value 'seamLength' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
547 |             let extrudeVec = (kissEnd - kissStart)
548 |             // Extrude direction is from kissStart toward kissEnd; length
[47/93] Compiling OCCTSwift Sketch.swift
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/SheetMetal.swift:486:17: warning: initialization of immutable value 'aOuter1' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
484 |
485 |             let aOuter0 = kissStart + aOuterOffset
486 |             let aOuter1 = kissEnd   + aOuterOffset
    |                 `- warning: initialization of immutable value 'aOuter1' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
487 |             let bOuter0 = kissStart + bOuterOffset
488 |             let bOuter1 = kissEnd   + bOuterOffset
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/SheetMetal.swift:488:17: warning: initialization of immutable value 'bOuter1' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
486 |             let aOuter1 = kissEnd   + aOuterOffset
487 |             let bOuter0 = kissStart + bOuterOffset
488 |             let bOuter1 = kissEnd   + bOuterOffset
    |                 `- warning: initialization of immutable value 'bOuter1' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
489 |
490 |             // Wire for the cross-section at v=0 (kissStart end). Three
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/SheetMetal.swift:508:17: warning: initialization of immutable value 'arcNormalCandidate' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
506 |             // projected to the cross-section plane. We pick the seamUnit
507 |             // sign so the arc bulges that way.
508 |             let arcNormalCandidate = seamUnit
    |                 `- warning: initialization of immutable value 'arcNormalCandidate' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
509 |             // Determine the sign empirically by checking which sign of
510 |             // arcNormal makes the arc midpoint lie on the open side.
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/SheetMetal.swift:546:17: warning: initialization of immutable value 'seamLength' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
544 |
545 |             // Extrude the cross-section face along the seam direction.
546 |             let seamLength = Vector3DMath.modulus(kissEnd - kissStart)
    |                 `- warning: initialization of immutable value 'seamLength' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
547 |             let extrudeVec = (kissEnd - kissStart)
548 |             // Extrude direction is from kissStart toward kissEnd; length
[48/93] Compiling OCCTSwift Surface.swift
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/SheetMetal.swift:486:17: warning: initialization of immutable value 'aOuter1' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
484 |
485 |             let aOuter0 = kissStart + aOuterOffset
486 |             let aOuter1 = kissEnd   + aOuterOffset
    |                 `- warning: initialization of immutable value 'aOuter1' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
487 |             let bOuter0 = kissStart + bOuterOffset
488 |             let bOuter1 = kissEnd   + bOuterOffset
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/SheetMetal.swift:488:17: warning: initialization of immutable value 'bOuter1' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
486 |             let aOuter1 = kissEnd   + aOuterOffset
487 |             let bOuter0 = kissStart + bOuterOffset
488 |             let bOuter1 = kissEnd   + bOuterOffset
    |                 `- warning: initialization of immutable value 'bOuter1' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
489 |
490 |             // Wire for the cross-section at v=0 (kissStart end). Three
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/SheetMetal.swift:508:17: warning: initialization of immutable value 'arcNormalCandidate' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
506 |             // projected to the cross-section plane. We pick the seamUnit
507 |             // sign so the arc bulges that way.
508 |             let arcNormalCandidate = seamUnit
    |                 `- warning: initialization of immutable value 'arcNormalCandidate' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
509 |             // Determine the sign empirically by checking which sign of
510 |             // arcNormal makes the arc midpoint lie on the open side.
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/SheetMetal.swift:546:17: warning: initialization of immutable value 'seamLength' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
544 |
545 |             // Extrude the cross-section face along the seam direction.
546 |             let seamLength = Vector3DMath.modulus(kissEnd - kissStart)
    |                 `- warning: initialization of immutable value 'seamLength' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
547 |             let extrudeVec = (kissEnd - kissStart)
548 |             // Extrude direction is from kissStart toward kissEnd; length
[49/93] Compiling OCCTSwift Mesh.swift
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/Mesh.swift:208:24: warning: variable 'nFloats' was never mutated; consider changing to 'let' constant
206 |         let handle: OCCTMeshRef? = vertexFloats.withUnsafeBufferPointer { vbuf in
207 |             indices.withUnsafeBufferPointer { ibuf in
208 |                 if var nFloats = normalFloatsStorage {
    |                        `- warning: variable 'nFloats' was never mutated; consider changing to 'let' constant
209 |                     return nFloats.withUnsafeBufferPointer { nbuf in
210 |                         OCCTMeshCreateFromArrays(
[50/93] Compiling OCCTSwift OCCTSerialQueue.swift
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/Mesh.swift:208:24: warning: variable 'nFloats' was never mutated; consider changing to 'let' constant
206 |         let handle: OCCTMeshRef? = vertexFloats.withUnsafeBufferPointer { vbuf in
207 |             indices.withUnsafeBufferPointer { ibuf in
208 |                 if var nFloats = normalFloatsStorage {
    |                        `- warning: variable 'nFloats' was never mutated; consider changing to 'let' constant
209 |                     return nFloats.withUnsafeBufferPointer { nbuf in
210 |                         OCCTMeshCreateFromArrays(
[51/93] Compiling OCCTSwift PDFExporter.swift
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/Mesh.swift:208:24: warning: variable 'nFloats' was never mutated; consider changing to 'let' constant
206 |         let handle: OCCTMeshRef? = vertexFloats.withUnsafeBufferPointer { vbuf in
207 |             indices.withUnsafeBufferPointer { ibuf in
208 |                 if var nFloats = normalFloatsStorage {
    |                        `- warning: variable 'nFloats' was never mutated; consider changing to 'let' constant
209 |                     return nFloats.withUnsafeBufferPointer { nbuf in
210 |                         OCCTMeshCreateFromArrays(
[52/93] Compiling OCCTSwift Period.swift
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/Mesh.swift:208:24: warning: variable 'nFloats' was never mutated; consider changing to 'let' constant
206 |         let handle: OCCTMeshRef? = vertexFloats.withUnsafeBufferPointer { vbuf in
207 |             indices.withUnsafeBufferPointer { ibuf in
208 |                 if var nFloats = normalFloatsStorage {
    |                        `- warning: variable 'nFloats' was never mutated; consider changing to 'let' constant
209 |                     return nFloats.withUnsafeBufferPointer { nbuf in
210 |                         OCCTMeshCreateFromArrays(
[53/93] Compiling OCCTSwift PixMap.swift
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/Mesh.swift:208:24: warning: variable 'nFloats' was never mutated; consider changing to 'let' constant
206 |         let handle: OCCTMeshRef? = vertexFloats.withUnsafeBufferPointer { vbuf in
207 |             indices.withUnsafeBufferPointer { ibuf in
208 |                 if var nFloats = normalFloatsStorage {
    |                        `- warning: variable 'nFloats' was never mutated; consider changing to 'let' constant
209 |                     return nFloats.withUnsafeBufferPointer { nbuf in
210 |                         OCCTMeshCreateFromArrays(
[54/93] Compiling OCCTSwift PlateSolver.swift
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/Mesh.swift:208:24: warning: variable 'nFloats' was never mutated; consider changing to 'let' constant
206 |         let handle: OCCTMeshRef? = vertexFloats.withUnsafeBufferPointer { vbuf in
207 |             indices.withUnsafeBufferPointer { ibuf in
208 |                 if var nFloats = normalFloatsStorage {
    |                        `- warning: variable 'nFloats' was never mutated; consider changing to 'let' constant
209 |                     return nFloats.withUnsafeBufferPointer { nbuf in
210 |                         OCCTMeshCreateFromArrays(
[55/93] Compiling OCCTSwift Point2D.swift
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/Mesh.swift:208:24: warning: variable 'nFloats' was never mutated; consider changing to 'let' constant
206 |         let handle: OCCTMeshRef? = vertexFloats.withUnsafeBufferPointer { vbuf in
207 |             indices.withUnsafeBufferPointer { ibuf in
208 |                 if var nFloats = normalFloatsStorage {
    |                        `- warning: variable 'nFloats' was never mutated; consider changing to 'let' constant
209 |                     return nFloats.withUnsafeBufferPointer { nbuf in
210 |                         OCCTMeshCreateFromArrays(
[56/93] Compiling OCCTSwift Color.swift
[57/93] Compiling OCCTSwift ConstructionContext.swift
[58/93] Compiling OCCTSwift ConstructionEntity.swift
[59/93] Compiling OCCTSwift ConstructionLayer.swift
[60/93] Compiling OCCTSwift Curve2D.swift
[61/93] Compiling OCCTSwift Curve3D.swift
[62/93] Compiling OCCTSwift DXFExporter.swift
[63/93] Compiling OCCTSwift DrawingComposition.swift
[64/93] Compiling OCCTSwift DrawingDispatch.swift
[65/93] Compiling OCCTSwift DrawingSheet.swift
[66/93] Compiling OCCTSwift DrawingStyle.swift
[67/93] Compiling OCCTSwift DrawingSymbols.swift
[68/93] Compiling OCCTSwift DrawingThreadAnnotation.swift
[69/93] Compiling OCCTSwift Edge.swift
[70/93] Compiling OCCTSwift Annotation.swift
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/BRepGraph.swift:573:22: warning: 'init(cString:)' is deprecated: Use String(decoding: array, as: UTF8.self) instead, after truncating the null termination. [#DeprecatedDeclaration]
 571 |         }
 572 |         guard ok else { return nil }
 573 |         let opName = String(cString: opNameBuffer)
     |                      `- warning: 'init(cString:)' is deprecated: Use String(decoding: array, as: UTF8.self) instead, after truncating the null termination. [#DeprecatedDeclaration]
 574 |
 575 |         // Collect originals.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[71/93] Compiling OCCTSwift AxisPlacement2D.swift
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/BRepGraph.swift:573:22: warning: 'init(cString:)' is deprecated: Use String(decoding: array, as: UTF8.self) instead, after truncating the null termination. [#DeprecatedDeclaration]
 571 |         }
 572 |         guard ok else { return nil }
 573 |         let opName = String(cString: opNameBuffer)
     |                      `- warning: 'init(cString:)' is deprecated: Use String(decoding: array, as: UTF8.self) instead, after truncating the null termination. [#DeprecatedDeclaration]
 574 |
 575 |         // Collect originals.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[72/93] Compiling OCCTSwift BRepGraph.swift
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/BRepGraph.swift:573:22: warning: 'init(cString:)' is deprecated: Use String(decoding: array, as: UTF8.self) instead, after truncating the null termination. [#DeprecatedDeclaration]
 571 |         }
 572 |         guard ok else { return nil }
 573 |         let opName = String(cString: opNameBuffer)
     |                      `- warning: 'init(cString:)' is deprecated: Use String(decoding: array, as: UTF8.self) instead, after truncating the null termination. [#DeprecatedDeclaration]
 574 |
 575 |         // Collect originals.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[73/93] Compiling OCCTSwift BSplineApproxInterp.swift
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/BRepGraph.swift:573:22: warning: 'init(cString:)' is deprecated: Use String(decoding: array, as: UTF8.self) instead, after truncating the null termination. [#DeprecatedDeclaration]
 571 |         }
 572 |         guard ok else { return nil }
 573 |         let opName = String(cString: opNameBuffer)
     |                      `- warning: 'init(cString:)' is deprecated: Use String(decoding: array, as: UTF8.self) instead, after truncating the null termination. [#DeprecatedDeclaration]
 574 |
 575 |         // Collect originals.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[74/93] Compiling OCCTSwift BillOfMaterials.swift
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/BRepGraph.swift:573:22: warning: 'init(cString:)' is deprecated: Use String(decoding: array, as: UTF8.self) instead, after truncating the null termination. [#DeprecatedDeclaration]
 571 |         }
 572 |         guard ok else { return nil }
 573 |         let opName = String(cString: opNameBuffer)
     |                      `- warning: 'init(cString:)' is deprecated: Use String(decoding: array, as: UTF8.self) instead, after truncating the null termination. [#DeprecatedDeclaration]
 574 |
 575 |         // Collect originals.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[75/93] Compiling OCCTSwift Camera.swift
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/BRepGraph.swift:573:22: warning: 'init(cString:)' is deprecated: Use String(decoding: array, as: UTF8.self) instead, after truncating the null termination. [#DeprecatedDeclaration]
 571 |         }
 572 |         guard ok else { return nil }
 573 |         let opName = String(cString: opNameBuffer)
     |                      `- warning: 'init(cString:)' is deprecated: Use String(decoding: array, as: UTF8.self) instead, after truncating the null termination. [#DeprecatedDeclaration]
 574 |
 575 |         // Collect originals.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[76/93] Compiling OCCTSwift ClipPlane.swift
/Users/admin/builder/spi-builder-workspace/Sources/OCCTSwift/BRepGraph.swift:573:22: warning: 'init(cString:)' is deprecated: Use String(decoding: array, as: UTF8.self) instead, after truncating the null termination. [#DeprecatedDeclaration]
 571 |         }
 572 |         guard ok else { return nil }
 573 |         let opName = String(cString: opNameBuffer)
     |                      `- warning: 'init(cString:)' is deprecated: Use String(decoding: array, as: UTF8.self) instead, after truncating the null termination. [#DeprecatedDeclaration]
 574 |
 575 |         // Collect originals.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[77/93] Compiling OCCTSwift PolynomialSolver.swift
[78/93] Compiling OCCTSwift PresentationMesh.swift
[79/93] Compiling OCCTSwift SVGExporter.swift
[80/93] Compiling OCCTSwift Section2D.swift
[81/93] Compiling OCCTSwift Selection.swift
[82/93] Compiling OCCTSwift Selector.swift
[83/93] Compiling OCCTSwift Shape.swift
[84/93] Compiling OCCTSwift Date.swift
[85/93] Compiling OCCTSwift DisplayDrawer.swift
[86/93] Compiling OCCTSwift Document.swift
[87/93] Compiling OCCTSwift Drawing.swift
[88/93] Compiling OCCTSwift DrawingAnnotation.swift
[89/93] Compiling OCCTSwift DrawingAutoCenterlines.swift
[90/93] Compiling OCCTSwift DrawingAutoDimensions.swift
[91/95] Emitting module OCCTTest
/Users/admin/builder/spi-builder-workspace/Sources/OCCTTest/main.swift:22:20: warning: 'union(with:)' is deprecated: Use union(_:) to match subtracting(_:) and Set.union(_:) [#DeprecatedDeclaration]
 20 | print()
 21 | print("2. Boolean operations...")
 22 | let combined = box.union(with: cylinder.translated(by: [5, 0, 0])!)!
    |                    |- warning: 'union(with:)' is deprecated: Use union(_:) to match subtracting(_:) and Set.union(_:) [#DeprecatedDeclaration]
    |                    `- note: use 'union(_:)' instead
 23 | print("   - Union: \(combined.isValid ? "valid" : "invalid")")
 24 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[92/95] Compiling OCCTTest main.swift
/Users/admin/builder/spi-builder-workspace/Sources/OCCTTest/main.swift:22:20: warning: 'union(with:)' is deprecated: Use union(_:) to match subtracting(_:) and Set.union(_:) [#DeprecatedDeclaration]
 20 | print()
 21 | print("2. Boolean operations...")
 22 | let combined = box.union(with: cylinder.translated(by: [5, 0, 0])!)!
    |                    |- warning: 'union(with:)' is deprecated: Use union(_:) to match subtracting(_:) and Set.union(_:) [#DeprecatedDeclaration]
    |                    `- note: use 'union(_:)' instead
 23 | print("   - Union: \(combined.isValid ? "valid" : "invalid")")
 24 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[92/95] Write Objects.LinkFileList
[93/95] Linking OCCTTest
[94/95] Applying OCCTTest
Build complete! (33.59s)
Build complete.
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
  ],
  "manifest_display_name" : "OCCTSwift",
  "name" : "OCCTSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "OCCTSwift",
      "targets" : [
        "OCCTSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OCCTTest",
      "targets" : [
        "OCCTTest"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OCCTTest",
      "module_type" : "SwiftTarget",
      "name" : "OCCTTest",
      "path" : "Sources/OCCTTest",
      "product_memberships" : [
        "OCCTTest"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "OCCTSwift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "OCCTSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "OCCTSwiftTests",
      "path" : "Tests/OCCTSwiftTests",
      "sources" : [
        "ShapeTests.swift",
        "StressBoundaryConditionTests.swift",
        "StressBuilderLifecycleTests.swift",
        "StressChainDepthTests.swift",
        "StressConcurrencyTests.swift",
        "StressExhaustiveAPITests.swift",
        "StressFormatRoundTripTests.swift",
        "StressNullInvalidTests.swift",
        "StressTestFixtures.swift"
      ],
      "target_dependencies" : [
        "OCCTSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OCCTSwift",
      "module_type" : "SwiftTarget",
      "name" : "OCCTSwift",
      "path" : "Sources/OCCTSwift",
      "product_memberships" : [
        "OCCTSwift",
        "OCCTTest"
      ],
      "sources" : [
        "Annotation.swift",
        "AxisPlacement2D.swift",
        "BRepGraph.swift",
        "BSplineApproxInterp.swift",
        "BillOfMaterials.swift",
        "Camera.swift",
        "ClipPlane.swift",
        "Color.swift",
        "ConstructionContext.swift",
        "ConstructionEntity.swift",
        "ConstructionLayer.swift",
        "Curve2D.swift",
        "Curve3D.swift",
        "DXFExporter.swift",
        "Date.swift",
        "DisplayDrawer.swift",
        "Document.swift",
        "Drawing.swift",
        "DrawingAnnotation.swift",
        "DrawingAutoCenterlines.swift",
        "DrawingAutoDimensions.swift",
        "DrawingComposition.swift",
        "DrawingDispatch.swift",
        "DrawingSheet.swift",
        "DrawingStyle.swift",
        "DrawingSymbols.swift",
        "DrawingThreadAnnotation.swift",
        "Edge.swift",
        "Exporter.swift",
        "Face.swift",
        "FeatureRecognition.swift",
        "FeatureReconstructor.swift",
        "FillingSurface.swift",
        "FontManager.swift",
        "GDTWrite.swift",
        "HatchPattern.swift",
        "ImportProgress.swift",
        "KDTree.swift",
        "LawFunction.swift",
        "Material.swift",
        "MeasurementHelpers.swift",
        "MedialAxis.swift",
        "Mesh.swift",
        "OCCTSerialQueue.swift",
        "PDFExporter.swift",
        "Period.swift",
        "PixMap.swift",
        "PlateSolver.swift",
        "Point2D.swift",
        "PolynomialSolver.swift",
        "PresentationMesh.swift",
        "SVGExporter.swift",
        "Section2D.swift",
        "Selection.swift",
        "Selector.swift",
        "Shape.swift",
        "ShapeAxis.swift",
        "ShapeMeasurements.swift",
        "SheetLayout.swift",
        "SheetMetal.swift",
        "Sketch.swift",
        "Surface.swift",
        "ThreadFeatures.swift",
        "TopologyRef.swift",
        "Transform2D.swift",
        "Wire.swift",
        "WireOrder.swift",
        "ZLayerSettings.swift"
      ],
      "target_dependencies" : [
        "OCCTBridge"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OCCTBridge",
      "module_type" : "ClangTarget",
      "name" : "OCCTBridge",
      "path" : "Sources/OCCTBridge",
      "product_memberships" : [
        "OCCTSwift",
        "OCCTTest"
      ],
      "sources" : [
        "src/OCCTBridge.mm",
        "src/OCCTBridge_AIS.mm",
        "src/OCCTBridge_BRepGraph.mm",
        "src/OCCTBridge_Curve3D.mm",
        "src/OCCTBridge_Document.mm",
        "src/OCCTBridge_Geom2d.mm",
        "src/OCCTBridge_Healing.mm",
        "src/OCCTBridge_IO.mm",
        "src/OCCTBridge_Mesh.mm",
        "src/OCCTBridge_Modeling.mm",
        "src/OCCTBridge_ProjLib_NLPlate.mm",
        "src/OCCTBridge_Properties.mm",
        "src/OCCTBridge_Spatial.mm",
        "src/OCCTBridge_Surface.mm",
        "src/OCCTBridge_Topology.mm",
        "src/OCCTBridge_Visualization.mm"
      ],
      "target_dependencies" : [
        "OCCT"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OCCT",
      "module_type" : "BinaryTarget",
      "name" : "OCCT",
      "path" : "remote/archive/OCCT.xcframework.zip",
      "product_memberships" : [
        "OCCTSwift",
        "OCCTTest"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "6.1"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/gsdali/occtswift/v1.0.4
Repository:               gsdali/OCCTSwift
Swift version used:       6.3
Target:                   OCCTSwift
Extracting symbol information for 'OCCTSwift'...
Finished extracting symbol information for 'OCCTSwift'. (50.23s)
Building documentation for 'OCCTSwift'...
warning: Parameter 'coedgeIndex' is missing documentation
    --> Sources/OCCTSwift/BRepGraph.swift:1346:80-1346:80
1344 |
1345 |     /// Set the orientation of a coedge in its owning face.
1346 +     /// - Parameter orientation: 0=Forward, 1=Reversed, 2=Internal, 3=External.
     |         ╰─suggestion: Document 'coedgeIndex' parameter
1347 |     public func setCoEdgeOrientation(_ coedgeIndex: Int, orientation: Int) {
1348 |         OCCTBRepGraphSetCoEdgeOrientation(handle, Int32(coedgeIndex), Int32(orientation))
warning: Parameter 'edgeIndex' is missing documentation
    --> Sources/OCCTSwift/BRepGraph.swift:1374:99-1374:99
1372 |
1373 |     /// Add an internal vertex reference to an edge. Returns the new vertex-ref id, or nil on failure.
1374 +     /// - Parameter orientation: 0=Forward, 1=Reversed, 2=Internal, 3=External (default Internal).
     |         ╰─suggestion: Document 'edgeIndex' parameter
1375 |     public func edgeAddInternalVertex(_ edgeIndex: Int, vertexIndex: Int, orientation: Int = 2) -> Int? {
1376 |         let id = Int(OCCTBRepGraphEdgeAddInternalVertex(handle, Int32(edgeIndex), Int32(vertexIndex), Int32(orientation)))
warning: Parameter 'vertexIndex' is missing documentation
    --> Sources/OCCTSwift/BRepGraph.swift:1374:99-1374:99
1372 |
1373 |     /// Add an internal vertex reference to an edge. Returns the new vertex-ref id, or nil on failure.
1374 +     /// - Parameter orientation: 0=Forward, 1=Reversed, 2=Internal, 3=External (default Internal).
     |         ╰─suggestion: Document 'vertexIndex' parameter
1375 |     public func edgeAddInternalVertex(_ edgeIndex: Int, vertexIndex: Int, orientation: Int = 2) -> Int? {
1376 |         let id = Int(OCCTBRepGraphEdgeAddInternalVertex(handle, Int32(edgeIndex), Int32(vertexIndex), Int32(orientation)))
warning: Parameter 'face2' is missing documentation
    --> Sources/OCCTSwift/BRepGraph.swift:1575:80-1575:80
1573 |     /// the same edge/face with opposite orientations).
1574 |     ///
1575 +     /// - Parameter continuity: GeomAbs_Shape — 0=C0, 1=C1, 2=C2, 3=C3, 4=CN.
     |         ╰─suggestion: Document 'face2' parameter
1576 |     /// - Returns: `true` if written, `false` if the LayerRegularity layer is not registered.
1577 |     @discardableResult
warning: Parameter 'edgeIndex' is missing documentation
    --> Sources/OCCTSwift/BRepGraph.swift:1575:80-1575:80
1573 |     /// the same edge/face with opposite orientations).
1574 |     ///
1575 +     /// - Parameter continuity: GeomAbs_Shape — 0=C0, 1=C1, 2=C2, 3=C3, 4=CN.
     |         ╰─suggestion: Document 'edgeIndex' parameter
1576 |     /// - Returns: `true` if written, `false` if the LayerRegularity layer is not registered.
1577 |     @discardableResult
warning: Parameter 'face1' is missing documentation
    --> Sources/OCCTSwift/BRepGraph.swift:1575:80-1575:80
1573 |     /// the same edge/face with opposite orientations).
1574 |     ///
1575 +     /// - Parameter continuity: GeomAbs_Shape — 0=C0, 1=C1, 2=C2, 3=C3, 4=CN.
     |         ╰─suggestion: Document 'face1' parameter
1576 |     /// - Returns: `true` if written, `false` if the LayerRegularity layer is not registered.
1577 |     @discardableResult
warning: Parameter 'coedgeIndex' is missing documentation
    --> Sources/OCCTSwift/BRepGraph.swift:1595:67-1595:67
1593 |
1594 |     /// Assign or clear the PCurve bound to an existing coedge.
1595 +     /// - Parameter curve2D: pass nil to clear the PCurve binding.
     |         ╰─suggestion: Document 'coedgeIndex' parameter
1596 |     public func coEdgeSetPCurve(_ coedgeIndex: Int, curve2D: Curve2D?) {
1597 |         OCCTBRepGraphCoEdgeSetPCurve(handle, Int32(coedgeIndex), curve2D?.handle)
warning: Parameter 'placement' is missing documentation
    --> Sources/OCCTSwift/BRepGraph.swift:1672:82-1672:82
1670 |     /// Link two products via a fresh occurrence. Returns the new occurrence id and the new
1671 |     /// occurrence-ref id, or nil on failure.
1672 +     /// - Parameter parentOccurrenceIndex: pass nil for an unparented occurrence.
     |         ╰─suggestion: Document 'placement' parameter
1673 |     public func linkProducts(parentProductIndex: Int, referencedProductIndex: Int,
1674 |                               placement: [Double], parentOccurrenceIndex: Int? = nil)
warning: Parameter 'parentProductIndex' is missing documentation
    --> Sources/OCCTSwift/BRepGraph.swift:1672:82-1672:82
1670 |     /// Link two products via a fresh occurrence. Returns the new occurrence id and the new
1671 |     /// occurrence-ref id, or nil on failure.
1672 +     /// - Parameter parentOccurrenceIndex: pass nil for an unparented occurrence.
     |         ╰─suggestion: Document 'parentProductIndex' parameter
1673 |     public func linkProducts(parentProductIndex: Int, referencedProductIndex: Int,
1674 |                               placement: [Double], parentOccurrenceIndex: Int? = nil)
warning: Parameter 'referencedProductIndex' is missing documentation
    --> Sources/OCCTSwift/BRepGraph.swift:1672:82-1672:82
1670 |     /// Link two products via a fresh occurrence. Returns the new occurrence id and the new
1671 |     /// occurrence-ref id, or nil on failure.
1672 +     /// - Parameter parentOccurrenceIndex: pass nil for an unparented occurrence.
     |         ╰─suggestion: Document 'referencedProductIndex' parameter
1673 |     public func linkProducts(parentProductIndex: Int, referencedProductIndex: Int,
1674 |                               placement: [Double], parentOccurrenceIndex: Int? = nil)
warning: External name 'from' used to document parameter
    --> Sources/OCCTSwift/Curve3D.swift:1523:13-1523:17
1521 |     /// - Parameters:
1522 |     ///   - arcLength: Distance along the curve (positive = forward, negative = backward).
1523 +     ///   - from: Starting parameter (defaults to curve start).
     |             ╰─suggestion: Replace 'from' with 'startParam'
1524 |     /// - Returns: The parameter value at the specified arc length.
1525 |     public func parameterAtLength(_ arcLength: Double, from startParam: Double? = nil) -> Double {
warning: Parameter 'progress' is missing documentation
  --> Sources/OCCTSwift/Document.swift:29:46-29:46
27 |     /// Load a STEP file with full XDE support (assembly structure, names, colors, materials)
28 |     ///
29 +     /// - Parameter url: URL to the STEP file
   |                                              ╰─suggestion: Document 'progress' parameter
30 |     /// - Returns: Document containing the assembly structure
31 |     /// - Throws: `DocumentError` if loading fails
warning: External name 'from' used to document parameter
     --> Sources/OCCTSwift/Document.swift:10595:13-10595:17
10593 |     ///
10594 |     /// - Parameters:
10595 +     ///   - from: Lower bound of integration
      |             ╰─suggestion: Replace 'from' with 'lower'
10596 |     ///   - to: Upper bound of integration
10597 |     ///   - order: Order of Gauss quadrature (default 10)
warning: External name 'to' used to document parameter
     --> Sources/OCCTSwift/Document.swift:10596:13-10596:15
10594 |     /// - Parameters:
10595 |     ///   - from: Lower bound of integration
10596 +     ///   - to: Upper bound of integration
      |             ╰─suggestion: Replace 'to' with 'upper'
10597 |     ///   - order: Order of Gauss quadrature (default 10)
10598 |     ///   - function: Closure returning f(x) at x
warning: External name 'freeEdge' used to document parameter
  --> Sources/OCCTSwift/FillingSurface.swift:68:13-68:21
66 |     ///
67 |     /// - Parameters:
68 +     ///   - freeEdge: Edge to add as a free constraint
   |             ╰─suggestion: Replace 'freeEdge' with 'edge'
69 |     ///   - continuity: Continuity order at this edge (default .c0)
70 |     /// - Returns: true if the edge was added successfully
warning: Parameter 'progress' is missing documentation
   --> Sources/OCCTSwift/Shape.swift:881:92-881:92
879 |     /// - Parameters:
880 |     ///   - url: URL to the STEP file
881 +     ///   - unitInMeters: System length unit in meters (e.g. 0.001 for mm, 0.0254 for inch)
    |                                                                                            ╰─suggestion: Document 'progress' parameter
882 |     /// - Returns: The imported shape in the specified unit system
883 |     /// - Throws: ImportError if import fails
warning: Parameter 'progress' is missing documentation
   --> Sources/OCCTSwift/Shape.swift:982:62-982:62
980 |     /// still commonly used in manufacturing and older CAD systems.
981 |     ///
982 +     /// - Parameter url: URL to the IGES file (.igs or .iges)
    |                                                              ╰─suggestion: Document 'progress' parameter
983 |     /// - Returns: Imported shape
984 |     /// - Throws: ImportError if import fails
warning: Parameter 'dx, dy, dz' not found in type method declaration
    --> Sources/OCCTSwift/Shape.swift:3224:11-3224:39
3222 |     ///
3223 |     /// - Parameters:
3224 +     ///   - dx, dy, dz: Box dimensions
     |           ╰─suggestion: Remove 'dx, dy, dz' parameter documentation
3225 |     ///   - xmin, zmin, xmax, zmax: Top face bounds within the box
3226 |     /// - Returns: A wedge solid, or nil on failure
warning: Parameter 'xmin, zmin, xmax, zmax' not found in type method declaration
    --> Sources/OCCTSwift/Shape.swift:3225:11-3225:67
3223 |     /// - Parameters:
3224 |     ///   - dx, dy, dz: Box dimensions
3225 +     ///   - xmin, zmin, xmax, zmax: Top face bounds within the box
     |           ╰─suggestion: Remove 'xmin, zmin, xmax, zmax' parameter documentation
3226 |     /// - Returns: A wedge solid, or nil on failure
3227 |     public static func wedge(dx: Double, dy: Double, dz: Double,
warning: Parameter 'xmax' is missing documentation
    --> Sources/OCCTSwift/Shape.swift:3225:67-3225:67
3223 |     /// - Parameters:
3224 |     ///   - dx, dy, dz: Box dimensions
3225 +     ///   - xmin, zmin, xmax, zmax: Top face bounds within the box
     |                                                                   ╰─suggestion: Document 'xmax' parameter
3226 |     /// - Returns: A wedge solid, or nil on failure
3227 |     public static func wedge(dx: Double, dy: Double, dz: Double,
warning: Parameter 'zmax' is missing documentation
    --> Sources/OCCTSwift/Shape.swift:3225:67-3225:67
3223 |     /// - Parameters:
3224 |     ///   - dx, dy, dz: Box dimensions
3225 +     ///   - xmin, zmin, xmax, zmax: Top face bounds within the box
     |                                                                   ╰─suggestion: Document 'zmax' parameter
3226 |     /// - Returns: A wedge solid, or nil on failure
3227 |     public static func wedge(dx: Double, dy: Double, dz: Double,
warning: Parameter 'dx' is missing documentation
    --> Sources/OCCTSwift/Shape.swift:3225:67-3225:67
3223 |     /// - Parameters:
3224 |     ///   - dx, dy, dz: Box dimensions
3225 +     ///   - xmin, zmin, xmax, zmax: Top face bounds within the box
     |                                                                   ╰─suggestion: Document 'dx' parameter
3226 |     /// - Returns: A wedge solid, or nil on failure
3227 |     public static func wedge(dx: Double, dy: Double, dz: Double,
warning: Parameter 'xmin' is missing documentation
    --> Sources/OCCTSwift/Shape.swift:3225:67-3225:67
3223 |     /// - Parameters:
3224 |     ///   - dx, dy, dz: Box dimensions
3225 +     ///   - xmin, zmin, xmax, zmax: Top face bounds within the box
     |                                                                   ╰─suggestion: Document 'xmin' parameter
3226 |     /// - Returns: A wedge solid, or nil on failure
3227 |     public static func wedge(dx: Double, dy: Double, dz: Double,
warning: Parameter 'dy' is missing documentation
    --> Sources/OCCTSwift/Shape.swift:3225:67-3225:67
3223 |     /// - Parameters:
3224 |     ///   - dx, dy, dz: Box dimensions
3225 +     ///   - xmin, zmin, xmax, zmax: Top face bounds within the box
     |                                                                   ╰─suggestion: Document 'dy' parameter
3226 |     /// - Returns: A wedge solid, or nil on failure
3227 |     public static func wedge(dx: Double, dy: Double, dz: Double,
warning: Parameter 'zmin' is missing documentation
    --> Sources/OCCTSwift/Shape.swift:3225:67-3225:67
3223 |     /// - Parameters:
3224 |     ///   - dx, dy, dz: Box dimensions
3225 +     ///   - xmin, zmin, xmax, zmax: Top face bounds within the box
     |                                                                   ╰─suggestion: Document 'zmin' parameter
3226 |     /// - Returns: A wedge solid, or nil on failure
3227 |     public static func wedge(dx: Double, dy: Double, dz: Double,
warning: Parameter 'dz' is missing documentation
    --> Sources/OCCTSwift/Shape.swift:3225:67-3225:67
3223 |     /// - Parameters:
3224 |     ///   - dx, dy, dz: Box dimensions
3225 +     ///   - xmin, zmin, xmax, zmax: Top face bounds within the box
     |                                                                   ╰─suggestion: Document 'dz' parameter
3226 |     /// - Returns: A wedge solid, or nil on failure
3227 |     public static func wedge(dx: Double, dy: Double, dz: Double,
warning: External name 'from' used to document parameter
    --> Sources/OCCTSwift/Shape.swift:5814:13-5814:17
5812 |     /// - Parameters:
5813 |     ///   - direction: Direction vector of the sweep
5814 +     ///   - from: Start point of the sweep
     |             ╰─suggestion: Replace 'from' with 'start'
5815 |     ///   - to: End point of the sweep
5816 |     /// - Returns: The swept shape, or nil on failure
warning: External name 'to' used to document parameter
    --> Sources/OCCTSwift/Shape.swift:5815:13-5815:15
5813 |     ///   - direction: Direction vector of the sweep
5814 |     ///   - from: Start point of the sweep
5815 +     ///   - to: End point of the sweep
     |             ╰─suggestion: Replace 'to' with 'end'
5816 |     /// - Returns: The swept shape, or nil on failure
5817 |     public func localLinearForm(direction: SIMD3<Double>,
warning: Parameter 'sections' not found in type method declaration
    --> Sources/OCCTSwift/Surface.swift:1461:11-1461:65
1459 |     ///
1460 |     /// - Parameters:
1461 +     ///   - sections: Array of 3D curves defining cross-sections
     |           ╰─suggestion: Remove 'sections' parameter documentation
1462 |     ///   - params: Parameter values for each section (typically 0..1)
1463 |     /// - Returns: BSpline surface, or nil on failure
warning: Parameter 'curves' is missing documentation
    --> Sources/OCCTSwift/Surface.swift:1462:71-1462:71
1460 |     /// - Parameters:
1461 |     ///   - sections: Array of 3D curves defining cross-sections
1462 +     ///   - params: Parameter values for each section (typically 0..1)
     |           ╰─suggestion: Document 'curves' parameter
1463 |     /// - Returns: BSpline surface, or nil on failure
1464 |     public static func nSections(curves: [Curve3D], params: [Double]) -> Surface? {
warning: External name 'from' used to document parameter
   --> Sources/OCCTSwift/Wire.swift:179:13-179:17
177 |     ///
178 |     /// - Parameters:
179 +     ///   - from: Start point
    |             ╰─suggestion: Replace 'from' with 'start'
180 |     ///   - to: End point
181 |     /// - Returns: A wire consisting of a single straight edge, or nil if creation fails
warning: External name 'to' used to document parameter
   --> Sources/OCCTSwift/Wire.swift:180:13-180:15
178 |     /// - Parameters:
179 |     ///   - from: Start point
180 +     ///   - to: End point
    |             ╰─suggestion: Replace 'to' with 'end'
181 |     /// - Returns: A wire consisting of a single straight edge, or nil if creation fails
182 |     public static func line(from start: SIMD3<Double>, to end: SIMD3<Double>) -> Wire? {
Finished building documentation for 'OCCTSwift' (4.57s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/gsdali/occtswift/v1.0.4
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2287] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.27s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.5.0 (3.45s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3713] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.28s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.04s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.5.0
Building for debugging...
[0/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/54] Emitting module SymbolKit
[7/58] Compiling SymbolKit Names.swift
[8/58] Compiling SymbolKit SPI.swift
[9/58] Compiling SymbolKit Snippet.swift
[10/58] Compiling SymbolKit Extension.swift
[11/58] Compiling Snippets Snippet.swift
[12/58] Emitting module Snippets
[13/58] Compiling Snippets SnippetParser.swift
[14/58] Compiling Snippets SnippetLanguage.swift
[15/58] Compiling SymbolKit DeclarationFragments.swift
[16/58] Compiling SymbolKit Fragment.swift
[17/58] Compiling SymbolKit FragmentKind.swift
[18/58] Compiling SymbolKit FunctionParameter.swift
[19/58] Compiling SymbolKit FunctionSignature.swift
[20/58] Compiling SymbolKit Mixin+Equals.swift
[21/58] Compiling SymbolKit Mixin+Hash.swift
[22/58] Compiling SymbolKit Mixin.swift
[23/58] Compiling SymbolKit LineList.swift
[24/58] Compiling SymbolKit Position.swift
[25/58] Compiling SymbolKit Relationship.swift
[26/58] Compiling SymbolKit RelationshipKind.swift
[27/58] Compiling SymbolKit SourceOrigin.swift
[28/58] Compiling SymbolKit GenericConstraints.swift
[29/58] Compiling SymbolKit Swift.swift
[30/58] Compiling SymbolKit Symbol.swift
[31/58] Compiling SymbolKit SymbolKind.swift
[32/58] Compiling SymbolKit SymbolGraph.swift
[33/58] Compiling SymbolKit GraphCollector.swift
[34/58] Compiling SymbolKit GenericConstraint.swift
[35/58] Compiling SymbolKit GenericParameter.swift
[36/58] Compiling SymbolKit Generics.swift
[37/58] Compiling SymbolKit Namespace.swift
[38/58] Compiling SymbolKit SemanticVersion.swift
[39/58] Compiling SymbolKit AccessControl.swift
[40/58] Compiling SymbolKit Availability.swift
[41/58] Compiling SymbolKit AvailabilityItem.swift
[42/58] Compiling SymbolKit Domain.swift
[43/58] Compiling SymbolKit Identifier.swift
[44/58] Compiling SymbolKit KindIdentifier.swift
[45/58] Compiling SymbolKit Location.swift
[46/58] Compiling SymbolKit Mutability.swift
[47/58] Compiling SymbolKit SourceRange.swift
[48/58] Compiling SymbolKit Metadata.swift
[49/58] Compiling SymbolKit Module.swift
[50/58] Compiling SymbolKit OperatingSystem.swift
[51/58] Compiling SymbolKit Platform.swift
[52/58] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[53/58] Compiling SymbolKit UnifiedSymbol.swift
[54/58] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[55/58] Compiling SymbolKit UnifiedSymbolGraph.swift
[56/62] Compiling snippet_extract URL+Status.swift
[57/62] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/62] Compiling snippet_extract SnippetBuildCommand.swift
[59/62] Emitting module snippet_extract
[59/62] Write Objects.LinkFileList
[60/62] Linking snippet-extract-tool
[61/62] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.81s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'OCCTSwift' complete! (0.29s)
   15076
81	/Users/admin/builder/spi-builder-workspace/.docs/gsdali/occtswift/v1.0.4
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/gsdali/occtswift/v1.0.4
File count: 15076
Doc size:   81.0MB
Preparing doc bundle ...
Uploading prod-gsdali-occtswift-v1.0.4-a9b517bb.zip to s3://spi-docs-inbox/prod-gsdali-occtswift-v1.0.4-a9b517bb.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.