These warnings occur when building with the default template on macOS.
name is only ever assigned via string literals, which can cause warnings, as string literals have a const qualifier associated with them. This is only ever used for information display in console printouts, so this is a safe change to make.
-Not all pertitent information is printed out. -Extraction is pretty much supported, though. -TODO: CERT stuff, decryption, title ID fetching...