- Include the `Sendable` conformances (https://github.com/apple/swift-system/pull/115) - Include `Mach.Port` (https://github.com/apple/swift-system/pull/129) - Bump up toolchain requirement to 5.6, which supports concurrency (https://github.com/apple/swift-system/pull/141) - Clean up any conditional compilation branches that are no longer needed. - Move the `Sendable` conformances to the base type declarations.