Open
0 of 1 issue completedOpen
0 of 1 issue completed
Description
Is it reproducible with SwiftPM command-line tools: swift build
, swift test
, swift package
etc?
- Confirmed reproduction steps with SwiftPM CLI. The description text must include reproduction steps with either of command-line SwiftPM commands,
swift build
,swift test
,swift package
etc.
Description
The following error is reported when building certain packages with the swiftbuild build system on an Amazon Linux 2 system:
error: working-directory unsupported on this platform
See #8558 for two automated tests that exhibit this error on AL2.
Expected behavior
It is expected that Amazon Linux 2 should work like the other Linux platforms.
Actual behavior
This error is thrown when running certain types of packages, possibly involving plugins.
Steps to reproduce
No response
Swift Package Manager version/commit hash
main
Swift & OS version (output of swift --version ; uname -a
)
No response