You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Is it reproducible with SwiftPM command-line tools:
swift build
,swift test
,swift package
etc?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:
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
The text was updated successfully, but these errors were encountered: