Build Information
Successful build of APIota, reference 0.2.0 (590dd9
), with Swift 6.0 for iOS using Xcode 16.0 on 1 Nov 2024 14:46:46 UTC.
Swift 6 data race errors: 197
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=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
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)
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-iphoneos/APIota.build/Objects-normal/arm64/HTTPMethod.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/HTTPMethod.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/HTTPMethod.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/HTTPMethod.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/APIota.build/Objects-normal/arm64/APIota_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name APIota -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/APIota.build/Objects-normal/arm64/HTTPMethod.o -index-unit-output-path /APIota.build/Debug-iphoneos/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-iphoneos/APIota.build/Objects-normal/arm64/HTTPMethod.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/HTTPMethod.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/HTTPMethod.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/HTTPMethod.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/APIota.build/Objects-normal/arm64/APIota_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name APIota -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/APIota.build/Objects-normal/arm64/HTTPMethod.o -index-unit-output-path /APIota.build/Debug-iphoneos/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 Compiling\ HTTPMediaType.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.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 -primary-file /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-iphoneos/APIota.build/Objects-normal/arm64/HTTPMediaType.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/HTTPMediaType.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/HTTPMediaType.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/HTTPMediaType.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/APIota.build/Objects-normal/arm64/APIota_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name APIota -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/APIota.build/Objects-normal/arm64/HTTPMediaType.o -index-unit-output-path /APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/HTTPMediaType.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/HTTPMediaType.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 -primary-file /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-iphoneos/APIota.build/Objects-normal/arm64/HTTPMediaType.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/HTTPMediaType.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/HTTPMediaType.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/HTTPMediaType.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/APIota.build/Objects-normal/arm64/APIota_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name APIota -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/APIota.build/Objects-normal/arm64/HTTPMediaType.o -index-unit-output-path /APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/HTTPMediaType.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/HTTP/HTTPMediaType.swift:92:16: warning: static property 'any' is not concurrency-safe because non-'Sendable' type 'HTTPMediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let any = HTTPMediaType(type: .any, subType: "*")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:7:15: note: consider making struct 'HTTPMediaType' conform to the 'Sendable' protocol
public struct HTTPMediaType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:92:16: note: annotate 'any' with '@MainActor' if property should only be accessed from the main actor
static let any = HTTPMediaType(type: .any, subType: "*")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:92:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let any = HTTPMediaType(type: .any, subType: "*")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:96:16: warning: static property 'binary' is not concurrency-safe because non-'Sendable' type 'HTTPMediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let binary = HTTPMediaType(type: .application, subType: "octet-stream")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:7:15: note: consider making struct 'HTTPMediaType' conform to the 'Sendable' protocol
public struct HTTPMediaType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:96:16: note: annotate 'binary' with '@MainActor' if property should only be accessed from the main actor
static let binary = HTTPMediaType(type: .application, subType: "octet-stream")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:96:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let binary = HTTPMediaType(type: .application, subType: "octet-stream")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:98:16: warning: static property 'bzip2' is not concurrency-safe because non-'Sendable' type 'HTTPMediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let bzip2 = HTTPMediaType(type: .application, subType: "x-bzip2")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:7:15: note: consider making struct 'HTTPMediaType' conform to the 'Sendable' protocol
public struct HTTPMediaType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:98:16: note: annotate 'bzip2' with '@MainActor' if property should only be accessed from the main actor
static let bzip2 = HTTPMediaType(type: .application, subType: "x-bzip2")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:98:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let bzip2 = HTTPMediaType(type: .application, subType: "x-bzip2")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:100:16: warning: static property 'gzip' is not concurrency-safe because non-'Sendable' type 'HTTPMediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let gzip = HTTPMediaType(type: .application, subType: "x-bzip2")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:7:15: note: consider making struct 'HTTPMediaType' conform to the 'Sendable' protocol
public struct HTTPMediaType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:100:16: note: annotate 'gzip' with '@MainActor' if property should only be accessed from the main actor
static let gzip = HTTPMediaType(type: .application, subType: "x-bzip2")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:100:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gzip = HTTPMediaType(type: .application, subType: "x-bzip2")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:102:16: warning: static property 'dtd' is not concurrency-safe because non-'Sendable' type 'HTTPMediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let dtd = HTTPMediaType(type: .application,
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:7:15: note: consider making struct 'HTTPMediaType' conform to the 'Sendable' protocol
public struct HTTPMediaType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:102:16: note: annotate 'dtd' with '@MainActor' if property should only be accessed from the main actor
static let dtd = HTTPMediaType(type: .application,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:102:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let dtd = HTTPMediaType(type: .application,
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:106:16: warning: static property 'json' is not concurrency-safe because non-'Sendable' type 'HTTPMediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let json = HTTPMediaType(type: .application, subType: "json")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:7:15: note: consider making struct 'HTTPMediaType' conform to the 'Sendable' protocol
public struct HTTPMediaType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:106:16: note: annotate 'json' with '@MainActor' if property should only be accessed from the main actor
static let json = HTTPMediaType(type: .application, subType: "json")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:106:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let json = HTTPMediaType(type: .application, subType: "json")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:108:16: warning: static property 'jsonAPI' is not concurrency-safe because non-'Sendable' type 'HTTPMediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let jsonAPI = HTTPMediaType(type: .application,
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:7:15: note: consider making struct 'HTTPMediaType' conform to the 'Sendable' protocol
public struct HTTPMediaType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:108:16: note: annotate 'jsonAPI' with '@MainActor' if property should only be accessed from the main actor
static let jsonAPI = HTTPMediaType(type: .application,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:108:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let jsonAPI = HTTPMediaType(type: .application,
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:112:16: warning: static property 'pdf' is not concurrency-safe because non-'Sendable' type 'HTTPMediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let pdf = HTTPMediaType(type: .application, subType: "pdf")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:7:15: note: consider making struct 'HTTPMediaType' conform to the 'Sendable' protocol
public struct HTTPMediaType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:112:16: note: annotate 'pdf' with '@MainActor' if property should only be accessed from the main actor
static let pdf = HTTPMediaType(type: .application, subType: "pdf")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:112:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pdf = HTTPMediaType(type: .application, subType: "pdf")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:114:16: warning: static property 'tar' is not concurrency-safe because non-'Sendable' type 'HTTPMediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let tar = HTTPMediaType(type: .application, subType: "x-tar")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:7:15: note: consider making struct 'HTTPMediaType' conform to the 'Sendable' protocol
public struct HTTPMediaType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:114:16: note: annotate 'tar' with '@MainActor' if property should only be accessed from the main actor
static let tar = HTTPMediaType(type: .application, subType: "x-tar")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:114:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let tar = HTTPMediaType(type: .application, subType: "x-tar")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:116:16: warning: static property 'urlEncodedForm' is not concurrency-safe because non-'Sendable' type 'HTTPMediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let urlEncodedForm = HTTPMediaType(type: .application,
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:7:15: note: consider making struct 'HTTPMediaType' conform to the 'Sendable' protocol
public struct HTTPMediaType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:116:16: note: annotate 'urlEncodedForm' with '@MainActor' if property should only be accessed from the main actor
static let urlEncodedForm = HTTPMediaType(type: .application,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:116:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let urlEncodedForm = HTTPMediaType(type: .application,
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:120:16: warning: static property 'xml' is not concurrency-safe because non-'Sendable' type 'HTTPMediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let xml = HTTPMediaType(type: .application,
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:7:15: note: consider making struct 'HTTPMediaType' conform to the 'Sendable' protocol
public struct HTTPMediaType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:120:16: note: annotate 'xml' with '@MainActor' if property should only be accessed from the main actor
static let xml = HTTPMediaType(type: .application,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:120:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let xml = HTTPMediaType(type: .application,
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:124:16: warning: static property 'zip' is not concurrency-safe because non-'Sendable' type 'HTTPMediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let zip = HTTPMediaType(type: .application, subType: "zip")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:7:15: note: consider making struct 'HTTPMediaType' conform to the 'Sendable' protocol
public struct HTTPMediaType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:124:16: note: annotate 'zip' with '@MainActor' if property should only be accessed from the main actor
static let zip = HTTPMediaType(type: .application, subType: "zip")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:124:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let zip = HTTPMediaType(type: .application, subType: "zip")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:128:16: warning: static property 'audio' is not concurrency-safe because non-'Sendable' type 'HTTPMediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let audio = HTTPMediaType(type: .audio, subType: "basic")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:7:15: note: consider making struct 'HTTPMediaType' conform to the 'Sendable' protocol
public struct HTTPMediaType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:128:16: note: annotate 'audio' with '@MainActor' if property should only be accessed from the main actor
static let audio = HTTPMediaType(type: .audio, subType: "basic")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:128:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let audio = HTTPMediaType(type: .audio, subType: "basic")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:130:16: warning: static property 'midi' is not concurrency-safe because non-'Sendable' type 'HTTPMediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let midi = HTTPMediaType(type: .audio, subType: "x-midi")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:7:15: note: consider making struct 'HTTPMediaType' conform to the 'Sendable' protocol
public struct HTTPMediaType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:130:16: note: annotate 'midi' with '@MainActor' if property should only be accessed from the main actor
static let midi = HTTPMediaType(type: .audio, subType: "x-midi")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:130:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let midi = HTTPMediaType(type: .audio, subType: "x-midi")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:132:16: warning: static property 'mp3' is not concurrency-safe because non-'Sendable' type 'HTTPMediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let mp3 = HTTPMediaType(type: .audio, subType: "mpeg")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:7:15: note: consider making struct 'HTTPMediaType' conform to the 'Sendable' protocol
public struct HTTPMediaType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:132:16: note: annotate 'mp3' with '@MainActor' if property should only be accessed from the main actor
static let mp3 = HTTPMediaType(type: .audio, subType: "mpeg")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:132:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let mp3 = HTTPMediaType(type: .audio, subType: "mpeg")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:134:16: warning: static property 'wav' is not concurrency-safe because non-'Sendable' type 'HTTPMediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let wav = HTTPMediaType(type: .audio, subType: "wav")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:7:15: note: consider making struct 'HTTPMediaType' conform to the 'Sendable' protocol
public struct HTTPMediaType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:134:16: note: annotate 'wav' with '@MainActor' if property should only be accessed from the main actor
static let wav = HTTPMediaType(type: .audio, subType: "wav")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:134:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let wav = HTTPMediaType(type: .audio, subType: "wav")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:136:16: warning: static property 'ogg' is not concurrency-safe because non-'Sendable' type 'HTTPMediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let ogg = HTTPMediaType(type: .audio, subType: "vorbis")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:7:15: note: consider making struct 'HTTPMediaType' conform to the 'Sendable' protocol
public struct HTTPMediaType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:136:16: note: annotate 'ogg' with '@MainActor' if property should only be accessed from the main actor
static let ogg = HTTPMediaType(type: .audio, subType: "vorbis")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:136:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let ogg = HTTPMediaType(type: .audio, subType: "vorbis")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:140:16: warning: static property 'gif' is not concurrency-safe because non-'Sendable' type 'HTTPMediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let gif = HTTPMediaType(type: .image, subType: "gif")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:7:15: note: consider making struct 'HTTPMediaType' conform to the 'Sendable' protocol
public struct HTTPMediaType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:140:16: note: annotate 'gif' with '@MainActor' if property should only be accessed from the main actor
static let gif = HTTPMediaType(type: .image, subType: "gif")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:140:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gif = HTTPMediaType(type: .image, subType: "gif")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:142:16: warning: static property 'jpeg' is not concurrency-safe because non-'Sendable' type 'HTTPMediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let jpeg = HTTPMediaType(type: .image, subType: "jpeg")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:7:15: note: consider making struct 'HTTPMediaType' conform to the 'Sendable' protocol
public struct HTTPMediaType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:142:16: note: annotate 'jpeg' with '@MainActor' if property should only be accessed from the main actor
static let jpeg = HTTPMediaType(type: .image, subType: "jpeg")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:142:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let jpeg = HTTPMediaType(type: .image, subType: "jpeg")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:144:16: warning: static property 'png' is not concurrency-safe because non-'Sendable' type 'HTTPMediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let png = HTTPMediaType(type: .image, subType: "png")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:7:15: note: consider making struct 'HTTPMediaType' conform to the 'Sendable' protocol
public struct HTTPMediaType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:144:16: note: annotate 'png' with '@MainActor' if property should only be accessed from the main actor
static let png = HTTPMediaType(type: .image, subType: "png")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:144:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let png = HTTPMediaType(type: .image, subType: "png")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:146:16: warning: static property 'svg' is not concurrency-safe because non-'Sendable' type 'HTTPMediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let svg = HTTPMediaType(type: .image, subType: "svg+xml")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:7:15: note: consider making struct 'HTTPMediaType' conform to the 'Sendable' protocol
public struct HTTPMediaType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:146:16: note: annotate 'svg' with '@MainActor' if property should only be accessed from the main actor
static let svg = HTTPMediaType(type: .image, subType: "svg+xml")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:146:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let svg = HTTPMediaType(type: .image, subType: "svg+xml")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:152:16: warning: static property 'multipartFormData' is not concurrency-safe because non-'Sendable' type 'HTTPMediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let multipartFormData = HTTPMediaType(type: .multipart, subType: "form-data")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:7:15: note: consider making struct 'HTTPMediaType' conform to the 'Sendable' protocol
public struct HTTPMediaType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:152:16: note: annotate 'multipartFormData' with '@MainActor' if property should only be accessed from the main actor
static let multipartFormData = HTTPMediaType(type: .multipart, subType: "form-data")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:152:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let multipartFormData = HTTPMediaType(type: .multipart, subType: "form-data")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:162:16: warning: static property 'css' is not concurrency-safe because non-'Sendable' type 'HTTPMediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let css = HTTPMediaType(type: .text,
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:7:15: note: consider making struct 'HTTPMediaType' conform to the 'Sendable' protocol
public struct HTTPMediaType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:162:16: note: annotate 'css' with '@MainActor' if property should only be accessed from the main actor
static let css = HTTPMediaType(type: .text,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:162:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let css = HTTPMediaType(type: .text,
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:166:16: warning: static property 'html' is not concurrency-safe because non-'Sendable' type 'HTTPMediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let html = HTTPMediaType(type: .text,
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:7:15: note: consider making struct 'HTTPMediaType' conform to the 'Sendable' protocol
public struct HTTPMediaType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:166:16: note: annotate 'html' with '@MainActor' if property should only be accessed from the main actor
static let html = HTTPMediaType(type: .text,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:166:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let html = HTTPMediaType(type: .text,
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:170:16: warning: static property 'plainText' is not concurrency-safe because non-'Sendable' type 'HTTPMediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let plainText = HTTPMediaType(type: .text,
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:7:15: note: consider making struct 'HTTPMediaType' conform to the 'Sendable' protocol
public struct HTTPMediaType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:170:16: note: annotate 'plainText' with '@MainActor' if property should only be accessed from the main actor
static let plainText = HTTPMediaType(type: .text,
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:170:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let plainText = HTTPMediaType(type: .text,
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:176:16: warning: static property 'avi' is not concurrency-safe because non-'Sendable' type 'HTTPMediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let avi = HTTPMediaType(type: .video, subType: "avi")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:7:15: note: consider making struct 'HTTPMediaType' conform to the 'Sendable' protocol
public struct HTTPMediaType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:176:16: note: annotate 'avi' with '@MainActor' if property should only be accessed from the main actor
static let avi = HTTPMediaType(type: .video, subType: "avi")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:176:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let avi = HTTPMediaType(type: .video, subType: "avi")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:178:16: warning: static property 'mpeg' is not concurrency-safe because non-'Sendable' type 'HTTPMediaType' may have shared mutable state; this is an error in the Swift 6 language mode
static let mpeg = HTTPMediaType(type: .video, subType: "mpeg")
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:7:15: note: consider making struct 'HTTPMediaType' conform to the 'Sendable' protocol
public struct HTTPMediaType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:178:16: note: annotate 'mpeg' with '@MainActor' if property should only be accessed from the main actor
static let mpeg = HTTPMediaType(type: .video, subType: "mpeg")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPMediaType.swift:178:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let mpeg = HTTPMediaType(type: .video, subType: "mpeg")
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ HTTPHeaders.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPHeaders.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 -primary-file /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-iphoneos/APIota.build/Objects-normal/arm64/HTTPHeaders.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/HTTPHeaders.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/HTTPHeaders.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/HTTPHeaders.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/APIota.build/Objects-normal/arm64/APIota_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name APIota -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/APIota.build/Objects-normal/arm64/HTTPHeaders.o -index-unit-output-path /APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/HTTPHeaders.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/HTTPHeaders.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 -primary-file /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-iphoneos/APIota.build/Objects-normal/arm64/HTTPHeaders.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/HTTPHeaders.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/HTTPHeaders.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/HTTPHeaders.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/APIota.build/Objects-normal/arm64/APIota_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name APIota -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/APIota.build/Objects-normal/arm64/HTTPHeaders.o -index-unit-output-path /APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/HTTPHeaders.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 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-iphoneos/APIota.build/Objects-normal/arm64/APIotaCodableEndpoint.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaCodableEndpoint.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaCodableEndpoint.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaCodableEndpoint.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/APIota.build/Objects-normal/arm64/APIota_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name APIota -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/APIota.build/Objects-normal/arm64/APIotaCodableEndpoint.o -index-unit-output-path /APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaCodableEndpoint.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/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-iphoneos/APIota.build/Objects-normal/arm64/APIotaCodableEndpoint.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaCodableEndpoint.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaCodableEndpoint.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaCodableEndpoint.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/APIota.build/Objects-normal/arm64/APIota_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name APIota -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/APIota.build/Objects-normal/arm64/APIotaCodableEndpoint.o -index-unit-output-path /APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaCodableEndpoint.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ APIotaClientError.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/Error/APIotaClientError.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 -primary-file /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-iphoneos/APIota.build/Objects-normal/arm64/APIotaClientError.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaClientError.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaClientError.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaClientError.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/APIota.build/Objects-normal/arm64/APIota_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name APIota -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/APIota.build/Objects-normal/arm64/APIotaClientError.o -index-unit-output-path /APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaClientError.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/Error/APIotaClientError.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 -primary-file /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-iphoneos/APIota.build/Objects-normal/arm64/APIotaClientError.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaClientError.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaClientError.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaClientError.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/APIota.build/Objects-normal/arm64/APIota_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name APIota -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/APIota.build/Objects-normal/arm64/APIotaClientError.o -index-unit-output-path /APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaClientError.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/Error/APIotaClientError.swift:22:10: warning: associated value 'failedResponse(statusCode:errorResponseBody:)' of 'Sendable'-conforming generic enum 'APIotaClientError' has non-sendable type 'HTTPStatusCode'; this is an error in the Swift 6 language mode
case failedResponse(statusCode: HTTPStatusCode, errorResponseBody: ErrorResponse)
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/HTTP/HTTPStatusCode.swift:7:13: note: consider making enum 'HTTPStatusCode' conform to the 'Sendable' protocol
public enum HTTPStatusCode: Int {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/APIota/Error/APIotaClientError.swift:22:10: warning: associated value 'failedResponse(statusCode:errorResponseBody:)' of 'Sendable'-conforming generic enum 'APIotaClientError' has non-sendable type 'ErrorResponse'; this is an error in the Swift 6 language mode
case failedResponse(statusCode: HTTPStatusCode, errorResponseBody: ErrorResponse)
^
/Users/admin/builder/spi-builder-workspace/Sources/APIota/Error/APIotaClientError.swift:7:31: note: consider making generic parameter 'ErrorResponse' conform to the 'Sendable' protocol
public enum APIotaClientError<ErrorResponse: Decodable>: LocalizedError {
^
, Sendable
SwiftCompile normal arm64 Compiling\ APIotaURLEncodedFormEndpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/APIota/APIotaURLEncodedFormEndpoint.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 -primary-file /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-iphoneos/APIota.build/Objects-normal/arm64/APIotaURLEncodedFormEndpoint.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaURLEncodedFormEndpoint.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaURLEncodedFormEndpoint.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaURLEncodedFormEndpoint.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/APIota.build/Objects-normal/arm64/APIota_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name APIota -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/APIota.build/Objects-normal/arm64/APIotaURLEncodedFormEndpoint.o -index-unit-output-path /APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaURLEncodedFormEndpoint.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/APIotaURLEncodedFormEndpoint.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 -primary-file /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-iphoneos/APIota.build/Objects-normal/arm64/APIotaURLEncodedFormEndpoint.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaURLEncodedFormEndpoint.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaURLEncodedFormEndpoint.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaURLEncodedFormEndpoint.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/APIota.build/Objects-normal/arm64/APIota_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name APIota -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/APIota.build/Objects-normal/arm64/APIotaURLEncodedFormEndpoint.o -index-unit-output-path /APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaURLEncodedFormEndpoint.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 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-iphoneos/APIota.build/Objects-normal/arm64/APIotaClient.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaClient.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaClient.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaClient.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/APIota.build/Objects-normal/arm64/APIota_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name APIota -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/APIota.build/Objects-normal/arm64/APIotaClient.o -index-unit-output-path /APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaClient.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/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-iphoneos/APIota.build/Objects-normal/arm64/APIotaClient.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaClient.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaClient.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIotaClient.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/APIota.build/Objects-normal/arm64/APIota_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name APIota -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/APIota.build/Objects-normal/arm64/APIotaClient.o -index-unit-output-path /APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/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 Emitting module for APIota (in target 'APIota' from project 'APIota')
SwiftDriver\ Compilation\ Requirements 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-Requirements -- /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-iphoneos/APIota.build/Objects-normal/arm64/APIota.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/APIota.build/Objects-normal/arm64/APIota_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/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-iphoneos/APIota.build/Objects-normal/arm64/APIota-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/APIota-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIota-Swift.h (in target 'APIota' from project 'APIota')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIota-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/APIota-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/APIota.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIota.swiftmodule (in target 'APIota' from project 'APIota')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIota.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/APIota.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/APIota.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIota.swiftdoc (in target 'APIota' from project 'APIota')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIota.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/APIota.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/APIota.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIota.abi.json (in target 'APIota' from project 'APIota')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIota.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/APIota.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/APIota.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIota.swiftsourceinfo (in target 'APIota' from project 'APIota')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIota.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/APIota.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling HTTPMethod.swift (in target 'APIota' from project 'APIota')
SwiftDriverJobDiscovery normal arm64 Compiling HTTPStatusCode.swift (in target 'APIota' from project 'APIota')
SwiftDriverJobDiscovery normal arm64 Compiling APIotaClient.swift (in target 'APIota' from project 'APIota')
SwiftDriverJobDiscovery normal arm64 Compiling APIotaCodableEndpoint.swift (in target 'APIota' from project 'APIota')
SwiftDriverJobDiscovery normal arm64 Compiling HTTPHeaders.swift (in target 'APIota' from project 'APIota')
SwiftDriverJobDiscovery normal arm64 Compiling HTTPMediaType.swift (in target 'APIota' from project 'APIota')
SwiftDriverJobDiscovery normal arm64 Compiling APIotaClientError.swift (in target 'APIota' from project 'APIota')
SwiftDriverJobDiscovery normal arm64 Compiling APIotaURLEncodedFormEndpoint.swift (in target 'APIota' from project 'APIota')
SwiftDriverJobDiscovery normal arm64 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-iphoneos/APIota.build/Objects-normal/arm64/APIota.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/APIota.build/Objects-normal/arm64/APIota_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/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-iphoneos/APIota.build/Objects-normal/arm64/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/Products/Debug-iphoneos/APIota.o normal (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-ios12.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIota.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/APIota.build/Debug-iphoneos/APIota.build/Objects-normal/arm64/APIota_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/APIota.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/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.