These were added before Xcode's build system supported copying swiftdoc files on its own.
They've been harmless for the last several years, but because they hard-coded x86_64, it means they don't work when building PlaygroundSupport.framework (or the legacy XCPlayground.framework) for arm64 only.
As a result, this commit removes these vestigial build phases; Xcode's built-in support for swiftdoc files is better than these ever were.
…phases for copying swiftdoc files.
These were added before Xcode's build system supported copying swiftdoc files on its own. They've been harmless for the last several years, but because they hard-coded
x86_64
, it means they don't work when building PlaygroundSupport.framework (or the legacy XCPlayground.framework) forarm64
only. As a result, this commit removes these vestigial build phases; Xcode's built-in support for swiftdoc files is better than these ever were.This addresses rdar://problem/75513867.
(cherry picked from commit 8d91971bbf52ff6251b719d85e282f91c18cd06e)