Conversation
This was referenced Aug 11, 2026
Collaborator
Author
|
Semantic owner link (swift-institute/.github#591): this open PR implements swift-foundations/swift-kernel#14. Exact PR head at adjudication: f12f7de. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Freeze the platform producers whose existing typealias/product composition exposes canonical synchronous descriptor byte-view operations through
Kernel:006ba5e9a813c04896a40b8e0ed4435807acfd05, pinning ISO 9945a877b6d48cd461c50b909821c0b2b1d0898176b2.2b2e6e1055961c6922538dbb7eb74531eb72878c, re-exported through the existing swift-windows chain.This exposes:
Kernel.IO.Read.read(_:into: inout Swift.OutputSpan<Byte>) throws(Kernel.IO.Read.Error) -> IntKernel.IO.Write.write(_:from: borrowing Swift.Span<Byte>) throws(Kernel.IO.Write.Error) -> IntNo duplicate unifier forwarding overload is added because
Kernel.IOis already a platform typealias; redeclaring the same signature would create competing ownership. POSIX retains EINTR retry and unchanged would-block propagation. Win32 retains native ReadFile/WriteFile EOF, partial-completion, and typed-error semantics. OutputSpan frontier management remains in the deepest platform producer.Issue: #14
Goal: swift-institute/.github#87
Static controls
1cbcc9b9fdbe977d2c219ffcaca7a872751fefc5.f12f7def2eb02bd910d7e5e8d72160216f92b078changes onlyPackage.swift.Windows.Kernel.IO = Windows.32.Kernel.IOalias and Windows Kernel re-export were inspected at41e619315c812bf3c24e358fe675ba7d2e9718a8; no wrapper is required.Verification status
Explicitly UNVERIFIED. Under the source-only moratorium, no build, test, resolve, update, clean, run, compose, verify, typecheck, lint, compiler probe, CI read, or Package.resolved operation was performed.