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 swift-http, reference 1.2.3 (8b5739), with Swift 6.0 for visionOS using Xcode 16.0 on 3 Nov 2024 06:46:15 UTC.

Swift 6 data race errors: 195

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-http -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:96:23: note: annotate 'downgradedFinalRecipient' with '@MainActor' if property should only be accessed from the main actor
    public static let downgradedFinalRecipient: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:96:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let downgradedFinalRecipient: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:98:23: warning: static property 'downgradedFrom' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let downgradedFrom: HttpHeaderKey = "Downgraded-From"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:98:23: note: annotate 'downgradedFrom' with '@MainActor' if property should only be accessed from the main actor
    public static let downgradedFrom: HttpHeaderKey = "Downgraded-From"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:98:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let downgradedFrom: HttpHeaderKey = "Downgraded-From"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:99:23: warning: static property 'downgradedInReplyTo' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let downgradedInReplyTo: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:99:23: note: annotate 'downgradedInReplyTo' with '@MainActor' if property should only be accessed from the main actor
    public static let downgradedInReplyTo: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:99:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let downgradedInReplyTo: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:101:23: warning: static property 'downgradedMailFrom' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let downgradedMailFrom: HttpHeaderKey = "Downgraded-Mail-From"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:101:23: note: annotate 'downgradedMailFrom' with '@MainActor' if property should only be accessed from the main actor
    public static let downgradedMailFrom: HttpHeaderKey = "Downgraded-Mail-From"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:101:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let downgradedMailFrom: HttpHeaderKey = "Downgraded-Mail-From"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:102:23: warning: static property 'downgradedMessageId' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let downgradedMessageId: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:102:23: note: annotate 'downgradedMessageId' with '@MainActor' if property should only be accessed from the main actor
    public static let downgradedMessageId: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:102:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let downgradedMessageId: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:104:23: warning: static property 'downgradedOriginalRecipient' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let downgradedOriginalRecipient: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:104:23: note: annotate 'downgradedOriginalRecipient' with '@MainActor' if property should only be accessed from the main actor
    public static let downgradedOriginalRecipient: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:104:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let downgradedOriginalRecipient: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:106:23: warning: static property 'downgradedRcptTo' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let downgradedRcptTo: HttpHeaderKey = "Downgraded-Rcpt-To"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:106:23: note: annotate 'downgradedRcptTo' with '@MainActor' if property should only be accessed from the main actor
    public static let downgradedRcptTo: HttpHeaderKey = "Downgraded-Rcpt-To"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:106:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let downgradedRcptTo: HttpHeaderKey = "Downgraded-Rcpt-To"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:107:23: warning: static property 'downgradedReferences' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let downgradedReferences: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:107:23: note: annotate 'downgradedReferences' with '@MainActor' if property should only be accessed from the main actor
    public static let downgradedReferences: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:107:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let downgradedReferences: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:109:23: warning: static property 'downgradedReplyTo' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let downgradedReplyTo: HttpHeaderKey = "Downgraded-Reply-To"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:109:23: note: annotate 'downgradedReplyTo' with '@MainActor' if property should only be accessed from the main actor
    public static let downgradedReplyTo: HttpHeaderKey = "Downgraded-Reply-To"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:109:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let downgradedReplyTo: HttpHeaderKey = "Downgraded-Reply-To"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:110:23: warning: static property 'downgradedResentBcc' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let downgradedResentBcc: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:110:23: note: annotate 'downgradedResentBcc' with '@MainActor' if property should only be accessed from the main actor
    public static let downgradedResentBcc: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:110:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let downgradedResentBcc: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:112:23: warning: static property 'downgradedResentCc' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let downgradedResentCc: HttpHeaderKey = "Downgraded-Resent-Cc"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:112:23: note: annotate 'downgradedResentCc' with '@MainActor' if property should only be accessed from the main actor
    public static let downgradedResentCc: HttpHeaderKey = "Downgraded-Resent-Cc"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:112:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let downgradedResentCc: HttpHeaderKey = "Downgraded-Resent-Cc"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:113:23: warning: static property 'downgradedResentFrom' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let downgradedResentFrom: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:113:23: note: annotate 'downgradedResentFrom' with '@MainActor' if property should only be accessed from the main actor
    public static let downgradedResentFrom: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:113:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let downgradedResentFrom: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:115:23: warning: static property 'downgradedResentReplyTo' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let downgradedResentReplyTo: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:115:23: note: annotate 'downgradedResentReplyTo' with '@MainActor' if property should only be accessed from the main actor
    public static let downgradedResentReplyTo: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:115:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let downgradedResentReplyTo: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:117:23: warning: static property 'downgradedResentSender' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let downgradedResentSender: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:117:23: note: annotate 'downgradedResentSender' with '@MainActor' if property should only be accessed from the main actor
    public static let downgradedResentSender: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:117:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let downgradedResentSender: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:119:23: warning: static property 'downgradedResentTo' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let downgradedResentTo: HttpHeaderKey = "Downgraded-Resent-To"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:119:23: note: annotate 'downgradedResentTo' with '@MainActor' if property should only be accessed from the main actor
    public static let downgradedResentTo: HttpHeaderKey = "Downgraded-Resent-To"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:119:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let downgradedResentTo: HttpHeaderKey = "Downgraded-Resent-To"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:120:23: warning: static property 'downgradedReturnPath' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let downgradedReturnPath: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:120:23: note: annotate 'downgradedReturnPath' with '@MainActor' if property should only be accessed from the main actor
    public static let downgradedReturnPath: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:120:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let downgradedReturnPath: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:122:23: warning: static property 'downgradedSender' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let downgradedSender: HttpHeaderKey = "Downgraded-Sender"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:122:23: note: annotate 'downgradedSender' with '@MainActor' if property should only be accessed from the main actor
    public static let downgradedSender: HttpHeaderKey = "Downgraded-Sender"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:122:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let downgradedSender: HttpHeaderKey = "Downgraded-Sender"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:123:23: warning: static property 'downgradedTo' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let downgradedTo: HttpHeaderKey = "Downgraded-To"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:123:23: note: annotate 'downgradedTo' with '@MainActor' if property should only be accessed from the main actor
    public static let downgradedTo: HttpHeaderKey = "Downgraded-To"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:123:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let downgradedTo: HttpHeaderKey = "Downgraded-To"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:124:23: warning: static property 'encoding' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let encoding: HttpHeaderKey = "Encoding"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:124:23: note: annotate 'encoding' with '@MainActor' if property should only be accessed from the main actor
    public static let encoding: HttpHeaderKey = "Encoding"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:124:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let encoding: HttpHeaderKey = "Encoding"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:125:23: warning: static property 'encrypted' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let encrypted: HttpHeaderKey = "Encrypted"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:125:23: note: annotate 'encrypted' with '@MainActor' if property should only be accessed from the main actor
    public static let encrypted: HttpHeaderKey = "Encrypted"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:125:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let encrypted: HttpHeaderKey = "Encrypted"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:126:23: warning: static property 'expires' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let expires: HttpHeaderKey = "Expires"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:126:23: note: annotate 'expires' with '@MainActor' if property should only be accessed from the main actor
    public static let expires: HttpHeaderKey = "Expires"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:126:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let expires: HttpHeaderKey = "Expires"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:127:23: warning: static property 'expiryDate' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let expiryDate: HttpHeaderKey = "Expiry-Date"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:127:23: note: annotate 'expiryDate' with '@MainActor' if property should only be accessed from the main actor
    public static let expiryDate: HttpHeaderKey = "Expiry-Date"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:127:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let expiryDate: HttpHeaderKey = "Expiry-Date"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:128:23: warning: static property 'followupTo' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let followupTo: HttpHeaderKey = "Followup-To"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:128:23: note: annotate 'followupTo' with '@MainActor' if property should only be accessed from the main actor
    public static let followupTo: HttpHeaderKey = "Followup-To"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:128:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let followupTo: HttpHeaderKey = "Followup-To"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:129:23: warning: static property 'from' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let from: HttpHeaderKey = "From"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:129:23: note: annotate 'from' with '@MainActor' if property should only be accessed from the main actor
    public static let from: HttpHeaderKey = "From"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:129:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let from: HttpHeaderKey = "From"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:130:23: warning: static property 'generateDeliveryReport' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let generateDeliveryReport: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:130:23: note: annotate 'generateDeliveryReport' with '@MainActor' if property should only be accessed from the main actor
    public static let generateDeliveryReport: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:130:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let generateDeliveryReport: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:132:23: warning: static property 'importance' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let importance: HttpHeaderKey = "Importance"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:132:23: note: annotate 'importance' with '@MainActor' if property should only be accessed from the main actor
    public static let importance: HttpHeaderKey = "Importance"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:132:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let importance: HttpHeaderKey = "Importance"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:133:23: warning: static property 'inReplyTo' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let inReplyTo: HttpHeaderKey = "In-Reply-To"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:133:23: note: annotate 'inReplyTo' with '@MainActor' if property should only be accessed from the main actor
    public static let inReplyTo: HttpHeaderKey = "In-Reply-To"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:133:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let inReplyTo: HttpHeaderKey = "In-Reply-To"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:134:23: warning: static property 'incompleteCopy' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let incompleteCopy: HttpHeaderKey = "Incomplete-Copy"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:134:23: note: annotate 'incompleteCopy' with '@MainActor' if property should only be accessed from the main actor
    public static let incompleteCopy: HttpHeaderKey = "Incomplete-Copy"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:134:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let incompleteCopy: HttpHeaderKey = "Incomplete-Copy"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:135:23: warning: static property 'injectionDate' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let injectionDate: HttpHeaderKey = "Injection-Date"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:135:23: note: annotate 'injectionDate' with '@MainActor' if property should only be accessed from the main actor
    public static let injectionDate: HttpHeaderKey = "Injection-Date"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:135:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let injectionDate: HttpHeaderKey = "Injection-Date"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:136:23: warning: static property 'injectionInfo' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let injectionInfo: HttpHeaderKey = "Injection-Info"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:136:23: note: annotate 'injectionInfo' with '@MainActor' if property should only be accessed from the main actor
    public static let injectionInfo: HttpHeaderKey = "Injection-Info"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:136:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let injectionInfo: HttpHeaderKey = "Injection-Info"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:137:23: warning: static property 'keywords' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let keywords: HttpHeaderKey = "Keywords"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:137:23: note: annotate 'keywords' with '@MainActor' if property should only be accessed from the main actor
    public static let keywords: HttpHeaderKey = "Keywords"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:137:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let keywords: HttpHeaderKey = "Keywords"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:138:23: warning: static property 'language' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let language: HttpHeaderKey = "Language"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:138:23: note: annotate 'language' with '@MainActor' if property should only be accessed from the main actor
    public static let language: HttpHeaderKey = "Language"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:138:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let language: HttpHeaderKey = "Language"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:139:23: warning: static property 'latestDeliveryTime' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let latestDeliveryTime: HttpHeaderKey = "Latest-Delivery-Time"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:139:23: note: annotate 'latestDeliveryTime' with '@MainActor' if property should only be accessed from the main actor
    public static let latestDeliveryTime: HttpHeaderKey = "Latest-Delivery-Time"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:139:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let latestDeliveryTime: HttpHeaderKey = "Latest-Delivery-Time"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:140:23: warning: static property 'lines' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let lines: HttpHeaderKey = "Lines"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:140:23: note: annotate 'lines' with '@MainActor' if property should only be accessed from the main actor
    public static let lines: HttpHeaderKey = "Lines"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:140:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let lines: HttpHeaderKey = "Lines"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:141:23: warning: static property 'listArchive' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let listArchive: HttpHeaderKey = "List-Archive"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:141:23: note: annotate 'listArchive' with '@MainActor' if property should only be accessed from the main actor
    public static let listArchive: HttpHeaderKey = "List-Archive"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:141:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let listArchive: HttpHeaderKey = "List-Archive"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:142:23: warning: static property 'listHelp' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let listHelp: HttpHeaderKey = "List-Help"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:142:23: note: annotate 'listHelp' with '@MainActor' if property should only be accessed from the main actor
    public static let listHelp: HttpHeaderKey = "List-Help"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:142:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let listHelp: HttpHeaderKey = "List-Help"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:143:23: warning: static property 'listID' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let listID: HttpHeaderKey = "List-ID"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:143:23: note: annotate 'listID' with '@MainActor' if property should only be accessed from the main actor
    public static let listID: HttpHeaderKey = "List-ID"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:143:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let listID: HttpHeaderKey = "List-ID"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:144:23: warning: static property 'listOwner' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let listOwner: HttpHeaderKey = "List-Owner"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:144:23: note: annotate 'listOwner' with '@MainActor' if property should only be accessed from the main actor
    public static let listOwner: HttpHeaderKey = "List-Owner"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:144:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let listOwner: HttpHeaderKey = "List-Owner"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:145:23: warning: static property 'listPost' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let listPost: HttpHeaderKey = "List-Post"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:145:23: note: annotate 'listPost' with '@MainActor' if property should only be accessed from the main actor
    public static let listPost: HttpHeaderKey = "List-Post"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:145:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let listPost: HttpHeaderKey = "List-Post"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:146:23: warning: static property 'listSubscribe' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let listSubscribe: HttpHeaderKey = "List-Subscribe"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:146:23: note: annotate 'listSubscribe' with '@MainActor' if property should only be accessed from the main actor
    public static let listSubscribe: HttpHeaderKey = "List-Subscribe"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:146:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let listSubscribe: HttpHeaderKey = "List-Subscribe"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:147:23: warning: static property 'listUnsubscribe' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let listUnsubscribe: HttpHeaderKey = "List-Unsubscribe"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:147:23: note: annotate 'listUnsubscribe' with '@MainActor' if property should only be accessed from the main actor
    public static let listUnsubscribe: HttpHeaderKey = "List-Unsubscribe"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:147:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let listUnsubscribe: HttpHeaderKey = "List-Unsubscribe"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:148:23: warning: static property 'listUnsubscribePost' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let listUnsubscribePost: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:148:23: note: annotate 'listUnsubscribePost' with '@MainActor' if property should only be accessed from the main actor
    public static let listUnsubscribePost: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:148:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let listUnsubscribePost: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:150:23: warning: static property 'messageContext' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let messageContext: HttpHeaderKey = "Message-Context"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:150:23: note: annotate 'messageContext' with '@MainActor' if property should only be accessed from the main actor
    public static let messageContext: HttpHeaderKey = "Message-Context"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:150:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let messageContext: HttpHeaderKey = "Message-Context"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:151:23: warning: static property 'messageID' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let messageID: HttpHeaderKey = "Message-ID"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:151:23: note: annotate 'messageID' with '@MainActor' if property should only be accessed from the main actor
    public static let messageID: HttpHeaderKey = "Message-ID"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:151:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let messageID: HttpHeaderKey = "Message-ID"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:152:23: warning: static property 'messageType' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let messageType: HttpHeaderKey = "Message-Type"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:152:23: note: annotate 'messageType' with '@MainActor' if property should only be accessed from the main actor
    public static let messageType: HttpHeaderKey = "Message-Type"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:152:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let messageType: HttpHeaderKey = "Message-Type"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:153:23: warning: static property 'mIMEVersion' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let mIMEVersion: HttpHeaderKey = "MIME-Version"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:153:23: note: annotate 'mIMEVersion' with '@MainActor' if property should only be accessed from the main actor
    public static let mIMEVersion: HttpHeaderKey = "MIME-Version"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:153:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let mIMEVersion: HttpHeaderKey = "MIME-Version"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:154:23: warning: static property 'mMHSExemptedAddress' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let mMHSExemptedAddress: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:154:23: note: annotate 'mMHSExemptedAddress' with '@MainActor' if property should only be accessed from the main actor
    public static let mMHSExemptedAddress: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:154:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let mMHSExemptedAddress: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:156:23: warning: static property 'mMHSExtendedAuthorisationInfo' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let mMHSExtendedAuthorisationInfo: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:156:23: note: annotate 'mMHSExtendedAuthorisationInfo' with '@MainActor' if property should only be accessed from the main actor
    public static let mMHSExtendedAuthorisationInfo: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:156:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let mMHSExtendedAuthorisationInfo: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:158:23: warning: static property 'mMHSSubjectIndicatorCodes' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let mMHSSubjectIndicatorCodes: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:158:23: note: annotate 'mMHSSubjectIndicatorCodes' with '@MainActor' if property should only be accessed from the main actor
    public static let mMHSSubjectIndicatorCodes: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:158:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let mMHSSubjectIndicatorCodes: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:160:23: warning: static property 'mMHSHandlingInstructions' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let mMHSHandlingInstructions: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:160:23: note: annotate 'mMHSHandlingInstructions' with '@MainActor' if property should only be accessed from the main actor
    public static let mMHSHandlingInstructions: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:160:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let mMHSHandlingInstructions: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:162:23: warning: static property 'mMHSMessageInstructions' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let mMHSMessageInstructions: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:162:23: note: annotate 'mMHSMessageInstructions' with '@MainActor' if property should only be accessed from the main actor
    public static let mMHSMessageInstructions: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:162:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let mMHSMessageInstructions: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:164:23: warning: static property 'mMHSCodressMessageIndicator' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let mMHSCodressMessageIndicator: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:164:23: note: annotate 'mMHSCodressMessageIndicator' with '@MainActor' if property should only be accessed from the main actor
    public static let mMHSCodressMessageIndicator: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:164:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let mMHSCodressMessageIndicator: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:166:23: warning: static property 'mMHSOriginatorReference' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let mMHSOriginatorReference: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:166:23: note: annotate 'mMHSOriginatorReference' with '@MainActor' if property should only be accessed from the main actor
    public static let mMHSOriginatorReference: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:166:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let mMHSOriginatorReference: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:168:23: warning: static property 'mMHSPrimaryPrecedence' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let mMHSPrimaryPrecedence: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:168:23: note: annotate 'mMHSPrimaryPrecedence' with '@MainActor' if property should only be accessed from the main actor
    public static let mMHSPrimaryPrecedence: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:168:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let mMHSPrimaryPrecedence: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:170:23: warning: static property 'mMHSCopyPrecedence' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let mMHSCopyPrecedence: HttpHeaderKey = "MMHS-Copy-Precedence"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:170:23: note: annotate 'mMHSCopyPrecedence' with '@MainActor' if property should only be accessed from the main actor
    public static let mMHSCopyPrecedence: HttpHeaderKey = "MMHS-Copy-Precedence"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:170:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let mMHSCopyPrecedence: HttpHeaderKey = "MMHS-Copy-Precedence"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:171:23: warning: static property 'mMHSMessageType' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let mMHSMessageType: HttpHeaderKey = "MMHS-Message-Type"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:171:23: note: annotate 'mMHSMessageType' with '@MainActor' if property should only be accessed from the main actor
    public static let mMHSMessageType: HttpHeaderKey = "MMHS-Message-Type"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:171:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let mMHSMessageType: HttpHeaderKey = "MMHS-Message-Type"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:172:23: warning: static property 'mMHSOtherRecipientsIndicatorTo' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let mMHSOtherRecipientsIndicatorTo: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:172:23: note: annotate 'mMHSOtherRecipientsIndicatorTo' with '@MainActor' if property should only be accessed from the main actor
    public static let mMHSOtherRecipientsIndicatorTo: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:172:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let mMHSOtherRecipientsIndicatorTo: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:174:23: warning: static property 'mMHSOtherRecipientsIndicatorCC' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let mMHSOtherRecipientsIndicatorCC: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:174:23: note: annotate 'mMHSOtherRecipientsIndicatorCC' with '@MainActor' if property should only be accessed from the main actor
    public static let mMHSOtherRecipientsIndicatorCC: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:174:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let mMHSOtherRecipientsIndicatorCC: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:176:23: warning: static property 'mMHSAcp127MessageIdentifier' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let mMHSAcp127MessageIdentifier: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:176:23: note: annotate 'mMHSAcp127MessageIdentifier' with '@MainActor' if property should only be accessed from the main actor
    public static let mMHSAcp127MessageIdentifier: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:176:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let mMHSAcp127MessageIdentifier: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:178:23: warning: static property 'mMHSOriginatorPLAD' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let mMHSOriginatorPLAD: HttpHeaderKey = "MMHS-Originator-PLAD"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:178:23: note: annotate 'mMHSOriginatorPLAD' with '@MainActor' if property should only be accessed from the main actor
    public static let mMHSOriginatorPLAD: HttpHeaderKey = "MMHS-Originator-PLAD"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:178:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let mMHSOriginatorPLAD: HttpHeaderKey = "MMHS-Originator-PLAD"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:179:23: warning: static property 'mTPriority' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let mTPriority: HttpHeaderKey = "MT-Priority"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:179:23: note: annotate 'mTPriority' with '@MainActor' if property should only be accessed from the main actor
    public static let mTPriority: HttpHeaderKey = "MT-Priority"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:179:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let mTPriority: HttpHeaderKey = "MT-Priority"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:180:23: warning: static property 'newsgroups' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let newsgroups: HttpHeaderKey = "Newsgroups"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:180:23: note: annotate 'newsgroups' with '@MainActor' if property should only be accessed from the main actor
    public static let newsgroups: HttpHeaderKey = "Newsgroups"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:180:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let newsgroups: HttpHeaderKey = "Newsgroups"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:181:23: warning: static property 'nNTPPostingDate' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let nNTPPostingDate: HttpHeaderKey = "NNTP-Posting-Date"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:181:23: note: annotate 'nNTPPostingDate' with '@MainActor' if property should only be accessed from the main actor
    public static let nNTPPostingDate: HttpHeaderKey = "NNTP-Posting-Date"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:181:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let nNTPPostingDate: HttpHeaderKey = "NNTP-Posting-Date"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:182:23: warning: static property 'nNTPPostingHost' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let nNTPPostingHost: HttpHeaderKey = "NNTP-Posting-Host"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:182:23: note: annotate 'nNTPPostingHost' with '@MainActor' if property should only be accessed from the main actor
    public static let nNTPPostingHost: HttpHeaderKey = "NNTP-Posting-Host"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:182:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let nNTPPostingHost: HttpHeaderKey = "NNTP-Posting-Host"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:183:23: warning: static property 'obsoletes' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let obsoletes: HttpHeaderKey = "Obsoletes"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:183:23: note: annotate 'obsoletes' with '@MainActor' if property should only be accessed from the main actor
    public static let obsoletes: HttpHeaderKey = "Obsoletes"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:183:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let obsoletes: HttpHeaderKey = "Obsoletes"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:184:23: warning: static property 'organization' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let organization: HttpHeaderKey = "Organization"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:184:23: note: annotate 'organization' with '@MainActor' if property should only be accessed from the main actor
    public static let organization: HttpHeaderKey = "Organization"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:184:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let organization: HttpHeaderKey = "Organization"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:185:23: warning: static property 'originalEncodedInformationTypes' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let originalEncodedInformationTypes: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:185:23: note: annotate 'originalEncodedInformationTypes' with '@MainActor' if property should only be accessed from the main actor
    public static let originalEncodedInformationTypes: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:185:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let originalEncodedInformationTypes: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:187:23: warning: static property 'originalFrom' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let originalFrom: HttpHeaderKey = "Original-From"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:187:23: note: annotate 'originalFrom' with '@MainActor' if property should only be accessed from the main actor
    public static let originalFrom: HttpHeaderKey = "Original-From"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:187:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let originalFrom: HttpHeaderKey = "Original-From"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:188:23: warning: static property 'originalMessageID' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let originalMessageID: HttpHeaderKey = "Original-Message-ID"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:188:23: note: annotate 'originalMessageID' with '@MainActor' if property should only be accessed from the main actor
    public static let originalMessageID: HttpHeaderKey = "Original-Message-ID"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:188:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let originalMessageID: HttpHeaderKey = "Original-Message-ID"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:189:23: warning: static property 'originalRecipient' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let originalRecipient: HttpHeaderKey = "Original-Recipient"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:189:23: note: annotate 'originalRecipient' with '@MainActor' if property should only be accessed from the main actor
    public static let originalRecipient: HttpHeaderKey = "Original-Recipient"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:189:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let originalRecipient: HttpHeaderKey = "Original-Recipient"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:190:23: warning: static property 'originalSender' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let originalSender: HttpHeaderKey = "Original-Sender"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:190:23: note: annotate 'originalSender' with '@MainActor' if property should only be accessed from the main actor
    public static let originalSender: HttpHeaderKey = "Original-Sender"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:190:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let originalSender: HttpHeaderKey = "Original-Sender"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:191:23: warning: static property 'originatorReturnAddress' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let originatorReturnAddress: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:191:23: note: annotate 'originatorReturnAddress' with '@MainActor' if property should only be accessed from the main actor
    public static let originatorReturnAddress: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:191:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let originatorReturnAddress: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:193:23: warning: static property 'originalSubject' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let originalSubject: HttpHeaderKey = "Original-Subject"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:193:23: note: annotate 'originalSubject' with '@MainActor' if property should only be accessed from the main actor
    public static let originalSubject: HttpHeaderKey = "Original-Subject"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:193:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let originalSubject: HttpHeaderKey = "Original-Subject"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:194:23: warning: static property 'path' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let path: HttpHeaderKey = "Path"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:194:23: note: annotate 'path' with '@MainActor' if property should only be accessed from the main actor
    public static let path: HttpHeaderKey = "Path"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:194:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let path: HttpHeaderKey = "Path"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:195:23: warning: static property 'pICSLabel' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let pICSLabel: HttpHeaderKey = "PICS-Label"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:195:23: note: annotate 'pICSLabel' with '@MainActor' if property should only be accessed from the main actor
    public static let pICSLabel: HttpHeaderKey = "PICS-Label"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:195:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let pICSLabel: HttpHeaderKey = "PICS-Label"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:196:23: warning: static property 'postingVersion' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let postingVersion: HttpHeaderKey = "Posting-Version"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:196:23: note: annotate 'postingVersion' with '@MainActor' if property should only be accessed from the main actor
    public static let postingVersion: HttpHeaderKey = "Posting-Version"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:196:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let postingVersion: HttpHeaderKey = "Posting-Version"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:197:23: warning: static property 'preventNonDeliveryReport' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let preventNonDeliveryReport: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:197:23: note: annotate 'preventNonDeliveryReport' with '@MainActor' if property should only be accessed from the main actor
    public static let preventNonDeliveryReport: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:197:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let preventNonDeliveryReport: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:199:23: warning: static property 'priority' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let priority: HttpHeaderKey = "Priority"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:199:23: note: annotate 'priority' with '@MainActor' if property should only be accessed from the main actor
    public static let priority: HttpHeaderKey = "Priority"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:199:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let priority: HttpHeaderKey = "Priority"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:200:23: warning: static property 'received' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let received: HttpHeaderKey = "Received"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:200:23: note: annotate 'received' with '@MainActor' if property should only be accessed from the main actor
    public static let received: HttpHeaderKey = "Received"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:200:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let received: HttpHeaderKey = "Received"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:201:23: warning: static property 'receivedSPF' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let receivedSPF: HttpHeaderKey = "Received-SPF"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:201:23: note: annotate 'receivedSPF' with '@MainActor' if property should only be accessed from the main actor
    public static let receivedSPF: HttpHeaderKey = "Received-SPF"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:201:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let receivedSPF: HttpHeaderKey = "Received-SPF"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:202:23: warning: static property 'references' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let references: HttpHeaderKey = "References"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:202:23: note: annotate 'references' with '@MainActor' if property should only be accessed from the main actor
    public static let references: HttpHeaderKey = "References"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:202:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let references: HttpHeaderKey = "References"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:203:23: warning: static property 'relayVersion' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let relayVersion: HttpHeaderKey = "Relay-Version"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:203:23: note: annotate 'relayVersion' with '@MainActor' if property should only be accessed from the main actor
    public static let relayVersion: HttpHeaderKey = "Relay-Version"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:203:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let relayVersion: HttpHeaderKey = "Relay-Version"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:204:23: warning: static property 'replyBy' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let replyBy: HttpHeaderKey = "Reply-By"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:204:23: note: annotate 'replyBy' with '@MainActor' if property should only be accessed from the main actor
    public static let replyBy: HttpHeaderKey = "Reply-By"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:204:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let replyBy: HttpHeaderKey = "Reply-By"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:205:23: warning: static property 'replyTo' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let replyTo: HttpHeaderKey = "Reply-To"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:205:23: note: annotate 'replyTo' with '@MainActor' if property should only be accessed from the main actor
    public static let replyTo: HttpHeaderKey = "Reply-To"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:205:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let replyTo: HttpHeaderKey = "Reply-To"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:206:23: warning: static property 'requireRecipientValidSince' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let requireRecipientValidSince: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:206:23: note: annotate 'requireRecipientValidSince' with '@MainActor' if property should only be accessed from the main actor
    public static let requireRecipientValidSince: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:206:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let requireRecipientValidSince: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:208:23: warning: static property 'resentBcc' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let resentBcc: HttpHeaderKey = "Resent-Bcc"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:208:23: note: annotate 'resentBcc' with '@MainActor' if property should only be accessed from the main actor
    public static let resentBcc: HttpHeaderKey = "Resent-Bcc"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:208:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let resentBcc: HttpHeaderKey = "Resent-Bcc"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:209:23: warning: static property 'resentCc' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let resentCc: HttpHeaderKey = "Resent-Cc"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:209:23: note: annotate 'resentCc' with '@MainActor' if property should only be accessed from the main actor
    public static let resentCc: HttpHeaderKey = "Resent-Cc"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:209:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let resentCc: HttpHeaderKey = "Resent-Cc"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:210:23: warning: static property 'resentDate' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let resentDate: HttpHeaderKey = "Resent-Date"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:210:23: note: annotate 'resentDate' with '@MainActor' if property should only be accessed from the main actor
    public static let resentDate: HttpHeaderKey = "Resent-Date"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:210:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let resentDate: HttpHeaderKey = "Resent-Date"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:211:23: warning: static property 'resentFrom' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let resentFrom: HttpHeaderKey = "Resent-From"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:211:23: note: annotate 'resentFrom' with '@MainActor' if property should only be accessed from the main actor
    public static let resentFrom: HttpHeaderKey = "Resent-From"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:211:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let resentFrom: HttpHeaderKey = "Resent-From"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:212:23: warning: static property 'resentMessageID' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let resentMessageID: HttpHeaderKey = "Resent-Message-ID"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:212:23: note: annotate 'resentMessageID' with '@MainActor' if property should only be accessed from the main actor
    public static let resentMessageID: HttpHeaderKey = "Resent-Message-ID"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:212:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let resentMessageID: HttpHeaderKey = "Resent-Message-ID"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:213:23: warning: static property 'resentReplyTo' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let resentReplyTo: HttpHeaderKey = "Resent-Reply-To"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:213:23: note: annotate 'resentReplyTo' with '@MainActor' if property should only be accessed from the main actor
    public static let resentReplyTo: HttpHeaderKey = "Resent-Reply-To"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:213:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let resentReplyTo: HttpHeaderKey = "Resent-Reply-To"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:214:23: warning: static property 'resentSender' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let resentSender: HttpHeaderKey = "Resent-Sender"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:214:23: note: annotate 'resentSender' with '@MainActor' if property should only be accessed from the main actor
    public static let resentSender: HttpHeaderKey = "Resent-Sender"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:214:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let resentSender: HttpHeaderKey = "Resent-Sender"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:215:23: warning: static property 'resentTo' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let resentTo: HttpHeaderKey = "Resent-To"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:215:23: note: annotate 'resentTo' with '@MainActor' if property should only be accessed from the main actor
    public static let resentTo: HttpHeaderKey = "Resent-To"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:215:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let resentTo: HttpHeaderKey = "Resent-To"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:216:23: warning: static property 'returnPath' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let returnPath: HttpHeaderKey = "Return-Path"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:216:23: note: annotate 'returnPath' with '@MainActor' if property should only be accessed from the main actor
    public static let returnPath: HttpHeaderKey = "Return-Path"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:216:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let returnPath: HttpHeaderKey = "Return-Path"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:217:23: warning: static property 'seeAlso' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let seeAlso: HttpHeaderKey = "See-Also"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:217:23: note: annotate 'seeAlso' with '@MainActor' if property should only be accessed from the main actor
    public static let seeAlso: HttpHeaderKey = "See-Also"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:217:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let seeAlso: HttpHeaderKey = "See-Also"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:218:23: warning: static property 'sender' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sender: HttpHeaderKey = "Sender"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:218:23: note: annotate 'sender' with '@MainActor' if property should only be accessed from the main actor
    public static let sender: HttpHeaderKey = "Sender"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:218:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sender: HttpHeaderKey = "Sender"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:219:23: warning: static property 'sensitivity' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sensitivity: HttpHeaderKey = "Sensitivity"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:219:23: note: annotate 'sensitivity' with '@MainActor' if property should only be accessed from the main actor
    public static let sensitivity: HttpHeaderKey = "Sensitivity"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:219:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sensitivity: HttpHeaderKey = "Sensitivity"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:220:23: warning: static property 'solicitation' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let solicitation: HttpHeaderKey = "Solicitation"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:220:23: note: annotate 'solicitation' with '@MainActor' if property should only be accessed from the main actor
    public static let solicitation: HttpHeaderKey = "Solicitation"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:220:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let solicitation: HttpHeaderKey = "Solicitation"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:221:23: warning: static property 'subject' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let subject: HttpHeaderKey = "Subject"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:221:23: note: annotate 'subject' with '@MainActor' if property should only be accessed from the main actor
    public static let subject: HttpHeaderKey = "Subject"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:221:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let subject: HttpHeaderKey = "Subject"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:222:23: warning: static property 'summary' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let summary: HttpHeaderKey = "Summary"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:222:23: note: annotate 'summary' with '@MainActor' if property should only be accessed from the main actor
    public static let summary: HttpHeaderKey = "Summary"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:222:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let summary: HttpHeaderKey = "Summary"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:223:23: warning: static property 'supersedes' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let supersedes: HttpHeaderKey = "Supersedes"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:223:23: note: annotate 'supersedes' with '@MainActor' if property should only be accessed from the main actor
    public static let supersedes: HttpHeaderKey = "Supersedes"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:223:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let supersedes: HttpHeaderKey = "Supersedes"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:224:23: warning: static property 'tLSReportDomain' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let tLSReportDomain: HttpHeaderKey = "TLS-Report-Domain"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:224:23: note: annotate 'tLSReportDomain' with '@MainActor' if property should only be accessed from the main actor
    public static let tLSReportDomain: HttpHeaderKey = "TLS-Report-Domain"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:224:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let tLSReportDomain: HttpHeaderKey = "TLS-Report-Domain"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:225:23: warning: static property 'tLSReportSubmitter' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let tLSReportSubmitter: HttpHeaderKey = "TLS-Report-Submitter"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:225:23: note: annotate 'tLSReportSubmitter' with '@MainActor' if property should only be accessed from the main actor
    public static let tLSReportSubmitter: HttpHeaderKey = "TLS-Report-Submitter"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:225:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let tLSReportSubmitter: HttpHeaderKey = "TLS-Report-Submitter"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:226:23: warning: static property 'tLSRequired' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let tLSRequired: HttpHeaderKey = "TLS-Required"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:226:23: note: annotate 'tLSRequired' with '@MainActor' if property should only be accessed from the main actor
    public static let tLSRequired: HttpHeaderKey = "TLS-Required"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:226:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let tLSRequired: HttpHeaderKey = "TLS-Required"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:227:23: warning: static property 'to' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let to: HttpHeaderKey = "To"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:227:23: note: annotate 'to' with '@MainActor' if property should only be accessed from the main actor
    public static let to: HttpHeaderKey = "To"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:227:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let to: HttpHeaderKey = "To"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:228:23: warning: static property 'userAgent' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let userAgent: HttpHeaderKey = "User-Agent"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:228:23: note: annotate 'userAgent' with '@MainActor' if property should only be accessed from the main actor
    public static let userAgent: HttpHeaderKey = "User-Agent"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:228:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let userAgent: HttpHeaderKey = "User-Agent"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:229:23: warning: static property 'vBRInfo' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let vBRInfo: HttpHeaderKey = "VBR-Info"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:229:23: note: annotate 'vBRInfo' with '@MainActor' if property should only be accessed from the main actor
    public static let vBRInfo: HttpHeaderKey = "VBR-Info"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:229:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let vBRInfo: HttpHeaderKey = "VBR-Info"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:230:23: warning: static property 'x400ContentIdentifier' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let x400ContentIdentifier: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:230:23: note: annotate 'x400ContentIdentifier' with '@MainActor' if property should only be accessed from the main actor
    public static let x400ContentIdentifier: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:230:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let x400ContentIdentifier: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:232:23: warning: static property 'x400ContentReturn' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let x400ContentReturn: HttpHeaderKey = "X400-Content-Return"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:232:23: note: annotate 'x400ContentReturn' with '@MainActor' if property should only be accessed from the main actor
    public static let x400ContentReturn: HttpHeaderKey = "X400-Content-Return"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:232:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let x400ContentReturn: HttpHeaderKey = "X400-Content-Return"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:233:23: warning: static property 'x400ContentType' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let x400ContentType: HttpHeaderKey = "X400-Content-Type"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:233:23: note: annotate 'x400ContentType' with '@MainActor' if property should only be accessed from the main actor
    public static let x400ContentType: HttpHeaderKey = "X400-Content-Type"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:233:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let x400ContentType: HttpHeaderKey = "X400-Content-Type"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:234:23: warning: static property 'x400MTSIdentifier' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let x400MTSIdentifier: HttpHeaderKey = "X400-MTS-Identifier"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:234:23: note: annotate 'x400MTSIdentifier' with '@MainActor' if property should only be accessed from the main actor
    public static let x400MTSIdentifier: HttpHeaderKey = "X400-MTS-Identifier"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:234:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let x400MTSIdentifier: HttpHeaderKey = "X400-MTS-Identifier"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:235:23: warning: static property 'x400Originator' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let x400Originator: HttpHeaderKey = "X400-Originator"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:235:23: note: annotate 'x400Originator' with '@MainActor' if property should only be accessed from the main actor
    public static let x400Originator: HttpHeaderKey = "X400-Originator"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:235:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let x400Originator: HttpHeaderKey = "X400-Originator"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:236:23: warning: static property 'x400Received' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let x400Received: HttpHeaderKey = "X400-Received"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:236:23: note: annotate 'x400Received' with '@MainActor' if property should only be accessed from the main actor
    public static let x400Received: HttpHeaderKey = "X400-Received"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:236:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let x400Received: HttpHeaderKey = "X400-Received"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:237:23: warning: static property 'x400Recipients' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let x400Recipients: HttpHeaderKey = "X400-Recipients"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:237:23: note: annotate 'x400Recipients' with '@MainActor' if property should only be accessed from the main actor
    public static let x400Recipients: HttpHeaderKey = "X400-Recipients"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:237:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let x400Recipients: HttpHeaderKey = "X400-Recipients"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:238:23: warning: static property 'x400Trace' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let x400Trace: HttpHeaderKey = "X400-Trace"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:238:23: note: annotate 'x400Trace' with '@MainActor' if property should only be accessed from the main actor
    public static let x400Trace: HttpHeaderKey = "X400-Trace"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:238:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let x400Trace: HttpHeaderKey = "X400-Trace"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:239:23: warning: static property 'xrefcase' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let xrefcase: HttpHeaderKey = "Xrefcase"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:239:23: note: annotate 'xrefcase' with '@MainActor' if property should only be accessed from the main actor
    public static let xrefcase: HttpHeaderKey = "Xrefcase"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:239:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let xrefcase: HttpHeaderKey = "Xrefcase"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:241:23: warning: static property 'apparentlyTo' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let apparentlyTo: HttpHeaderKey = "Apparently-To"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:241:23: note: annotate 'apparentlyTo' with '@MainActor' if property should only be accessed from the main actor
    public static let apparentlyTo: HttpHeaderKey = "Apparently-To"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:241:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let apparentlyTo: HttpHeaderKey = "Apparently-To"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:242:23: warning: static property 'author' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let author: HttpHeaderKey = "Author"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:242:23: note: annotate 'author' with '@MainActor' if property should only be accessed from the main actor
    public static let author: HttpHeaderKey = "Author"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:242:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let author: HttpHeaderKey = "Author"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:243:23: warning: static property 'eDIINTFeatures' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let eDIINTFeatures: HttpHeaderKey = "EDIINT-Features"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:243:23: note: annotate 'eDIINTFeatures' with '@MainActor' if property should only be accessed from the main actor
    public static let eDIINTFeatures: HttpHeaderKey = "EDIINT-Features"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:243:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let eDIINTFeatures: HttpHeaderKey = "EDIINT-Features"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:244:23: warning: static property 'eesstVersion' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let eesstVersion: HttpHeaderKey = "Eesst-Version"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:244:23: note: annotate 'eesstVersion' with '@MainActor' if property should only be accessed from the main actor
    public static let eesstVersion: HttpHeaderKey = "Eesst-Version"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:244:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let eesstVersion: HttpHeaderKey = "Eesst-Version"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:245:23: warning: static property 'errorsTo' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let errorsTo: HttpHeaderKey = "Errors-To"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:245:23: note: annotate 'errorsTo' with '@MainActor' if property should only be accessed from the main actor
    public static let errorsTo: HttpHeaderKey = "Errors-To"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:245:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let errorsTo: HttpHeaderKey = "Errors-To"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:246:23: warning: static property 'formSub' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let formSub: HttpHeaderKey = "Form-Sub"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:246:23: note: annotate 'formSub' with '@MainActor' if property should only be accessed from the main actor
    public static let formSub: HttpHeaderKey = "Form-Sub"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:246:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let formSub: HttpHeaderKey = "Form-Sub"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:247:23: warning: static property 'jabberID' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let jabberID: HttpHeaderKey = "Jabber-ID"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:247:23: note: annotate 'jabberID' with '@MainActor' if property should only be accessed from the main actor
    public static let jabberID: HttpHeaderKey = "Jabber-ID"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:247:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let jabberID: HttpHeaderKey = "Jabber-ID"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:248:23: warning: static property 'mMHSAuthorizingUsers' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let mMHSAuthorizingUsers: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:248:23: note: annotate 'mMHSAuthorizingUsers' with '@MainActor' if property should only be accessed from the main actor
    public static let mMHSAuthorizingUsers: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:248:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let mMHSAuthorizingUsers: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:250:23: warning: static property 'privicon' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let privicon: HttpHeaderKey = "Privicon"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:250:23: note: annotate 'privicon' with '@MainActor' if property should only be accessed from the main actor
    public static let privicon: HttpHeaderKey = "Privicon"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:250:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let privicon: HttpHeaderKey = "Privicon"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:251:23: warning: static property 'sIOLabel' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sIOLabel: HttpHeaderKey = "SIO-Label"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:251:23: note: annotate 'sIOLabel' with '@MainActor' if property should only be accessed from the main actor
    public static let sIOLabel: HttpHeaderKey = "SIO-Label"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:251:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sIOLabel: HttpHeaderKey = "SIO-Label"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:252:23: warning: static property 'sIOLabelHistory' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sIOLabelHistory: HttpHeaderKey = "SIO-Label-History"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:252:23: note: annotate 'sIOLabelHistory' with '@MainActor' if property should only be accessed from the main actor
    public static let sIOLabelHistory: HttpHeaderKey = "SIO-Label-History"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:252:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sIOLabelHistory: HttpHeaderKey = "SIO-Label-History"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:253:23: warning: static property 'xArchivedAt' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let xArchivedAt: HttpHeaderKey = "X-Archived-At"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:253:23: note: annotate 'xArchivedAt' with '@MainActor' if property should only be accessed from the main actor
    public static let xArchivedAt: HttpHeaderKey = "X-Archived-At"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:253:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let xArchivedAt: HttpHeaderKey = "X-Archived-At"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:254:23: warning: static property 'xMittente' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let xMittente: HttpHeaderKey = "X-Mittente"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:254:23: note: annotate 'xMittente' with '@MainActor' if property should only be accessed from the main actor
    public static let xMittente: HttpHeaderKey = "X-Mittente"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:254:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let xMittente: HttpHeaderKey = "X-Mittente"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:255:23: warning: static property 'xPGPSig' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let xPGPSig: HttpHeaderKey = "X-PGP-Sig"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:255:23: note: annotate 'xPGPSig' with '@MainActor' if property should only be accessed from the main actor
    public static let xPGPSig: HttpHeaderKey = "X-PGP-Sig"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:255:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let xPGPSig: HttpHeaderKey = "X-PGP-Sig"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:256:23: warning: static property 'xRicevuta' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let xRicevuta: HttpHeaderKey = "X-Ricevuta"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:256:23: note: annotate 'xRicevuta' with '@MainActor' if property should only be accessed from the main actor
    public static let xRicevuta: HttpHeaderKey = "X-Ricevuta"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:256:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let xRicevuta: HttpHeaderKey = "X-Ricevuta"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:257:23: warning: static property 'xRiferimentoMessageID' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let xRiferimentoMessageID: HttpHeaderKey =
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:257:23: note: annotate 'xRiferimentoMessageID' with '@MainActor' if property should only be accessed from the main actor
    public static let xRiferimentoMessageID: HttpHeaderKey =
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:257:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let xRiferimentoMessageID: HttpHeaderKey =
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:259:23: warning: static property 'xTipoRicevuta' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let xTipoRicevuta: HttpHeaderKey = "X-TipoRicevuta"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:259:23: note: annotate 'xTipoRicevuta' with '@MainActor' if property should only be accessed from the main actor
    public static let xTipoRicevuta: HttpHeaderKey = "X-TipoRicevuta"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:259:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let xTipoRicevuta: HttpHeaderKey = "X-TipoRicevuta"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:260:23: warning: static property 'xTrasporto' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let xTrasporto: HttpHeaderKey = "X-Trasporto"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:260:23: note: annotate 'xTrasporto' with '@MainActor' if property should only be accessed from the main actor
    public static let xTrasporto: HttpHeaderKey = "X-Trasporto"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:260:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let xTrasporto: HttpHeaderKey = "X-Trasporto"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:261:23: warning: static property 'xVerificaSicurezza' is not concurrency-safe because non-'Sendable' type 'HttpHeaderKey' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let xVerificaSicurezza: HttpHeaderKey = "X-VerificaSicurezza"
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:11:15: note: consider making struct 'HttpHeaderKey' conform to the 'Sendable' protocol
public struct HttpHeaderKey {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:261:23: note: annotate 'xVerificaSicurezza' with '@MainActor' if property should only be accessed from the main actor
    public static let xVerificaSicurezza: HttpHeaderKey = "X-VerificaSicurezza"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift:261:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let xVerificaSicurezza: HttpHeaderKey = "X-VerificaSicurezza"
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderValidator.swift (in target 'SwiftHttp' from project 'swift-http')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/Data+Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpClient.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpCodablePipeline.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpCodablePipelineCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpDataDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpDataEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpDecodablePipeline.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpEncodablePipeline.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpError.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderValidator.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpRawPipeline.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpRawRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpRawResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpRequestEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpRequestPipeline.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpRequestTransformer.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpResponseDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpResponseTransformer.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpResponseValidation.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpResponseValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpStatusCode.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpStatusCodeValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpUrl.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/URLRequest+cURL.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/UrlSessionHttpClient.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/Objects-normal/arm64/SwiftHttp_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftHttp -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/Objects-normal/arm64/HttpHeaderKey.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/Objects-normal/arm64/HttpHeaderValidator.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/Objects-normal/arm64/HttpMethod.o -index-unit-output-path /swift-http.build/Debug-xros/SwiftHttp.build/Objects-normal/arm64/HttpHeaderKey.o -index-unit-output-path /swift-http.build/Debug-xros/SwiftHttp.build/Objects-normal/arm64/HttpHeaderValidator.o -index-unit-output-path /swift-http.build/Debug-xros/SwiftHttp.build/Objects-normal/arm64/HttpMethod.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpMethod.swift (in target 'SwiftHttp' from project 'swift-http')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/Data+Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpClient.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpCodablePipeline.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpCodablePipelineCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpDataDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpDataEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpDecodablePipeline.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpEncodablePipeline.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpError.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderKey.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpHeaderValidator.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpRawPipeline.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpRawRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpRawResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpRequestEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpRequestPipeline.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpRequestTransformer.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpResponseDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpResponseTransformer.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpResponseValidation.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpResponseValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpStatusCode.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpStatusCodeValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpUrl.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/URLRequest+cURL.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/UrlSessionHttpClient.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/Objects-normal/arm64/SwiftHttp_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftHttp -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/Objects-normal/arm64/HttpHeaderKey.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/Objects-normal/arm64/HttpHeaderValidator.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/Objects-normal/arm64/HttpMethod.o -index-unit-output-path /swift-http.build/Debug-xros/SwiftHttp.build/Objects-normal/arm64/HttpHeaderKey.o -index-unit-output-path /swift-http.build/Debug-xros/SwiftHttp.build/Objects-normal/arm64/HttpHeaderValidator.o -index-unit-output-path /swift-http.build/Debug-xros/SwiftHttp.build/Objects-normal/arm64/HttpMethod.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling URLRequest+cURL.swift, UrlSessionHttpClient.swift (in target 'SwiftHttp' from project 'swift-http')
SwiftDriver\ Compilation Logging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Logging -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Logging.o normal (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-xros/Logging.build/Objects-normal/arm64/Logging_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Logging.o
SwiftDriverJobDiscovery normal arm64 Compiling HttpRawPipeline.swift, HttpRawRequest.swift, HttpRawResponse.swift (in target 'SwiftHttp' from project 'swift-http')
SwiftDriverJobDiscovery normal arm64 Compiling HttpDecodablePipeline.swift, HttpEncodablePipeline.swift, HttpError.swift (in target 'SwiftHttp' from project 'swift-http')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Logging.o (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Logging.o
SwiftDriverJobDiscovery normal arm64 Compiling Data+Logger.swift, HttpClient.swift, HttpCodablePipeline.swift (in target 'SwiftHttp' from project 'swift-http')
SwiftDriverJobDiscovery normal arm64 Compiling HttpResponseTransformer.swift, HttpResponseValidation.swift, HttpResponseValidator.swift (in target 'SwiftHttp' from project 'swift-http')
SwiftDriverJobDiscovery normal arm64 Compiling HttpHeaderKey.swift, HttpHeaderValidator.swift, HttpMethod.swift (in target 'SwiftHttp' from project 'swift-http')
SwiftDriverJobDiscovery normal arm64 Compiling HttpRequest.swift, HttpRequestEncoder.swift, HttpRequestPipeline.swift (in target 'SwiftHttp' from project 'swift-http')
SwiftDriverJobDiscovery normal arm64 Compiling HttpCodablePipelineCollection.swift, HttpDataDecoder.swift, HttpDataEncoder.swift (in target 'SwiftHttp' from project 'swift-http')
SwiftDriverJobDiscovery normal arm64 Compiling HttpRequestTransformer.swift, HttpResponse.swift, HttpResponseDecoder.swift (in target 'SwiftHttp' from project 'swift-http')
SwiftDriverJobDiscovery normal arm64 Compiling HttpStatusCode.swift, HttpStatusCodeValidator.swift, HttpUrl.swift (in target 'SwiftHttp' from project 'swift-http')
SwiftDriver\ Compilation SwiftHttp normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftHttp' from project 'swift-http')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftHttp -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/Objects-normal/arm64/SwiftHttp.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/Objects-normal/arm64/SwiftHttp-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/Objects-normal/arm64/SwiftHttp.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/Objects-normal/arm64/SwiftHttp_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/Objects-normal/arm64/SwiftHttp-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftHttp.o normal (in target 'SwiftHttp' from project 'swift-http')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/Objects-normal/arm64/SwiftHttp.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/Objects-normal/arm64/SwiftHttp_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/Objects-normal/arm64/SwiftHttp.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-xros/SwiftHttp.build/Objects-normal/arm64/SwiftHttp_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftHttp.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftHttp.o (in target 'SwiftHttp' from project 'swift-http')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftHttp.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    }
  ],
  "manifest_display_name" : "swift-http",
  "name" : "swift-http",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftHttp",
      "targets" : [
        "SwiftHttp"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftHttpTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftHttpTests",
      "path" : "Tests/SwiftHttpTests",
      "sources" : [
        "DownloadTests.swift",
        "Helpers/CustomDecoder.swift",
        "Helpers/ImageApi.swift",
        "Helpers/Post.swift",
        "Helpers/PostApi.swift",
        "Helpers/Todo.swift",
        "Helpers/TodoApi.swift",
        "HttpRawRequestTests.swift",
        "HttpRequestTests.swift",
        "HttpUrlTests.swift",
        "HttpValidationTests.swift",
        "PostTests.swift",
        "SwiftHttpTests.swift",
        "TodoTests.swift"
      ],
      "target_dependencies" : [
        "SwiftHttp"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftHttp",
      "module_type" : "SwiftTarget",
      "name" : "SwiftHttp",
      "path" : "Sources/SwiftHttp",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "SwiftHttp"
      ],
      "sources" : [
        "Data+Logger.swift",
        "HttpClient.swift",
        "HttpCodablePipeline.swift",
        "HttpCodablePipelineCollection.swift",
        "HttpDataDecoder.swift",
        "HttpDataEncoder.swift",
        "HttpDecodablePipeline.swift",
        "HttpEncodablePipeline.swift",
        "HttpError.swift",
        "HttpHeaderKey.swift",
        "HttpHeaderValidator.swift",
        "HttpMethod.swift",
        "HttpRawPipeline.swift",
        "HttpRawRequest.swift",
        "HttpRawResponse.swift",
        "HttpRequest.swift",
        "HttpRequestEncoder.swift",
        "HttpRequestPipeline.swift",
        "HttpRequestTransformer.swift",
        "HttpResponse.swift",
        "HttpResponseDecoder.swift",
        "HttpResponseTransformer.swift",
        "HttpResponseValidation.swift",
        "HttpResponseValidator.swift",
        "HttpStatusCode.swift",
        "HttpStatusCodeValidator.swift",
        "HttpUrl.swift",
        "URLRequest+cURL.swift",
        "UrlSessionHttpClient.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.