Skip to content
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

Tool - Support Swift 6 language mode (Strict Concurrency) #112

Merged
merged 13 commits into from
Aug 4, 2024

Conversation

liamnichols
Copy link
Owner

@liamnichols liamnichols commented Aug 4, 2024

Updates the generator project to support Swift 6 language mode in Xcode 16, including updating the codebase to support Strict Concurrency and other language features coming this year.

This has no real impact on the generator itself. It just modernises the codebase

@liamnichols liamnichols self-assigned this Aug 4, 2024
Copy link

github-actions bot commented Aug 4, 2024

✅ Pull Request passed benchmark checks

Summary

Sun Aug 4 21:58:53 UTC 2024

New baseline 'pull_request' is WITHIN the 'main' baseline thresholds.


Comparing results between 'main' and 'pull_request'

Host 'Mac-1722806344611.local' with 3 'arm64' processors with 7 GB memory, running:
Darwin Kernel Version 23.5.0: Wed May  1 20:12:39 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_VMAPPLE

XCStringsToolBenchmarks

StringGenerator.generateSource(for:tableName:accessLevel:) metrics

Time (total CPU) (ms) * p0 p25 p50 p75 p90 p99 p100 Samples
main 343 343 345 350 350 350 350 3
pull_request 344 344 349 353 353 353 353 3
Δ 1 1 4 3 3 3 3 0
Improvement % 0 0 -1 -1 -1 -1 -1 0

@liamnichols liamnichols changed the title Support for Swift 6 language mode/strict concurrency Tool - Support Swift 6 language mode (Strict Concurrency) Aug 4, 2024
@liamnichols liamnichols marked this pull request as ready for review August 4, 2024 21:48
@liamnichols liamnichols merged commit a680cf5 into main Aug 4, 2024
13 checks passed
@liamnichols liamnichols deleted the ln/swift-6-source-fixups branch August 4, 2024 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant