Component Qualification Plan
Addresses: ISO 26262-8 12.4.1 e
Clause 12 governs pre-existing software integrated into the product.
The slint-sc runtime ships in the customer’s binary, so it’s qualified this way, and verified rather than validated as a tool.
Tools are the subject of Clause 11 instead, and are evaluated in the Tool Evaluation Report.
The specification of the runtime is in the Component Documentation.
Activities
Section titled “Activities”12.4.2.2 asks the verification of the component to show three things.
| Asks for | How |
|---|---|
| a) Requirement coverage, per ISO 26262-6 Clause 9 | Every paragraph of the rendering model and the generated code contract is traced to at least one test. See the Traceability Matrix. |
| b) Normal operating conditions and behavior in the case of failure | The runtime test cases cover both, such as a frame buffer of the wrong size. See Test Suites. |
| c) No known errors that may violate a safety requirement | Known Problems |
The runtime is also held at complete line, function, region, and branch coverage. 12.4.2.3 asks for structural coverage only at ASIL D; see Coverage Criteria for why we measure it anyway.
The verification is valid only for the unchanged implementation, as 12.4.2.4 asks. The Test Results chapter records the commit it was run on.
Dependencies
Section titled “Dependencies”The runtime crate has zero dependencies: no other crates, no std, no alloc.
There is nothing below it to qualify, and nothing whose failure it inherits.
The compiler uses external crates, but it’s a tool: its dependencies are covered by its tool qualification rather than by component qualification, because none of its code ships in the product.
Should the runtime ever gain a dependency, that dependency becomes Software of Unknown Provenance (SOUP). It must then undergo rigorous evaluation before integration, including static analysis, functional testing, and security auditing, to justify its reuse in a safety-related context.
© 2026 SixtyFPS GmbH