feat(swift): add Swift module (#1261)

This commit is contained in:
Dario Vladović
2020-07-29 17:36:49 +02:00
committed by GitHub
parent 1acce65462
commit feb4124cac
9 changed files with 190 additions and 0 deletions
+8
View File
@@ -123,6 +123,14 @@ active boot switches: -d:release\n",
stdout: String::from("ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu]\n"),
stderr: String::default(),
}),
"swift --version" => Some(CommandOutput {
stdout: String::from(
"\
Apple Swift version 5.2.2 (swiftlang-1103.0.32.6 clang-1103.0.32.51)
Target: x86_64-apple-darwin19.4.0\n",
),
stderr: String::default(),
}),
"zig version" => Some(CommandOutput {
stdout: String::from("0.6.0\n"),
stderr: String::default(),