From 3cfbdef05b17aa41382c9f5cbb096f045c3b1713 Mon Sep 17 00:00:00 2001 From: gsdali <51393997+gsdali@users.noreply.github.com> Date: Mon, 20 Jul 2026 06:43:16 +1000 Subject: [PATCH] =?UTF-8?q?Repin=20OCCTSwift=20floor=20to=201.12.9=20(#318?= =?UTF-8?q?=20+=20#323=20crash/hang=20fixes)=20=E2=80=94=20v1.4.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OCCTSwift v1.12.9 carries kernel patches 0006-0009. 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 1b62798..f29b5f7 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.7"), // ≥1.12.7: kernel crash fixes (fillet #298, free-bounds #310, ShapeFix_Face null-context #317) + occtDep("OCCTSwift", from: "1.12.9"), // ≥1.12.9: OCCT kernel crash/hang fixes through #318 and #323 (patches 0003-0009) // 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