Closed jakepetroules closed 3 months ago
It is expected behavior of the swift-build build system to copy links as-is, so presenting these as symlinks results in broken symlinks being present in the produced resource bundles, which won't work properly.
On Windows, it even causes the build entirely to fail due to a related bug: https://github.com/apple/swift-foundation/issues/845
This is a regression from #226. Convert these to flat files instead.
@swift-ci please test
@swift-server-bot test this please
It is expected behavior of the swift-build build system to copy links as-is, so presenting these as symlinks results in broken symlinks being present in the produced resource bundles, which won't work properly.
On Windows, it even causes the build entirely to fail due to a related bug: https://github.com/apple/swift-foundation/issues/845
This is a regression from #226. Convert these to flat files instead.