Swift compiler may be invoked without object in the *-OutputFileMap.json. Example: when Xcode builds a swiftmodule in an "index build", passes a simplified swift file compilation info (empty in practice).
This PR does not require the object property and in such case, just don't create one.
Swift compiler may be invoked without
object
in the*-OutputFileMap.json
. Example: when Xcode builds a swiftmodule in an "index build", passes a simplified swift file compilation info (empty in practice). This PR does not require theobject
property and in such case, just don't create one.*-OutputFileMap.json
in the 'indexbuild' action:*-OutputFileMap.json
in the 'build' action: