From 0e26e74519fc447ff0f8a1e58675f48a475f066d Mon Sep 17 00:00:00 2001 From: gsdali <51393997+gsdali@users.noreply.github.com> Date: Sun, 19 Jul 2026 22:27:26 +1000 Subject: [PATCH] =?UTF-8?q?Repin=20OCCTSwift=20floor=20to=201.12.7=20(#317?= =?UTF-8?q?=20ShapeFix=5FFace=20null-context=20crash)=20=E2=80=94=20v1.4.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OCCTSwift v1.12.7 carries kernel patch 0005 (ShapeFix_Face null-Context guard, fixing the SIGSEGV in #317), on top of free-bounds (#310) and fillet (#298). Manifest-only. Co-Authored-By: Claude Opus 4.8 (1M context) --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index b04e671..1b62798 100644 --- a/Package.swift +++ b/Package.swift @@ -86,7 +86,7 @@ let package = Package( // orientation #170, concave/convex/edges(where:) #171) are unchanged. // 1.8.0 adds Exporter.writeBREP(allowInvalid:) for the load-brep / // import `--allow-invalid` flags (OCCTMCP #41). - occtDep("OCCTSwift", from: "1.12.6"), // ≥1.12.6: kernel fixes — thread-safe fillet (#298) + free-bounds crash (#310) + occtDep("OCCTSwift", from: "1.12.7"), // ≥1.12.7: kernel crash fixes (fillet #298, free-bounds #310, ShapeFix_Face null-context #317) // RenderPreview rasterizes through Viewport's OffscreenRenderer. // Floored at v1.0.4: v1.0.3 fixes an uncatchable quantize() crash on // body load (Viewport #30) and v1.0.4 makes the published Viewport