diff --git a/Sources/FoundationEssentials/Data/Representations/Data+Inline.swift b/Sources/FoundationEssentials/Data/Representations/Data+Inline.swift index b71eb7a0b..22d4bf0a9 100644 --- a/Sources/FoundationEssentials/Data/Representations/Data+Inline.swift +++ b/Sources/FoundationEssentials/Data/Representations/Data+Inline.swift @@ -20,6 +20,8 @@ import Darwin import ucrt #elseif canImport(WASILibc) @preconcurrency import WASILibc +#elseif canImport(Bionic) +@preconcurrency import Bionic #endif @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *) diff --git a/Sources/FoundationEssentials/Data/Representations/DataStorage.swift b/Sources/FoundationEssentials/Data/Representations/DataStorage.swift index 2d164a55c..71e00235b 100644 --- a/Sources/FoundationEssentials/Data/Representations/DataStorage.swift +++ b/Sources/FoundationEssentials/Data/Representations/DataStorage.swift @@ -20,6 +20,8 @@ import Darwin import ucrt #elseif canImport(WASILibc) @preconcurrency import WASILibc +#elseif canImport(Bionic) +@preconcurrency import Bionic #endif // Underlying storage representation for medium and large data.