Merge pull request #1559 from finagolfin/bionic

Import new Bionic module from Android overlay instead where possible
This commit is contained in:
Ben Barham
2024-07-10 11:52:11 -07:00
committed by GitHub
5 changed files with 10 additions and 10 deletions

View File

@@ -18,8 +18,8 @@ import Glibc
import Musl
#elseif canImport(CRT)
import CRT
#elseif canImport(Android)
import Android
#elseif canImport(Bionic)
import Bionic
#endif
extension SourceKitD {

View File

@@ -19,8 +19,8 @@ import Glibc
import Musl
#elseif canImport(CRT)
import CRT
#elseif canImport(Android)
import Android
#elseif canImport(Bionic)
import Bionic
#endif
/// Values that can be stored in a `SKDRequestDictionary`.

View File

@@ -19,8 +19,8 @@ import Glibc
import Musl
#elseif canImport(CRT)
import CRT
#elseif canImport(Android)
import Android
#elseif canImport(Bionic)
import Bionic
#endif
public final class SKDResponse: Sendable {

View File

@@ -18,8 +18,8 @@ import Glibc
import Musl
#elseif canImport(CRT)
import CRT
#elseif canImport(Android)
import Android
#elseif canImport(Bionic)
import Bionic
#endif
public final class SKDResponseArray: Sendable {

View File

@@ -18,8 +18,8 @@ import Glibc
import Musl
#elseif canImport(CRT)
import CRT
#elseif canImport(Android)
import Android
#elseif canImport(Bionic)
import Bionic
#endif
public final class SKDResponseDictionary: Sendable {