project_future.py [1252:1258]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            project=self.project['path'],
                            compatibility=self.version['version'],
                            commit=version_commit,
                            action_target = dict_get(self.action, 'scheme', 'target', default="Swift Package")
                        )
            if 'destination' in self.action:
                error_str += ', ' + self.action['destination']
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



project_future.py [1287:1293]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            project=self.project['path'],
                            compatibility=self.version['version'],
                            commit=version_commit,
                            action_target = dict_get(self.action, 'scheme', 'target', default="Swift Package")
                        )
            if 'destination' in self.action:
                error_str += ', ' + self.action['destination']
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



