The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of NanoHTTP, reference main (e3c344), with Swift 6.0 for macOS (SPM) on 16 Sep 2024 19:47:06 UTC.

Swift 6 data race errors: 130

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 | public var onunload: String?
152 | public var codetype: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:151:12: warning: var 'onunload' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
149 | public var onsubmit: String?
150 | public var multiple: String?
151 | public var onunload: String?
    |            |- warning: var 'onunload' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'onunload' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'onunload' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
152 | public var codetype: String?
153 | public var scrolling: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:152:12: warning: var 'codetype' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
150 | public var multiple: String?
151 | public var onunload: String?
152 | public var codetype: String?
    |            |- warning: var 'codetype' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'codetype' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'codetype' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
153 | public var scrolling: String?
154 | public var onkeydown: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:153:12: warning: var 'scrolling' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
151 | public var onunload: String?
152 | public var codetype: String?
153 | public var scrolling: String?
    |            |- warning: var 'scrolling' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'scrolling' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'scrolling' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
154 | public var onkeydown: String?
155 | public var maxlength: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:154:12: warning: var 'onkeydown' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
152 | public var codetype: String?
153 | public var scrolling: String?
154 | public var onkeydown: String?
    |            |- warning: var 'onkeydown' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'onkeydown' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'onkeydown' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
155 | public var maxlength: String?
156 | public var valuetype: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:155:12: warning: var 'maxlength' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
153 | public var scrolling: String?
154 | public var onkeydown: String?
155 | public var maxlength: String?
    |            |- warning: var 'maxlength' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'maxlength' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'maxlength' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 | public var valuetype: String?
157 | public var accesskey: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:156:12: warning: var 'valuetype' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
154 | public var onkeydown: String?
155 | public var maxlength: String?
156 | public var valuetype: String?
    |            |- warning: var 'valuetype' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'valuetype' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'valuetype' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
157 | public var accesskey: String?
158 | public var onmouseup: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:157:12: warning: var 'accesskey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
155 | public var maxlength: String?
156 | public var valuetype: String?
157 | public var accesskey: String?
    |            |- warning: var 'accesskey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'accesskey' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'accesskey' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
158 | public var onmouseup: String?
159 | public var autofocus: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:158:12: warning: var 'onmouseup' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
156 | public var valuetype: String?
157 | public var accesskey: String?
158 | public var onmouseup: String?
    |            |- warning: var 'onmouseup' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'onmouseup' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'onmouseup' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
159 | public var autofocus: String?
160 | public var onkeypress: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:159:12: warning: var 'autofocus' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
157 | public var accesskey: String?
158 | public var onmouseup: String?
159 | public var autofocus: String?
    |            |- warning: var 'autofocus' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'autofocus' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'autofocus' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
160 | public var onkeypress: String?
161 | public var ondblclick: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:160:12: warning: var 'onkeypress' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
158 | public var onmouseup: String?
159 | public var autofocus: String?
160 | public var onkeypress: String?
    |            |- warning: var 'onkeypress' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'onkeypress' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'onkeypress' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
161 | public var ondblclick: String?
162 | public var onmouseout: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:161:12: warning: var 'ondblclick' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
159 | public var autofocus: String?
160 | public var onkeypress: String?
161 | public var ondblclick: String?
    |            |- warning: var 'ondblclick' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'ondblclick' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'ondblclick' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
162 | public var onmouseout: String?
163 | public var httpEquiv: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:162:12: warning: var 'onmouseout' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
160 | public var onkeypress: String?
161 | public var ondblclick: String?
162 | public var onmouseout: String?
    |            |- warning: var 'onmouseout' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'onmouseout' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'onmouseout' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
163 | public var httpEquiv: String?
164 | public var dataText: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:163:12: warning: var 'httpEquiv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
161 | public var ondblclick: String?
162 | public var onmouseout: String?
163 | public var httpEquiv: String?
    |            |- warning: var 'httpEquiv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'httpEquiv' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'httpEquiv' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
164 | public var dataText: String?
165 | public var background: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:164:12: warning: var 'dataText' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
162 | public var onmouseout: String?
163 | public var httpEquiv: String?
164 | public var dataText: String?
    |            |- warning: var 'dataText' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'dataText' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'dataText' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
165 | public var background: String?
166 | public var onmousemove: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:165:12: warning: var 'background' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
163 | public var httpEquiv: String?
164 | public var dataText: String?
165 | public var background: String?
    |            |- warning: var 'background' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'background' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'background' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
166 | public var onmousemove: String?
167 | public var onmouseover: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:166:12: warning: var 'onmousemove' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
164 | public var dataText: String?
165 | public var background: String?
166 | public var onmousemove: String?
    |            |- warning: var 'onmousemove' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'onmousemove' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'onmousemove' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
167 | public var onmouseover: String?
168 | public var cellpadding: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:167:12: warning: var 'onmouseover' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
165 | public var background: String?
166 | public var onmousemove: String?
167 | public var onmouseover: String?
    |            |- warning: var 'onmouseover' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'onmouseover' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'onmouseover' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
168 | public var cellpadding: String?
169 | public var onmousedown: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:168:12: warning: var 'cellpadding' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
166 | public var onmousemove: String?
167 | public var onmouseover: String?
168 | public var cellpadding: String?
    |            |- warning: var 'cellpadding' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'cellpadding' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'cellpadding' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
169 | public var onmousedown: String?
170 | public var frameborder: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:169:12: warning: var 'onmousedown' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
167 | public var onmouseover: String?
168 | public var cellpadding: String?
169 | public var onmousedown: String?
    |            |- warning: var 'onmousedown' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'onmousedown' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'onmousedown' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
170 | public var frameborder: String?
171 | public var marginwidth: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:170:12: warning: var 'frameborder' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
168 | public var cellpadding: String?
169 | public var onmousedown: String?
170 | public var frameborder: String?
    |            |- warning: var 'frameborder' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'frameborder' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'frameborder' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
171 | public var marginwidth: String?
172 | public var cellspacing: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:171:12: warning: var 'marginwidth' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
169 | public var onmousedown: String?
170 | public var frameborder: String?
171 | public var marginwidth: String?
    |            |- warning: var 'marginwidth' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'marginwidth' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'marginwidth' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
172 | public var cellspacing: String?
173 | public var placeholder: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:172:12: warning: var 'cellspacing' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
170 | public var frameborder: String?
171 | public var marginwidth: String?
172 | public var cellspacing: String?
    |            |- warning: var 'cellspacing' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'cellspacing' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'cellspacing' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
173 | public var placeholder: String?
174 | public var marginheight: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:173:12: warning: var 'placeholder' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
171 | public var marginwidth: String?
172 | public var cellspacing: String?
173 | public var placeholder: String?
    |            |- warning: var 'placeholder' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'placeholder' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'placeholder' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
174 | public var marginheight: String?
175 | public var acceptCharset: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:174:12: warning: var 'marginheight' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
172 | public var cellspacing: String?
173 | public var placeholder: String?
174 | public var marginheight: String?
    |            |- warning: var 'marginheight' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'marginheight' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'marginheight' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
175 | public var acceptCharset: String?
176 |
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:175:12: warning: var 'acceptCharset' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
173 | public var placeholder: String?
174 | public var marginheight: String?
175 | public var acceptCharset: String?
    |            |- warning: var 'acceptCharset' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'acceptCharset' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'acceptCharset' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
176 |
177 | public var inner: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:177:12: warning: var 'inner' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
175 | public var acceptCharset: String?
176 |
177 | public var inner: String?
    |            |- warning: var 'inner' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'inner' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'inner' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
178 |
179 | public func a(_ closure: NanoHTMLClosure) { element("a", closure) }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:368:5: warning: var 'scopesBuffer' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
366 | }
367 |
368 | var scopesBuffer = [UInt64: String]()
    |     |- warning: var 'scopesBuffer' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'scopesBuffer' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: annotate 'scopesBuffer' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
369 |
370 | private func evaluate(_ node: String, _ attrs: [String: String?] = [:], _ closure: NanoHTMLClosure) {
[18/26] Compiling NanoHTTP NanoHTML.swift
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/String+File.swift:95:21: warning: static property 'pathSeparator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 93 |   }
 94 |
 95 |   public static var pathSeparator = "/"
    |                     |- warning: static property 'pathSeparator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert 'pathSeparator' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: annotate 'pathSeparator' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 96 |
 97 |   public func openNewForWriting() throws -> File {
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:51:12: warning: var 'idd' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 49 | public typealias NanoHTMLClosure = () -> Void
 50 |
 51 | public var idd: String?
    |            |- warning: var 'idd' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'idd' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'idd' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 52 | public var dir: String?
 53 | public var rel: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:52:12: warning: var 'dir' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 50 |
 51 | public var idd: String?
 52 | public var dir: String?
    |            |- warning: var 'dir' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'dir' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'dir' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 53 | public var rel: String?
 54 | public var rev: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:53:12: warning: var 'rel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 51 | public var idd: String?
 52 | public var dir: String?
 53 | public var rel: String?
    |            |- warning: var 'rel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'rel' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'rel' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 54 | public var rev: String?
 55 | public var alt: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:54:12: warning: var 'rev' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 52 | public var dir: String?
 53 | public var rel: String?
 54 | public var rev: String?
    |            |- warning: var 'rev' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'rev' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'rev' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 55 | public var alt: String?
 56 | public var forr: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:55:12: warning: var 'alt' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 53 | public var rel: String?
 54 | public var rev: String?
 55 | public var alt: String?
    |            |- warning: var 'alt' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'alt' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'alt' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 56 | public var forr: String?
 57 | public var src: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:56:12: warning: var 'forr' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 54 | public var rev: String?
 55 | public var alt: String?
 56 | public var forr: String?
    |            |- warning: var 'forr' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'forr' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'forr' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 57 | public var src: String?
 58 | public var type: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:57:12: warning: var 'src' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 55 | public var alt: String?
 56 | public var forr: String?
 57 | public var src: String?
    |            |- warning: var 'src' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'src' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'src' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 58 | public var type: String?
 59 | public var href: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:58:12: warning: var 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 56 | public var forr: String?
 57 | public var src: String?
 58 | public var type: String?
    |            |- warning: var 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 59 | public var href: String?
 60 | public var text: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:59:12: warning: var 'href' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 57 | public var src: String?
 58 | public var type: String?
 59 | public var href: String?
    |            |- warning: var 'href' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'href' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'href' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 60 | public var text: String?
 61 | public var abbr: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:60:12: warning: var 'text' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 58 | public var type: String?
 59 | public var href: String?
 60 | public var text: String?
    |            |- warning: var 'text' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'text' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'text' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 61 | public var abbr: String?
 62 | public var size: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:61:12: warning: var 'abbr' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 59 | public var href: String?
 60 | public var text: String?
 61 | public var abbr: String?
    |            |- warning: var 'abbr' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'abbr' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'abbr' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 62 | public var size: String?
 63 | public var face: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:62:12: warning: var 'size' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 60 | public var text: String?
 61 | public var abbr: String?
 62 | public var size: String?
    |            |- warning: var 'size' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'size' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'size' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 63 | public var face: String?
 64 | public var char: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:63:12: warning: var 'face' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 61 | public var abbr: String?
 62 | public var size: String?
 63 | public var face: String?
    |            |- warning: var 'face' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'face' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'face' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 64 | public var char: String?
 65 | public var cite: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:64:12: warning: var 'char' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 62 | public var size: String?
 63 | public var face: String?
 64 | public var char: String?
    |            |- warning: var 'char' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'char' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'char' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 65 | public var cite: String?
 66 | public var span: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:65:12: warning: var 'cite' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 63 | public var face: String?
 64 | public var char: String?
 65 | public var cite: String?
    |            |- warning: var 'cite' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'cite' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'cite' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 66 | public var span: String?
 67 | public var data: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:66:12: warning: var 'span' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 64 | public var char: String?
 65 | public var cite: String?
 66 | public var span: String?
    |            |- warning: var 'span' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'span' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'span' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 67 | public var data: String?
 68 | public var axis: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:67:12: warning: var 'data' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 65 | public var cite: String?
 66 | public var span: String?
 67 | public var data: String?
    |            |- warning: var 'data' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'data' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'data' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 68 | public var axis: String?
 69 | public var Name: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:68:12: warning: var 'axis' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 66 | public var span: String?
 67 | public var data: String?
 68 | public var axis: String?
    |            |- warning: var 'axis' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'axis' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'axis' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 69 | public var Name: String?
 70 | public var name: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:69:12: warning: var 'Name' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 67 | public var data: String?
 68 | public var axis: String?
 69 | public var Name: String?
    |            |- warning: var 'Name' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'Name' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'Name' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 70 | public var name: String?
 71 | public var code: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:70:12: warning: var 'name' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 68 | public var axis: String?
 69 | public var Name: String?
 70 | public var name: String?
    |            |- warning: var 'name' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'name' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'name' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 71 | public var code: String?
 72 | public var link: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:71:12: warning: var 'code' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 69 | public var Name: String?
 70 | public var name: String?
 71 | public var code: String?
    |            |- warning: var 'code' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'code' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'code' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 72 | public var link: String?
 73 | public var lang: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:72:12: warning: var 'link' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 70 | public var name: String?
 71 | public var code: String?
 72 | public var link: String?
    |            |- warning: var 'link' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'link' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'link' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 73 | public var lang: String?
 74 | public var cols: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:73:12: warning: var 'lang' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 71 | public var code: String?
 72 | public var link: String?
 73 | public var lang: String?
    |            |- warning: var 'lang' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'lang' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'lang' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 74 | public var cols: String?
 75 | public var rows: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:74:12: warning: var 'cols' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 72 | public var link: String?
 73 | public var lang: String?
 74 | public var cols: String?
    |            |- warning: var 'cols' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'cols' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'cols' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 75 | public var rows: String?
 76 | public var ismap: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:75:12: warning: var 'rows' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 73 | public var lang: String?
 74 | public var cols: String?
 75 | public var rows: String?
    |            |- warning: var 'rows' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'rows' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'rows' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 76 | public var ismap: String?
 77 | public var shape: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:76:12: warning: var 'ismap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 74 | public var cols: String?
 75 | public var rows: String?
 76 | public var ismap: String?
    |            |- warning: var 'ismap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'ismap' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'ismap' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 77 | public var shape: String?
 78 | public var style: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:77:12: warning: var 'shape' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 75 | public var rows: String?
 76 | public var ismap: String?
 77 | public var shape: String?
    |            |- warning: var 'shape' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'shape' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'shape' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 78 | public var style: String?
 79 | public var alink: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:78:12: warning: var 'style' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 76 | public var ismap: String?
 77 | public var shape: String?
 78 | public var style: String?
    |            |- warning: var 'style' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'style' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'style' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 79 | public var alink: String?
 80 | public var width: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:79:12: warning: var 'alink' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 77 | public var shape: String?
 78 | public var style: String?
 79 | public var alink: String?
    |            |- warning: var 'alink' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'alink' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'alink' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 80 | public var width: String?
 81 | public var rules: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:80:12: warning: var 'width' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 78 | public var style: String?
 79 | public var alink: String?
 80 | public var width: String?
    |            |- warning: var 'width' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'width' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'width' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 81 | public var rules: String?
 82 | public var align: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:81:12: warning: var 'rules' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 79 | public var alink: String?
 80 | public var width: String?
 81 | public var rules: String?
    |            |- warning: var 'rules' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'rules' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'rules' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 82 | public var align: String?
 83 | public var frame: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:82:12: warning: var 'align' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 80 | public var width: String?
 81 | public var rules: String?
 82 | public var align: String?
    |            |- warning: var 'align' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'align' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'align' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 83 | public var frame: String?
 84 | public var vlink: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:83:12: warning: var 'frame' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 81 | public var rules: String?
 82 | public var align: String?
 83 | public var frame: String?
    |            |- warning: var 'frame' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'frame' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'frame' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 84 | public var vlink: String?
 85 | public var deferr: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:84:12: warning: var 'vlink' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 82 | public var align: String?
 83 | public var frame: String?
 84 | public var vlink: String?
    |            |- warning: var 'vlink' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'vlink' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'vlink' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 | public var deferr: String?
 86 | public var color: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:85:12: warning: var 'deferr' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 83 | public var frame: String?
 84 | public var vlink: String?
 85 | public var deferr: String?
    |            |- warning: var 'deferr' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'deferr' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'deferr' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 86 | public var color: String?
 87 | public var media: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:86:12: warning: var 'color' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 84 | public var vlink: String?
 85 | public var deferr: String?
 86 | public var color: String?
    |            |- warning: var 'color' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'color' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'color' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 87 | public var media: String?
 88 | public var title: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:87:12: warning: var 'media' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 85 | public var deferr: String?
 86 | public var color: String?
 87 | public var media: String?
    |            |- warning: var 'media' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'media' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'media' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 88 | public var title: String?
 89 | public var scope: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:88:12: warning: var 'title' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 86 | public var color: String?
 87 | public var media: String?
 88 | public var title: String?
    |            |- warning: var 'title' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'title' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'title' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 89 | public var scope: String?
 90 | public var classs: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:89:12: warning: var 'scope' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 87 | public var media: String?
 88 | public var title: String?
 89 | public var scope: String?
    |            |- warning: var 'scope' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'scope' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'scope' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 90 | public var classs: String?
 91 | public var manifest: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:90:12: warning: var 'classs' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 88 | public var title: String?
 89 | public var scope: String?
 90 | public var classs: String?
    |            |- warning: var 'classs' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'classs' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'classs' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 91 | public var manifest: String?
 92 | public var value: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:91:12: warning: var 'manifest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 89 | public var scope: String?
 90 | public var classs: String?
 91 | public var manifest: String?
    |            |- warning: var 'manifest' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'manifest' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'manifest' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 92 | public var value: String?
 93 | public var clear: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:92:12: warning: var 'value' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 90 | public var classs: String?
 91 | public var manifest: String?
 92 | public var value: String?
    |            |- warning: var 'value' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'value' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'value' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 93 | public var clear: String?
 94 | public var start: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:93:12: warning: var 'clear' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 91 | public var manifest: String?
 92 | public var value: String?
 93 | public var clear: String?
    |            |- warning: var 'clear' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'clear' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'clear' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 | public var start: String?
 95 | public var label: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:94:12: warning: var 'start' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 92 | public var value: String?
 93 | public var clear: String?
 94 | public var start: String?
    |            |- warning: var 'start' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'start' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'start' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 95 | public var label: String?
 96 | public var action: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:95:12: warning: var 'label' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 93 | public var clear: String?
 94 | public var start: String?
 95 | public var label: String?
    |            |- warning: var 'label' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'label' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'label' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 96 | public var action: String?
 97 | public var height: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:96:12: warning: var 'action' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 94 | public var start: String?
 95 | public var label: String?
 96 | public var action: String?
    |            |- warning: var 'action' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'action' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'action' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 97 | public var height: String?
 98 | public var method: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:97:12: warning: var 'height' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 95 | public var label: String?
 96 | public var action: String?
 97 | public var height: String?
    |            |- warning: var 'height' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'height' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'height' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 98 | public var method: String?
 99 | public var acceptt: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:98:12: warning: var 'method' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 96 | public var action: String?
 97 | public var height: String?
 98 | public var method: String?
    |            |- warning: var 'method' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'method' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'method' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 99 | public var acceptt: String?
100 | public var object: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:99:12: warning: var 'acceptt' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 97 | public var height: String?
 98 | public var method: String?
 99 | public var acceptt: String?
    |            |- warning: var 'acceptt' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'acceptt' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'acceptt' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
100 | public var object: String?
101 | public var scheme: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:100:12: warning: var 'object' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 98 | public var method: String?
 99 | public var acceptt: String?
100 | public var object: String?
    |            |- warning: var 'object' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'object' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'object' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
101 | public var scheme: String?
102 | public var coords: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:101:12: warning: var 'scheme' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 99 | public var acceptt: String?
100 | public var object: String?
101 | public var scheme: String?
    |            |- warning: var 'scheme' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'scheme' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'scheme' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
102 | public var coords: String?
103 | public var usemap: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:102:12: warning: var 'coords' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
100 | public var object: String?
101 | public var scheme: String?
102 | public var coords: String?
    |            |- warning: var 'coords' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'coords' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'coords' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
103 | public var usemap: String?
104 | public var onblur: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:103:12: warning: var 'usemap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
101 | public var scheme: String?
102 | public var coords: String?
103 | public var usemap: String?
    |            |- warning: var 'usemap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'usemap' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'usemap' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
104 | public var onblur: String?
105 | public var nohref: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:104:12: warning: var 'onblur' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
102 | public var coords: String?
103 | public var usemap: String?
104 | public var onblur: String?
    |            |- warning: var 'onblur' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'onblur' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'onblur' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
105 | public var nohref: String?
106 | public var nowrap: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:105:12: warning: var 'nohref' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
103 | public var usemap: String?
104 | public var onblur: String?
105 | public var nohref: String?
    |            |- warning: var 'nohref' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'nohref' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'nohref' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
106 | public var nowrap: String?
107 | public var hspace: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:106:12: warning: var 'nowrap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
104 | public var onblur: String?
105 | public var nohref: String?
106 | public var nowrap: String?
    |            |- warning: var 'nowrap' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'nowrap' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'nowrap' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
107 | public var hspace: String?
108 | public var border: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:107:12: warning: var 'hspace' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
105 | public var nohref: String?
106 | public var nowrap: String?
107 | public var hspace: String?
    |            |- warning: var 'hspace' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'hspace' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'hspace' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
108 | public var border: String?
109 | public var valign: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:108:12: warning: var 'border' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
106 | public var nowrap: String?
107 | public var hspace: String?
108 | public var border: String?
    |            |- warning: var 'border' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'border' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'border' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
109 | public var valign: String?
110 | public var vspace: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:109:12: warning: var 'valign' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
107 | public var hspace: String?
108 | public var border: String?
109 | public var valign: String?
    |            |- warning: var 'valign' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'valign' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'valign' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
110 | public var vspace: String?
111 | public var onload: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:110:12: warning: var 'vspace' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
108 | public var border: String?
109 | public var valign: String?
110 | public var vspace: String?
    |            |- warning: var 'vspace' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'vspace' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'vspace' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
111 | public var onload: String?
112 | public var target: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:111:12: warning: var 'onload' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
109 | public var valign: String?
110 | public var vspace: String?
111 | public var onload: String?
    |            |- warning: var 'onload' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'onload' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'onload' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
112 | public var target: String?
113 | public var prompt: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:112:12: warning: var 'target' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
110 | public var vspace: String?
111 | public var onload: String?
112 | public var target: String?
    |            |- warning: var 'target' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'target' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'target' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
113 | public var prompt: String?
114 | public var onfocus: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:113:12: warning: var 'prompt' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
111 | public var onload: String?
112 | public var target: String?
113 | public var prompt: String?
    |            |- warning: var 'prompt' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'prompt' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'prompt' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
114 | public var onfocus: String?
115 | public var enctype: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:114:12: warning: var 'onfocus' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
112 | public var target: String?
113 | public var prompt: String?
114 | public var onfocus: String?
    |            |- warning: var 'onfocus' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'onfocus' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'onfocus' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
115 | public var enctype: String?
116 | public var onclick: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:115:12: warning: var 'enctype' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
113 | public var prompt: String?
114 | public var onfocus: String?
115 | public var enctype: String?
    |            |- warning: var 'enctype' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'enctype' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'enctype' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
116 | public var onclick: String?
117 | public var ontouchstart: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:116:12: warning: var 'onclick' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
114 | public var onfocus: String?
115 | public var enctype: String?
116 | public var onclick: String?
    |            |- warning: var 'onclick' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'onclick' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'onclick' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
117 | public var ontouchstart: String?
118 | public var onkeyup: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:117:12: warning: var 'ontouchstart' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
115 | public var enctype: String?
116 | public var onclick: String?
117 | public var ontouchstart: String?
    |            |- warning: var 'ontouchstart' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'ontouchstart' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'ontouchstart' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
118 | public var onkeyup: String?
119 | public var profile: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:118:12: warning: var 'onkeyup' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
116 | public var onclick: String?
117 | public var ontouchstart: String?
118 | public var onkeyup: String?
    |            |- warning: var 'onkeyup' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'onkeyup' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'onkeyup' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
119 | public var profile: String?
120 | public var version: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:119:12: warning: var 'profile' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
117 | public var ontouchstart: String?
118 | public var onkeyup: String?
119 | public var profile: String?
    |            |- warning: var 'profile' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'profile' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'profile' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
120 | public var version: String?
121 | public var onreset: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:120:12: warning: var 'version' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
118 | public var onkeyup: String?
119 | public var profile: String?
120 | public var version: String?
    |            |- warning: var 'version' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'version' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'version' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
121 | public var onreset: String?
122 | public var charset: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:121:12: warning: var 'onreset' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
119 | public var profile: String?
120 | public var version: String?
121 | public var onreset: String?
    |            |- warning: var 'onreset' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'onreset' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'onreset' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
122 | public var charset: String?
123 | public var standby: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:122:12: warning: var 'charset' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
120 | public var version: String?
121 | public var onreset: String?
122 | public var charset: String?
    |            |- warning: var 'charset' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'charset' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'charset' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
123 | public var standby: String?
124 | public var colspan: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:123:12: warning: var 'standby' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
121 | public var onreset: String?
122 | public var charset: String?
123 | public var standby: String?
    |            |- warning: var 'standby' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'standby' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'standby' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
124 | public var colspan: String?
125 | public var charoff: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:124:12: warning: var 'colspan' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
122 | public var charset: String?
123 | public var standby: String?
124 | public var colspan: String?
    |            |- warning: var 'colspan' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'colspan' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'colspan' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
125 | public var charoff: String?
126 | public var classid: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:125:12: warning: var 'charoff' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
123 | public var standby: String?
124 | public var colspan: String?
125 | public var charoff: String?
    |            |- warning: var 'charoff' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'charoff' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'charoff' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
126 | public var classid: String?
127 | public var compact: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:126:12: warning: var 'classid' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
124 | public var colspan: String?
125 | public var charoff: String?
126 | public var classid: String?
    |            |- warning: var 'classid' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'classid' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'classid' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
127 | public var compact: String?
128 | public var declare: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:127:12: warning: var 'compact' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
125 | public var charoff: String?
126 | public var classid: String?
127 | public var compact: String?
    |            |- warning: var 'compact' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'compact' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'compact' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
128 | public var declare: String?
129 | public var rowspan: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:128:12: warning: var 'declare' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
126 | public var classid: String?
127 | public var compact: String?
128 | public var declare: String?
    |            |- warning: var 'declare' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'declare' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'declare' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
129 | public var rowspan: String?
130 | public var checked: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:129:12: warning: var 'rowspan' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
127 | public var compact: String?
128 | public var declare: String?
129 | public var rowspan: String?
    |            |- warning: var 'rowspan' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'rowspan' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'rowspan' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
130 | public var checked: String?
131 | public var archive: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:130:12: warning: var 'checked' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
128 | public var declare: String?
129 | public var rowspan: String?
130 | public var checked: String?
    |            |- warning: var 'checked' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'checked' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'checked' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
131 | public var archive: String?
132 | public var bgcolor: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:131:12: warning: var 'archive' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
129 | public var rowspan: String?
130 | public var checked: String?
131 | public var archive: String?
    |            |- warning: var 'archive' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'archive' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'archive' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
132 | public var bgcolor: String?
133 | public var content: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:132:12: warning: var 'bgcolor' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
130 | public var checked: String?
131 | public var archive: String?
132 | public var bgcolor: String?
    |            |- warning: var 'bgcolor' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'bgcolor' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'bgcolor' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
133 | public var content: String?
134 | public var noshade: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:133:12: warning: var 'content' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
131 | public var archive: String?
132 | public var bgcolor: String?
133 | public var content: String?
    |            |- warning: var 'content' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'content' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'content' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
134 | public var noshade: String?
135 | public var summary: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:134:12: warning: var 'noshade' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
132 | public var bgcolor: String?
133 | public var content: String?
134 | public var noshade: String?
    |            |- warning: var 'noshade' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'noshade' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'noshade' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
135 | public var summary: String?
136 | public var headers: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:135:12: warning: var 'summary' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
133 | public var content: String?
134 | public var noshade: String?
135 | public var summary: String?
    |            |- warning: var 'summary' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'summary' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'summary' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
136 | public var headers: String?
137 | public var onselect: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:136:12: warning: var 'headers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
134 | public var noshade: String?
135 | public var summary: String?
136 | public var headers: String?
    |            |- warning: var 'headers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'headers' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'headers' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
137 | public var onselect: String?
138 | public var readonly: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:137:12: warning: var 'onselect' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
135 | public var summary: String?
136 | public var headers: String?
137 | public var onselect: String?
    |            |- warning: var 'onselect' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'onselect' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'onselect' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
138 | public var readonly: String?
139 | public var tabindex: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:138:12: warning: var 'readonly' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
136 | public var headers: String?
137 | public var onselect: String?
138 | public var readonly: String?
    |            |- warning: var 'readonly' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'readonly' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'readonly' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
139 | public var tabindex: String?
140 | public var onchange: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:139:12: warning: var 'tabindex' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
137 | public var onselect: String?
138 | public var readonly: String?
139 | public var tabindex: String?
    |            |- warning: var 'tabindex' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'tabindex' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'tabindex' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
140 | public var onchange: String?
141 | public var noresize: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:140:12: warning: var 'onchange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
138 | public var readonly: String?
139 | public var tabindex: String?
140 | public var onchange: String?
    |            |- warning: var 'onchange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'onchange' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'onchange' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
141 | public var noresize: String?
142 | public var disabled: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:141:12: warning: var 'noresize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
139 | public var tabindex: String?
140 | public var onchange: String?
141 | public var noresize: String?
    |            |- warning: var 'noresize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'noresize' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'noresize' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
142 | public var disabled: String?
143 | public var longdesc: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:142:12: warning: var 'disabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
140 | public var onchange: String?
141 | public var noresize: String?
142 | public var disabled: String?
    |            |- warning: var 'disabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'disabled' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'disabled' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
143 | public var longdesc: String?
144 | public var codebase: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:143:12: warning: var 'longdesc' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
141 | public var noresize: String?
142 | public var disabled: String?
143 | public var longdesc: String?
    |            |- warning: var 'longdesc' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'longdesc' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'longdesc' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
144 | public var codebase: String?
145 | public var language: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:144:12: warning: var 'codebase' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
142 | public var disabled: String?
143 | public var longdesc: String?
144 | public var codebase: String?
    |            |- warning: var 'codebase' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'codebase' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'codebase' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
145 | public var language: String?
146 | public var datetime: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:145:12: warning: var 'language' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
143 | public var longdesc: String?
144 | public var codebase: String?
145 | public var language: String?
    |            |- warning: var 'language' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'language' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'language' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
146 | public var datetime: String?
147 | public var selected: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:146:12: warning: var 'datetime' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
144 | public var codebase: String?
145 | public var language: String?
146 | public var datetime: String?
    |            |- warning: var 'datetime' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'datetime' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'datetime' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
147 | public var selected: String?
148 | public var hreflang: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:147:12: warning: var 'selected' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
145 | public var language: String?
146 | public var datetime: String?
147 | public var selected: String?
    |            |- warning: var 'selected' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'selected' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'selected' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
148 | public var hreflang: String?
149 | public var onsubmit: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:148:12: warning: var 'hreflang' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
146 | public var datetime: String?
147 | public var selected: String?
148 | public var hreflang: String?
    |            |- warning: var 'hreflang' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'hreflang' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'hreflang' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
149 | public var onsubmit: String?
150 | public var multiple: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:149:12: warning: var 'onsubmit' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
147 | public var selected: String?
148 | public var hreflang: String?
149 | public var onsubmit: String?
    |            |- warning: var 'onsubmit' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'onsubmit' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'onsubmit' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
150 | public var multiple: String?
151 | public var onunload: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:150:12: warning: var 'multiple' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
148 | public var hreflang: String?
149 | public var onsubmit: String?
150 | public var multiple: String?
    |            |- warning: var 'multiple' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'multiple' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'multiple' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 | public var onunload: String?
152 | public var codetype: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:151:12: warning: var 'onunload' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
149 | public var onsubmit: String?
150 | public var multiple: String?
151 | public var onunload: String?
    |            |- warning: var 'onunload' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'onunload' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'onunload' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
152 | public var codetype: String?
153 | public var scrolling: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:152:12: warning: var 'codetype' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
150 | public var multiple: String?
151 | public var onunload: String?
152 | public var codetype: String?
    |            |- warning: var 'codetype' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'codetype' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'codetype' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
153 | public var scrolling: String?
154 | public var onkeydown: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:153:12: warning: var 'scrolling' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
151 | public var onunload: String?
152 | public var codetype: String?
153 | public var scrolling: String?
    |            |- warning: var 'scrolling' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'scrolling' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'scrolling' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
154 | public var onkeydown: String?
155 | public var maxlength: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:154:12: warning: var 'onkeydown' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
152 | public var codetype: String?
153 | public var scrolling: String?
154 | public var onkeydown: String?
    |            |- warning: var 'onkeydown' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'onkeydown' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'onkeydown' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
155 | public var maxlength: String?
156 | public var valuetype: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:155:12: warning: var 'maxlength' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
153 | public var scrolling: String?
154 | public var onkeydown: String?
155 | public var maxlength: String?
    |            |- warning: var 'maxlength' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'maxlength' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'maxlength' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 | public var valuetype: String?
157 | public var accesskey: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:156:12: warning: var 'valuetype' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
154 | public var onkeydown: String?
155 | public var maxlength: String?
156 | public var valuetype: String?
    |            |- warning: var 'valuetype' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'valuetype' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'valuetype' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
157 | public var accesskey: String?
158 | public var onmouseup: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:157:12: warning: var 'accesskey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
155 | public var maxlength: String?
156 | public var valuetype: String?
157 | public var accesskey: String?
    |            |- warning: var 'accesskey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'accesskey' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'accesskey' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
158 | public var onmouseup: String?
159 | public var autofocus: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:158:12: warning: var 'onmouseup' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
156 | public var valuetype: String?
157 | public var accesskey: String?
158 | public var onmouseup: String?
    |            |- warning: var 'onmouseup' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'onmouseup' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'onmouseup' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
159 | public var autofocus: String?
160 | public var onkeypress: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:159:12: warning: var 'autofocus' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
157 | public var accesskey: String?
158 | public var onmouseup: String?
159 | public var autofocus: String?
    |            |- warning: var 'autofocus' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'autofocus' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'autofocus' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
160 | public var onkeypress: String?
161 | public var ondblclick: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:160:12: warning: var 'onkeypress' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
158 | public var onmouseup: String?
159 | public var autofocus: String?
160 | public var onkeypress: String?
    |            |- warning: var 'onkeypress' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'onkeypress' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'onkeypress' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
161 | public var ondblclick: String?
162 | public var onmouseout: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:161:12: warning: var 'ondblclick' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
159 | public var autofocus: String?
160 | public var onkeypress: String?
161 | public var ondblclick: String?
    |            |- warning: var 'ondblclick' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'ondblclick' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'ondblclick' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
162 | public var onmouseout: String?
163 | public var httpEquiv: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:162:12: warning: var 'onmouseout' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
160 | public var onkeypress: String?
161 | public var ondblclick: String?
162 | public var onmouseout: String?
    |            |- warning: var 'onmouseout' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'onmouseout' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'onmouseout' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
163 | public var httpEquiv: String?
164 | public var dataText: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:163:12: warning: var 'httpEquiv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
161 | public var ondblclick: String?
162 | public var onmouseout: String?
163 | public var httpEquiv: String?
    |            |- warning: var 'httpEquiv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'httpEquiv' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'httpEquiv' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
164 | public var dataText: String?
165 | public var background: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:164:12: warning: var 'dataText' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
162 | public var onmouseout: String?
163 | public var httpEquiv: String?
164 | public var dataText: String?
    |            |- warning: var 'dataText' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'dataText' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'dataText' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
165 | public var background: String?
166 | public var onmousemove: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:165:12: warning: var 'background' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
163 | public var httpEquiv: String?
164 | public var dataText: String?
165 | public var background: String?
    |            |- warning: var 'background' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'background' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'background' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
166 | public var onmousemove: String?
167 | public var onmouseover: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:166:12: warning: var 'onmousemove' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
164 | public var dataText: String?
165 | public var background: String?
166 | public var onmousemove: String?
    |            |- warning: var 'onmousemove' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'onmousemove' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'onmousemove' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
167 | public var onmouseover: String?
168 | public var cellpadding: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:167:12: warning: var 'onmouseover' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
165 | public var background: String?
166 | public var onmousemove: String?
167 | public var onmouseover: String?
    |            |- warning: var 'onmouseover' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'onmouseover' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'onmouseover' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
168 | public var cellpadding: String?
169 | public var onmousedown: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:168:12: warning: var 'cellpadding' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
166 | public var onmousemove: String?
167 | public var onmouseover: String?
168 | public var cellpadding: String?
    |            |- warning: var 'cellpadding' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'cellpadding' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'cellpadding' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
169 | public var onmousedown: String?
170 | public var frameborder: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:169:12: warning: var 'onmousedown' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
167 | public var onmouseover: String?
168 | public var cellpadding: String?
169 | public var onmousedown: String?
    |            |- warning: var 'onmousedown' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'onmousedown' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'onmousedown' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
170 | public var frameborder: String?
171 | public var marginwidth: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:170:12: warning: var 'frameborder' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
168 | public var cellpadding: String?
169 | public var onmousedown: String?
170 | public var frameborder: String?
    |            |- warning: var 'frameborder' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'frameborder' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'frameborder' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
171 | public var marginwidth: String?
172 | public var cellspacing: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:171:12: warning: var 'marginwidth' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
169 | public var onmousedown: String?
170 | public var frameborder: String?
171 | public var marginwidth: String?
    |            |- warning: var 'marginwidth' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'marginwidth' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'marginwidth' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
172 | public var cellspacing: String?
173 | public var placeholder: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:172:12: warning: var 'cellspacing' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
170 | public var frameborder: String?
171 | public var marginwidth: String?
172 | public var cellspacing: String?
    |            |- warning: var 'cellspacing' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'cellspacing' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'cellspacing' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
173 | public var placeholder: String?
174 | public var marginheight: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:173:12: warning: var 'placeholder' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
171 | public var marginwidth: String?
172 | public var cellspacing: String?
173 | public var placeholder: String?
    |            |- warning: var 'placeholder' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'placeholder' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'placeholder' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
174 | public var marginheight: String?
175 | public var acceptCharset: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:174:12: warning: var 'marginheight' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
172 | public var cellspacing: String?
173 | public var placeholder: String?
174 | public var marginheight: String?
    |            |- warning: var 'marginheight' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'marginheight' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'marginheight' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
175 | public var acceptCharset: String?
176 |
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:175:12: warning: var 'acceptCharset' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
173 | public var placeholder: String?
174 | public var marginheight: String?
175 | public var acceptCharset: String?
    |            |- warning: var 'acceptCharset' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'acceptCharset' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'acceptCharset' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
176 |
177 | public var inner: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:177:12: warning: var 'inner' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
175 | public var acceptCharset: String?
176 |
177 | public var inner: String?
    |            |- warning: var 'inner' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: convert 'inner' to a 'let' constant to make 'Sendable' shared state immutable
    |            |- note: annotate 'inner' with '@MainActor' if property should only be accessed from the main actor
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
178 |
179 | public func a(_ closure: NanoHTMLClosure) { element("a", closure) }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:368:5: warning: var 'scopesBuffer' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
366 | }
367 |
368 | var scopesBuffer = [UInt64: String]()
    |     |- warning: var 'scopesBuffer' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'scopesBuffer' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: annotate 'scopesBuffer' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
369 |
370 | private func evaluate(_ node: String, _ attrs: [String: String?] = [:], _ closure: NanoHTMLClosure) {
[19/26] Compiling NanoHTTP NanoHTTPServerIO.swift
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTTPServerIO.swift:129:9: warning: capture of 'self' with non-sendable type 'NanoHTTPServerIO?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 42 | }
 43 |
 44 | open class NanoHTTPServerIO {
    |            `- note: class 'NanoHTTPServerIO' does not conform to the 'Sendable' protocol
 45 |
 46 |   public enum State: Int32 {
    :
127 |     if let priority {
128 |       DispatchQueue.global(qos: priority).async { [weak self] in
129 |         self?.listen(priority: handlerPriority)
    |         `- warning: capture of 'self' with non-sendable type 'NanoHTTPServerIO?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
130 |       }
131 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTTPServerIO.swift:151:27: warning: capture of 'self' with non-sendable type 'NanoHTTPServerIO?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 42 | }
 43 |
 44 | open class NanoHTTPServerIO {
    |            `- note: class 'NanoHTTPServerIO' does not conform to the 'Sendable' protocol
 45 |
 46 |   public enum State: Int32 {
    :
149 |       if let priority {
150 |         DispatchQueue.global(qos: priority).async { [weak self] in
151 |           if let server = self,
    |                           `- warning: capture of 'self' with non-sendable type 'NanoHTTPServerIO?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
152 |              server.operating,
153 |              let connection = NanoHTTPConnection(server: server, socket: socket) {
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTTPServerIO.swift:153:74: warning: capture of 'socket' with non-sendable type 'NanoSocket' in a `@Sendable` closure; this is an error in the Swift 6 language mode
151 |           if let server = self,
152 |              server.operating,
153 |              let connection = NanoHTTPConnection(server: server, socket: socket) {
    |                                                                          `- warning: capture of 'socket' with non-sendable type 'NanoSocket' in a `@Sendable` closure; this is an error in the Swift 6 language mode
154 |             server.handle(connection: connection)
155 |           }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoSocket.swift:53:12: note: class 'NanoSocket' does not conform to the 'Sendable' protocol
 51 | }
 52 |
 53 | open class NanoSocket: Hashable, Equatable, NanoHTTPResponseBodyWriter {
    |            `- note: class 'NanoSocket' does not conform to the 'Sendable' protocol
 54 |
 55 |   // Constants
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoProcess.swift:54:22: warning: static property 'signalsWatchers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52 |   }
53 |
54 |   private static var signalsWatchers = [(Int32) -> Void]()
   |                      |- warning: static property 'signalsWatchers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                      |- note: convert 'signalsWatchers' to a 'let' constant to make 'Sendable' shared state immutable
   |                      |- note: annotate 'signalsWatchers' with '@MainActor' if property should only be accessed from the main actor
   |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
55 |   private static var signalsObserved = false
56 |
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoProcess.swift:55:22: warning: static property 'signalsObserved' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
53 |
54 |   private static var signalsWatchers = [(Int32) -> Void]()
55 |   private static var signalsObserved = false
   |                      |- warning: static property 'signalsObserved' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                      |- note: convert 'signalsObserved' to a 'let' constant to make 'Sendable' shared state immutable
   |                      |- note: annotate 'signalsObserved' with '@MainActor' if property should only be accessed from the main actor
   |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
56 |
57 |   public static func watchSignals(_ callback: @escaping (Int32) -> Void) {
[20/26] Compiling NanoHTTP NanoProcess.swift
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTTPServerIO.swift:129:9: warning: capture of 'self' with non-sendable type 'NanoHTTPServerIO?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 42 | }
 43 |
 44 | open class NanoHTTPServerIO {
    |            `- note: class 'NanoHTTPServerIO' does not conform to the 'Sendable' protocol
 45 |
 46 |   public enum State: Int32 {
    :
127 |     if let priority {
128 |       DispatchQueue.global(qos: priority).async { [weak self] in
129 |         self?.listen(priority: handlerPriority)
    |         `- warning: capture of 'self' with non-sendable type 'NanoHTTPServerIO?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
130 |       }
131 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTTPServerIO.swift:151:27: warning: capture of 'self' with non-sendable type 'NanoHTTPServerIO?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 42 | }
 43 |
 44 | open class NanoHTTPServerIO {
    |            `- note: class 'NanoHTTPServerIO' does not conform to the 'Sendable' protocol
 45 |
 46 |   public enum State: Int32 {
    :
149 |       if let priority {
150 |         DispatchQueue.global(qos: priority).async { [weak self] in
151 |           if let server = self,
    |                           `- warning: capture of 'self' with non-sendable type 'NanoHTTPServerIO?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
152 |              server.operating,
153 |              let connection = NanoHTTPConnection(server: server, socket: socket) {
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTTPServerIO.swift:153:74: warning: capture of 'socket' with non-sendable type 'NanoSocket' in a `@Sendable` closure; this is an error in the Swift 6 language mode
151 |           if let server = self,
152 |              server.operating,
153 |              let connection = NanoHTTPConnection(server: server, socket: socket) {
    |                                                                          `- warning: capture of 'socket' with non-sendable type 'NanoSocket' in a `@Sendable` closure; this is an error in the Swift 6 language mode
154 |             server.handle(connection: connection)
155 |           }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoSocket.swift:53:12: note: class 'NanoSocket' does not conform to the 'Sendable' protocol
 51 | }
 52 |
 53 | open class NanoSocket: Hashable, Equatable, NanoHTTPResponseBodyWriter {
    |            `- note: class 'NanoSocket' does not conform to the 'Sendable' protocol
 54 |
 55 |   // Constants
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoProcess.swift:54:22: warning: static property 'signalsWatchers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
52 |   }
53 |
54 |   private static var signalsWatchers = [(Int32) -> Void]()
   |                      |- warning: static property 'signalsWatchers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                      |- note: convert 'signalsWatchers' to a 'let' constant to make 'Sendable' shared state immutable
   |                      |- note: annotate 'signalsWatchers' with '@MainActor' if property should only be accessed from the main actor
   |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
55 |   private static var signalsObserved = false
56 |
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoProcess.swift:55:22: warning: static property 'signalsObserved' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
53 |
54 |   private static var signalsWatchers = [(Int32) -> Void]()
55 |   private static var signalsObserved = false
   |                      |- warning: static property 'signalsObserved' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                      |- note: convert 'signalsObserved' to a 'let' constant to make 'Sendable' shared state immutable
   |                      |- note: annotate 'signalsObserved' with '@MainActor' if property should only be accessed from the main actor
   |                      `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
56 |
57 |   public static func watchSignals(_ callback: @escaping (Int32) -> Void) {
[21/26] Compiling NanoHTTP NetworkInterface.swift
[22/26] Compiling NanoHTTP String+Extensions.swift
[23/26] Compiling NanoHTTP String+File.swift
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/String+File.swift:95:21: warning: static property 'pathSeparator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 93 |   }
 94 |
 95 |   public static var pathSeparator = "/"
    |                     |- warning: static property 'pathSeparator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                     |- note: convert 'pathSeparator' to a 'let' constant to make 'Sendable' shared state immutable
    |                     |- note: annotate 'pathSeparator' with '@MainActor' if property should only be accessed from the main actor
    |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 96 |
 97 |   public func openNewForWriting() throws -> File {
[24/28] Emitting module NanoHTTPDemo
[25/28] Compiling NanoHTTPDemo NanoHTTPDemo.swift
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:58:19: warning: reference to var 'href' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 56 |           if !service.isEmpty {
 57 |             li {
 58 |               a { href = service; inner = service }
    |                   `- warning: reference to var 'href' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 59 |             }
 60 |           }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:59:12: note: var declared here
 57 | public var src: String?
 58 | public var type: String?
 59 | public var href: String?
    |            `- note: var declared here
 60 | public var text: String?
 61 | public var abbr: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:58:35: warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 56 |           if !service.isEmpty {
 57 |             li {
 58 |               a { href = service; inner = service }
    |                                   `- warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 59 |             }
 60 |           }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:177:12: note: var declared here
175 | public var acceptCharset: String?
176 |
177 | public var inner: String?
    |            `- note: var declared here
178 |
179 | public func a(_ closure: NanoHTMLClosure) { element("a", closure) }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:72:16: warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 70 |       html {
 71 |         body {
 72 |           h3 { inner = "Address: \(request.address ?? "unknown")" }
    |                `- warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 73 |           h3 { inner = "Url: \(request.path)" }
 74 |           h3 { inner = "Method: \(request.method)" }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:177:12: note: var declared here
175 | public var acceptCharset: String?
176 |
177 | public var inner: String?
    |            `- note: var declared here
178 |
179 | public func a(_ closure: NanoHTMLClosure) { element("a", closure) }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:73:16: warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 71 |         body {
 72 |           h3 { inner = "Address: \(request.address ?? "unknown")" }
 73 |           h3 { inner = "Url: \(request.path)" }
    |                `- warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 74 |           h3 { inner = "Method: \(request.method)" }
 75 |           h3 { inner = "Query:" }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:177:12: note: var declared here
175 | public var acceptCharset: String?
176 |
177 | public var inner: String?
    |            `- note: var declared here
178 |
179 | public func a(_ closure: NanoHTMLClosure) { element("a", closure) }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:74:16: warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 72 |           h3 { inner = "Address: \(request.address ?? "unknown")" }
 73 |           h3 { inner = "Url: \(request.path)" }
 74 |           h3 { inner = "Method: \(request.method)" }
    |                `- warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 75 |           h3 { inner = "Query:" }
 76 |           table(request.queryParams) { param in
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:177:12: note: var declared here
175 | public var acceptCharset: String?
176 |
177 | public var inner: String?
    |            `- note: var declared here
178 |
179 | public func a(_ closure: NanoHTMLClosure) { element("a", closure) }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:75:16: warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 73 |           h3 { inner = "Url: \(request.path)" }
 74 |           h3 { inner = "Method: \(request.method)" }
 75 |           h3 { inner = "Query:" }
    |                `- warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 76 |           table(request.queryParams) { param in
 77 |             tr {
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:177:12: note: var declared here
175 | public var acceptCharset: String?
176 |
177 | public var inner: String?
    |            `- note: var declared here
178 |
179 | public func a(_ closure: NanoHTMLClosure) { element("a", closure) }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:78:20: warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 76 |           table(request.queryParams) { param in
 77 |             tr {
 78 |               td { inner = param.0 }
    |                    `- warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 79 |               td { inner = param.1 }
 80 |             }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:177:12: note: var declared here
175 | public var acceptCharset: String?
176 |
177 | public var inner: String?
    |            `- note: var declared here
178 |
179 | public func a(_ closure: NanoHTMLClosure) { element("a", closure) }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:79:20: warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 77 |             tr {
 78 |               td { inner = param.0 }
 79 |               td { inner = param.1 }
    |                    `- warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 80 |             }
 81 |           }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:177:12: note: var declared here
175 | public var acceptCharset: String?
176 |
177 | public var inner: String?
    |            `- note: var declared here
178 |
179 | public func a(_ closure: NanoHTMLClosure) { element("a", closure) }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:82:16: warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 80 |             }
 81 |           }
 82 |           h3 { inner = "Headers:" }
    |                `- warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 83 |           table(request.availableHeaders) { header in
 84 |             tr {
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:177:12: note: var declared here
175 | public var acceptCharset: String?
176 |
177 | public var inner: String?
    |            `- note: var declared here
178 |
179 | public func a(_ closure: NanoHTMLClosure) { element("a", closure) }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:85:20: warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 83 |           table(request.availableHeaders) { header in
 84 |             tr {
 85 |               td { inner = header }
    |                    `- warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 86 |               td { inner = request.header(header) }
 87 |             }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:177:12: note: var declared here
175 | public var acceptCharset: String?
176 |
177 | public var inner: String?
    |            `- note: var declared here
178 |
179 | public func a(_ closure: NanoHTMLClosure) { element("a", closure) }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:86:20: warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 84 |             tr {
 85 |               td { inner = header }
 86 |               td { inner = request.header(header) }
    |                    `- warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 87 |             }
 88 |           }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:177:12: note: var declared here
175 | public var acceptCharset: String?
176 |
177 | public var inner: String?
    |            `- note: var declared here
178 |
179 | public func a(_ closure: NanoHTMLClosure) { element("a", closure) }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:89:16: warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 87 |             }
 88 |           }
 89 |           h3 { inner = "Route params:" }
    |                `- warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 90 |           table(request.params) { param in
 91 |             tr {
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:177:12: note: var declared here
175 | public var acceptCharset: String?
176 |
177 | public var inner: String?
    |            `- note: var declared here
178 |
179 | public func a(_ closure: NanoHTMLClosure) { element("a", closure) }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:92:20: warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 90 |           table(request.params) { param in
 91 |             tr {
 92 |               td { inner = param.0 }
    |                    `- warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 93 |               td { inner = param.1 }
 94 |             }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:177:12: note: var declared here
175 | public var acceptCharset: String?
176 |
177 | public var inner: String?
    |            `- note: var declared here
178 |
179 | public func a(_ closure: NanoHTMLClosure) { element("a", closure) }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:93:20: warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 91 |             tr {
 92 |               td { inner = param.0 }
 93 |               td { inner = param.1 }
    |                    `- warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 94 |             }
 95 |           }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:177:12: note: var declared here
175 | public var acceptCharset: String?
176 |
177 | public var inner: String?
    |            `- note: var declared here
178 |
179 | public func a(_ closure: NanoHTMLClosure) { element("a", closure) }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:104:11: warning: reference to var 'method' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
102 |       body {
103 |         form {
104 |           method = "POST"
    |           `- warning: reference to var 'method' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
105 |           action = "/upload"
106 |           enctype = "multipart/form-data"
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:98:12: note: var declared here
 96 | public var action: String?
 97 | public var height: String?
 98 | public var method: String?
    |            `- note: var declared here
 99 | public var acceptt: String?
100 | public var object: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:105:11: warning: reference to var 'action' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
103 |         form {
104 |           method = "POST"
105 |           action = "/upload"
    |           `- warning: reference to var 'action' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
106 |           enctype = "multipart/form-data"
107 |           input { name = "my_file1"; type = "file" }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:96:12: note: var declared here
 94 | public var start: String?
 95 | public var label: String?
 96 | public var action: String?
    |            `- note: var declared here
 97 | public var height: String?
 98 | public var method: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:106:11: warning: reference to var 'enctype' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
104 |           method = "POST"
105 |           action = "/upload"
106 |           enctype = "multipart/form-data"
    |           `- warning: reference to var 'enctype' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
107 |           input { name = "my_file1"; type = "file" }
108 |           input { name = "my_file2"; type = "file" }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:115:12: note: var declared here
113 | public var prompt: String?
114 | public var onfocus: String?
115 | public var enctype: String?
    |            `- note: var declared here
116 | public var onclick: String?
117 | public var ontouchstart: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:107:19: warning: reference to var 'name' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
105 |           action = "/upload"
106 |           enctype = "multipart/form-data"
107 |           input { name = "my_file1"; type = "file" }
    |                   `- warning: reference to var 'name' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
108 |           input { name = "my_file2"; type = "file" }
109 |           input { name = "my_file3"; type = "file" }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:70:12: note: var declared here
 68 | public var axis: String?
 69 | public var Name: String?
 70 | public var name: String?
    |            `- note: var declared here
 71 | public var code: String?
 72 | public var link: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:107:38: warning: reference to var 'type' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
105 |           action = "/upload"
106 |           enctype = "multipart/form-data"
107 |           input { name = "my_file1"; type = "file" }
    |                                      `- warning: reference to var 'type' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
108 |           input { name = "my_file2"; type = "file" }
109 |           input { name = "my_file3"; type = "file" }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:58:12: note: var declared here
 56 | public var forr: String?
 57 | public var src: String?
 58 | public var type: String?
    |            `- note: var declared here
 59 | public var href: String?
 60 | public var text: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:108:19: warning: reference to var 'name' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
106 |           enctype = "multipart/form-data"
107 |           input { name = "my_file1"; type = "file" }
108 |           input { name = "my_file2"; type = "file" }
    |                   `- warning: reference to var 'name' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
109 |           input { name = "my_file3"; type = "file" }
110 |           button {
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:70:12: note: var declared here
 68 | public var axis: String?
 69 | public var Name: String?
 70 | public var name: String?
    |            `- note: var declared here
 71 | public var code: String?
 72 | public var link: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:108:38: warning: reference to var 'type' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
106 |           enctype = "multipart/form-data"
107 |           input { name = "my_file1"; type = "file" }
108 |           input { name = "my_file2"; type = "file" }
    |                                      `- warning: reference to var 'type' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
109 |           input { name = "my_file3"; type = "file" }
110 |           button {
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:58:12: note: var declared here
 56 | public var forr: String?
 57 | public var src: String?
 58 | public var type: String?
    |            `- note: var declared here
 59 | public var href: String?
 60 | public var text: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:109:19: warning: reference to var 'name' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
107 |           input { name = "my_file1"; type = "file" }
108 |           input { name = "my_file2"; type = "file" }
109 |           input { name = "my_file3"; type = "file" }
    |                   `- warning: reference to var 'name' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
110 |           button {
111 |             type = "submit"
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:70:12: note: var declared here
 68 | public var axis: String?
 69 | public var Name: String?
 70 | public var name: String?
    |            `- note: var declared here
 71 | public var code: String?
 72 | public var link: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:109:38: warning: reference to var 'type' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
107 |           input { name = "my_file1"; type = "file" }
108 |           input { name = "my_file2"; type = "file" }
109 |           input { name = "my_file3"; type = "file" }
    |                                      `- warning: reference to var 'type' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
110 |           button {
111 |             type = "submit"
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:58:12: note: var declared here
 56 | public var forr: String?
 57 | public var src: String?
 58 | public var type: String?
    |            `- note: var declared here
 59 | public var href: String?
 60 | public var text: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:111:13: warning: reference to var 'type' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
109 |           input { name = "my_file3"; type = "file" }
110 |           button {
111 |             type = "submit"
    |             `- warning: reference to var 'type' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
112 |             inner = "Upload"
113 |           }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:58:12: note: var declared here
 56 | public var forr: String?
 57 | public var src: String?
 58 | public var type: String?
    |            `- note: var declared here
 59 | public var href: String?
 60 | public var text: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:112:13: warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
110 |           button {
111 |             type = "submit"
112 |             inner = "Upload"
    |             `- warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
113 |           }
114 |         }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:177:12: note: var declared here
175 | public var acceptCharset: String?
176 |
177 | public var inner: String?
    |            `- note: var declared here
178 |
179 | public func a(_ closure: NanoHTMLClosure) { element("a", closure) }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:132:18: warning: reference to var 'src' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
130 |     html {
131 |       head {
132 |         script { src = "http://cdn.staticfile.org/jquery/2.1.4/jquery.min.js" }
    |                  `- warning: reference to var 'src' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
133 |         stylesheet { href = "http://cdn.staticfile.org/twitter-bootstrap/3.3.0/css/bootstrap.min.css" }
134 |       }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:57:12: note: var declared here
 55 | public var alt: String?
 56 | public var forr: String?
 57 | public var src: String?
    |            `- note: var declared here
 58 | public var type: String?
 59 | public var href: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:133:22: warning: reference to var 'href' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
131 |       head {
132 |         script { src = "http://cdn.staticfile.org/jquery/2.1.4/jquery.min.js" }
133 |         stylesheet { href = "http://cdn.staticfile.org/twitter-bootstrap/3.3.0/css/bootstrap.min.css" }
    |                      `- warning: reference to var 'href' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
134 |       }
135 |       body {
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:59:12: note: var declared here
 57 | public var src: String?
 58 | public var type: String?
 59 | public var href: String?
    |            `- note: var declared here
 60 | public var text: String?
 61 | public var abbr: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:136:14: warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
134 |       }
135 |       body {
136 |         h3 { inner = "Sign In" }
    |              `- warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
137 |         form {
138 |           method = "POST"
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:177:12: note: var declared here
175 | public var acceptCharset: String?
176 |
177 | public var inner: String?
    |            `- note: var declared here
178 |
179 | public func a(_ closure: NanoHTMLClosure) { element("a", closure) }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:138:11: warning: reference to var 'method' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
136 |         h3 { inner = "Sign In" }
137 |         form {
138 |           method = "POST"
    |           `- warning: reference to var 'method' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
139 |           action = "/login"
140 |           fieldset {
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:98:12: note: var declared here
 96 | public var action: String?
 97 | public var height: String?
 98 | public var method: String?
    |            `- note: var declared here
 99 | public var acceptt: String?
100 | public var object: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:139:11: warning: reference to var 'action' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
137 |         form {
138 |           method = "POST"
139 |           action = "/login"
    |           `- warning: reference to var 'action' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
140 |           fieldset {
141 |             input { placeholder = "E-mail"; name = "email"; type = "email"; autofocus = "" }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:96:12: note: var declared here
 94 | public var start: String?
 95 | public var label: String?
 96 | public var action: String?
    |            `- note: var declared here
 97 | public var height: String?
 98 | public var method: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:141:21: warning: reference to var 'placeholder' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
139 |           action = "/login"
140 |           fieldset {
141 |             input { placeholder = "E-mail"; name = "email"; type = "email"; autofocus = "" }
    |                     `- warning: reference to var 'placeholder' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
142 |             input { placeholder = "Password"; name = "password"; type = "password"; autofocus = "" }
143 |             a {
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:173:12: note: var declared here
171 | public var marginwidth: String?
172 | public var cellspacing: String?
173 | public var placeholder: String?
    |            `- note: var declared here
174 | public var marginheight: String?
175 | public var acceptCharset: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:141:45: warning: reference to var 'name' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
139 |           action = "/login"
140 |           fieldset {
141 |             input { placeholder = "E-mail"; name = "email"; type = "email"; autofocus = "" }
    |                                             `- warning: reference to var 'name' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
142 |             input { placeholder = "Password"; name = "password"; type = "password"; autofocus = "" }
143 |             a {
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:70:12: note: var declared here
 68 | public var axis: String?
 69 | public var Name: String?
 70 | public var name: String?
    |            `- note: var declared here
 71 | public var code: String?
 72 | public var link: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:141:61: warning: reference to var 'type' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
139 |           action = "/login"
140 |           fieldset {
141 |             input { placeholder = "E-mail"; name = "email"; type = "email"; autofocus = "" }
    |                                                             `- warning: reference to var 'type' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
142 |             input { placeholder = "Password"; name = "password"; type = "password"; autofocus = "" }
143 |             a {
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:58:12: note: var declared here
 56 | public var forr: String?
 57 | public var src: String?
 58 | public var type: String?
    |            `- note: var declared here
 59 | public var href: String?
 60 | public var text: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:141:77: warning: reference to var 'autofocus' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
139 |           action = "/login"
140 |           fieldset {
141 |             input { placeholder = "E-mail"; name = "email"; type = "email"; autofocus = "" }
    |                                                                             `- warning: reference to var 'autofocus' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
142 |             input { placeholder = "Password"; name = "password"; type = "password"; autofocus = "" }
143 |             a {
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:159:12: note: var declared here
157 | public var accesskey: String?
158 | public var onmouseup: String?
159 | public var autofocus: String?
    |            `- note: var declared here
160 | public var onkeypress: String?
161 | public var ondblclick: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:142:21: warning: reference to var 'placeholder' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
140 |           fieldset {
141 |             input { placeholder = "E-mail"; name = "email"; type = "email"; autofocus = "" }
142 |             input { placeholder = "Password"; name = "password"; type = "password"; autofocus = "" }
    |                     `- warning: reference to var 'placeholder' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
143 |             a {
144 |               href = "/login"
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:173:12: note: var declared here
171 | public var marginwidth: String?
172 | public var cellspacing: String?
173 | public var placeholder: String?
    |            `- note: var declared here
174 | public var marginheight: String?
175 | public var acceptCharset: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:142:47: warning: reference to var 'name' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
140 |           fieldset {
141 |             input { placeholder = "E-mail"; name = "email"; type = "email"; autofocus = "" }
142 |             input { placeholder = "Password"; name = "password"; type = "password"; autofocus = "" }
    |                                               `- warning: reference to var 'name' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
143 |             a {
144 |               href = "/login"
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:70:12: note: var declared here
 68 | public var axis: String?
 69 | public var Name: String?
 70 | public var name: String?
    |            `- note: var declared here
 71 | public var code: String?
 72 | public var link: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:142:66: warning: reference to var 'type' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
140 |           fieldset {
141 |             input { placeholder = "E-mail"; name = "email"; type = "email"; autofocus = "" }
142 |             input { placeholder = "Password"; name = "password"; type = "password"; autofocus = "" }
    |                                                                  `- warning: reference to var 'type' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
143 |             a {
144 |               href = "/login"
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:58:12: note: var declared here
 56 | public var forr: String?
 57 | public var src: String?
 58 | public var type: String?
    |            `- note: var declared here
 59 | public var href: String?
 60 | public var text: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:142:85: warning: reference to var 'autofocus' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
140 |           fieldset {
141 |             input { placeholder = "E-mail"; name = "email"; type = "email"; autofocus = "" }
142 |             input { placeholder = "Password"; name = "password"; type = "password"; autofocus = "" }
    |                                                                                     `- warning: reference to var 'autofocus' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
143 |             a {
144 |               href = "/login"
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:159:12: note: var declared here
157 | public var accesskey: String?
158 | public var onmouseup: String?
159 | public var autofocus: String?
    |            `- note: var declared here
160 | public var onkeypress: String?
161 | public var ondblclick: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:144:15: warning: reference to var 'href' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
142 |             input { placeholder = "Password"; name = "password"; type = "password"; autofocus = "" }
143 |             a {
144 |               href = "/login"
    |               `- warning: reference to var 'href' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
145 |               button {
146 |                 type = "submit"
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:59:12: note: var declared here
 57 | public var src: String?
 58 | public var type: String?
 59 | public var href: String?
    |            `- note: var declared here
 60 | public var text: String?
 61 | public var abbr: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:146:17: warning: reference to var 'type' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
144 |               href = "/login"
145 |               button {
146 |                 type = "submit"
    |                 `- warning: reference to var 'type' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
147 |                 inner = "Login"
148 |               }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:58:12: note: var declared here
 56 | public var forr: String?
 57 | public var src: String?
 58 | public var type: String?
    |            `- note: var declared here
 59 | public var href: String?
 60 | public var text: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:147:17: warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
145 |               button {
146 |                 type = "submit"
147 |                 inner = "Login"
    |                 `- warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
148 |               }
149 |             }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:177:12: note: var declared here
175 | public var acceptCharset: String?
176 |
177 | public var inner: String?
    |            `- note: var declared here
178 |
179 | public func a(_ closure: NanoHTMLClosure) { element("a", closure) }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:153:11: warning: reference to var 'src' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
151 |         }
152 |         javascript {
153 |           src = "http://cdn.staticfile.org/twitter-bootstrap/3.3.0/js/bootstrap.min.js"
    |           `- warning: reference to var 'src' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
154 |         }
155 |       }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:57:12: note: var declared here
 55 | public var alt: String?
 56 | public var forr: String?
 57 | public var src: String?
    |            `- note: var declared here
 58 | public var type: String?
 59 | public var href: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:167:16: warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
165 |       body {
166 |         center {
167 |           h2 { inner = "Hello Swift" }
    |                `- warning: reference to var 'inner' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
168 |           img { src = "https://devimages.apple.com.edgekey.net/swift/images/swift-hero_2x.png" }
169 |         }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:177:12: note: var declared here
175 | public var acceptCharset: String?
176 |
177 | public var inner: String?
    |            `- note: var declared here
178 |
179 | public func a(_ closure: NanoHTMLClosure) { element("a", closure) }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:168:17: warning: reference to var 'src' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
166 |         center {
167 |           h2 { inner = "Hello Swift" }
168 |           img { src = "https://devimages.apple.com.edgekey.net/swift/images/swift-hero_2x.png" }
    |                 `- warning: reference to var 'src' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
169 |         }
170 |       }
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTML.swift:57:12: note: var declared here
 55 | public var alt: String?
 56 | public var forr: String?
 57 | public var src: String?
    |            `- note: var declared here
 58 | public var type: String?
 59 | public var href: String?
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:183:7: warning: capture of 'server' with non-sendable type 'NanoHTTPServer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
181 |   server["/close"] = { _ in
182 |     DispatchQueue.global().asyncAfter(deadline: .now().advanced(by: .seconds(1))) {
183 |       server.closeAndforgetAllConnections()
    |       `- warning: capture of 'server' with non-sendable type 'NanoHTTPServer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
184 |     }
185 |     return .ok(.htmlBody("Open connections: \(server.openConnections)"))
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTP/NanoHTTPServer.swift:39:12: note: class 'NanoHTTPServer' does not conform to the 'Sendable' protocol
 37 | import Foundation
 38 |
 39 | open class NanoHTTPServer: NanoHTTPServerIO {
    |            `- note: class 'NanoHTTPServer' does not conform to the 'Sendable' protocol
 40 |
 41 |   public struct MethodRoute {
/Users/admin/builder/spi-builder-workspace/Sources/NanoHTTPDemo/NanoHTTPDemo.swift:38:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NanoHTTP'
 36 |
 37 | import Foundation
 38 | import NanoHTTP
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NanoHTTP'
 39 |
 40 | extension NanoHTTPServer {
[26/30] Compiling DemoServer main.swift
[27/30] Emitting module DemoServer
[27/30] Write Objects.LinkFileList
[28/30] Linking DemoServer
[29/30] Applying DemoServer
Build complete! (14.89s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "NanoHTTP",
  "name" : "NanoHTTP",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "NanoHTTP",
      "targets" : [
        "NanoHTTP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NanoHTTPDemo",
      "targets" : [
        "NanoHTTPDemo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DemoServer",
      "targets" : [
        "DemoServer"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "NanoHTTPTests",
      "module_type" : "SwiftTarget",
      "name" : "NanoHTTPTests",
      "path" : "Tests/NanoHTTPTests",
      "sources" : [
        "HTTPParserTests.swift",
        "HTTPRouterTests.swift",
        "IOSafetyTests.swift",
        "MimeTypeTests.swift",
        "PingServer.swift",
        "ServerThreadingTests.swift",
        "StringExtensionsTests.swift",
        "WebSocketTests.swift"
      ],
      "target_dependencies" : [
        "NanoHTTP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NanoHTTPDemo",
      "module_type" : "SwiftTarget",
      "name" : "NanoHTTPDemo",
      "path" : "Sources/NanoHTTPDemo",
      "product_memberships" : [
        "NanoHTTPDemo",
        "DemoServer"
      ],
      "sources" : [
        "NanoHTTPDemo.swift"
      ],
      "target_dependencies" : [
        "NanoHTTP"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NanoHTTP",
      "module_type" : "SwiftTarget",
      "name" : "NanoHTTP",
      "path" : "Sources/NanoHTTP",
      "product_memberships" : [
        "NanoHTTP",
        "NanoHTTPDemo",
        "DemoServer"
      ],
      "sources" : [
        "NanoFiles.swift",
        "NanoHTML.swift",
        "NanoHTTPConnection.swift",
        "NanoHTTPParser.swift",
        "NanoHTTPRequest.swift",
        "NanoHTTPResponse.swift",
        "NanoHTTPResponseBodyWriter.swift",
        "NanoHTTPRouter.swift",
        "NanoHTTPSegmentRouter.swift",
        "NanoHTTPServer.swift",
        "NanoHTTPServerIO.swift",
        "NanoProcess.swift",
        "NanoSocket.swift",
        "NanoWebSockets.swift",
        "NetworkInterface.swift",
        "String+Extensions.swift",
        "String+File.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DemoServer",
      "module_type" : "SwiftTarget",
      "name" : "DemoServer",
      "path" : "Sources/DemoServer",
      "product_memberships" : [
        "DemoServer"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "NanoHTTP",
        "NanoHTTPDemo"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.7"
}
Done.