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
.error("Invalid first character (\(firstCharater)) in trait \(trait). The first character must be a Unicode XID start character (most letters), a digit, or _.")
XCTAssertEqual(firstDiagnostic.message,"Invalid first character (\(traitName.first!)) in trait \(traitName). The first character must be a Unicode XID start character (most letters), a digit, or _.")
116
+
XCTAssertEqual(firstDiagnostic.message,"Invalid trait name \(traitName). Trait names must be valid Swift identifiers")
118
117
}
119
118
}
120
119
@@ -129,7 +128,6 @@ final class TraitLoadingTests: PackageDescriptionLoadingTests {
0 commit comments