HavenAcknowledgments
A SwiftUI view that shows third-party licence notices for your Swift packages.
HavenAcknowledgments scans your project dependencies at build time and shows their licences in a ready-made SwiftUI view. It reads Package.resolved, detects the licence type, and builds a searchable list your users can browse.
Features
Automatic scanning
The package finds licences on its own at build time. It recognises MIT, Apache 2.0, BSD, GPL, and more than 25 other types through SPDX identifiers.
Native navigation
Uses NavigationSplitView on macOS and NavigationStack on iOS, so the view fits each platform.
Manual entries
You can add licences by hand for vendored or non-SPM dependencies.
Localisation
Translated into 50 languages, including right-to-left scripts.
Platforms
iOS 26+, macOS 26+
Licence
BSD 3-Clause