Skip to content

Address sendable warnings#56

Merged
czechboy0 merged 2 commits into
apple:mainfrom
josephnoir:sendable-encoder
Jul 30, 2025
Merged

Address sendable warnings#56
czechboy0 merged 2 commits into
apple:mainfrom
josephnoir:sendable-encoder

Conversation

@josephnoir
Copy link
Copy Markdown
Contributor

Motivation:

Builds with newer Swift versions fail because the warnings are escalalated to errors.

Modifications:

  • Make Encoder conform to Sendable.
  • Fix Sendable issue in TestServer.

Result:

The project builds without warnings.

Motivation:

Builds with newer Swift versions fail because the warnings are
escalalated to errors.

Modifications:

* Make Encoder conform to Sendable.
* Fix Sendable issue in TestServer.

Result:

The project builds without warnings.
Copy link
Copy Markdown
Contributor

@czechboy0 czechboy0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🙏

@czechboy0 czechboy0 added the 🔨 semver/patch No public API change. label Jul 30, 2025
@czechboy0 czechboy0 merged commit 35067c3 into apple:main Jul 30, 2025
26 of 27 checks passed
@josephnoir josephnoir deleted the sendable-encoder branch July 30, 2025 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔨 semver/patch No public API change.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants