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
{{ message }}
This repository was archived by the owner on Nov 29, 2025. It is now read-only.
Is it intentional for
carton testto be invoked twice?Running
swift run carton test --helpresults in:Running "foo/bar/swift" "--triple" "wasm32-unknown-wasi" "--scratch-path" "foo/bar/carton" "plugin" "carton-test" "internal-get-build-command" "--help" "--output" "/var/folders/yd/46wg9ss97qz_57g5zygqwsq40000gn/T/carton-Q3qrvQ"and
Running "foo/bar/swift" "package" "--triple" "wasm32-unknown-wasi" "--scratch-path" "foo/bar/carton" "--disable-sandbox" "plugin" "carton-test" "--help"so the help menu prints out twice. Is this intentional?