|
14 | 14 | /* Decl Attribute changes */
|
15 | 15 |
|
16 | 16 | /* Protocol Requirement Changes */
|
| 17 | + |
| 18 | +// These are requirements of @usableFromInline protocols, which previously |
| 19 | +// were not being tracked. |
| 20 | +Func _AnyHashableBox._downCastConditional(into:) has been added as a protocol requirement |
| 21 | +Func _AnyHashableBox._hash(into:) has been added as a protocol requirement |
| 22 | +Func _AnyHashableBox._isEqual(to:) has been added as a protocol requirement |
| 23 | +Func _AnyHashableBox._rawHashValue(_seed:) has been added as a protocol requirement |
| 24 | +Func _AnyHashableBox._unbox() has been added as a protocol requirement |
| 25 | +Func _AnyIndexBox._isEqual(to:) has been added as a protocol requirement |
| 26 | +Func _AnyIndexBox._isLess(than:) has been added as a protocol requirement |
| 27 | +Func _AnyIndexBox._unbox() has been added as a protocol requirement |
| 28 | +Func _ArrayBufferProtocol._copyContents(subRange:initializing:) has been added as a protocol requirement |
| 29 | +Func _ArrayBufferProtocol.isMutableAndUniquelyReferenced() has been added as a protocol requirement |
| 30 | +Func _ArrayBufferProtocol.replaceSubrange(_:with:elementsOf:) has been added as a protocol requirement |
| 31 | +Func _ArrayBufferProtocol.requestNativeBuffer() has been added as a protocol requirement |
| 32 | +Func _ArrayBufferProtocol.requestUniqueMutableBackingBuffer(minimumCapacity:) has been added as a protocol requirement |
| 33 | +Func _ArrayBufferProtocol.withUnsafeBufferPointer(_:) has been added as a protocol requirement |
| 34 | +Func _ArrayBufferProtocol.withUnsafeMutableBufferPointer(_:) has been added as a protocol requirement |
| 35 | +Func _HasContiguousBytes.withUnsafeBytes(_:) has been added as a protocol requirement |
| 36 | +Func _HashTableDelegate.hashValue(at:) has been added as a protocol requirement |
| 37 | +Func _HashTableDelegate.moveEntry(from:to:) has been added as a protocol requirement |
| 38 | +Func _HasherCore.compress(_:) has been added as a protocol requirement |
| 39 | +Func _HasherCore.finalize(tailAndByteCount:) has been added as a protocol requirement |
| 40 | +Func _StringVariant._copy(into:) has been added as a protocol requirement |
| 41 | +Func _StringVariant._measureFirstExtendedGraphemeClusterSlow() has been added as a protocol requirement |
| 42 | +Func _StringVariant._measureLastExtendedGraphemeClusterSlow() has been added as a protocol requirement |
| 43 | +Func _StringVariant.makeUnicodeScalarIterator() has been added as a protocol requirement |
| 44 | +Func _StringVariant.measureFirstExtendedGraphemeCluster() has been added as a protocol requirement |
| 45 | +Func _StringVariant.measureLastExtendedGraphemeCluster() has been added as a protocol requirement |
| 46 | +Subscript _ArrayBufferProtocol.subscript(_:) has been added as a protocol requirement |
| 47 | +Subscript _StringVariant.subscript(_:) has been added as a protocol requirement |
| 48 | +Var _AnyHashableBox._base has been added as a protocol requirement |
| 49 | +Var _AnyHashableBox._canonicalBox has been added as a protocol requirement |
| 50 | +Var _AnyHashableBox._hashValue has been added as a protocol requirement |
| 51 | +Var _AnyIndexBox._typeID has been added as a protocol requirement |
| 52 | +Var _ArrayBufferProtocol.capacity has been added as a protocol requirement |
| 53 | +Var _ArrayBufferProtocol.firstElementAddress has been added as a protocol requirement |
| 54 | +Var _ArrayBufferProtocol.firstElementAddressIfContiguous has been added as a protocol requirement |
| 55 | +Var _ArrayBufferProtocol.identity has been added as a protocol requirement |
| 56 | +Var _ArrayBufferProtocol.owner has been added as a protocol requirement |
| 57 | +Var _ArrayBufferProtocol.subscriptBaseAddress has been added as a protocol requirement |
| 58 | +Var _ArrayProtocol._baseAddressIfContiguous has been added as a protocol requirement |
| 59 | +Var _ArrayProtocol._buffer has been added as a protocol requirement |
| 60 | +Var _ArrayProtocol._owner has been added as a protocol requirement |
| 61 | +Var _ArrayProtocol.capacity has been added as a protocol requirement |
| 62 | +Var _HeapBufferHeader_.value has been added as a protocol requirement |
| 63 | +Var _StringVariant.isASCII has been added as a protocol requirement |
| 64 | +Var _SwiftStringView._encodedOffsetRange has been added as a protocol requirement |
| 65 | +Var _SwiftStringView._ephemeralContent has been added as a protocol requirement |
| 66 | +Var _SwiftStringView._persistentContent has been added as a protocol requirement |
| 67 | +Var _SwiftStringView._wholeString has been added as a protocol requirement |
0 commit comments