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

Fix CI failures (swift-sdk-generator, penny-bot, swift-distributed-tracing) #921

Closed MaxDesiatov closed 5 months ago

MaxDesiatov commented 5 months ago

Pull Request Description

This fixes swift-sdk-generator compat suite failures.

Acceptance Criteria

To be accepted into the Swift source compatibility test suite, a project must:

Ensure project meets all listed requirements before submitting a pull request.

MaxDesiatov commented 5 months ago

@swift-ci test

MaxDesiatov commented 5 months ago

@swift-ci test

MaxDesiatov commented 5 months ago

@swift-ci test

MaxDesiatov commented 5 months ago

@swift-ci test

MaxDesiatov commented 5 months ago

@swift-ci test

bnbarham commented 5 months ago

@swift-ci please test

MaxDesiatov commented 5 months ago

@swift-ci test

justice-adams-apple commented 5 months ago

227 |         defer { span.end() }
228 |         do {
229 |             return try ServiceContext.$current.withValue(span.context) {
    |                                       `- error: '$current' is inaccessible due to 'internal' protection level
230 |                 try operation(span)
231 |             }
MaxDesiatov commented 5 months ago

That one will be fixed in https://github.com/apple/swift/pull/73475.

MaxDesiatov commented 5 months ago

@swift-ci test

MaxDesiatov commented 5 months ago

@swift-ci test

ktoso commented 5 months ago

Only pennybot is still failing