A quick reimplementation of the venerable Windows SDK GUUID tool that provides a simple and consistent graphical interface for generating GUUID's. Originally written in Objective-C, this version is fully implemented using Swift and SwiftUI.
Useful for quickly generating Globally Unique Id. While pervasive in Windows development, they have broad uses in development. This is just a quick and dirty tool that we use daily and wish to share it with others. For those that need a command line tool, macOS ships with one: uuidgen that does the same thing.