swiftlang / swift-source-compat-suite

The infrastructure and project index comprising the Swift source compatibility suite.
Apache License 2.0
284 stars 150 forks source link

Update SwiftFoundation to include Predicate variadic generics support #828

Closed iCharlesHu closed 1 year ago

iCharlesHu commented 1 year ago

The current pinned version does not contain Predicate variadic generics, which is an area we are seeing a lot of the compact issues. Let's update the version to include that (introduced with https://github.com/apple/swift-foundation/pull/178).

This commit has been tested here. It passed both macOS and Linux tests.

iCharlesHu commented 1 year ago

@swift-ci Please test source compatibility

shahmishal commented 1 year ago

@swift-ci test

iCharlesHu commented 1 year ago

@shahmishal it seems like swift-foundation passed? From the log

PASS: swift-foundation, 5.9, db11c3, Swift Package
justice-adams-apple commented 1 year ago

Looks like the only failure was MovieSwift upassing, a known issue (unrelated to this PR). This LGTM

iCharlesHu commented 1 year ago

@swift-ci please test

justice-adams-apple commented 1 year ago

@swift-ci please test