Skip to content

Commit

Permalink
xcodestaging fixes
Browse files Browse the repository at this point in the history
Summary: The Xcode beta toolchain has some minor changes around `unchecked Sendable` that require patching before we can update.

Reviewed By: drodriguez

Differential Revision: D59877196

fbshipit-source-id: d17d472f3b8aa9724fd0a0985a61a9eeb3030903
  • Loading branch information
rmaz authored and facebook-github-bot committed Jul 18, 2024
1 parent e0e6ec3 commit cccfa3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lexical/TextKit/LayoutManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import UIKit

public class LayoutManager: NSLayoutManager {
public class LayoutManager: NSLayoutManager, @unchecked Sendable {
internal weak var editor: Editor? {
get {
if let textStorage = textStorage as? TextStorage {
Expand Down

0 comments on commit cccfa3d

Please sign in to comment.