Open
Description
Description
/build/swift-source-compat-suite/project_cache/Deferred/Sources/Deferred/Executor.swift:129:13: error: 'getCFRunLoop' is inaccessible due to 'internal' protection level
127 | perform(body)
128 | } else {
129 | getCFRunLoop().submit(body)
| `- error: 'getCFRunLoop' is inaccessible due to 'internal' protection level
130 | }
131 | }
Reproduction
builds:
https://ci.swift.org/job/swift-6.0-source-compat-suite-debug-ubuntu-2004/121/
https://ci.swift.org/job/swift-6.0-source-compat-suite-ubuntu-2004/121/
https://ci.swift.org/job/swift-source-compat-suite-debug-ubuntu-2004/499/
https://ci.swift.org/job/swift-source-compat-suite-ubuntu-2004/599/
Expected behavior
should build fine
Environment
CI
Additional information
No response
Metadata
Metadata
Assignees
Labels
Platform: LinuxFeature → modifiers: Access control and access levelsA deviation from expected or documented behavior. Also: expected but undesirable behavior.The Swift compiler itselfFlag: An issue that surfaced in the source compatibility suiteArea → compiler: Semantic analysisBug: Unexpected error