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.
nonisolated(unsafe)
1 parent 142ec47 commit b9e5dd8Copy full SHA for b9e5dd8
Sources/FoundationXML/XMLParser.swift
@@ -471,7 +471,7 @@ open class XMLParser : NSObject {
471
open var allowedExternalEntityURLs: Set<URL>?
472
473
#if os(WASI)
474
- private static var _currentParser: XMLParser?
+ private nonisolated(unsafe) static var _currentParser: XMLParser?
475
#endif
476
477
internal static func currentParser() -> XMLParser? {
0 commit comments