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 2365d3e commit c9b6b94Copy full SHA for c9b6b94
Sources/CustomDump/Conformances/GameKit.swift
@@ -1,4 +1,4 @@
1
-#if canImport(GameKit)
+#if canImport(GameKit) && compiler(<5.7.1) // NB: Xcode 14.1 beta can't import GameKit
2
import GameKit
3
4
#if !os(watchOS)
0 commit comments