Skip to content

Remove 6.0 compiler checks#111

Open
guoye-zhang wants to merge 1 commit intoapple:mainfrom
guoye-zhang:compiler-check
Open

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

Conversation

@guoye-zhang
Copy link
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
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)

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