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

Add support for Sendable #211

Merged
merged 13 commits into from
Jan 11, 2024
Merged

Add support for Sendable #211

merged 13 commits into from
Jan 11, 2024

Conversation

azarovalex
Copy link
Contributor

@azarovalex azarovalex commented Dec 14, 2023

All public types are marked as Sendable.
Additionally replacing Travis with CircleCI for consistency with other Mapbox projects.

@azarovalex azarovalex requested review from Udumft and OdNairy and removed request for Udumft January 2, 2024 17:58
@azarovalex azarovalex marked this pull request as ready for review January 2, 2024 18:00
Copy link
Contributor

@OdNairy OdNairy left a comment

Choose a reason for hiding this comment

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

LGTM with a few nits

Package.swift Outdated
Comment on lines 35 to 45
//for target in package.targets where target.type != .system {
// target.swiftSettings = target.swiftSettings ?? []
// target.swiftSettings?.append(
// .unsafeFlags([
// "-emit-module-interface", "-enable-library-evolution",
// "-Xfrontend", "-warn-concurrency",
// "-Xfrontend", "-enable-actor-data-race-checks",
// "-Xfrontend", "-require-explicit-sendable",
// ])
// )
//}
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we remove that?

Comment on lines +45 to +49
- build_and_test_linux
- build_and_test_macos:
matrix:
parameters:
xcode_version: [13.4.1, 14.3.1, 15.1.0]
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we add a build_for_library_evolution job to the list as well?

@azarovalex azarovalex merged commit 7f757ac into main Jan 11, 2024
5 checks passed
@azarovalex azarovalex mentioned this pull request Jan 11, 2024
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.

4 participants