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

Enable Swift 6 mode #723

Merged
merged 9 commits into from
Sep 16, 2024
Merged

Enable Swift 6 mode #723

merged 9 commits into from
Sep 16, 2024

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    ebf80b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cefb8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5167685 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e00ab6c View commit details
    Browse the repository at this point in the history
  5. Enable Swift 6 mode

    rechsteiner committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    43785b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e224f4a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Make properties in layout attributes subclasses nonisolated

    UICollectionViewLayoutAttributes has been isolated to the main actor,
    but isEqual(object:) and copy(with:zone) is still non-isolated. Fixed
    for now, by making our own properties nonisolated.
    rechsteiner committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5d7ed95 View commit details
    Browse the repository at this point in the history
  2. Rewrite tests to new swift-testing framework

    Fixes actor isolation issues with XCTestCase.
    rechsteiner committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    2e5981d View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    7190374 View commit details
    Browse the repository at this point in the history