We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a28d0 commit 2df1761Copy full SHA for 2df1761
5 files changed
Tool/Sources/XcodeInspector/AppInstanceInspector.swift
@@ -1,7 +1,7 @@
1
import AppKit
2
import Foundation
3
4
-public class AppInstanceInspector: ObservableObject {
+open class AppInstanceInspector: @unchecked Sendable {
5
let runningApplication: NSRunningApplication
6
public let processIdentifier: pid_t
7
public let bundleURL: URL?
0 commit comments