Skip to content

Conversation

owenv
Copy link
Contributor

@owenv owenv commented Oct 13, 2025

Avoid exposing trivial utilities as SPI where we don't need to

#else
// TODO: @preconcurrency needed because stderr is not sendable on Linux https://github.com/swiftlang/swift/issues/75601
@preconcurrency package import Foundation
@preconcurrency public import Foundation
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you intentionally increase the import level here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, this is needed to fix a break in the Linux build

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Out of curiosity: What was the issue?

@owenv owenv merged commit 27c380f into swiftlang:main Oct 14, 2025
27 of 44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants