Skip to content

Conversation

@jmschonfeld
Copy link
Contributor

Windows swift-ci is currently failing on the swift repo because the name of Object produced by FoundationEssentials does not match the name produced by the unit tests (the context of the type is different, in FoundationEssentials it's unknown but in the unit test file it's based on the file name). To resolve this, I moved Object to the global scope and marked it as internal so its name is consistently FoundationEssentialsTests.PredicateTestObject instead of including a potentially changing intermediate context scope.

@jmschonfeld
Copy link
Contributor Author

@swift-ci please test

@jmschonfeld jmschonfeld merged commit a3b92f8 into swiftlang:main Jun 18, 2025
15 checks passed
@jmschonfeld jmschonfeld deleted the predicate-ci-failure branch June 18, 2025 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants