Skip to content

Conversation

FranzBusch
Copy link
Member

Motivation

We added @_implementationOnly a little while ago to hide the dependency on the DequeModule. However, with recent compilers this produces a warning since @_implementationOnly is only intended to be used in resilient libraries.

Modification

This PR removes the usage of @_implementationOnly

# Motivation
We added `@_implementationOnly` a little while ago to hide the dependency on the `DequeModule`. However, with recent compilers this produces a warning since `@_implementationOnly` is only intended to be used in resilient libraries.

# Modification
This PR removes the usage of `@_implementationOnly`
@FranzBusch FranzBusch requested a review from phausler September 21, 2023 08:22
@FranzBusch FranzBusch added the v1.0 Work leading up first API stable version label Sep 21, 2023
@phausler phausler merged commit 6360ca0 into apple:main Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v1.0 Work leading up first API stable version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants