Skip to content

Releases: RISCfuture/SwiftDOF

Release list

1.1.0

Choose a tag to compare

@RISCfuture RISCfuture released this 27 Jun 18:19
6803de4

Changed

  • Adopt the Swift 6.2 Approachable Concurrency upcoming features (NonisolatedNonsendingByDefault and InferIsolatedConformances) across the library, test, and tool targets. The public async API keeps the same signatures and existing source compiles unchanged; the default execution domain of nonisolated async entry points (init(url:), init(bytes:), from(url:)) now follows the caller's executor.
  • Mark the streaming byte line reader's async iterator (AsyncBytesLineReader.AsyncIterator.next()) @concurrent so large-file and remote-stream parsing continues to run off the caller's executor under the new default.

1.0.0

Choose a tag to compare

@RISCfuture RISCfuture released this 01 May 22:20
2a8824b

[1.0.0] - 2026-01-14

Initial release.