Skip to content

v1.6.3

Latest

Choose a tag to compare

@gsdali gsdali released this 19 Aug 14:27
· 6 commits to main since this release
ada3ee2

Migrates occtkit's OCCTSwiftTools/OCCTSwiftAIS dependencies onto OCCTSwiftInteraction, the package they (and OCCTSwiftCADKit) merged into (SecondMouseAU/ecosystem#42, #43).

The old OCCTSwiftTools/OCCTSwiftAIS repos are archived, not deleted, so this package kept building against them. But SwiftPM enforces target-name uniqueness across the whole transitive package graph before any per-consumer product pruning, so any graph containing both this repo and something depending on OCCTSwiftInteraction directly failed outright with a hard resolution error, not a version-range conflict. That blocked OCCTMCP#182 from repinning, since OCCTMCP depends on both packages.

Per OCCTSwiftInteraction's docs/MIGRATION.md, this is a manifest-only change. import OCCTSwiftTools / import OCCTSwiftAIS lines are unchanged, since each stayed its own SwiftPM target inside the merged package; only the package: label on each product moved.

This release unblocks OCCTMCP#182 and the other consumers behind this repo in OCCTSwiftInteraction's migration wave table.

Closes #122.