We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb069bd commit 48c3212Copy full SHA for 48c3212
Sources/App/Core/CurrentReferenceCache.swift
@@ -12,7 +12,7 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
-import Cache
+@preconcurrency import Cache
16
17
typealias CurrentReferenceCache = ExpiringCache<String, String>
18
0 commit comments