Skip to content

Enable strict concurrency #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Dec 5, 2024
Merged

Conversation

clintonpi
Copy link
Contributor

@clintonpi clintonpi commented Dec 4, 2024

Motivation:

To catch potential data races at build time.

Modifications:

  • Enable strict concurrency in Package.swift.
  • Add Sendable conformance to StructuredFieldType.
  • Swap concurrency-unsafe CommandLine.arguments for ProcessInfo.processInfo.arguments.

Result:

Strict concurrency adoption.

Motivation:

To catch potential data races at build time.

Modifications:

- Enable strict concurrency in Package.swift. (No further modifications were made as no warnings/errors were thrown.)

Result:

Strict concurrency adoption.
@czechboy0 czechboy0 added the 🆕 semver/minor Adds new public API. label Dec 4, 2024
@czechboy0 czechboy0 merged commit 0d92bf6 into apple:main Dec 5, 2024
26 of 27 checks passed
@clintonpi clintonpi deleted the strict-concurrency branch December 10, 2024 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🆕 semver/minor Adds new public API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants