in Xcode/AppleURLSearcher.py [0:0]
def output_result(self, url):
"""Output the desired result."""
# The final entry is the highest one
self.output("Full URL: %s" % url)
self.env[self.env["result_output_var_name"]] = url
self.output_variables = {}
self.output_variables[self.env["result_output_var_name"]] = url