@@ -510,9 +510,6 @@ extension UnsafeRawPointer {
510
510
/// with the value in the range of memory referenced by this pointer.
511
511
@inlinable
512
512
@_alwaysEmitIntoClient
513
- @available ( swift, deprecated: 6 , message:
514
- " Use the BitwiseCopyable-constrained overload "
515
- )
516
513
public func loadUnaligned< T> (
517
514
fromByteOffset offset: Int = 0 ,
518
515
as type: T . Type
@@ -1347,9 +1344,6 @@ extension UnsafeMutableRawPointer {
1347
1344
/// with the value in the range of memory referenced by this pointer.
1348
1345
@inlinable
1349
1346
@_alwaysEmitIntoClient
1350
- @available ( swift, deprecated: 6 , message:
1351
- " Use the BitwiseCopyable-constrained overload "
1352
- )
1353
1347
public func loadUnaligned< T> (
1354
1348
fromByteOffset offset: Int = 0 ,
1355
1349
as type: T . Type
@@ -1456,9 +1450,6 @@ extension UnsafeMutableRawPointer {
1456
1450
@_alwaysEmitIntoClient
1457
1451
// This custom silgen name is chosen to not interfere with the old ABI
1458
1452
@_silgen_name ( " _swift_se0349_UnsafeMutableRawPointer_storeBytes " )
1459
- @available ( swift, deprecated: 6 , message:
1460
- " Use the BitwiseCopyable-constrained overload "
1461
- )
1462
1453
public func storeBytes< T> (
1463
1454
of value: T , toByteOffset offset: Int = 0 , as type: T . Type
1464
1455
) {
0 commit comments