Using adjust with swift code results in an error. ``` Undefined symbols for architecture x86_64: "_ADJEnvironmentSandbox", referenced from: ... ``` Removing the static keyword from the constants in Adjust.h fixes this issue but results in duplicate symbol errors.