swiftlang / swift-package-manager

The Package Manager for the Swift Programming Language
Apache License 2.0
9.65k stars 1.31k forks source link

Remove `Sendable` conformance on `Bundle` from SwiftPM #7652

Closed MaxDesiatov closed 3 weeks ago

MaxDesiatov commented 3 weeks ago

Foundation added this conformance on their side in main (https://github.com/apple/swift-corelibs-foundation/pull/4963) and release/6.0 (https://github.com/apple/swift-corelibs-foundation/pull/4978).

rdar://129599679

MaxDesiatov commented 3 weeks ago

@swift-ci test

MaxDesiatov commented 3 weeks ago

@swift-ci test macos