Build Information
Successful build of swift-http, reference main (8b5739
), with Swift 6.1 for watchOS using Xcode 16.3 on 27 Apr 2025 14:25:26 UTC.
Swift 6 data race errors: 585
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-http -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
^
@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: add '@MainActor' to make static property 'expiryDate' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'followupTo' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'from' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'generateDeliveryReport' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'importance' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'inReplyTo' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'incompleteCopy' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'injectionDate' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'injectionInfo' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'keywords' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'language' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'latestDeliveryTime' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'lines' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'listArchive' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'listHelp' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'listID' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'listOwner' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'listPost' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'listSubscribe' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'listUnsubscribe' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'listUnsubscribePost' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'messageContext' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'messageID' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'messageType' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'mIMEVersion' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'mMHSExemptedAddress' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'mMHSExtendedAuthorisationInfo' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'mMHSSubjectIndicatorCodes' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'mMHSHandlingInstructions' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'mMHSMessageInstructions' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'mMHSCodressMessageIndicator' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'mMHSOriginatorReference' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'mMHSPrimaryPrecedence' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'mMHSCopyPrecedence' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'mMHSMessageType' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'mMHSOtherRecipientsIndicatorTo' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'mMHSOtherRecipientsIndicatorCC' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'mMHSAcp127MessageIdentifier' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'mMHSOriginatorPLAD' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'mTPriority' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'newsgroups' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'nNTPPostingDate' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'nNTPPostingHost' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'obsoletes' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'organization' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'originalEncodedInformationTypes' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'originalFrom' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'originalMessageID' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'originalRecipient' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'originalSender' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'originatorReturnAddress' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'originalSubject' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'path' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'pICSLabel' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'postingVersion' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'preventNonDeliveryReport' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'priority' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'received' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'receivedSPF' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'references' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'relayVersion' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'replyBy' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'replyTo' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'requireRecipientValidSince' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'resentBcc' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'resentCc' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'resentDate' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'resentFrom' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'resentMessageID' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'resentReplyTo' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'resentSender' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'resentTo' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'returnPath' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'seeAlso' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'sender' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'sensitivity' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'solicitation' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'subject' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'summary' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'supersedes' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'tLSReportDomain' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'tLSReportSubmitter' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'tLSRequired' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'to' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'userAgent' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'vBRInfo' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'x400ContentIdentifier' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'x400ContentReturn' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'x400ContentType' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'x400MTSIdentifier' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'x400Originator' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'x400Received' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'x400Recipients' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'x400Trace' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'xrefcase' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'apparentlyTo' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'author' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'eDIINTFeatures' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'eesstVersion' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'errorsTo' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'formSub' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'jabberID' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'mMHSAuthorizingUsers' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'privicon' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'sIOLabel' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'sIOLabelHistory' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'xArchivedAt' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'xMittente' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'xPGPSig' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'xRicevuta' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'xRiferimentoMessageID' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'xTipoRicevuta' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'xTrasporto' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'xVerificaSicurezza' part of global actor 'MainActor'
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_32 /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
SwiftCompile normal arm64_32 /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
SwiftDriverJobDiscovery normal arm64 Compiling URLRequest+cURL.swift, UrlSessionHttpClient.swift (in target 'SwiftHttp' from project 'swift-http')
SwiftCompile normal armv7k Compiling\ HttpDecodablePipeline.swift,\ HttpEncodablePipeline.swift,\ HttpError.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 (in target 'SwiftHttp' from project 'swift-http')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpDecodablePipeline.swift (in target 'SwiftHttp' from project 'swift-http')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpEncodablePipeline.swift (in target 'SwiftHttp' from project 'swift-http')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpError.swift (in target 'SwiftHttp' from project 'swift-http')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpError.swift:20:10: warning: associated value 'invalidStatusCode' of 'Sendable'-conforming enum 'HttpError' has non-sendable type 'any HttpResponse'; this is an error in the Swift 6 language mode
case invalidStatusCode(HttpResponse)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpResponse.swift:11:17: note: protocol 'HttpResponse' does not conform to the 'Sendable' protocol
public protocol HttpResponse {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpError.swift:23:10: warning: associated value 'missingHeader' of 'Sendable'-conforming enum 'HttpError' has non-sendable type 'any HttpResponse'; this is an error in the Swift 6 language mode
case missingHeader(HttpResponse)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpResponse.swift:11:17: note: protocol 'HttpResponse' does not conform to the 'Sendable' protocol
public protocol HttpResponse {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpError.swift:26:10: warning: associated value 'invalidHeaderValue' of 'Sendable'-conforming enum 'HttpError' has non-sendable type 'any HttpResponse'; this is an error in the Swift 6 language mode
case invalidHeaderValue(HttpResponse)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftHttp/HttpResponse.swift:11:17: note: protocol 'HttpResponse' does not conform to the 'Sendable' protocol
public protocol HttpResponse {
^
SwiftDriverJobDiscovery normal arm64_32 Compiling HttpResponseTransformer.swift, HttpResponseValidation.swift, HttpResponseValidator.swift (in target 'SwiftHttp' from project 'swift-http')
SwiftDriver\ Compilation Logging normal armv7k 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.3.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-watchos/Logging.build/Objects-normal/armv7k/Logging.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/armv7k/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-watchos/Logging.build/Objects-normal/armv7k/Logging.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_log -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/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-watchos/Logging.build/Objects-normal/armv7k/Logging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/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-watchos/Logging.build/Objects-normal/armv7k/Logging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling HttpRawPipeline.swift, HttpRawRequest.swift, HttpRawResponse.swift (in target 'SwiftHttp' from project 'swift-http')
SwiftDriver\ Compilation Logging normal arm64_32 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.3.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-watchos/Logging.build/Objects-normal/arm64_32/Logging.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/arm64_32/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-watchos/Logging.build/Objects-normal/arm64_32/Logging.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_log -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/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-watchos/Logging.build/Objects-normal/arm64_32/Logging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/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-watchos/Logging.build/Objects-normal/arm64_32/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/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/armv7k/Binary/Logging.o normal armv7k (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/armv7k/Logging.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/armv7k/Logging_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/armv7k/Logging_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/armv7k/Logging.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/armv7k/Binary/Logging.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/arm64_32/Binary/Logging.o normal arm64_32 (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/arm64_32/Logging.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/arm64_32/Logging_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/arm64_32/Logging_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/arm64_32/Logging.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/arm64_32/Binary/Logging.o
SwiftDriverJobDiscovery normal arm64 Compiling HttpRequest.swift, HttpRequestEncoder.swift, HttpRequestPipeline.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.3.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-watchos/Logging.build/Objects-normal/arm64/Logging.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/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-watchos/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 -package-name swift_log -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/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-watchos/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/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-watchos/Logging.build/Objects-normal/arm64/Logging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling HttpRequestTransformer.swift, HttpResponse.swift, HttpResponseDecoder.swift (in target 'SwiftHttp' from project 'swift-http')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/arm64/Binary/Logging.o normal arm64 (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/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-watchos/Logging.build/Objects-normal/arm64/Logging_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/arm64/Logging_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/arm64/Logging.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/arm64/Binary/Logging.o
SwiftDriverJobDiscovery normal arm64_32 Compiling HttpCodablePipelineCollection.swift, HttpDataDecoder.swift, HttpDataEncoder.swift (in target 'SwiftHttp' from project 'swift-http')
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Logging.o normal arm64\ armv7k\ arm64_32 (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/arm64/Binary/Logging.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/armv7k/Binary/Logging.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/arm64_32/Binary/Logging.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Logging.o
ExtractAppIntentsMetadata (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Logging --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 5.0 --bundle-identifier swift-log.Logging --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Logging.appintents --target-triple arm64-apple-watchos5.0 --target-triple armv7k-apple-watchos5.0 --target-triple arm64_32-apple-watchos5.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Logging.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/arm64/Logging_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/armv7k/Logging_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/arm64_32/Logging_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/arm64/Logging.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/armv7k/Logging.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/arm64_32/Logging.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Logging.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Logging.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/arm64/Logging.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/armv7k/Logging.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-watchos/Logging.build/Objects-normal/arm64_32/Logging.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 07:25:24.783 appintentsmetadataprocessor[802:4678] Starting appintentsmetadataprocessor export
2025-04-27 07:25:24.827 appintentsmetadataprocessor[802:4678] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling Data+Logger.swift, HttpClient.swift, HttpCodablePipeline.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.3.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-watchos/SwiftHttp.build/Objects-normal/arm64/SwiftHttp.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/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-watchos/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-watchos/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-watchos/SwiftHttp.build/Objects-normal/arm64/SwiftHttp_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/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-watchos/SwiftHttp.build/Objects-normal/arm64/SwiftHttp-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling Data+Logger.swift, HttpClient.swift, HttpCodablePipeline.swift (in target 'SwiftHttp' from project 'swift-http')
SwiftDriverJobDiscovery normal arm64_32 Compiling HttpDecodablePipeline.swift, HttpEncodablePipeline.swift, HttpError.swift (in target 'SwiftHttp' from project 'swift-http')
SwiftDriverJobDiscovery normal arm64_32 Compiling HttpStatusCode.swift, HttpStatusCodeValidator.swift, HttpUrl.swift (in target 'SwiftHttp' from project 'swift-http')
SwiftDriverJobDiscovery normal armv7k Compiling HttpDecodablePipeline.swift, HttpEncodablePipeline.swift, HttpError.swift (in target 'SwiftHttp' from project 'swift-http')
SwiftDriver\ Compilation SwiftHttp normal armv7k 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.3.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-watchos/SwiftHttp.build/Objects-normal/armv7k/SwiftHttp.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/armv7k/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-watchos/SwiftHttp.build/Objects-normal/armv7k/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-watchos/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-watchos/SwiftHttp.build/Objects-normal/armv7k/SwiftHttp_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/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-watchos/SwiftHttp.build/Objects-normal/armv7k/SwiftHttp-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/Logging.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/armv7k/Binary/SwiftHttp.o normal armv7k (in target 'SwiftHttp' from project 'swift-http')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/armv7k/SwiftHttp.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/armv7k/SwiftHttp_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/armv7k/SwiftHttp_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/armv7k/SwiftHttp.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/armv7k/Binary/SwiftHttp.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/arm64/Binary/SwiftHttp.o normal arm64 (in target 'SwiftHttp' from project 'swift-http')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/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-watchos/SwiftHttp.build/Objects-normal/arm64/SwiftHttp_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/arm64/SwiftHttp_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/arm64/SwiftHttp.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/arm64/Binary/SwiftHttp.o
SwiftDriverJobDiscovery normal arm64_32 Compiling HttpHeaderKey.swift, HttpHeaderValidator.swift, HttpMethod.swift (in target 'SwiftHttp' from project 'swift-http')
SwiftDriver\ Compilation SwiftHttp normal arm64_32 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.3.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-watchos/SwiftHttp.build/Objects-normal/arm64_32/SwiftHttp.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/arm64_32/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-watchos/SwiftHttp.build/Objects-normal/arm64_32/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-watchos/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-watchos/SwiftHttp.build/Objects-normal/arm64_32/SwiftHttp_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/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-watchos/SwiftHttp.build/Objects-normal/arm64_32/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/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/arm64_32/Binary/SwiftHttp.o normal arm64_32 (in target 'SwiftHttp' from project 'swift-http')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/arm64_32/SwiftHttp.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/arm64_32/SwiftHttp_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/arm64_32/SwiftHttp_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/arm64_32/SwiftHttp.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/arm64_32/Binary/SwiftHttp.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftHttp.o normal arm64\ armv7k\ arm64_32 (in target 'SwiftHttp' from project 'swift-http')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/arm64/Binary/SwiftHttp.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/armv7k/Binary/SwiftHttp.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/arm64_32/Binary/SwiftHttp.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftHttp.o
ExtractAppIntentsMetadata (in target 'SwiftHttp' from project 'swift-http')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SwiftHttp --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 6.0 --bundle-identifier spi-builder-workspace.SwiftHttp --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftHttp.appintents --target-triple arm64-apple-watchos6.0 --target-triple armv7k-apple-watchos6.0 --target-triple arm64_32-apple-watchos6.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftHttp.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/arm64/SwiftHttp_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/armv7k/SwiftHttp_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/arm64_32/SwiftHttp_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/arm64/SwiftHttp.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/armv7k/SwiftHttp.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/arm64_32/SwiftHttp.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/SwiftHttp.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/SwiftHttp.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/arm64/SwiftHttp.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/armv7k/SwiftHttp.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-http.build/Debug-watchos/SwiftHttp.build/Objects-normal/arm64_32/SwiftHttp.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 07:25:25.023 appintentsmetadataprocessor[810:4730] Starting appintentsmetadataprocessor export
2025-04-27 07:25:25.057 appintentsmetadataprocessor[810:4730] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/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.