You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FoundationErrors does not depend on NSSwiftRuntime and thus does not
transitively get the WinSDK import when not building in whole program
mode. Add an import to get a definition of `DWORD`.
Remoe the `private(set)` from the computed `processIdentifier` property
which is already readonly due to the definition of the computed
property.
0 commit comments