Skip to content

fix: mark boilerplate function sendable#345

Merged
supersonicbyte merged 1 commit intoordo-one:mainfrom
JacobHearst:main
Feb 4, 2026
Merged

fix: mark boilerplate function sendable#345
supersonicbyte merged 1 commit intoordo-one:mainfrom
JacobHearst:main

Conversation

@JacobHearst
Copy link
Copy Markdown
Contributor

Description

Closes #339

How Has This Been Tested?

mkdir test && cd test
swift package init
swift package add-dependency https://github.com/JacobHearst/package-benchmark --branch main
swift package --allow-writing-to-package-directory benchmark init Benchmarks
swift package benchmark

Minimal checklist:

  • I have performed a self-review of my own code
  • I have added DocC code-level documentation for any public interfaces exported by the package
  • I have added unit and/or integration tests that prove my fix is effective or that my feature works

@JacobHearst JacobHearst changed the title Mark boilerplate function sendable fix: mark boilerplate function sendable Jan 30, 2026
Copy link
Copy Markdown
Contributor

@supersonicbyte supersonicbyte left a comment

Choose a reason for hiding this comment

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

Thanks!

@supersonicbyte supersonicbyte merged commit a107561 into ordo-one:main Feb 4, 2026
12 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Initial Code does not compile: Let 'benchmarks' is not concurrency-safe because non-'Sendable' type '() -> Benchmark?' may have shared mutable state

2 participants