### What: - Received a misaligned raw pointer error on Linux (jammy) w/ Swift 6.0 ### Where: - swift-multiaddr/Sources/Multiaddr/Protocol Helpers/IPV4.swift:51:16 ``` swift extension Data { var uint32: UInt32 { return withUnsafeBytes { $0.load(as: UInt32.self) } } } ```