swiftlang / swift-package-manager

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

Fix a bunch of concurrency related warnings #7728

Closed AndrewHoos closed 21 hours ago

AndrewHoos commented 2 days ago

Fixed Sendable warnings

Motivation:

Get SPM ready to adopt swift 6 mode

Modifications:

Added Sendable annotations to several clearly Sendable/safe types

Result:

Fewer warnings that will be errors in Swift 6

AndrewHoos commented 2 days ago

@swift-ci test