You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Motivation:
I found that the `FileRuleDescription` doesn't conform to `Sendable`;
due to this, some products fail to build for Swift 6.
### Modifications:
Some structs conform to `Sendable`
### Result:
I passed to build on the latest Swift 6.0 snapshot.
```
# swift 6.0 4/30
TOOLCHAINS=org.swift.600202404301a swift build
```
0 commit comments