Download Latest Version ArgumentParser 1.7.2 source code.zip (856.7 kB)
Email in envelope

Get an email when there's a new version of Swift Argument Parser

Home / 1.8.1
Name Modified Size InfoDownloads / Week
Parent folder
ArgumentParser 1.8.1 source code.tar.gz 2026-05-27 709.6 kB
ArgumentParser 1.8.1 source code.zip 2026-05-27 876.3 kB
README.md 2026-05-27 574 Bytes
Totals: 3 Items   1.6 MB 0

Fixes

  • Reverts a source compatibility regression in the 1.8.0 release, where existing calls to ParsableCommand.parse() and .parseAsRoot() were pre-empted by new async versions. The new asynchronous entry points are now named asyncParse() and asyncParseAsRoot(), respectively. Clients that have already updated their code with the await keyword can resolve the new warning by calling the new APIs or by removing the keyword. (#908)
  • Resolves an issue with the generate-manual plugin that selected the wrong destination for the generated manual. (#910)
Source: README.md, updated 2026-05-27