From 113493ea1f116407b3ef54639f4f3d0031769796 Mon Sep 17 00:00:00 2001 From: gsdali <51393997+gsdali@users.noreply.github.com> Date: Sun, 19 Jul 2026 16:36:12 +1000 Subject: [PATCH] =?UTF-8?q?Repin=20OCCTSwift=20floor=20to=201.12.6=20(#298?= =?UTF-8?q?=20fillet=20+=20#310=20free-bounds=20crash)=20=E2=80=94=20v1.4.?= =?UTF-8?q?4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OCCTSwift v1.12.6 carries kernel patch 0004 (ShapeAnalysis_FreeBounds no longer returns null owires on empty input — the uncatchable SIGSEGV in #310), on top of the thread-safe-fillet patch 0003 (#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 8991fb8..b04e671 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.3"), // ≥1.12.3: thread-safe 3D fillet/chamfer (#298, kernel patch 0003) + occtDep("OCCTSwift", from: "1.12.6"), // ≥1.12.6: kernel fixes — thread-safe fillet (#298) + free-bounds crash (#310) // 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