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 15159cc commit b27cf2eCopy full SHA for b27cf2e
Sources/FoundationEssentials/ProcessInfo/ProcessInfo.swift
@@ -151,7 +151,7 @@ final class _ProcessInfo: Sendable {
151
}
152
153
154
- private lazy var _canEUIDsChange: Bool = {
+ private var _canEUIDsChange: Bool {
155
#if os(macOS)
156
let euid = geteuid()
157
let uid = getuid()
@@ -163,7 +163,7 @@ final class _ProcessInfo: Sendable {
163
#else
164
return true
165
#endif
166
- }()
+ }
167
168
169
// MARK: - Getting Host Information
0 commit comments