From fbbfa1df42a1fcd9900203f7faecf837f637469a Mon Sep 17 00:00:00 2001 From: gsdali <51393997+gsdali@users.noreply.github.com> Date: Sat, 18 Jul 2026 13:34:29 +1000 Subject: [PATCH] =?UTF-8?q?Repin=20OCCTSwift=20floor=20to=201.12.3=20(thre?= =?UTF-8?q?ad-safe=20fillet,=20#298)=20=E2=80=94=20v1.4.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OCCTSwift v1.12.3 carries kernel patch 0003 making 3D fillet/chamfer reentrant across threads (#298 / upstream OCCT#1374). Ecosystem-wide floor bump. 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 bc6fa1d..8991fb8 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.8.0"), + occtDep("OCCTSwift", from: "1.12.3"), // ≥1.12.3: thread-safe 3D fillet/chamfer (#298, kernel patch 0003) // 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