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

Migrate to Xcode 16 minimum #883

Draft
wants to merge 38 commits into
base: v.next
Choose a base branch
from
Draft

Migrate to Xcode 16 minimum #883

wants to merge 38 commits into from

Commits on Sep 20, 2024

  1. Bump LastUpgradeVersion

    dfeinzimer committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c409e59 View commit details
    Browse the repository at this point in the history
  2. Bump swift-tools-version

    dfeinzimer committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    deaaba5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b476ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c4a6af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba11e27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b94cece View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    374baf2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    24f41de View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    5aca095 View commit details
    Browse the repository at this point in the history
  2. Fix error in `UtilityNetworkTraceViewModel.addStartingPoints(at:mapPo…

    …int:with:)`
    
    Fixes error: Main actor-isolated value of type '() async -> Void' passed as a strongly transferred parameter; later accesses could race
    dfeinzimer committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    35a7c59 View commit details
    Browse the repository at this point in the history
  3. Fix error in `AttachmentCameraController.onCameraCaptureModeChanged(p…

    …erform:)`
    
    Fixes error: Main actor-isolated property 'microphoneAccessAlertIsVisible' can not be mutated from a Sendable closure
    dfeinzimer committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    05b4c65 View commit details
    Browse the repository at this point in the history
  4. Fix error in `AttachmentCameraController.onCameraCaptureModeChanged(p…

    …erform:)`
    
    Fixes error: Assigning non-sendable parameter 'action' to a @sendable closure
    dfeinzimer committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    3401c02 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    89c22a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aae526d View commit details
    Browse the repository at this point in the history
  3. Bump objectVersion to 77

    dfeinzimer committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    317758b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    689075e View commit details
    Browse the repository at this point in the history
  5. Update FlyoverExampleView.swift

    Main actor-isolated value of type '() async throws -> ()' passed as a strongly transferred parameter; later accesses could race
    dfeinzimer committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d5b28a4 View commit details
    Browse the repository at this point in the history
  6. Update TableTopExampleView.swift

    Main actor-isolated value of type '() async throws -> ()' passed as a strongly transferred parameter; later accesses could race
    dfeinzimer committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b7414cc View commit details
    Browse the repository at this point in the history
  7. Update GroupView.swift

    Main actor-isolated value of type '() async -> ()' passed as a strongly transferred parameter; later accesses could race
    dfeinzimer committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f13fa49 View commit details
    Browse the repository at this point in the history
  8. Update HTMLTextView.swift

    Main actor-isolated value of type '() async -> ()' passed as a strongly transferred parameter; later accesses could race
    dfeinzimer committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    10be361 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    edaa5cd View commit details
    Browse the repository at this point in the history
  2. Update ExampleView.swift

    Property was unused and Main actor-isolated property 'id' cannot be used to satisfy nonisolated protocol requirement
    dfeinzimer committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    abc22c4 View commit details
    Browse the repository at this point in the history
  3. Update AnyExample.swift

    Fixes various instances of "Call to main actor-isolated initializer 'init()' in a synchronous nonisolated context" in Examples.swift
    dfeinzimer committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ea5f86f View commit details
    Browse the repository at this point in the history
  4. Drop MainActor.runUnsafely

    Fixes "Sending 'self' risks causing data races" @ ARSwiftUIView.swift line 153
    dfeinzimer committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0d726f1 View commit details
    Browse the repository at this point in the history
  5. Update ValueContinuation.swift

    Sending 'value' risks causing data races
    dfeinzimer committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    cb31175 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1eba326 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9f22362 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aa4eded View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    51f2f05 View commit details
    Browse the repository at this point in the history
  10. Update FormViewTests.swift

    dfeinzimer committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    88ce733 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5495f9a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    203dc65 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    24c7c12 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    47aa4f7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    47794ce View commit details
    Browse the repository at this point in the history
  16. Revert "Add missing default case to TextFormElementView"

    This reverts commit aae526d.
    dfeinzimer committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c90e603 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

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

Commits on Sep 30, 2024

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