We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a4dbf commit 4a57214Copy full SHA for 4a57214
Sources/Bluetooth/CompanyIdentifierMetadata.swift
@@ -5,7 +5,7 @@
5
// Created by Alsey Coleman Miller on 1/12/25.
6
//
7
8
-#if canImport(Foundation) && !os(WASI) && !hasFeature(Embedded)
+#if canImport(Foundation) && canImport(BluetoothMetadata) && !os(WASI) && !hasFeature(Embedded)
9
import Foundation
10
import BluetoothMetadata
11
0 commit comments