This document records the executable conformance surface shipped in
moot-core v1.0.37, generated from canonical source commit 1ea9e910eb626806f4452aef03d063c04b60c82a.
It replaces the venue-bootstrap placeholder; package source is loaded.
Run both language suites from the repository root:
swift test
cargo test --workspace --lockedThe locked Cargo workspace, root Swift package, and package-level tests are the executable contract. A release is conforming only when the gates relevant to its loaded packages pass; this inventory does not stand in for their output.
| Package | Swift test sources | Rust test sources | Named conformance/vector evidence |
|---|---|---|---|
IntellectusLib |
1 | 1 | 0 |
SubstrateTypes |
30 | 0 | 0 |
SubstrateKernel |
10 | 2 | 1 |
SubstrateML |
54 | 3 | 2 |
SubstrateLib |
15 | 5 | 6 |
EngramLib |
2 | 1 | 0 |
SubstrateKernel:packages/libs/SubstrateKernel/rust/tests/avx512_hamming_conformance.rsSubstrateML:packages/libs/SubstrateML/Tests/SubstrateMLTests/DistillationConformanceTests.swift,packages/libs/SubstrateML/rust/tests/distillation_conformance.rsSubstrateLib:packages/libs/SubstrateLib/Tests/SubstrateLibConformanceTests/BitmapFieldConstantsConformanceTests.swift,packages/libs/SubstrateLib/Tests/SubstrateLibConformanceTests/SubstrateLibConformanceTests.swift,packages/libs/SubstrateLib/Tests/SubstrateLibConformanceTests/WireFormatConformanceTests.swift,packages/libs/SubstrateLib/rust/tests/bitmap_field_constants_conformance.rs,packages/libs/SubstrateLib/rust/tests/float_simhash_swift_conformance.rs,packages/libs/SubstrateLib/rust/tests/wire_format_conformance.rs
Some packages use shared vectors for byte-for-byte agreement. Others use
mirrored Swift and Rust test sections for behavioral parity. The package
documentation linked from PACKAGE_MAP.md states which
contract applies to each package.