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
tryawait tester.checkBuild(runDestination:.macOS, buildRequest:parameterizedBuildRequest(params)){ results in
4970
+
results.checkWarning(.contains("Enabling the Swift language feature 'MemberImportVisibility' will become a requirement in the future; set 'SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES'"))
4971
+
results.checkNoDiagnostics()
4972
+
}
4973
+
tryawait tester.checkBuild(runDestination:.macOS, buildRequest: cleanRequest){ results in results.checkNoErrors()}
0 commit comments