@@ -1059,6 +1059,7 @@ extension AllTests.AnalyzerTests {
1059
1059
// points to the correct version of Xcode!
1060
1060
try await withDependencies {
1061
1061
$0. fileManager. fileExists = FileManagerClient . liveValue. fileExists ( atPath: )
1062
+ $0. logger = . noop
1062
1063
$0. shell = . liveValue
1063
1064
} operation: {
1064
1065
// setup
@@ -1080,6 +1081,7 @@ extension AllTests.AnalyzerTests {
1080
1081
// See also https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/issues/1441
1081
1082
try await withDependencies {
1082
1083
$0. fileManager. fileExists = FileManagerClient . liveValue. fileExists ( atPath: )
1084
+ $0. logger = . noop
1083
1085
$0. shell = . liveValue
1084
1086
} operation: {
1085
1087
// setup
@@ -1100,6 +1102,7 @@ extension AllTests.AnalyzerTests {
1100
1102
// points to the correct version of Xcode!
1101
1103
try await withDependencies {
1102
1104
$0. fileManager. fileExists = FileManagerClient . liveValue. fileExists ( atPath: )
1105
+ $0. logger = . noop
1103
1106
$0. shell = . liveValue
1104
1107
} operation: {
1105
1108
// setup
@@ -1126,6 +1129,9 @@ extension AllTests.AnalyzerTests {
1126
1129
// NB: If this test fails on macOS make sure xcode-select -p
1127
1130
// points to the correct version of Xcode!
1128
1131
// setup
1132
+ try await withDependencies {
1133
+ $0. logger = . noop
1134
+ } operation: {
1129
1135
try await withTempDir { @Sendable tempDir in
1130
1136
let fixture = fixturesDirectory ( )
1131
1137
. appendingPathComponent ( " 5.9-Package-swift " ) . path
@@ -1149,6 +1155,7 @@ extension AllTests.AnalyzerTests {
1149
1155
#endif
1150
1156
}
1151
1157
}
1158
+ }
1152
1159
1153
1160
@Test func issue_577( ) async throws {
1154
1161
// Duplicate "latest release" versions
0 commit comments