Skip to content

Commit a56e658

Browse files
committed
Fix ABI issue in NativeDictionary
1 parent fbd70fe commit a56e658

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/core/NativeDictionary.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ extension _NativeDictionary {
600600
(_values + b.offset).initialize(to: value)
601601
}
602602

603-
@inlinable
603+
@_alwaysEmitIntoClient
604604
internal func extractDictionary(
605605
using bitset: _UnsafeBitset,
606606
count: Int
@@ -793,7 +793,7 @@ extension _NativeDictionary { // High-level operations
793793
}
794794
}
795795

796-
@inlinable
796+
@_alwaysEmitIntoClient
797797
internal func filter(
798798
_ isIncluded: (Element) throws -> Bool
799799
) rethrows -> _NativeDictionary<Key, Value> {

0 commit comments

Comments
 (0)