What's Changed
- Include the path to the platform's PrivateFrameworks directory in DYLD_FRAMEWORK_PATH when launching test runners by @stmontgomery in https://github.com/swiftlang/swift-package-manager/pull/8199
- Re-enable APIDiff tests by @yyvch in https://github.com/swiftlang/swift-package-manager/pull/8196
- use closefrom(2) on platforms supports it to reduce race condition window by @mi...