Build Information
Successful build of APIota, reference 0.2.0 (590dd9
), with Swift 6.0 for watchOS using Xcode 16.2 on 28 Nov 2024 01:03:55 UTC.
Swift 6 data race errors: 591
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme APIota -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
public static let depth = HTTPHeader("Depth")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:78:23: warning: static property 'derivedFrom' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let derivedFrom = HTTPHeader("Derived-From")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:78:23: note: annotate 'derivedFrom' with '@MainActor' if property should only be accessed from the main actor
public static let derivedFrom = HTTPHeader("Derived-From")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:78:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let derivedFrom = HTTPHeader("Derived-From")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:79:23: warning: static property 'destination' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let destination = HTTPHeader("Destination")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:79:23: note: annotate 'destination' with '@MainActor' if property should only be accessed from the main actor
public static let destination = HTTPHeader("Destination")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:79:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let destination = HTTPHeader("Destination")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:80:23: warning: static property 'differentialId' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let differentialId = HTTPHeader("Differential-ID")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:80:23: note: annotate 'differentialId' with '@MainActor' if property should only be accessed from the main actor
public static let differentialId = HTTPHeader("Differential-ID")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:80:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let differentialId = HTTPHeader("Differential-ID")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:81:23: warning: static property 'digest' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let digest = HTTPHeader("Digest")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:81:23: note: annotate 'digest' with '@MainActor' if property should only be accessed from the main actor
public static let digest = HTTPHeader("Digest")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:81:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let digest = HTTPHeader("Digest")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:82:23: warning: static property 'earlyData' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let earlyData = HTTPHeader("Early-Data")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:82:23: note: annotate 'earlyData' with '@MainActor' if property should only be accessed from the main actor
public static let earlyData = HTTPHeader("Early-Data")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:82:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let earlyData = HTTPHeader("Early-Data")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:83:23: warning: static property 'eTag' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let eTag = HTTPHeader("ETag")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:83:23: note: annotate 'eTag' with '@MainActor' if property should only be accessed from the main actor
public static let eTag = HTTPHeader("ETag")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:83:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let eTag = HTTPHeader("ETag")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:84:23: warning: static property 'expect' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let expect = HTTPHeader("Expect")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:84:23: note: annotate 'expect' with '@MainActor' if property should only be accessed from the main actor
public static let expect = HTTPHeader("Expect")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:84:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let expect = HTTPHeader("Expect")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:85:23: warning: static property 'expectCT' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let expectCT = HTTPHeader("Expect-CT")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:85:23: note: annotate 'expectCT' with '@MainActor' if property should only be accessed from the main actor
public static let expectCT = HTTPHeader("Expect-CT")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:85:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let expectCT = HTTPHeader("Expect-CT")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:86:23: warning: static property 'expires' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let expires = HTTPHeader("Expires")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:86:23: note: annotate 'expires' with '@MainActor' if property should only be accessed from the main actor
public static let expires = HTTPHeader("Expires")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:86:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let expires = HTTPHeader("Expires")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:87:23: warning: static property 'ext' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ext = HTTPHeader("Ext")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:87:23: note: annotate 'ext' with '@MainActor' if property should only be accessed from the main actor
public static let ext = HTTPHeader("Ext")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:87:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ext = HTTPHeader("Ext")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:88:23: warning: static property 'forwarded' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let forwarded = HTTPHeader("Forwarded")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:88:23: note: annotate 'forwarded' with '@MainActor' if property should only be accessed from the main actor
public static let forwarded = HTTPHeader("Forwarded")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:88:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let forwarded = HTTPHeader("Forwarded")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:89:23: warning: static property 'from' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let from = HTTPHeader("From")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:89:23: note: annotate 'from' with '@MainActor' if property should only be accessed from the main actor
public static let from = HTTPHeader("From")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:89:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let from = HTTPHeader("From")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:90:23: warning: static property 'getProfile' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let getProfile = HTTPHeader("GetProfile")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:90:23: note: annotate 'getProfile' with '@MainActor' if property should only be accessed from the main actor
public static let getProfile = HTTPHeader("GetProfile")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:90:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let getProfile = HTTPHeader("GetProfile")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:91:23: warning: static property 'hobareg' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let hobareg = HTTPHeader("Hobareg")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:91:23: note: annotate 'hobareg' with '@MainActor' if property should only be accessed from the main actor
public static let hobareg = HTTPHeader("Hobareg")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:91:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let hobareg = HTTPHeader("Hobareg")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:92:23: warning: static property 'host' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let host = HTTPHeader("Host")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:92:23: note: annotate 'host' with '@MainActor' if property should only be accessed from the main actor
public static let host = HTTPHeader("Host")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:92:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let host = HTTPHeader("Host")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:93:23: warning: static property 'http2Settings' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let http2Settings = HTTPHeader("HTTP2-Settings")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:93:23: note: annotate 'http2Settings' with '@MainActor' if property should only be accessed from the main actor
public static let http2Settings = HTTPHeader("HTTP2-Settings")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:93:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let http2Settings = HTTPHeader("HTTP2-Settings")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:95:23: warning: static property 'im' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let im = HTTPHeader("IM")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:95:23: note: annotate 'im' with '@MainActor' if property should only be accessed from the main actor
public static let im = HTTPHeader("IM")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:95:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let im = HTTPHeader("IM")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:97:23: warning: static property 'if' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `if` = HTTPHeader("If")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:97:23: note: annotate 'if' with '@MainActor' if property should only be accessed from the main actor
public static let `if` = HTTPHeader("If")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:97:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `if` = HTTPHeader("If")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:98:23: warning: static property 'ifMatch' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ifMatch = HTTPHeader("If-Match")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:98:23: note: annotate 'ifMatch' with '@MainActor' if property should only be accessed from the main actor
public static let ifMatch = HTTPHeader("If-Match")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:98:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ifMatch = HTTPHeader("If-Match")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:99:23: warning: static property 'ifModifiedSince' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ifModifiedSince = HTTPHeader("If-Modified-Since")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:99:23: note: annotate 'ifModifiedSince' with '@MainActor' if property should only be accessed from the main actor
public static let ifModifiedSince = HTTPHeader("If-Modified-Since")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:99:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ifModifiedSince = HTTPHeader("If-Modified-Since")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:100:23: warning: static property 'ifNoneMatch' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ifNoneMatch = HTTPHeader("If-None-Match")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:100:23: note: annotate 'ifNoneMatch' with '@MainActor' if property should only be accessed from the main actor
public static let ifNoneMatch = HTTPHeader("If-None-Match")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:100:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ifNoneMatch = HTTPHeader("If-None-Match")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:101:23: warning: static property 'ifRange' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ifRange = HTTPHeader("If-Range")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:101:23: note: annotate 'ifRange' with '@MainActor' if property should only be accessed from the main actor
public static let ifRange = HTTPHeader("If-Range")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:101:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ifRange = HTTPHeader("If-Range")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:102:23: warning: static property 'ifScheduledTagMatch' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ifScheduledTagMatch = HTTPHeader("If-Schedule-Tag-Match")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:102:23: note: annotate 'ifScheduledTagMatch' with '@MainActor' if property should only be accessed from the main actor
public static let ifScheduledTagMatch = HTTPHeader("If-Schedule-Tag-Match")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:102:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ifScheduledTagMatch = HTTPHeader("If-Schedule-Tag-Match")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:103:23: warning: static property 'ifUnmodifiedSince' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ifUnmodifiedSince = HTTPHeader("If-Unmodified-Since")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:103:23: note: annotate 'ifUnmodifiedSince' with '@MainActor' if property should only be accessed from the main actor
public static let ifUnmodifiedSince = HTTPHeader("If-Unmodified-Since")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:103:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ifUnmodifiedSince = HTTPHeader("If-Unmodified-Since")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:104:23: warning: static property 'includeRefferedTokenBindingId' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let includeRefferedTokenBindingId = HTTPHeader("Include-Referred-Token-Binding-ID")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:104:23: note: annotate 'includeRefferedTokenBindingId' with '@MainActor' if property should only be accessed from the main actor
public static let includeRefferedTokenBindingId = HTTPHeader("Include-Referred-Token-Binding-ID")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:104:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let includeRefferedTokenBindingId = HTTPHeader("Include-Referred-Token-Binding-ID")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:105:23: warning: static property 'keepAlive' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let keepAlive = HTTPHeader("Keep-Alive")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:105:23: note: annotate 'keepAlive' with '@MainActor' if property should only be accessed from the main actor
public static let keepAlive = HTTPHeader("Keep-Alive")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:105:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let keepAlive = HTTPHeader("Keep-Alive")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:106:23: warning: static property 'label' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let label = HTTPHeader("Label")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:106:23: note: annotate 'label' with '@MainActor' if property should only be accessed from the main actor
public static let label = HTTPHeader("Label")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:106:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let label = HTTPHeader("Label")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:107:23: warning: static property 'lastModified' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lastModified = HTTPHeader("Last-Modified")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:107:23: note: annotate 'lastModified' with '@MainActor' if property should only be accessed from the main actor
public static let lastModified = HTTPHeader("Last-Modified")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:107:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lastModified = HTTPHeader("Last-Modified")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:108:23: warning: static property 'link' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let link = HTTPHeader("Link")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:108:23: note: annotate 'link' with '@MainActor' if property should only be accessed from the main actor
public static let link = HTTPHeader("Link")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:108:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let link = HTTPHeader("Link")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:109:23: warning: static property 'location' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let location = HTTPHeader("Location")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:109:23: note: annotate 'location' with '@MainActor' if property should only be accessed from the main actor
public static let location = HTTPHeader("Location")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:109:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let location = HTTPHeader("Location")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:110:23: warning: static property 'lockToken' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lockToken = HTTPHeader("Lock-Token")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:110:23: note: annotate 'lockToken' with '@MainActor' if property should only be accessed from the main actor
public static let lockToken = HTTPHeader("Lock-Token")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:110:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lockToken = HTTPHeader("Lock-Token")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:111:23: warning: static property 'man' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let man = HTTPHeader("Man")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:111:23: note: annotate 'man' with '@MainActor' if property should only be accessed from the main actor
public static let man = HTTPHeader("Man")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:111:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let man = HTTPHeader("Man")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:112:23: warning: static property 'maxForwards' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let maxForwards = HTTPHeader("Max-Forwards")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:112:23: note: annotate 'maxForwards' with '@MainActor' if property should only be accessed from the main actor
public static let maxForwards = HTTPHeader("Max-Forwards")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:112:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let maxForwards = HTTPHeader("Max-Forwards")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:113:23: warning: static property 'mementoDatetime' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let mementoDatetime = HTTPHeader("Memento-Datetime")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:113:23: note: annotate 'mementoDatetime' with '@MainActor' if property should only be accessed from the main actor
public static let mementoDatetime = HTTPHeader("Memento-Datetime")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:113:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mementoDatetime = HTTPHeader("Memento-Datetime")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:114:23: warning: static property 'meter' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let meter = HTTPHeader("Meter")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:114:23: note: annotate 'meter' with '@MainActor' if property should only be accessed from the main actor
public static let meter = HTTPHeader("Meter")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:114:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let meter = HTTPHeader("Meter")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:115:23: warning: static property 'mimeVersion' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let mimeVersion = HTTPHeader("MIME-Version")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:115:23: note: annotate 'mimeVersion' with '@MainActor' if property should only be accessed from the main actor
public static let mimeVersion = HTTPHeader("MIME-Version")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:115:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mimeVersion = HTTPHeader("MIME-Version")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:116:23: warning: static property 'negotiate' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let negotiate = HTTPHeader("Negotiate")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:116:23: note: annotate 'negotiate' with '@MainActor' if property should only be accessed from the main actor
public static let negotiate = HTTPHeader("Negotiate")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:116:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let negotiate = HTTPHeader("Negotiate")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:117:23: warning: static property 'oDataEntityId' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let oDataEntityId = HTTPHeader("OData-EntityId")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:117:23: note: annotate 'oDataEntityId' with '@MainActor' if property should only be accessed from the main actor
public static let oDataEntityId = HTTPHeader("OData-EntityId")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:117:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let oDataEntityId = HTTPHeader("OData-EntityId")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:118:23: warning: static property 'oDataIsolation' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let oDataIsolation = HTTPHeader("OData-Isolation")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:118:23: note: annotate 'oDataIsolation' with '@MainActor' if property should only be accessed from the main actor
public static let oDataIsolation = HTTPHeader("OData-Isolation")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:118:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let oDataIsolation = HTTPHeader("OData-Isolation")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:119:23: warning: static property 'oDataMaxVersion' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let oDataMaxVersion = HTTPHeader("OData-MaxVersion")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:119:23: note: annotate 'oDataMaxVersion' with '@MainActor' if property should only be accessed from the main actor
public static let oDataMaxVersion = HTTPHeader("OData-MaxVersion")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:119:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let oDataMaxVersion = HTTPHeader("OData-MaxVersion")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:120:23: warning: static property 'oDataVersion' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let oDataVersion = HTTPHeader("OData-Version")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:120:23: note: annotate 'oDataVersion' with '@MainActor' if property should only be accessed from the main actor
public static let oDataVersion = HTTPHeader("OData-Version")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:120:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let oDataVersion = HTTPHeader("OData-Version")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:121:23: warning: static property 'opt' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let opt = HTTPHeader("Opt")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:121:23: note: annotate 'opt' with '@MainActor' if property should only be accessed from the main actor
public static let opt = HTTPHeader("Opt")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:121:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let opt = HTTPHeader("Opt")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:122:23: warning: static property 'optionalWWWAuthenticate' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let optionalWWWAuthenticate = HTTPHeader("Optional-WWW-Authenticate")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:122:23: note: annotate 'optionalWWWAuthenticate' with '@MainActor' if property should only be accessed from the main actor
public static let optionalWWWAuthenticate = HTTPHeader("Optional-WWW-Authenticate")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:122:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let optionalWWWAuthenticate = HTTPHeader("Optional-WWW-Authenticate")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:123:23: warning: static property 'orderingType' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let orderingType = HTTPHeader("Ordering-Type")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:123:23: note: annotate 'orderingType' with '@MainActor' if property should only be accessed from the main actor
public static let orderingType = HTTPHeader("Ordering-Type")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:123:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let orderingType = HTTPHeader("Ordering-Type")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:124:23: warning: static property 'origin' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let origin = HTTPHeader("Origin")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:124:23: note: annotate 'origin' with '@MainActor' if property should only be accessed from the main actor
public static let origin = HTTPHeader("Origin")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:124:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let origin = HTTPHeader("Origin")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:125:23: warning: static property 'oscore' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let oscore = HTTPHeader("OSCORE")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:125:23: note: annotate 'oscore' with '@MainActor' if property should only be accessed from the main actor
public static let oscore = HTTPHeader("OSCORE")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:125:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let oscore = HTTPHeader("OSCORE")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:126:23: warning: static property 'overwrite' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let overwrite = HTTPHeader("Overwrite")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:126:23: note: annotate 'overwrite' with '@MainActor' if property should only be accessed from the main actor
public static let overwrite = HTTPHeader("Overwrite")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:126:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let overwrite = HTTPHeader("Overwrite")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:127:23: warning: static property 'p3p' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let p3p = HTTPHeader("P3P")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:127:23: note: annotate 'p3p' with '@MainActor' if property should only be accessed from the main actor
public static let p3p = HTTPHeader("P3P")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:127:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let p3p = HTTPHeader("P3P")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:128:23: warning: static property 'pep' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let pep = HTTPHeader("PEP")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:128:23: note: annotate 'pep' with '@MainActor' if property should only be accessed from the main actor
public static let pep = HTTPHeader("PEP")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:128:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let pep = HTTPHeader("PEP")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:129:23: warning: static property 'picsLabel' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let picsLabel = HTTPHeader("PICS-Label")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:129:23: note: annotate 'picsLabel' with '@MainActor' if property should only be accessed from the main actor
public static let picsLabel = HTTPHeader("PICS-Label")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:129:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let picsLabel = HTTPHeader("PICS-Label")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:130:23: warning: static property 'pepInfo' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let pepInfo = HTTPHeader("Pep-Info")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:130:23: note: annotate 'pepInfo' with '@MainActor' if property should only be accessed from the main actor
public static let pepInfo = HTTPHeader("Pep-Info")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:130:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let pepInfo = HTTPHeader("Pep-Info")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:131:23: warning: static property 'position' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let position = HTTPHeader("Position")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:131:23: note: annotate 'position' with '@MainActor' if property should only be accessed from the main actor
public static let position = HTTPHeader("Position")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:131:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let position = HTTPHeader("Position")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:132:23: warning: static property 'pragma' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let pragma = HTTPHeader("Pragma")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:132:23: note: annotate 'pragma' with '@MainActor' if property should only be accessed from the main actor
public static let pragma = HTTPHeader("Pragma")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:132:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let pragma = HTTPHeader("Pragma")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:133:23: warning: static property 'prefer' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let prefer = HTTPHeader("Prefer")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:133:23: note: annotate 'prefer' with '@MainActor' if property should only be accessed from the main actor
public static let prefer = HTTPHeader("Prefer")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:133:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let prefer = HTTPHeader("Prefer")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:134:23: warning: static property 'preferenceApplied' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let preferenceApplied = HTTPHeader("Preference-Applied")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:134:23: note: annotate 'preferenceApplied' with '@MainActor' if property should only be accessed from the main actor
public static let preferenceApplied = HTTPHeader("Preference-Applied")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:134:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let preferenceApplied = HTTPHeader("Preference-Applied")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:135:23: warning: static property 'profileObject' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let profileObject = HTTPHeader("ProfileObject")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:135:23: note: annotate 'profileObject' with '@MainActor' if property should only be accessed from the main actor
public static let profileObject = HTTPHeader("ProfileObject")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:135:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let profileObject = HTTPHeader("ProfileObject")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:136:23: warning: static property 'protocol' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `protocol` = HTTPHeader("Protocol")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:136:23: note: annotate 'protocol' with '@MainActor' if property should only be accessed from the main actor
public static let `protocol` = HTTPHeader("Protocol")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:136:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `protocol` = HTTPHeader("Protocol")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:137:23: warning: static property 'protocolInfo' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let protocolInfo = HTTPHeader("Protocol-Info")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:137:23: note: annotate 'protocolInfo' with '@MainActor' if property should only be accessed from the main actor
public static let protocolInfo = HTTPHeader("Protocol-Info")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:137:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let protocolInfo = HTTPHeader("Protocol-Info")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:138:23: warning: static property 'protocolQuery' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let protocolQuery = HTTPHeader("Protocol-Query")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:138:23: note: annotate 'protocolQuery' with '@MainActor' if property should only be accessed from the main actor
public static let protocolQuery = HTTPHeader("Protocol-Query")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:138:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let protocolQuery = HTTPHeader("Protocol-Query")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:139:23: warning: static property 'protocolRequest' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let protocolRequest = HTTPHeader("Protocol-Request")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:139:23: note: annotate 'protocolRequest' with '@MainActor' if property should only be accessed from the main actor
public static let protocolRequest = HTTPHeader("Protocol-Request")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:139:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let protocolRequest = HTTPHeader("Protocol-Request")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:140:23: warning: static property 'proxyAuthenticate' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let proxyAuthenticate = HTTPHeader("Proxy-Authenticate")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:140:23: note: annotate 'proxyAuthenticate' with '@MainActor' if property should only be accessed from the main actor
public static let proxyAuthenticate = HTTPHeader("Proxy-Authenticate")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:140:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let proxyAuthenticate = HTTPHeader("Proxy-Authenticate")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:141:23: warning: static property 'proxyAuthenticationInfo' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let proxyAuthenticationInfo = HTTPHeader("Proxy-Authentication-Info")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:141:23: note: annotate 'proxyAuthenticationInfo' with '@MainActor' if property should only be accessed from the main actor
public static let proxyAuthenticationInfo = HTTPHeader("Proxy-Authentication-Info")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:141:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let proxyAuthenticationInfo = HTTPHeader("Proxy-Authentication-Info")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:142:23: warning: static property 'proxyAuthorization' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let proxyAuthorization = HTTPHeader("Proxy-Authorization")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:142:23: note: annotate 'proxyAuthorization' with '@MainActor' if property should only be accessed from the main actor
public static let proxyAuthorization = HTTPHeader("Proxy-Authorization")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:142:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let proxyAuthorization = HTTPHeader("Proxy-Authorization")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:143:23: warning: static property 'proxyFeatures' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let proxyFeatures = HTTPHeader("Proxy-Features")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:143:23: note: annotate 'proxyFeatures' with '@MainActor' if property should only be accessed from the main actor
public static let proxyFeatures = HTTPHeader("Proxy-Features")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:143:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let proxyFeatures = HTTPHeader("Proxy-Features")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:144:23: warning: static property 'proxyInstruction' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let proxyInstruction = HTTPHeader("Proxy-Instruction")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:144:23: note: annotate 'proxyInstruction' with '@MainActor' if property should only be accessed from the main actor
public static let proxyInstruction = HTTPHeader("Proxy-Instruction")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:144:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let proxyInstruction = HTTPHeader("Proxy-Instruction")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:145:23: warning: static property 'public' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `public` = HTTPHeader("Public")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:145:23: note: annotate 'public' with '@MainActor' if property should only be accessed from the main actor
public static let `public` = HTTPHeader("Public")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:145:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `public` = HTTPHeader("Public")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:146:23: warning: static property 'publicKeyPins' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let publicKeyPins = HTTPHeader("Public-Key-Pins")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:146:23: note: annotate 'publicKeyPins' with '@MainActor' if property should only be accessed from the main actor
public static let publicKeyPins = HTTPHeader("Public-Key-Pins")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:146:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let publicKeyPins = HTTPHeader("Public-Key-Pins")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:147:23: warning: static property 'publicKeyPinsReportOnly' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let publicKeyPinsReportOnly = HTTPHeader("Public-Key-Pins-Report-Only")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:147:23: note: annotate 'publicKeyPinsReportOnly' with '@MainActor' if property should only be accessed from the main actor
public static let publicKeyPinsReportOnly = HTTPHeader("Public-Key-Pins-Report-Only")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:147:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let publicKeyPinsReportOnly = HTTPHeader("Public-Key-Pins-Report-Only")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:148:23: warning: static property 'range' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let range = HTTPHeader("Range")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:148:23: note: annotate 'range' with '@MainActor' if property should only be accessed from the main actor
public static let range = HTTPHeader("Range")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:148:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let range = HTTPHeader("Range")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:149:23: warning: static property 'redirectRef' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let redirectRef = HTTPHeader("Redirect-Ref")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:149:23: note: annotate 'redirectRef' with '@MainActor' if property should only be accessed from the main actor
public static let redirectRef = HTTPHeader("Redirect-Ref")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:149:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let redirectRef = HTTPHeader("Redirect-Ref")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:150:23: warning: static property 'referer' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let referer = HTTPHeader("Referer")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:150:23: note: annotate 'referer' with '@MainActor' if property should only be accessed from the main actor
public static let referer = HTTPHeader("Referer")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:150:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let referer = HTTPHeader("Referer")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:151:23: warning: static property 'replayNotice' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let replayNotice = HTTPHeader("Replay-Nonce")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:151:23: note: annotate 'replayNotice' with '@MainActor' if property should only be accessed from the main actor
public static let replayNotice = HTTPHeader("Replay-Nonce")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:151:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let replayNotice = HTTPHeader("Replay-Nonce")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:152:23: warning: static property 'retryAfter' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let retryAfter = HTTPHeader("Retry-After")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:152:23: note: annotate 'retryAfter' with '@MainActor' if property should only be accessed from the main actor
public static let retryAfter = HTTPHeader("Retry-After")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:152:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let retryAfter = HTTPHeader("Retry-After")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:153:23: warning: static property 'safe' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let safe = HTTPHeader("Safe")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:153:23: note: annotate 'safe' with '@MainActor' if property should only be accessed from the main actor
public static let safe = HTTPHeader("Safe")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:153:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let safe = HTTPHeader("Safe")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:154:23: warning: static property 'scheduleReply' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let scheduleReply = HTTPHeader("Schedule-Reply")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:154:23: note: annotate 'scheduleReply' with '@MainActor' if property should only be accessed from the main actor
public static let scheduleReply = HTTPHeader("Schedule-Reply")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:154:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let scheduleReply = HTTPHeader("Schedule-Reply")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:155:23: warning: static property 'scheduleTag' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let scheduleTag = HTTPHeader("Schedule-Tag")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:155:23: note: annotate 'scheduleTag' with '@MainActor' if property should only be accessed from the main actor
public static let scheduleTag = HTTPHeader("Schedule-Tag")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:155:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let scheduleTag = HTTPHeader("Schedule-Tag")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:156:23: warning: static property 'secTokenBinding' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let secTokenBinding = HTTPHeader("Sec-Token-Binding")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:156:23: note: annotate 'secTokenBinding' with '@MainActor' if property should only be accessed from the main actor
public static let secTokenBinding = HTTPHeader("Sec-Token-Binding")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:156:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let secTokenBinding = HTTPHeader("Sec-Token-Binding")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:157:23: warning: static property 'secWebsocketAccept' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let secWebsocketAccept = HTTPHeader("Sec-WebSocket-Accept")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:157:23: note: annotate 'secWebsocketAccept' with '@MainActor' if property should only be accessed from the main actor
public static let secWebsocketAccept = HTTPHeader("Sec-WebSocket-Accept")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:157:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let secWebsocketAccept = HTTPHeader("Sec-WebSocket-Accept")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:158:23: warning: static property 'secWebsocketExtensions' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let secWebsocketExtensions = HTTPHeader("Sec-WebSocket-Extensions")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:158:23: note: annotate 'secWebsocketExtensions' with '@MainActor' if property should only be accessed from the main actor
public static let secWebsocketExtensions = HTTPHeader("Sec-WebSocket-Extensions")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:158:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let secWebsocketExtensions = HTTPHeader("Sec-WebSocket-Extensions")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:159:23: warning: static property 'secWebsocketKey' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let secWebsocketKey = HTTPHeader("Sec-WebSocket-Key")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:159:23: note: annotate 'secWebsocketKey' with '@MainActor' if property should only be accessed from the main actor
public static let secWebsocketKey = HTTPHeader("Sec-WebSocket-Key")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:159:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let secWebsocketKey = HTTPHeader("Sec-WebSocket-Key")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:160:23: warning: static property 'secWebsocketProtocol' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let secWebsocketProtocol = HTTPHeader("Sec-WebSocket-Protocol")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:160:23: note: annotate 'secWebsocketProtocol' with '@MainActor' if property should only be accessed from the main actor
public static let secWebsocketProtocol = HTTPHeader("Sec-WebSocket-Protocol")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:160:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let secWebsocketProtocol = HTTPHeader("Sec-WebSocket-Protocol")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:161:23: warning: static property 'secWebsocketVersion' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let secWebsocketVersion = HTTPHeader("Sec-WebSocket-Version")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:161:23: note: annotate 'secWebsocketVersion' with '@MainActor' if property should only be accessed from the main actor
public static let secWebsocketVersion = HTTPHeader("Sec-WebSocket-Version")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:161:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let secWebsocketVersion = HTTPHeader("Sec-WebSocket-Version")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:162:23: warning: static property 'securityScheme' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let securityScheme = HTTPHeader("Security-Scheme")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:162:23: note: annotate 'securityScheme' with '@MainActor' if property should only be accessed from the main actor
public static let securityScheme = HTTPHeader("Security-Scheme")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:162:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let securityScheme = HTTPHeader("Security-Scheme")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:163:23: warning: static property 'server' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let server = HTTPHeader("Server")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:163:23: note: annotate 'server' with '@MainActor' if property should only be accessed from the main actor
public static let server = HTTPHeader("Server")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:163:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let server = HTTPHeader("Server")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:164:23: warning: static property 'setCookie' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let setCookie = HTTPHeader("Set-Cookie")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:164:23: note: annotate 'setCookie' with '@MainActor' if property should only be accessed from the main actor
public static let setCookie = HTTPHeader("Set-Cookie")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:164:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let setCookie = HTTPHeader("Set-Cookie")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:165:23: warning: static property 'setCookie2' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let setCookie2 = HTTPHeader("Set-Cookie2")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:165:23: note: annotate 'setCookie2' with '@MainActor' if property should only be accessed from the main actor
public static let setCookie2 = HTTPHeader("Set-Cookie2")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:165:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let setCookie2 = HTTPHeader("Set-Cookie2")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:166:23: warning: static property 'setProfile' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let setProfile = HTTPHeader("SetProfile")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:166:23: note: annotate 'setProfile' with '@MainActor' if property should only be accessed from the main actor
public static let setProfile = HTTPHeader("SetProfile")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:166:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let setProfile = HTTPHeader("SetProfile")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:167:23: warning: static property 'slug' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let slug = HTTPHeader("SLUG")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:167:23: note: annotate 'slug' with '@MainActor' if property should only be accessed from the main actor
public static let slug = HTTPHeader("SLUG")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:167:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let slug = HTTPHeader("SLUG")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:168:23: warning: static property 'soapAuction' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let soapAuction = HTTPHeader("SoapAction")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:168:23: note: annotate 'soapAuction' with '@MainActor' if property should only be accessed from the main actor
public static let soapAuction = HTTPHeader("SoapAction")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:168:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let soapAuction = HTTPHeader("SoapAction")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:169:23: warning: static property 'statusUri' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let statusUri = HTTPHeader("Status-URI")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:169:23: note: annotate 'statusUri' with '@MainActor' if property should only be accessed from the main actor
public static let statusUri = HTTPHeader("Status-URI")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:169:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let statusUri = HTTPHeader("Status-URI")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:170:23: warning: static property 'strictTransportSecurity' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let strictTransportSecurity = HTTPHeader("Strict-Transport-Security")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:170:23: note: annotate 'strictTransportSecurity' with '@MainActor' if property should only be accessed from the main actor
public static let strictTransportSecurity = HTTPHeader("Strict-Transport-Security")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:170:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let strictTransportSecurity = HTTPHeader("Strict-Transport-Security")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:171:23: warning: static property 'sunset' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sunset = HTTPHeader("Sunset")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:171:23: note: annotate 'sunset' with '@MainActor' if property should only be accessed from the main actor
public static let sunset = HTTPHeader("Sunset")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:171:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sunset = HTTPHeader("Sunset")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:172:23: warning: static property 'surrogateCapability' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let surrogateCapability = HTTPHeader("Surrogate-Capability")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:172:23: note: annotate 'surrogateCapability' with '@MainActor' if property should only be accessed from the main actor
public static let surrogateCapability = HTTPHeader("Surrogate-Capability")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:172:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let surrogateCapability = HTTPHeader("Surrogate-Capability")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:173:23: warning: static property 'surrogateControl' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let surrogateControl = HTTPHeader("Surrogate-Control")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:173:23: note: annotate 'surrogateControl' with '@MainActor' if property should only be accessed from the main actor
public static let surrogateControl = HTTPHeader("Surrogate-Control")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:173:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let surrogateControl = HTTPHeader("Surrogate-Control")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:174:23: warning: static property 'tcn' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let tcn = HTTPHeader("TCN")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:174:23: note: annotate 'tcn' with '@MainActor' if property should only be accessed from the main actor
public static let tcn = HTTPHeader("TCN")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:174:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let tcn = HTTPHeader("TCN")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:176:23: warning: static property 'te' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let te = HTTPHeader("TE")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:176:23: note: annotate 'te' with '@MainActor' if property should only be accessed from the main actor
public static let te = HTTPHeader("TE")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:176:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let te = HTTPHeader("TE")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:177:23: warning: static property 'timeout' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let timeout = HTTPHeader("Timeout")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:177:23: note: annotate 'timeout' with '@MainActor' if property should only be accessed from the main actor
public static let timeout = HTTPHeader("Timeout")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:177:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let timeout = HTTPHeader("Timeout")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:178:23: warning: static property 'topic' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let topic = HTTPHeader("Topic")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:178:23: note: annotate 'topic' with '@MainActor' if property should only be accessed from the main actor
public static let topic = HTTPHeader("Topic")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:178:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let topic = HTTPHeader("Topic")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:179:23: warning: static property 'trailer' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let trailer = HTTPHeader("Trailer")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:179:23: note: annotate 'trailer' with '@MainActor' if property should only be accessed from the main actor
public static let trailer = HTTPHeader("Trailer")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:179:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let trailer = HTTPHeader("Trailer")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:180:23: warning: static property 'transferEncoding' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let transferEncoding = HTTPHeader("Transfer-Encoding")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:180:23: note: annotate 'transferEncoding' with '@MainActor' if property should only be accessed from the main actor
public static let transferEncoding = HTTPHeader("Transfer-Encoding")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:180:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let transferEncoding = HTTPHeader("Transfer-Encoding")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:181:23: warning: static property 'ttl' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let ttl = HTTPHeader("TTL")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:181:23: note: annotate 'ttl' with '@MainActor' if property should only be accessed from the main actor
public static let ttl = HTTPHeader("TTL")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:181:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let ttl = HTTPHeader("TTL")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:182:23: warning: static property 'urgency' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let urgency = HTTPHeader("Urgency")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:182:23: note: annotate 'urgency' with '@MainActor' if property should only be accessed from the main actor
public static let urgency = HTTPHeader("Urgency")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:182:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let urgency = HTTPHeader("Urgency")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:183:23: warning: static property 'uri' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let uri = HTTPHeader("URI")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:183:23: note: annotate 'uri' with '@MainActor' if property should only be accessed from the main actor
public static let uri = HTTPHeader("URI")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:183:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let uri = HTTPHeader("URI")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:184:23: warning: static property 'upgrade' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let upgrade = HTTPHeader("Upgrade")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:184:23: note: annotate 'upgrade' with '@MainActor' if property should only be accessed from the main actor
public static let upgrade = HTTPHeader("Upgrade")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:184:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let upgrade = HTTPHeader("Upgrade")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:185:23: warning: static property 'userAgent' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let userAgent = HTTPHeader("User-Agent")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:185:23: note: annotate 'userAgent' with '@MainActor' if property should only be accessed from the main actor
public static let userAgent = HTTPHeader("User-Agent")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:185:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let userAgent = HTTPHeader("User-Agent")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:186:23: warning: static property 'variantVary' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let variantVary = HTTPHeader("Variant-Vary")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:186:23: note: annotate 'variantVary' with '@MainActor' if property should only be accessed from the main actor
public static let variantVary = HTTPHeader("Variant-Vary")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:186:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let variantVary = HTTPHeader("Variant-Vary")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:187:23: warning: static property 'vary' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let vary = HTTPHeader("Vary")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:187:23: note: annotate 'vary' with '@MainActor' if property should only be accessed from the main actor
public static let vary = HTTPHeader("Vary")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:187:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let vary = HTTPHeader("Vary")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:188:23: warning: static property 'via' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let via = HTTPHeader("Via")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:188:23: note: annotate 'via' with '@MainActor' if property should only be accessed from the main actor
public static let via = HTTPHeader("Via")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:188:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let via = HTTPHeader("Via")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:189:23: warning: static property 'wwwAuthenticate' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let wwwAuthenticate = HTTPHeader("WWW-Authenticate")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:189:23: note: annotate 'wwwAuthenticate' with '@MainActor' if property should only be accessed from the main actor
public static let wwwAuthenticate = HTTPHeader("WWW-Authenticate")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:189:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let wwwAuthenticate = HTTPHeader("WWW-Authenticate")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:190:23: warning: static property 'wantDigest' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let wantDigest = HTTPHeader("Want-Digest")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:190:23: note: annotate 'wantDigest' with '@MainActor' if property should only be accessed from the main actor
public static let wantDigest = HTTPHeader("Want-Digest")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:190:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let wantDigest = HTTPHeader("Want-Digest")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:191:23: warning: static property 'warning' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let warning = HTTPHeader("Warning")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:191:23: note: annotate 'warning' with '@MainActor' if property should only be accessed from the main actor
public static let warning = HTTPHeader("Warning")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:191:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let warning = HTTPHeader("Warning")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:192:23: warning: static property 'xContentTypeOptions' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let xContentTypeOptions = HTTPHeader("X-Content-Type-Options")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:192:23: note: annotate 'xContentTypeOptions' with '@MainActor' if property should only be accessed from the main actor
public static let xContentTypeOptions = HTTPHeader("X-Content-Type-Options")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:192:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let xContentTypeOptions = HTTPHeader("X-Content-Type-Options")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:193:23: warning: static property 'xFrameOptions' is not concurrency-safe because non-'Sendable' type 'HTTPHeader' may have shared mutable state; this is an error in the Swift 6 language mode
public static let xFrameOptions = HTTPHeader("X-Frame-Options")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:7:15: note: consider making struct 'HTTPHeader' conform to the 'Sendable' protocol
public struct HTTPHeader {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:193:23: note: annotate 'xFrameOptions' with '@MainActor' if property should only be accessed from the main actor
public static let xFrameOptions = HTTPHeader("X-Frame-Options")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift:193:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let xFrameOptions = HTTPHeader("X-Frame-Options")
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal armv7k Compiling APIotaClient.swift (in target 'APIota' from project 'APIota')
SwiftCompile normal arm64 Compiling\ HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMethod.swift (in target 'APIota' from project 'APIota')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaClient.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaCodableEndpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaURLEncodedFormEndpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/Error/APIotaClientError.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeaders.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPStatusCode.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64/HTTPMethod.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64/HTTPMethod.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64/HTTPMethod.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64/HTTPMethod.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64/APIota_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/swift-overrides.hmap -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/APIota.build/Debug-watchos/APIota.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name APIota -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64/HTTPMethod.o -index-unit-output-path /APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64/HTTPMethod.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMethod.swift (in target 'APIota' from project 'APIota')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaClient.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaCodableEndpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaURLEncodedFormEndpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/Error/APIotaClientError.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeaders.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPStatusCode.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64/HTTPMethod.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64/HTTPMethod.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64/HTTPMethod.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64/HTTPMethod.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64/APIota_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/swift-overrides.hmap -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/APIota.build/Debug-watchos/APIota.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name APIota -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64/HTTPMethod.o -index-unit-output-path /APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64/HTTPMethod.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal armv7k Compiling HTTPMediaType.swift (in target 'APIota' from project 'APIota')
SwiftCompile normal arm64_32 Compiling\ APIotaClient.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaClient.swift (in target 'APIota' from project 'APIota')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaClient.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaCodableEndpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaURLEncodedFormEndpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/Error/APIotaClientError.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeaders.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPStatusCode.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIotaClient.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIotaClient.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIotaClient.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIotaClient.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIota_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/swift-overrides.hmap -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/APIota.build/Debug-watchos/APIota.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name APIota -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIotaClient.o -index-unit-output-path /APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIotaClient.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaClient.swift (in target 'APIota' from project 'APIota')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaClient.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaCodableEndpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaURLEncodedFormEndpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/Error/APIotaClientError.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeaders.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPStatusCode.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIotaClient.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIotaClient.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIotaClient.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIotaClient.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIota_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/swift-overrides.hmap -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/APIota.build/Debug-watchos/APIota.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name APIota -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIotaClient.o -index-unit-output-path /APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIotaClient.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaClient.swift:61:21: warning: capture of 'self' with non-sendable type 'Self' in a `@Sendable` closure; this is an error in the Swift 6 language mode
self.session.invalidateAndCancel()
^
<unknown>:0: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
/Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaClient.swift:63:17: warning: capture of 'callback' with non-sendable type '(Result<T.SuccessResponse, any Error>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
callback(.failure(APIotaClientError<T.ErrorResponse>.internalError(error!)))
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaClient.swift:63:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
callback(.failure(APIotaClientError<T.ErrorResponse>.internalError(error!)))
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaClient.swift:61:21: warning: capture of 'self' with non-sendable type 'Self' in an isolated local function; this is an error in the Swift 6 language mode
self.session.invalidateAndCancel()
^
<unknown>:0: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
SwiftDriverJobDiscovery normal arm64 Compiling HTTPMethod.swift (in target 'APIota' from project 'APIota')
SwiftCompile normal arm64_32 Compiling\ APIotaCodableEndpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaCodableEndpoint.swift (in target 'APIota' from project 'APIota')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaClient.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaCodableEndpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaURLEncodedFormEndpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/Error/APIotaClientError.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeaders.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPStatusCode.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIotaCodableEndpoint.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIotaCodableEndpoint.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIotaCodableEndpoint.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIotaCodableEndpoint.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIota_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/swift-overrides.hmap -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/APIota.build/Debug-watchos/APIota.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name APIota -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIotaCodableEndpoint.o -index-unit-output-path /APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIotaCodableEndpoint.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaCodableEndpoint.swift (in target 'APIota' from project 'APIota')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaClient.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaCodableEndpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaURLEncodedFormEndpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/Error/APIotaClientError.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeaders.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPStatusCode.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIotaCodableEndpoint.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIotaCodableEndpoint.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIotaCodableEndpoint.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIotaCodableEndpoint.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIota_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/swift-overrides.hmap -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/APIota.build/Debug-watchos/APIota.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name APIota -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.1 -target-sdk-name watchos11.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIotaCodableEndpoint.o -index-unit-output-path /APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIotaCodableEndpoint.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal armv7k Compiling HTTPHeader.swift (in target 'APIota' from project 'APIota')
SwiftDriver\ Compilation APIota normal arm64 com.apple.xcode.tools.swift.compiler (in target 'APIota' from project 'APIota')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name APIota -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64/APIota.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.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64/APIota-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/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64/APIota.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/APIota.build/Debug-watchos/APIota.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64/APIota_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/APIota.build/Debug-watchos/APIota.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.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/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64/APIota-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation APIota normal armv7k com.apple.xcode.tools.swift.compiler (in target 'APIota' from project 'APIota')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name APIota -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/armv7k/APIota.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.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/armv7k/APIota-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/APIota.build/Debug-watchos/APIota.build/Objects-normal/armv7k/APIota.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/APIota.build/Debug-watchos/APIota.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/armv7k/APIota_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/APIota.build/Debug-watchos/APIota.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.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/APIota.build/Debug-watchos/APIota.build/Objects-normal/armv7k/APIota-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/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64/Binary/APIota.o normal arm64 (in target 'APIota' from project 'APIota')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64/APIota.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64/APIota_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64/APIota.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64/APIota_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64/Binary/APIota.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/armv7k/Binary/APIota.o normal armv7k (in target 'APIota' from project 'APIota')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/armv7k/APIota.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/armv7k/APIota_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/armv7k/APIota.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/armv7k/APIota_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/armv7k/Binary/APIota.o
SwiftDriverJobDiscovery normal arm64_32 Compiling HTTPStatusCode.swift (in target 'APIota' from project 'APIota')
SwiftDriverJobDiscovery normal arm64_32 Compiling HTTPMediaType.swift (in target 'APIota' from project 'APIota')
SwiftDriverJobDiscovery normal arm64_32 Compiling APIotaClientError.swift (in target 'APIota' from project 'APIota')
SwiftDriverJobDiscovery normal arm64_32 Compiling HTTPMethod.swift (in target 'APIota' from project 'APIota')
SwiftDriverJobDiscovery normal arm64_32 Compiling HTTPHeaders.swift (in target 'APIota' from project 'APIota')
SwiftDriverJobDiscovery normal arm64_32 Compiling APIotaURLEncodedFormEndpoint.swift (in target 'APIota' from project 'APIota')
SwiftDriverJobDiscovery normal arm64_32 Compiling APIotaClient.swift (in target 'APIota' from project 'APIota')
SwiftDriverJobDiscovery normal arm64_32 Compiling HTTPHeader.swift (in target 'APIota' from project 'APIota')
SwiftDriverJobDiscovery normal arm64_32 Compiling APIotaCodableEndpoint.swift (in target 'APIota' from project 'APIota')
SwiftDriver\ Compilation APIota normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'APIota' from project 'APIota')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name APIota -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIota.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.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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 -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.1-22R574-7b9df0bda16bb4641b33636c68f04660.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIota-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/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIota.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/APIota.build/Debug-watchos/APIota.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIota_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/APIota.build/Debug-watchos/APIota.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.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/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIota-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/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/Binary/APIota.o normal arm64_32 (in target 'APIota' from project 'APIota')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.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.1.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.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIota.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIota_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIota.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/APIota_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/Binary/APIota.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/APIota.o normal arm64\ armv7k\ arm64_32 (in target 'APIota' from project 'APIota')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64/Binary/APIota.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/armv7k/Binary/APIota.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-watchos/APIota.build/Objects-normal/arm64_32/Binary/APIota.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/APIota.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/APIota.o (in target 'APIota' from project 'APIota')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/APIota.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
{
"identity" : "swiftlint",
"requirement" : {
"range" : [
{
"lower_bound" : "0.43.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/realm/SwiftLint"
}
],
"manifest_display_name" : "APIota",
"name" : "APIota",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "APIota",
"targets" : [
"APIota"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "APIotaTests",
"module_type" : "SwiftTarget",
"name" : "APIotaTests",
"path" : "Tests/APIotaTests",
"sources" : [
"APIotaCRUDRequestsTests.swift",
"Model/Todo.swift",
"Network/TestAPIClient.swift",
"Network/TestAPIEndpoints.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"APIota"
],
"type" : "test"
},
{
"c99name" : "APIota",
"module_type" : "SwiftTarget",
"name" : "APIota",
"path" : "Sources/APIota",
"product_memberships" : [
"APIota"
],
"sources" : [
"APIotaClient.swift",
"APIotaCodableEndpoint.swift",
"APIotaURLEncodedFormEndpoint.swift",
"Error/APIotaClientError.swift",
"HTTP/HTTPHeader.swift",
"HTTP/HTTPHeaders.swift",
"HTTP/HTTPMediaType.swift",
"HTTP/HTTPMethod.swift",
"HTTP/HTTPStatusCode.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.