@@ -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
@@ -1344,9 +1341,6 @@ extension UnsafeMutableRawPointer {
1344
1341
/// with the value in the range of memory referenced by this pointer.
1345
1342
@inlinable
1346
1343
@_alwaysEmitIntoClient
1347
- @available ( swift, deprecated: 6 , message:
1348
- " Use the BitwiseCopyable-constrained overload "
1349
- )
1350
1344
public func loadUnaligned< T> (
1351
1345
fromByteOffset offset: Int = 0 ,
1352
1346
as type: T . Type
@@ -1450,9 +1444,6 @@ extension UnsafeMutableRawPointer {
1450
1444
@_alwaysEmitIntoClient
1451
1445
// This custom silgen name is chosen to not interfere with the old ABI
1452
1446
@_silgen_name ( " _swift_se0349_UnsafeMutableRawPointer_storeBytes " )
1453
- @available ( swift, deprecated: 6 , message:
1454
- " Use the BitwiseCopyable-constrained overload "
1455
- )
1456
1447
public func storeBytes< T> (
1457
1448
of value: T , toByteOffset offset: Int = 0 , as type: T . Type
1458
1449
) {
0 commit comments