Skip to content

Remove 6.0 compiler checks#111

Closed
guoye-zhang wants to merge 1 commit into
apple:mainfrom
guoye-zhang:compiler-check
Closed

Remove 6.0 compiler checks#111
guoye-zhang wants to merge 1 commit into
apple:mainfrom
guoye-zhang:compiler-check

Conversation

@guoye-zhang
Copy link
Copy Markdown
Contributor

_StorageWithNIOLock is no longer needed on non-Darwin platforms

@guoye-zhang guoye-zhang added the 🔨 semver/patch No public API change. label Dec 6, 2025
}

#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || (compiler(>=6) && os(visionOS))
#if canImport(Darwin)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Also replacing the Apple platform check with canImport(Darwin)

@guoye-zhang
Copy link
Copy Markdown
Contributor Author

Fixed in #114

@guoye-zhang guoye-zhang closed this Apr 8, 2026
@guoye-zhang guoye-zhang deleted the compiler-check branch April 8, 2026 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔨 semver/patch No public API change.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants