Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Docs/Verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ fix behavior. The detailed defensive assessment is in the
- The Linux release archive contained an x86_64 ELF executable that reported
version 1.0.0 inside the Swift 6.3.3 Jammy container.
- Source-archive and checksum self-tests passed.
- The Homebrew formula passed `brew audit --strict`, built and installed
version 1.0.0 from the published source archive through a temporary local
tap, returned `1.0.0` from the installed executable, and passed its
`brew test` block. The temporary installation and tap were removed after
verification.
- The composite Action consumer fixture passed, and both workflows passed
actionlint 1.7.12.

Expand Down
Loading