As of edition 2024, it's unsafe for build scripts to set environment variables the old fashioned way, so a safe way to set them on Commands spawned inside the Build would be very useful. It looks like the __set_env method does exactly this, but there must be a reason it's hidden?