Build Information
Failed to build Telegraph, reference main (e467b4
), with Swift 6.1 for visionOS using Xcode 16.3 on 28 Apr 2025 13:47:46 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Telegraph -destination generic/platform=xrOS
Build Log
static let refresh = HTTPHeaderName("Refresh")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader+Common.swift:46:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let refresh = HTTPHeaderName("Refresh")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader+Common.swift:47:14: warning: static property 'server' is not concurrency-safe because non-'Sendable' type 'HTTPHeaderName' may have shared mutable state; this is an error in the Swift 6 language mode
static let server = HTTPHeaderName("Server")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader.swift:13:15: note: consider making struct 'HTTPHeaderName' conform to the 'Sendable' protocol
public struct HTTPHeaderName: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader+Common.swift:47:14: note: add '@MainActor' to make static property 'server' part of global actor 'MainActor'
static let server = HTTPHeaderName("Server")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader+Common.swift:47:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let server = HTTPHeaderName("Server")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader+Common.swift:48:14: warning: static property 'setCookie' is not concurrency-safe because non-'Sendable' type 'HTTPHeaderName' may have shared mutable state; this is an error in the Swift 6 language mode
static let setCookie = HTTPHeaderName("Set-Cookie")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader.swift:13:15: note: consider making struct 'HTTPHeaderName' conform to the 'Sendable' protocol
public struct HTTPHeaderName: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader+Common.swift:48:14: note: add '@MainActor' to make static property 'setCookie' part of global actor 'MainActor'
static let setCookie = HTTPHeaderName("Set-Cookie")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader+Common.swift:48:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let setCookie = HTTPHeaderName("Set-Cookie")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader+Common.swift:49:14: warning: static property 'strictTransportSecurity' is not concurrency-safe because non-'Sendable' type 'HTTPHeaderName' may have shared mutable state; this is an error in the Swift 6 language mode
static let strictTransportSecurity = HTTPHeaderName("Strict-Transport-Security")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader.swift:13:15: note: consider making struct 'HTTPHeaderName' conform to the 'Sendable' protocol
public struct HTTPHeaderName: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader+Common.swift:49:14: note: add '@MainActor' to make static property 'strictTransportSecurity' part of global actor 'MainActor'
static let strictTransportSecurity = HTTPHeaderName("Strict-Transport-Security")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader+Common.swift:49:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let strictTransportSecurity = HTTPHeaderName("Strict-Transport-Security")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader+Common.swift:50:14: warning: static property 'transferEncoding' is not concurrency-safe because non-'Sendable' type 'HTTPHeaderName' may have shared mutable state; this is an error in the Swift 6 language mode
static let transferEncoding = HTTPHeaderName("Transfer-Encoding")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader.swift:13:15: note: consider making struct 'HTTPHeaderName' conform to the 'Sendable' protocol
public struct HTTPHeaderName: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader+Common.swift:50:14: note: add '@MainActor' to make static property 'transferEncoding' part of global actor 'MainActor'
static let transferEncoding = HTTPHeaderName("Transfer-Encoding")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader+Common.swift:50:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let transferEncoding = HTTPHeaderName("Transfer-Encoding")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader+Common.swift:51:14: warning: static property 'userAgent' is not concurrency-safe because non-'Sendable' type 'HTTPHeaderName' may have shared mutable state; this is an error in the Swift 6 language mode
static let userAgent = HTTPHeaderName("User-Agent")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader.swift:13:15: note: consider making struct 'HTTPHeaderName' conform to the 'Sendable' protocol
public struct HTTPHeaderName: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader+Common.swift:51:14: note: add '@MainActor' to make static property 'userAgent' part of global actor 'MainActor'
static let userAgent = HTTPHeaderName("User-Agent")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader+Common.swift:51:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let userAgent = HTTPHeaderName("User-Agent")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader+Common.swift:52:14: warning: static property 'upgrade' is not concurrency-safe because non-'Sendable' type 'HTTPHeaderName' may have shared mutable state; this is an error in the Swift 6 language mode
static let upgrade = HTTPHeaderName("Upgrade")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader.swift:13:15: note: consider making struct 'HTTPHeaderName' conform to the 'Sendable' protocol
public struct HTTPHeaderName: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader+Common.swift:52:14: note: add '@MainActor' to make static property 'upgrade' part of global actor 'MainActor'
static let upgrade = HTTPHeaderName("Upgrade")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader+Common.swift:52:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let upgrade = HTTPHeaderName("Upgrade")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:14:14: warning: static property 'GET' is not concurrency-safe because non-'Sendable' type 'HTTPMethod' may have shared mutable state; this is an error in the Swift 6 language mode
static let GET = HTTPMethod(name: "GET")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:9:15: note: consider making struct 'HTTPMethod' conform to the 'Sendable' protocol
public struct HTTPMethod: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:14:14: note: add '@MainActor' to make static property 'GET' part of global actor 'MainActor'
static let GET = HTTPMethod(name: "GET")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:14:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let GET = HTTPMethod(name: "GET")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:15:14: warning: static property 'HEAD' is not concurrency-safe because non-'Sendable' type 'HTTPMethod' may have shared mutable state; this is an error in the Swift 6 language mode
static let HEAD = HTTPMethod(name: "HEAD")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:9:15: note: consider making struct 'HTTPMethod' conform to the 'Sendable' protocol
public struct HTTPMethod: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:15:14: note: add '@MainActor' to make static property 'HEAD' part of global actor 'MainActor'
static let HEAD = HTTPMethod(name: "HEAD")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:15:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let HEAD = HTTPMethod(name: "HEAD")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:16:14: warning: static property 'DELETE' is not concurrency-safe because non-'Sendable' type 'HTTPMethod' may have shared mutable state; this is an error in the Swift 6 language mode
static let DELETE = HTTPMethod(name: "DELETE")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:9:15: note: consider making struct 'HTTPMethod' conform to the 'Sendable' protocol
public struct HTTPMethod: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:16:14: note: add '@MainActor' to make static property 'DELETE' part of global actor 'MainActor'
static let DELETE = HTTPMethod(name: "DELETE")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:16:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let DELETE = HTTPMethod(name: "DELETE")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:17:14: warning: static property 'POST' is not concurrency-safe because non-'Sendable' type 'HTTPMethod' may have shared mutable state; this is an error in the Swift 6 language mode
static let POST = HTTPMethod(name: "POST")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:9:15: note: consider making struct 'HTTPMethod' conform to the 'Sendable' protocol
public struct HTTPMethod: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:17:14: note: add '@MainActor' to make static property 'POST' part of global actor 'MainActor'
static let POST = HTTPMethod(name: "POST")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:17:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let POST = HTTPMethod(name: "POST")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:18:14: warning: static property 'PUT' is not concurrency-safe because non-'Sendable' type 'HTTPMethod' may have shared mutable state; this is an error in the Swift 6 language mode
static let PUT = HTTPMethod(name: "PUT")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:9:15: note: consider making struct 'HTTPMethod' conform to the 'Sendable' protocol
public struct HTTPMethod: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:18:14: note: add '@MainActor' to make static property 'PUT' part of global actor 'MainActor'
static let PUT = HTTPMethod(name: "PUT")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:18:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PUT = HTTPMethod(name: "PUT")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:19:14: warning: static property 'OPTIONS' is not concurrency-safe because non-'Sendable' type 'HTTPMethod' may have shared mutable state; this is an error in the Swift 6 language mode
static let OPTIONS = HTTPMethod(name: "OPTIONS")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:9:15: note: consider making struct 'HTTPMethod' conform to the 'Sendable' protocol
public struct HTTPMethod: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:19:14: note: add '@MainActor' to make static property 'OPTIONS' part of global actor 'MainActor'
static let OPTIONS = HTTPMethod(name: "OPTIONS")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:19:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let OPTIONS = HTTPMethod(name: "OPTIONS")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:20:14: warning: static property 'CONNECT' is not concurrency-safe because non-'Sendable' type 'HTTPMethod' may have shared mutable state; this is an error in the Swift 6 language mode
static let CONNECT = HTTPMethod(name: "CONNECT")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:9:15: note: consider making struct 'HTTPMethod' conform to the 'Sendable' protocol
public struct HTTPMethod: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:20:14: note: add '@MainActor' to make static property 'CONNECT' part of global actor 'MainActor'
static let CONNECT = HTTPMethod(name: "CONNECT")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:20:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let CONNECT = HTTPMethod(name: "CONNECT")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:21:14: warning: static property 'TRACE' is not concurrency-safe because non-'Sendable' type 'HTTPMethod' may have shared mutable state; this is an error in the Swift 6 language mode
static let TRACE = HTTPMethod(name: "TRACE")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:9:15: note: consider making struct 'HTTPMethod' conform to the 'Sendable' protocol
public struct HTTPMethod: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:21:14: note: add '@MainActor' to make static property 'TRACE' part of global actor 'MainActor'
static let TRACE = HTTPMethod(name: "TRACE")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:21:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let TRACE = HTTPMethod(name: "TRACE")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:22:14: warning: static property 'PATCH' is not concurrency-safe because non-'Sendable' type 'HTTPMethod' may have shared mutable state; this is an error in the Swift 6 language mode
static let PATCH = HTTPMethod(name: "PATCH")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:9:15: note: consider making struct 'HTTPMethod' conform to the 'Sendable' protocol
public struct HTTPMethod: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:22:14: note: add '@MainActor' to make static property 'PATCH' part of global actor 'MainActor'
static let PATCH = HTTPMethod(name: "PATCH")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift:22:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let PATCH = HTTPMethod(name: "PATCH")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:88:14: warning: static property 'continue' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let `continue` = HTTPStatus(code: 100, phrase: "Continue")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:88:14: note: add '@MainActor' to make static property 'continue' part of global actor 'MainActor'
static let `continue` = HTTPStatus(code: 100, phrase: "Continue")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:88:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let `continue` = HTTPStatus(code: 100, phrase: "Continue")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:91:14: warning: static property 'switchingProtocols' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let switchingProtocols = HTTPStatus(code: 101, phrase: "Switching Protocols")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:91:14: note: add '@MainActor' to make static property 'switchingProtocols' part of global actor 'MainActor'
static let switchingProtocols = HTTPStatus(code: 101, phrase: "Switching Protocols")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:91:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let switchingProtocols = HTTPStatus(code: 101, phrase: "Switching Protocols")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:94:14: warning: static property 'processing' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let processing = HTTPStatus(code: 102, phrase: "Processing")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:94:14: note: add '@MainActor' to make static property 'processing' part of global actor 'MainActor'
static let processing = HTTPStatus(code: 102, phrase: "Processing")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:94:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let processing = HTTPStatus(code: 102, phrase: "Processing")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:101:14: warning: static property 'ok' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let ok = HTTPStatus(code: 200, phrase: "OK")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:101:14: note: add '@MainActor' to make static property 'ok' part of global actor 'MainActor'
static let ok = HTTPStatus(code: 200, phrase: "OK")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:101:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let ok = HTTPStatus(code: 200, phrase: "OK")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:104:14: warning: static property 'created' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let created = HTTPStatus(code: 201, phrase: "Created")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:104:14: note: add '@MainActor' to make static property 'created' part of global actor 'MainActor'
static let created = HTTPStatus(code: 201, phrase: "Created")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:104:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let created = HTTPStatus(code: 201, phrase: "Created")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:107:14: warning: static property 'accepted' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let accepted = HTTPStatus(code: 202, phrase: "Accepted")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:107:14: note: add '@MainActor' to make static property 'accepted' part of global actor 'MainActor'
static let accepted = HTTPStatus(code: 202, phrase: "Accepted")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:107:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let accepted = HTTPStatus(code: 202, phrase: "Accepted")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:111:14: warning: static property 'nonAuthoritativeInformation' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let nonAuthoritativeInformation = HTTPStatus(code: 203, phrase: "Non-Authoritative Information")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:111:14: note: add '@MainActor' to make static property 'nonAuthoritativeInformation' part of global actor 'MainActor'
static let nonAuthoritativeInformation = HTTPStatus(code: 203, phrase: "Non-Authoritative Information")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:111:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let nonAuthoritativeInformation = HTTPStatus(code: 203, phrase: "Non-Authoritative Information")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:114:14: warning: static property 'noContent' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let noContent = HTTPStatus(code: 204, phrase: "No Content")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:114:14: note: add '@MainActor' to make static property 'noContent' part of global actor 'MainActor'
static let noContent = HTTPStatus(code: 204, phrase: "No Content")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:114:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let noContent = HTTPStatus(code: 204, phrase: "No Content")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:117:14: warning: static property 'resetContent' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let resetContent = HTTPStatus(code: 205, phrase: "Reset Content")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:117:14: note: add '@MainActor' to make static property 'resetContent' part of global actor 'MainActor'
static let resetContent = HTTPStatus(code: 205, phrase: "Reset Content")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:117:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let resetContent = HTTPStatus(code: 205, phrase: "Reset Content")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:120:14: warning: static property 'partialContent' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let partialContent = HTTPStatus(code: 206, phrase: "Partial Content")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:120:14: note: add '@MainActor' to make static property 'partialContent' part of global actor 'MainActor'
static let partialContent = HTTPStatus(code: 206, phrase: "Partial Content")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:120:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let partialContent = HTTPStatus(code: 206, phrase: "Partial Content")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:124:14: warning: static property 'multiStatus' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let multiStatus = HTTPStatus(code: 207, phrase: "Multi-Status")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:124:14: note: add '@MainActor' to make static property 'multiStatus' part of global actor 'MainActor'
static let multiStatus = HTTPStatus(code: 207, phrase: "Multi-Status")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:124:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let multiStatus = HTTPStatus(code: 207, phrase: "Multi-Status")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:128:14: warning: static property 'alreadyReported' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let alreadyReported = HTTPStatus(code: 208, phrase: "Already Reported")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:128:14: note: add '@MainActor' to make static property 'alreadyReported' part of global actor 'MainActor'
static let alreadyReported = HTTPStatus(code: 208, phrase: "Already Reported")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:128:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let alreadyReported = HTTPStatus(code: 208, phrase: "Already Reported")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:132:14: warning: static property 'imUsed' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let imUsed = HTTPStatus(code: 226, phrase: "IM Used")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:132:14: note: add '@MainActor' to make static property 'imUsed' part of global actor 'MainActor'
static let imUsed = HTTPStatus(code: 226, phrase: "IM Used")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:132:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let imUsed = HTTPStatus(code: 226, phrase: "IM Used")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:140:14: warning: static property 'multipleChoices' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let multipleChoices = HTTPStatus(code: 300, phrase: "Multiple Choices")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:140:14: note: add '@MainActor' to make static property 'multipleChoices' part of global actor 'MainActor'
static let multipleChoices = HTTPStatus(code: 300, phrase: "Multiple Choices")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:140:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let multipleChoices = HTTPStatus(code: 300, phrase: "Multiple Choices")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:143:14: warning: static property 'movedPermanently' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let movedPermanently = HTTPStatus(code: 301, phrase: "Moved Permanently")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:143:14: note: add '@MainActor' to make static property 'movedPermanently' part of global actor 'MainActor'
static let movedPermanently = HTTPStatus(code: 301, phrase: "Moved Permanently")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:143:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let movedPermanently = HTTPStatus(code: 301, phrase: "Moved Permanently")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:146:14: warning: static property 'found' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let found = HTTPStatus(code: 302, phrase: "Found")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:146:14: note: add '@MainActor' to make static property 'found' part of global actor 'MainActor'
static let found = HTTPStatus(code: 302, phrase: "Found")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:146:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let found = HTTPStatus(code: 302, phrase: "Found")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:149:14: warning: static property 'seeOther' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let seeOther = HTTPStatus(code: 303, phrase: "See Other")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:149:14: note: add '@MainActor' to make static property 'seeOther' part of global actor 'MainActor'
static let seeOther = HTTPStatus(code: 303, phrase: "See Other")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:149:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let seeOther = HTTPStatus(code: 303, phrase: "See Other")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:153:14: warning: static property 'notModified' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let notModified = HTTPStatus(code: 304, phrase: "Not Modified")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:153:14: note: add '@MainActor' to make static property 'notModified' part of global actor 'MainActor'
static let notModified = HTTPStatus(code: 304, phrase: "Not Modified")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:153:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let notModified = HTTPStatus(code: 304, phrase: "Not Modified")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:156:14: warning: static property 'useProxy' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let useProxy = HTTPStatus(code: 305, phrase: "Use Proxy")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:156:14: note: add '@MainActor' to make static property 'useProxy' part of global actor 'MainActor'
static let useProxy = HTTPStatus(code: 305, phrase: "Use Proxy")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:156:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let useProxy = HTTPStatus(code: 305, phrase: "Use Proxy")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:160:14: warning: static property 'temporaryRedirect' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let temporaryRedirect = HTTPStatus(code: 307, phrase: "Temporary Redirect")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:160:14: note: add '@MainActor' to make static property 'temporaryRedirect' part of global actor 'MainActor'
static let temporaryRedirect = HTTPStatus(code: 307, phrase: "Temporary Redirect")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:160:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let temporaryRedirect = HTTPStatus(code: 307, phrase: "Temporary Redirect")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:164:14: warning: static property 'permanentRedirect' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let permanentRedirect = HTTPStatus(code: 308, phrase: "Permanent Redirect")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:164:14: note: add '@MainActor' to make static property 'permanentRedirect' part of global actor 'MainActor'
static let permanentRedirect = HTTPStatus(code: 308, phrase: "Permanent Redirect")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:164:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let permanentRedirect = HTTPStatus(code: 308, phrase: "Permanent Redirect")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:171:14: warning: static property 'badRequest' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let badRequest = HTTPStatus(code: 400, phrase: "Bad Request")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:171:14: note: add '@MainActor' to make static property 'badRequest' part of global actor 'MainActor'
static let badRequest = HTTPStatus(code: 400, phrase: "Bad Request")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:171:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let badRequest = HTTPStatus(code: 400, phrase: "Bad Request")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:175:14: warning: static property 'unauthorized' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let unauthorized = HTTPStatus(code: 401, phrase: "Unauthorized")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:175:14: note: add '@MainActor' to make static property 'unauthorized' part of global actor 'MainActor'
static let unauthorized = HTTPStatus(code: 401, phrase: "Unauthorized")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:175:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let unauthorized = HTTPStatus(code: 401, phrase: "Unauthorized")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:179:14: warning: static property 'paymentRequired' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let paymentRequired = HTTPStatus(code: 402, phrase: "Payment Required")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:179:14: note: add '@MainActor' to make static property 'paymentRequired' part of global actor 'MainActor'
static let paymentRequired = HTTPStatus(code: 402, phrase: "Payment Required")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:179:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let paymentRequired = HTTPStatus(code: 402, phrase: "Payment Required")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:183:14: warning: static property 'forbidden' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let forbidden = HTTPStatus(code: 403, phrase: "Forbidden")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:183:14: note: add '@MainActor' to make static property 'forbidden' part of global actor 'MainActor'
static let forbidden = HTTPStatus(code: 403, phrase: "Forbidden")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:183:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let forbidden = HTTPStatus(code: 403, phrase: "Forbidden")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:186:14: warning: static property 'notFound' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let notFound = HTTPStatus(code: 404, phrase: "Not Found")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:186:14: note: add '@MainActor' to make static property 'notFound' part of global actor 'MainActor'
static let notFound = HTTPStatus(code: 404, phrase: "Not Found")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:186:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let notFound = HTTPStatus(code: 404, phrase: "Not Found")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:189:14: warning: static property 'methodNotAllowed' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let methodNotAllowed = HTTPStatus(code: 405, phrase: "Method Not Allowed")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:189:14: note: add '@MainActor' to make static property 'methodNotAllowed' part of global actor 'MainActor'
static let methodNotAllowed = HTTPStatus(code: 405, phrase: "Method Not Allowed")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:189:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let methodNotAllowed = HTTPStatus(code: 405, phrase: "Method Not Allowed")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:193:14: warning: static property 'notAcceptable' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let notAcceptable = HTTPStatus(code: 406, phrase: "Not Acceptable")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:193:14: note: add '@MainActor' to make static property 'notAcceptable' part of global actor 'MainActor'
static let notAcceptable = HTTPStatus(code: 406, phrase: "Not Acceptable")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:193:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let notAcceptable = HTTPStatus(code: 406, phrase: "Not Acceptable")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:196:14: warning: static property 'proxyAuthenticationRequired' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let proxyAuthenticationRequired = HTTPStatus(code: 407, phrase: "Proxy Authentication Required")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:196:14: note: add '@MainActor' to make static property 'proxyAuthenticationRequired' part of global actor 'MainActor'
static let proxyAuthenticationRequired = HTTPStatus(code: 407, phrase: "Proxy Authentication Required")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:196:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let proxyAuthenticationRequired = HTTPStatus(code: 407, phrase: "Proxy Authentication Required")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:199:14: warning: static property 'requestTimeout' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let requestTimeout = HTTPStatus(code: 408, phrase: "Request Timeout")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:199:14: note: add '@MainActor' to make static property 'requestTimeout' part of global actor 'MainActor'
static let requestTimeout = HTTPStatus(code: 408, phrase: "Request Timeout")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:199:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let requestTimeout = HTTPStatus(code: 408, phrase: "Request Timeout")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:203:14: warning: static property 'conflict' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let conflict = HTTPStatus(code: 409, phrase: "Conflict")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:203:14: note: add '@MainActor' to make static property 'conflict' part of global actor 'MainActor'
static let conflict = HTTPStatus(code: 409, phrase: "Conflict")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:203:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let conflict = HTTPStatus(code: 409, phrase: "Conflict")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:206:14: warning: static property 'gone' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let gone = HTTPStatus(code: 410, phrase: "Gone")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:206:14: note: add '@MainActor' to make static property 'gone' part of global actor 'MainActor'
static let gone = HTTPStatus(code: 410, phrase: "Gone")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:206:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gone = HTTPStatus(code: 410, phrase: "Gone")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:210:14: warning: static property 'lengthRequired' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let lengthRequired = HTTPStatus(code: 411, phrase: "Length Required")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:210:14: note: add '@MainActor' to make static property 'lengthRequired' part of global actor 'MainActor'
static let lengthRequired = HTTPStatus(code: 411, phrase: "Length Required")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:210:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let lengthRequired = HTTPStatus(code: 411, phrase: "Length Required")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:213:14: warning: static property 'preconditionFailed' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let preconditionFailed = HTTPStatus(code: 412, phrase: "Precondition Failed")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:213:14: note: add '@MainActor' to make static property 'preconditionFailed' part of global actor 'MainActor'
static let preconditionFailed = HTTPStatus(code: 412, phrase: "Precondition Failed")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:213:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let preconditionFailed = HTTPStatus(code: 412, phrase: "Precondition Failed")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:216:14: warning: static property 'payloadTooLarge' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let payloadTooLarge = HTTPStatus(code: 413, phrase: "Payload Too Large")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:216:14: note: add '@MainActor' to make static property 'payloadTooLarge' part of global actor 'MainActor'
static let payloadTooLarge = HTTPStatus(code: 413, phrase: "Payload Too Large")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:216:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let payloadTooLarge = HTTPStatus(code: 413, phrase: "Payload Too Large")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:219:14: warning: static property 'uriTooLong' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let uriTooLong = HTTPStatus(code: 414, phrase: "URI Too Long")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:219:14: note: add '@MainActor' to make static property 'uriTooLong' part of global actor 'MainActor'
static let uriTooLong = HTTPStatus(code: 414, phrase: "URI Too Long")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:219:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let uriTooLong = HTTPStatus(code: 414, phrase: "URI Too Long")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:222:14: warning: static property 'unsupportedMediaType' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let unsupportedMediaType = HTTPStatus(code: 415, phrase: "Unsupported Media Type")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:222:14: note: add '@MainActor' to make static property 'unsupportedMediaType' part of global actor 'MainActor'
static let unsupportedMediaType = HTTPStatus(code: 415, phrase: "Unsupported Media Type")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:222:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let unsupportedMediaType = HTTPStatus(code: 415, phrase: "Unsupported Media Type")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:226:14: warning: static property 'rangeNotSatisfiable' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let rangeNotSatisfiable = HTTPStatus(code: 416, phrase: "Range Not Satisfiable")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:226:14: note: add '@MainActor' to make static property 'rangeNotSatisfiable' part of global actor 'MainActor'
static let rangeNotSatisfiable = HTTPStatus(code: 416, phrase: "Range Not Satisfiable")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:226:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let rangeNotSatisfiable = HTTPStatus(code: 416, phrase: "Range Not Satisfiable")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:229:14: warning: static property 'expectationFailed' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let expectationFailed = HTTPStatus(code: 417, phrase: "Expectation Failed")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:229:14: note: add '@MainActor' to make static property 'expectationFailed' part of global actor 'MainActor'
static let expectationFailed = HTTPStatus(code: 417, phrase: "Expectation Failed")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:229:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let expectationFailed = HTTPStatus(code: 417, phrase: "Expectation Failed")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:233:14: warning: static property 'misdirectedRequest' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let misdirectedRequest = HTTPStatus(code: 421, phrase: "Misdirected Request")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:233:14: note: add '@MainActor' to make static property 'misdirectedRequest' part of global actor 'MainActor'
static let misdirectedRequest = HTTPStatus(code: 421, phrase: "Misdirected Request")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:233:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let misdirectedRequest = HTTPStatus(code: 421, phrase: "Misdirected Request")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:236:14: warning: static property 'unprocessableEntity' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let unprocessableEntity = HTTPStatus(code: 422, phrase: "Unprocessable Entity")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:236:14: note: add '@MainActor' to make static property 'unprocessableEntity' part of global actor 'MainActor'
static let unprocessableEntity = HTTPStatus(code: 422, phrase: "Unprocessable Entity")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:236:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let unprocessableEntity = HTTPStatus(code: 422, phrase: "Unprocessable Entity")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:239:14: warning: static property 'locked' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let locked = HTTPStatus(code: 423, phrase: "Locked")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:239:14: note: add '@MainActor' to make static property 'locked' part of global actor 'MainActor'
static let locked = HTTPStatus(code: 423, phrase: "Locked")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:239:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let locked = HTTPStatus(code: 423, phrase: "Locked")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:242:14: warning: static property 'failedDependency' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let failedDependency = HTTPStatus(code: 424, phrase: "Failed Dependency")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:242:14: note: add '@MainActor' to make static property 'failedDependency' part of global actor 'MainActor'
static let failedDependency = HTTPStatus(code: 424, phrase: "Failed Dependency")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:242:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let failedDependency = HTTPStatus(code: 424, phrase: "Failed Dependency")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:245:14: warning: static property 'upgradeRequired' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let upgradeRequired = HTTPStatus(code: 426, phrase: "Upgrade Required")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:245:14: note: add '@MainActor' to make static property 'upgradeRequired' part of global actor 'MainActor'
static let upgradeRequired = HTTPStatus(code: 426, phrase: "Upgrade Required")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:245:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let upgradeRequired = HTTPStatus(code: 426, phrase: "Upgrade Required")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:250:14: warning: static property 'preconditionRequired' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let preconditionRequired = HTTPStatus(code: 428, phrase: "Precondition Required")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:250:14: note: add '@MainActor' to make static property 'preconditionRequired' part of global actor 'MainActor'
static let preconditionRequired = HTTPStatus(code: 428, phrase: "Precondition Required")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:250:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let preconditionRequired = HTTPStatus(code: 428, phrase: "Precondition Required")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:254:14: warning: static property 'tooManyRequests' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let tooManyRequests = HTTPStatus(code: 429, phrase: "Too Many Requests")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:254:14: note: add '@MainActor' to make static property 'tooManyRequests' part of global actor 'MainActor'
static let tooManyRequests = HTTPStatus(code: 429, phrase: "Too Many Requests")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:254:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let tooManyRequests = HTTPStatus(code: 429, phrase: "Too Many Requests")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:258:14: warning: static property 'requestHeaderFieldsTooLarge' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let requestHeaderFieldsTooLarge = HTTPStatus(code: 431, phrase: "Request Header Fields Too Large")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:258:14: note: add '@MainActor' to make static property 'requestHeaderFieldsTooLarge' part of global actor 'MainActor'
static let requestHeaderFieldsTooLarge = HTTPStatus(code: 431, phrase: "Request Header Fields Too Large")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:258:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let requestHeaderFieldsTooLarge = HTTPStatus(code: 431, phrase: "Request Header Fields Too Large")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:262:14: warning: static property 'unavailableForLegalReasons' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let unavailableForLegalReasons = HTTPStatus(code: 451, phrase: "Unavailable For Legal Reasons")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:262:14: note: add '@MainActor' to make static property 'unavailableForLegalReasons' part of global actor 'MainActor'
static let unavailableForLegalReasons = HTTPStatus(code: 451, phrase: "Unavailable For Legal Reasons")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:262:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let unavailableForLegalReasons = HTTPStatus(code: 451, phrase: "Unavailable For Legal Reasons")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:270:14: warning: static property 'internalServerError' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let internalServerError = HTTPStatus(code: 500, phrase: "Internal Server Error")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:270:14: note: add '@MainActor' to make static property 'internalServerError' part of global actor 'MainActor'
static let internalServerError = HTTPStatus(code: 500, phrase: "Internal Server Error")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:270:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let internalServerError = HTTPStatus(code: 500, phrase: "Internal Server Error")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:274:14: warning: static property 'notImplemented' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let notImplemented = HTTPStatus(code: 501, phrase: "Not Implemented")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:274:14: note: add '@MainActor' to make static property 'notImplemented' part of global actor 'MainActor'
static let notImplemented = HTTPStatus(code: 501, phrase: "Not Implemented")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:274:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let notImplemented = HTTPStatus(code: 501, phrase: "Not Implemented")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:278:14: warning: static property 'badGateway' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let badGateway = HTTPStatus(code: 502, phrase: "Bad Gateway")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:278:14: note: add '@MainActor' to make static property 'badGateway' part of global actor 'MainActor'
static let badGateway = HTTPStatus(code: 502, phrase: "Bad Gateway")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:278:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let badGateway = HTTPStatus(code: 502, phrase: "Bad Gateway")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:281:14: warning: static property 'serviceUnavailable' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let serviceUnavailable = HTTPStatus(code: 503, phrase: "Service Unavailable")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:281:14: note: add '@MainActor' to make static property 'serviceUnavailable' part of global actor 'MainActor'
static let serviceUnavailable = HTTPStatus(code: 503, phrase: "Service Unavailable")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:281:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let serviceUnavailable = HTTPStatus(code: 503, phrase: "Service Unavailable")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:285:14: warning: static property 'gatewayTimeout' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let gatewayTimeout = HTTPStatus(code: 504, phrase: "Gateway Timeout")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:285:14: note: add '@MainActor' to make static property 'gatewayTimeout' part of global actor 'MainActor'
static let gatewayTimeout = HTTPStatus(code: 504, phrase: "Gateway Timeout")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:285:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gatewayTimeout = HTTPStatus(code: 504, phrase: "Gateway Timeout")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:288:14: warning: static property 'httpVersionNotSupported' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let httpVersionNotSupported = HTTPStatus(code: 505, phrase: "HTTP Version Not Supported")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:288:14: note: add '@MainActor' to make static property 'httpVersionNotSupported' part of global actor 'MainActor'
static let httpVersionNotSupported = HTTPStatus(code: 505, phrase: "HTTP Version Not Supported")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:288:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let httpVersionNotSupported = HTTPStatus(code: 505, phrase: "HTTP Version Not Supported")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:291:14: warning: static property 'variantAlsoNegotiates' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let variantAlsoNegotiates = HTTPStatus(code: 506, phrase: "Variant Also Negotiates")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:291:14: note: add '@MainActor' to make static property 'variantAlsoNegotiates' part of global actor 'MainActor'
static let variantAlsoNegotiates = HTTPStatus(code: 506, phrase: "Variant Also Negotiates")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:291:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let variantAlsoNegotiates = HTTPStatus(code: 506, phrase: "Variant Also Negotiates")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:294:14: warning: static property 'insufficientStorage' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let insufficientStorage = HTTPStatus(code: 507, phrase: "Insufficient Storage")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:294:14: note: add '@MainActor' to make static property 'insufficientStorage' part of global actor 'MainActor'
static let insufficientStorage = HTTPStatus(code: 507, phrase: "Insufficient Storage")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:294:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let insufficientStorage = HTTPStatus(code: 507, phrase: "Insufficient Storage")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:297:14: warning: static property 'loopDetected' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let loopDetected = HTTPStatus(code: 508, phrase: "Loop Detected")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:297:14: note: add '@MainActor' to make static property 'loopDetected' part of global actor 'MainActor'
static let loopDetected = HTTPStatus(code: 508, phrase: "Loop Detected")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:297:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let loopDetected = HTTPStatus(code: 508, phrase: "Loop Detected")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:300:14: warning: static property 'notExtended' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let notExtended = HTTPStatus(code: 510, phrase: "Not Extended")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:300:14: note: add '@MainActor' to make static property 'notExtended' part of global actor 'MainActor'
static let notExtended = HTTPStatus(code: 510, phrase: "Not Extended")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:300:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let notExtended = HTTPStatus(code: 510, phrase: "Not Extended")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:304:14: warning: static property 'networkAuthenticationRequired' is not concurrency-safe because non-'Sendable' type 'HTTPStatus' may have shared mutable state; this is an error in the Swift 6 language mode
static let networkAuthenticationRequired = HTTPStatus(code: 511, phrase: "Network Authentication Required")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:13:15: note: consider making struct 'HTTPStatus' conform to the 'Sendable' protocol
public struct HTTPStatus: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:304:14: note: add '@MainActor' to make static property 'networkAuthenticationRequired' part of global actor 'MainActor'
static let networkAuthenticationRequired = HTTPStatus(code: 511, phrase: "Network Authentication Required")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift:304:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let networkAuthenticationRequired = HTTPStatus(code: 511, phrase: "Network Authentication Required")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPVersion.swift:22:14: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'HTTPVersion' may have shared mutable state; this is an error in the Swift 6 language mode
static let `default` = HTTPVersion(major: 1, minor: 1)
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPVersion.swift:11:15: note: consider making struct 'HTTPVersion' conform to the 'Sendable' protocol
public struct HTTPVersion {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPVersion.swift:22:14: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
static let `default` = HTTPVersion(major: 1, minor: 1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPVersion.swift:22:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let `default` = HTTPVersion(major: 1, minor: 1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/HTTPHeader+WebSocket.swift:12:14: warning: static property 'webSocketAccept' is not concurrency-safe because non-'Sendable' type 'HTTPHeaderName' may have shared mutable state; this is an error in the Swift 6 language mode
static let webSocketAccept = HTTPHeaderName("Sec-WebSocket-Accept")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader.swift:13:15: note: consider making struct 'HTTPHeaderName' conform to the 'Sendable' protocol
public struct HTTPHeaderName: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/HTTPHeader+WebSocket.swift:12:14: note: add '@MainActor' to make static property 'webSocketAccept' part of global actor 'MainActor'
static let webSocketAccept = HTTPHeaderName("Sec-WebSocket-Accept")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/HTTPHeader+WebSocket.swift:12:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let webSocketAccept = HTTPHeaderName("Sec-WebSocket-Accept")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/HTTPHeader+WebSocket.swift:13:14: warning: static property 'webSocketKey' is not concurrency-safe because non-'Sendable' type 'HTTPHeaderName' may have shared mutable state; this is an error in the Swift 6 language mode
static let webSocketKey = HTTPHeaderName("Sec-WebSocket-Key")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader.swift:13:15: note: consider making struct 'HTTPHeaderName' conform to the 'Sendable' protocol
public struct HTTPHeaderName: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/HTTPHeader+WebSocket.swift:13:14: note: add '@MainActor' to make static property 'webSocketKey' part of global actor 'MainActor'
static let webSocketKey = HTTPHeaderName("Sec-WebSocket-Key")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/HTTPHeader+WebSocket.swift:13:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let webSocketKey = HTTPHeaderName("Sec-WebSocket-Key")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/HTTPHeader+WebSocket.swift:14:14: warning: static property 'webSocketProtocol' is not concurrency-safe because non-'Sendable' type 'HTTPHeaderName' may have shared mutable state; this is an error in the Swift 6 language mode
static let webSocketProtocol = HTTPHeaderName("Sec-WebSocket-Protocol")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader.swift:13:15: note: consider making struct 'HTTPHeaderName' conform to the 'Sendable' protocol
public struct HTTPHeaderName: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/HTTPHeader+WebSocket.swift:14:14: note: add '@MainActor' to make static property 'webSocketProtocol' part of global actor 'MainActor'
static let webSocketProtocol = HTTPHeaderName("Sec-WebSocket-Protocol")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/HTTPHeader+WebSocket.swift:14:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let webSocketProtocol = HTTPHeaderName("Sec-WebSocket-Protocol")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/HTTPHeader+WebSocket.swift:15:14: warning: static property 'webSocketVersion' is not concurrency-safe because non-'Sendable' type 'HTTPHeaderName' may have shared mutable state; this is an error in the Swift 6 language mode
static let webSocketVersion = HTTPHeaderName("Sec-WebSocket-Version")
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader.swift:13:15: note: consider making struct 'HTTPHeaderName' conform to the 'Sendable' protocol
public struct HTTPHeaderName: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/HTTPHeader+WebSocket.swift:15:14: note: add '@MainActor' to make static property 'webSocketVersion' part of global actor 'MainActor'
static let webSocketVersion = HTTPHeaderName("Sec-WebSocket-Version")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/HTTPHeader+WebSocket.swift:15:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let webSocketVersion = HTTPHeaderName("Sec-WebSocket-Version")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Security/KeychainManager.swift:13:21: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'KeychainManager' may have shared mutable state; this is an error in the Swift 6 language mode
public static let shared = KeychainManager()
^
/Users/admin/builder/spi-builder-workspace/Sources/Security/KeychainManager.swift:12:14: note: class 'KeychainManager' does not conform to the 'Sendable' protocol
public class KeychainManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/Security/KeychainManager.swift:13:21: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
public static let shared = KeychainManager()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Security/KeychainManager.swift:13:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let shared = KeychainManager()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Transport/DataStream.swift:13:17: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
public private (set) var position: Int
^
/Users/admin/builder/spi-builder-workspace/Sources/Transport/URI.swift:90:14: warning: static property 'root' is not concurrency-safe because non-'Sendable' type 'URI' may have shared mutable state; this is an error in the Swift 6 language mode
static let root = URI(path: "/")
^
/Users/admin/builder/spi-builder-workspace/Sources/Transport/URI.swift:11:15: note: consider making struct 'URI' conform to the 'Sendable' protocol
public struct URI: Hashable, Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Transport/URI.swift:90:14: note: add '@MainActor' to make static property 'root' part of global actor 'MainActor'
static let root = URI(path: "/")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Transport/URI.swift:90:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let root = URI(path: "/")
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Endpoint.swift,\ Streams.swift,\ TCPConnection.swift,\ TCPListener.swift,\ TCPSocket.swift,\ URI.swift /Users/admin/builder/spi-builder-workspace/Sources/Transport/Endpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/Transport/Streams.swift /Users/admin/builder/spi-builder-workspace/Sources/Transport/TCPConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/Transport/TCPListener.swift /Users/admin/builder/spi-builder-workspace/Sources/Transport/TCPSocket.swift /Users/admin/builder/spi-builder-workspace/Sources/Transport/URI.swift (in target 'Telegraph' from project 'Telegraph')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Transport/Endpoint.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Transport/Streams.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Transport/TCPConnection.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Transport/TCPListener.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Transport/TCPSocket.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Transport/URI.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Transport/URI.swift:90:14: warning: static property 'root' is not concurrency-safe because non-'Sendable' type 'URI' may have shared mutable state; this is an error in the Swift 6 language mode
static let root = URI(path: "/")
^
/Users/admin/builder/spi-builder-workspace/Sources/Transport/URI.swift:11:15: note: consider making struct 'URI' conform to the 'Sendable' protocol
public struct URI: Hashable, Equatable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Transport/URI.swift:90:14: note: add '@MainActor' to make static property 'root' part of global actor 'MainActor'
static let root = URI(path: "/")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Transport/URI.swift:90:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let root = URI(path: "/")
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ TLSConfig.swift,\ TLSPolicy.swift,\ Server+Config.swift,\ Server.swift,\ ServerDelegates.swift,\ DataStream.swift /Users/admin/builder/spi-builder-workspace/Sources/Security/TLSConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/Security/TLSPolicy.swift /Users/admin/builder/spi-builder-workspace/Sources/Server/Server+Config.swift /Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift /Users/admin/builder/spi-builder-workspace/Sources/Server/ServerDelegates.swift /Users/admin/builder/spi-builder-workspace/Sources/Transport/DataStream.swift (in target 'Telegraph' from project 'Telegraph')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Security/TLSConfig.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Security/TLSPolicy.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Security/TLSPolicy.swift:36:5: warning: 'SecTrustEvaluate' was deprecated in visionOS 1.0: renamed to 'SecTrustEvaluateWithError(_:_:)'
SecTrustEvaluate(trust, &result)
^
/Users/admin/builder/spi-builder-workspace/Sources/Security/TLSPolicy.swift:36:5: note: use 'SecTrustEvaluateWithError(_:_:)' instead
SecTrustEvaluate(trust, &result)
^~~~~~~~~~~~~~~~
SecTrustEvaluateWithError
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Server/Server+Config.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift:70:24: warning: capture of 'self' with non-sendable type 'Server?' in a '@Sendable' closure
guard let self = self, let connection = connection else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift:11:12: note: class 'Server' does not conform to the 'Sendable' protocol
open class Server {
^
/Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift:70:47: warning: capture of 'connection' with non-sendable type 'HTTPConnection?' in a '@Sendable' closure
guard let self = self, let connection = connection else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPConnection.swift:22:14: note: class 'HTTPConnection' does not conform to the 'Sendable' protocol
public class HTTPConnection: TCPConnection {
^
/Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift:73:48: warning: capture of 'request' with non-sendable type 'HTTPRequest' in a '@Sendable' closure
let response = self.responseFor(request: request, error: error)
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPRequest.swift:11:12: note: class 'HTTPRequest' does not conform to the 'Sendable' protocol
open class HTTPRequest: HTTPMessage {
^
/Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift:77:27: warning: capture of 'response' with non-sendable type 'HTTPResponse?' in a '@Sendable' closure
if let response = response {
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPResponse.swift:11:12: note: class 'HTTPResponse' does not conform to the 'Sendable' protocol
open class HTTPResponse: HTTPMessage {
^
/Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift:78:11: warning: capture of 'connection' with non-sendable type 'HTTPConnection' in a '@Sendable' closure
connection.send(response: response, toRequest: request)
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPConnection.swift:22:14: note: class 'HTTPConnection' does not conform to the 'Sendable' protocol
public class HTTPConnection: TCPConnection {
^
/Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift:78:58: warning: capture of 'request' with non-sendable type 'HTTPRequest' in a '@Sendable' closure
connection.send(response: response, toRequest: request)
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPRequest.swift:11:12: note: class 'HTTPRequest' does not conform to the 'Sendable' protocol
open class HTTPRequest: HTTPMessage {
^
/Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift:110:24: warning: capture of 'self' with non-sendable type 'Server?' in a '@Sendable' closure
guard let self = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift:11:12: note: class 'Server' does not conform to the 'Sendable' protocol
open class Server {
^
/Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift:111:65: warning: capture of 'webSocketConnection' with non-sendable type 'WebSocketConnection' in a '@Sendable' closure
self.webSocketDelegate?.server(self, webSocketDidConnect: webSocketConnection, handshake: request)
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/WebSocketConnection.swift:21:12: note: class 'WebSocketConnection' does not conform to the 'Sendable' protocol
open class WebSocketConnection: TCPConnection, WebSocket {
^
/Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift:111:97: warning: capture of 'request' with non-sendable type 'HTTPRequest' in a '@Sendable' closure
self.webSocketDelegate?.server(self, webSocketDidConnect: webSocketConnection, handshake: request)
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPRequest.swift:11:12: note: class 'HTTPRequest' does not conform to the 'Sendable' protocol
open class HTTPRequest: HTTPMessage {
^
/Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift:205:24: warning: capture of 'self' with non-sendable type 'Server?' in a '@Sendable' closure
guard let self = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift:11:12: note: class 'Server' does not conform to the 'Sendable' protocol
open class Server {
^
/Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift:242:24: warning: capture of 'self' with non-sendable type 'Server?' in a '@Sendable' closure
guard let self = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift:11:12: note: class 'Server' does not conform to the 'Sendable' protocol
open class Server {
^
/Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift:243:55: warning: capture of 'webSocketConnection' with non-sendable type 'WebSocketConnection' in a '@Sendable' closure
self.webSocketDelegate?.server(self, webSocket: webSocketConnection, didReceiveMessage: message)
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/WebSocketConnection.swift:21:12: note: class 'WebSocketConnection' does not conform to the 'Sendable' protocol
open class WebSocketConnection: TCPConnection, WebSocket {
^
/Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift:243:95: warning: capture of 'message' with non-sendable type 'WebSocketMessage' in a '@Sendable' closure
self.webSocketDelegate?.server(self, webSocket: webSocketConnection, didReceiveMessage: message)
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/WebSocketMessage.swift:11:12: note: class 'WebSocketMessage' does not conform to the 'Sendable' protocol
open class WebSocketMessage {
^
/Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift:250:24: warning: capture of 'self' with non-sendable type 'Server?' in a '@Sendable' closure
guard let self = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift:11:12: note: class 'Server' does not conform to the 'Sendable' protocol
open class Server {
^
/Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift:251:55: warning: capture of 'webSocketConnection' with non-sendable type 'WebSocketConnection' in a '@Sendable' closure
self.webSocketDelegate?.server(self, webSocket: webSocketConnection, didSendMessage: message)
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/WebSocketConnection.swift:21:12: note: class 'WebSocketConnection' does not conform to the 'Sendable' protocol
open class WebSocketConnection: TCPConnection, WebSocket {
^
/Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift:251:92: warning: capture of 'message' with non-sendable type 'WebSocketMessage' in a '@Sendable' closure
self.webSocketDelegate?.server(self, webSocket: webSocketConnection, didSendMessage: message)
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/WebSocketMessage.swift:11:12: note: class 'WebSocketMessage' does not conform to the 'Sendable' protocol
open class WebSocketMessage {
^
/Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift:260:24: warning: capture of 'self' with non-sendable type 'Server?' in a '@Sendable' closure
guard let self = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift:11:12: note: class 'Server' does not conform to the 'Sendable' protocol
open class Server {
^
/Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift:261:68: warning: capture of 'webSocketConnection' with non-sendable type 'WebSocketConnection' in a '@Sendable' closure
self.webSocketDelegate?.server(self, webSocketDidDisconnect: webSocketConnection, error: error)
^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/WebSocketConnection.swift:21:12: note: class 'WebSocketConnection' does not conform to the 'Sendable' protocol
open class WebSocketConnection: TCPConnection, WebSocket {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Server/ServerDelegates.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Transport/DataStream.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Transport/DataStream.swift:13:17: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
public private (set) var position: Int
^
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_object-3CYPIV1JAOAXNCC1Q8EA5QNWZ.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_object-3CYPIV1JAOAXNCC1Q8EA5QNWZ.scan
SwiftDriverJobDiscovery normal arm64 Emitting module for Telegraph (in target 'Telegraph' from project 'Telegraph')
SwiftDriver\ Compilation\ Requirements Telegraph normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Telegraph -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/Telegraph.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CocoaAsyncSocket.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/HTTPParserC.modulemap -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/Telegraph-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/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/Telegraph.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/Telegraph.build/Debug-xros/Telegraph.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/Telegraph_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CocoaAsyncSocket/Source/GCD -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/HTTPParserC/Sources -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.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/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/Telegraph-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_workgroup-8ZS73KYS2C57D3I8U1OILRODI.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_workgroup-8ZS73KYS2C57D3I8U1OILRODI.scan
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Telegraph-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/Telegraph-Swift.h (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/Telegraph-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Telegraph-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Telegraph.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/Telegraph.swiftmodule (in target 'Telegraph' from project 'Telegraph')
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/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/Telegraph.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Telegraph.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Telegraph.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/Telegraph.swiftdoc (in target 'Telegraph' from project 'Telegraph')
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/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/Telegraph.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Telegraph.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Telegraph.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/Telegraph.abi.json (in target 'Telegraph' from project 'Telegraph')
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/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/Telegraph.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Telegraph.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Telegraph.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/Telegraph.swiftsourceinfo (in target 'Telegraph' from project 'Telegraph')
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/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/Telegraph.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Telegraph.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Dispatch-B0M7EEW91X31V4KOSA210ORX4.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Dispatch-B0M7EEW91X31V4KOSA210ORX4.scan
SwiftCompile normal arm64 Compiling\ WebSocketParser.swift,\ Certificate.swift,\ CertificateIdentity.swift,\ KeychainError.swift,\ KeychainManager.swift,\ SHA1.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/WebSocketParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Security/Certificate.swift /Users/admin/builder/spi-builder-workspace/Sources/Security/CertificateIdentity.swift /Users/admin/builder/spi-builder-workspace/Sources/Security/KeychainError.swift /Users/admin/builder/spi-builder-workspace/Sources/Security/KeychainManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Security/SHA1.swift (in target 'Telegraph' from project 'Telegraph')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/WebSocketParser.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Transport/DataStream.swift:13:17: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
public private (set) var position: Int
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Security/Certificate.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Security/CertificateIdentity.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Security/KeychainError.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Security/KeychainManager.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Security/KeychainManager.swift:13:21: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'KeychainManager' may have shared mutable state; this is an error in the Swift 6 language mode
public static let shared = KeychainManager()
^
/Users/admin/builder/spi-builder-workspace/Sources/Security/KeychainManager.swift:12:14: note: class 'KeychainManager' does not conform to the 'Sendable' protocol
public class KeychainManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/Security/KeychainManager.swift:13:21: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
public static let shared = KeychainManager()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Security/KeychainManager.swift:13:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let shared = KeychainManager()
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Security/SHA1.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreFoundation-9GLERC0MBD1J7GLLV1YTAYKOV.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreFoundation-9GLERC0MBD1J7GLLV1YTAYKOV.scan
SwiftDriverJobDiscovery normal arm64 Compiling WebSocketParser.swift, Certificate.swift, CertificateIdentity.swift, KeychainError.swift, KeychainManager.swift, SHA1.swift (in target 'Telegraph' from project 'Telegraph')
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/FileManager+Ext.swift (in target 'Telegraph' from project 'Telegraph')
SwiftCompile normal arm64 Compiling\ FileManager+Ext.swift,\ NSRegularExpression+Ext.swift,\ String+Ext.swift,\ UInt+Ext.swift,\ URL+Ext.swift,\ RFC1123.swift,\ SynchronizedSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/FileManager+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/NSRegularExpression+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/String+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/UInt+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/URL+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/RFC1123.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/SynchronizedSet.swift (in target 'Telegraph' from project 'Telegraph')
Building workspace spi-builder-workspace with scheme Telegraph
(3 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
CocoaAsyncSocket: https://github.com/robbiehanson/CocoaAsyncSocket @ 7.6.5
Telegraph: /Users/admin/builder/spi-builder-workspace
HTTPParserC: https://github.com/Building42/HTTPParserC @ 9.2.0
resolved source packages: CocoaAsyncSocket, Telegraph, HTTPParserC
{
"dependencies" : [
{
"identity" : "cocoaasyncsocket",
"requirement" : {
"range" : [
{
"lower_bound" : "7.6.5",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/robbiehanson/CocoaAsyncSocket.git"
},
{
"identity" : "httpparserc",
"requirement" : {
"range" : [
{
"lower_bound" : "9.2.0",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Building42/HTTPParserC.git"
}
],
"manifest_display_name" : "Telegraph",
"name" : "Telegraph",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.10"
}
],
"products" : [
{
"name" : "Telegraph",
"targets" : [
"Telegraph"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TelegraphTests",
"module_type" : "SwiftTarget",
"name" : "TelegraphTests",
"path" : "Tests",
"product_dependencies" : [
"CocoaAsyncSocket",
"HTTPParserC"
],
"sources" : [
"HelperTests.swift",
"Host/AppDelegate.swift",
"RouteTests.swift",
"SecurityTests.swift",
"ServerTests.swift",
"URITests.swift",
"URLTests.swift"
],
"target_dependencies" : [
"Telegraph"
],
"type" : "test"
},
{
"c99name" : "Telegraph",
"module_type" : "SwiftTarget",
"name" : "Telegraph",
"path" : "Sources",
"product_dependencies" : [
"CocoaAsyncSocket",
"HTTPParserC"
],
"product_memberships" : [
"Telegraph"
],
"sources" : [
"Clients/Client+Config.swift",
"Clients/WebSocketClient.swift",
"Clients/WebSocketClientError.swift",
"Helpers/Deprecations.swift",
"Helpers/DispatchTimer.swift",
"Helpers/Extensions/Array+Ext.swift",
"Helpers/Extensions/Data+Ext.swift",
"Helpers/Extensions/FileManager+Ext.swift",
"Helpers/Extensions/NSRegularExpression+Ext.swift",
"Helpers/Extensions/String+Ext.swift",
"Helpers/Extensions/UInt+Ext.swift",
"Helpers/Extensions/URL+Ext.swift",
"Helpers/RFC1123.swift",
"Helpers/SynchronizedSet.swift",
"Protocols/HTTP/Handlers/HTTPErrorDefaultHandler.swift",
"Protocols/HTTP/Handlers/HTTPErrorHandler.swift",
"Protocols/HTTP/Handlers/HTTPFileHandler.swift",
"Protocols/HTTP/Handlers/HTTPRequestHandler.swift",
"Protocols/HTTP/Models/HTTPConfig.swift",
"Protocols/HTTP/Models/HTTPConnection.swift",
"Protocols/HTTP/Models/HTTPError.swift",
"Protocols/HTTP/Models/HTTPHeader+Common.swift",
"Protocols/HTTP/Models/HTTPHeader.swift",
"Protocols/HTTP/Models/HTTPMessage.swift",
"Protocols/HTTP/Models/HTTPMethod.swift",
"Protocols/HTTP/Models/HTTPParser+Raw.swift",
"Protocols/HTTP/Models/HTTPParser.swift",
"Protocols/HTTP/Models/HTTPRequest+Host.swift",
"Protocols/HTTP/Models/HTTPRequest.swift",
"Protocols/HTTP/Models/HTTPResponse.swift",
"Protocols/HTTP/Models/HTTPStatus.swift",
"Protocols/HTTP/Models/HTTPVersion.swift",
"Protocols/HTTP/Routing/HTTPRoute.swift",
"Protocols/HTTP/Routing/HTTPRouteHandler.swift",
"Protocols/HTTP/Routing/Server+Routing.swift",
"Protocols/WebSockets/Handlers/HTTPWebSocketHandler.swift",
"Protocols/WebSockets/Handlers/WebSocketErrorDefaultHandler.swift",
"Protocols/WebSockets/Handlers/WebSocketErrorHandler.swift",
"Protocols/WebSockets/Handlers/WebSocketMessageDefaultHandler.swift",
"Protocols/WebSockets/Handlers/WebSocketMessageHandler.swift",
"Protocols/WebSockets/Models/HTTPHeader+WebSocket.swift",
"Protocols/WebSockets/Models/HTTPMessage+WebSocket.swift",
"Protocols/WebSockets/Models/WebSocket.swift",
"Protocols/WebSockets/Models/WebSocketConfig.swift",
"Protocols/WebSockets/Models/WebSocketConnection.swift",
"Protocols/WebSockets/Models/WebSocketError.swift",
"Protocols/WebSockets/Models/WebSocketMessage+Write.swift",
"Protocols/WebSockets/Models/WebSocketMessage.swift",
"Protocols/WebSockets/Models/WebSocketParser.swift",
"Security/Certificate.swift",
"Security/CertificateIdentity.swift",
"Security/KeychainError.swift",
"Security/KeychainManager.swift",
"Security/SHA1.swift",
"Security/TLSConfig.swift",
"Security/TLSPolicy.swift",
"Server/Server+Config.swift",
"Server/Server.swift",
"Server/ServerDelegates.swift",
"Transport/DataStream.swift",
"Transport/Endpoint.swift",
"Transport/Streams.swift",
"Transport/TCPConnection.swift",
"Transport/TCPListener.swift",
"Transport/TCPSocket.swift",
"Transport/URI.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Telegraph"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Telegraph -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Telegraph -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
CocoaAsyncSocket: https://github.com/robbiehanson/CocoaAsyncSocket @ 7.6.5
Telegraph: /Users/admin/builder/spi-builder-workspace
HTTPParserC: https://github.com/Building42/HTTPParserC @ 9.2.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
Target 'Telegraph' in project 'Telegraph'
➜ Explicit dependency on target 'Telegraph' in project 'Telegraph'
➜ Explicit dependency on target 'CocoaAsyncSocket' in project 'CocoaAsyncSocket'
➜ Explicit dependency on target 'HTTPParserC' in project 'HTTPParserC'
Target 'Telegraph' in project 'Telegraph'
➜ Explicit dependency on target 'CocoaAsyncSocket' in project 'CocoaAsyncSocket'
➜ Explicit dependency on target 'HTTPParserC' in project 'HTTPParserC'
Target 'HTTPParserC' in project 'HTTPParserC'
➜ Explicit dependency on target 'HTTPParserC' in project 'HTTPParserC'
Target 'HTTPParserC' in project 'HTTPParserC' (no dependencies)
Target 'CocoaAsyncSocket' in project 'CocoaAsyncSocket'
➜ Explicit dependency on target 'CocoaAsyncSocket' in project 'CocoaAsyncSocket'
Target 'CocoaAsyncSocket' in project 'CocoaAsyncSocket' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: d59f7964e336af0325a6cb57b6bc4b81
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d59f7964e336af0325a6cb57b6bc4b81.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
SwiftDriver Telegraph normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Telegraph -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/Telegraph.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CocoaAsyncSocket.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/HTTPParserC.modulemap -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/Telegraph-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/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/Telegraph.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/Telegraph.build/Debug-xros/Telegraph.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/Telegraph_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CocoaAsyncSocket/Source/GCD -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/HTTPParserC/Sources -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.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/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/Telegraph-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreFoundation-9GLERC0MBD1J7GLLV1YTAYKOV.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreFoundation-9GLERC0MBD1J7GLLV1YTAYKOV.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Security-689E0Y1O39BID5T1DG9ICX7VC.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Security-689E0Y1O39BID5T1DG9ICX7VC.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CFNetwork-54A0RGDKB53QSE9X48PJQ5CFZ.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CFNetwork-54A0RGDKB53QSE9X48PJQ5CFZ.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreGraphics-ELKLRZOUE7UQ6H3U4EEXPHFPK.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreGraphics-ELKLRZOUE7UQ6H3U4EEXPHFPK.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-D7V1DDG4D4S3G5O3TW1A879OV.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-D7V1DDG4D4S3G5O3TW1A879OV.scan
SwiftCompile normal arm64 Compiling\ HTTPHeader+Common.swift,\ HTTPHeader.swift,\ HTTPMessage.swift,\ HTTPMethod.swift,\ HTTPParser+Raw.swift,\ HTTPParser.swift,\ HTTPRequest+Host.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader+Common.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMessage.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPParser+Raw.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPRequest+Host.swift (in target 'Telegraph' from project 'Telegraph')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader+Common.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMessage.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPParser+Raw.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPParser.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPRequest+Host.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HTTPWebSocketHandler.swift,\ WebSocketErrorDefaultHandler.swift,\ WebSocketErrorHandler.swift,\ WebSocketMessageDefaultHandler.swift,\ WebSocketMessageHandler.swift,\ HTTPHeader+WebSocket.swift,\ HTTPMessage+WebSocket.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Handlers/HTTPWebSocketHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Handlers/WebSocketErrorDefaultHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Handlers/WebSocketErrorHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Handlers/WebSocketMessageDefaultHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Handlers/WebSocketMessageHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/HTTPHeader+WebSocket.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/HTTPMessage+WebSocket.swift (in target 'Telegraph' from project 'Telegraph')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Handlers/HTTPWebSocketHandler.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Handlers/WebSocketErrorDefaultHandler.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Handlers/WebSocketErrorHandler.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Handlers/WebSocketMessageDefaultHandler.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Handlers/WebSocketMessageHandler.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/HTTPHeader+WebSocket.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/HTTPMessage+WebSocket.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Client+Config.swift,\ WebSocketClient.swift,\ WebSocketClientError.swift,\ Deprecations.swift,\ DispatchTimer.swift,\ Array+Ext.swift,\ Data+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/Clients/Client+Config.swift /Users/admin/builder/spi-builder-workspace/Sources/Clients/WebSocketClient.swift /Users/admin/builder/spi-builder-workspace/Sources/Clients/WebSocketClientError.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Deprecations.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/DispatchTimer.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/Array+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/Data+Ext.swift (in target 'Telegraph' from project 'Telegraph')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Clients/Client+Config.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Clients/WebSocketClient.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Clients/WebSocketClientError.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Deprecations.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helpers/DispatchTimer.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/Array+Ext.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/Data+Ext.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FileManager+Ext.swift,\ NSRegularExpression+Ext.swift,\ String+Ext.swift,\ UInt+Ext.swift,\ URL+Ext.swift,\ RFC1123.swift,\ SynchronizedSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/FileManager+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/NSRegularExpression+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/String+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/UInt+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/URL+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/RFC1123.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/SynchronizedSet.swift (in target 'Telegraph' from project 'Telegraph')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Clients/Client+Config.swift /Users/admin/builder/spi-builder-workspace/Sources/Clients/WebSocketClient.swift /Users/admin/builder/spi-builder-workspace/Sources/Clients/WebSocketClientError.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Deprecations.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/DispatchTimer.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/Array+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/Data+Ext.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/FileManager+Ext.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/NSRegularExpression+Ext.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/String+Ext.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/UInt+Ext.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/URL+Ext.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Helpers/RFC1123.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Helpers/SynchronizedSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Handlers/HTTPErrorDefaultHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Handlers/HTTPErrorHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Handlers/HTTPFileHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Handlers/HTTPRequestHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPError.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader+Common.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMessage.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPParser+Raw.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPRequest+Host.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPVersion.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Routing/HTTPRoute.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Routing/HTTPRouteHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Routing/Server+Routing.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Handlers/HTTPWebSocketHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Handlers/WebSocketErrorDefaultHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Handlers/WebSocketErrorHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Handlers/WebSocketMessageDefaultHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Handlers/WebSocketMessageHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/HTTPHeader+WebSocket.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/HTTPMessage+WebSocket.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/WebSocket.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/WebSocketConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/WebSocketConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/WebSocketError.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/WebSocketMessage+Write.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/WebSocketMessage.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/WebSocketParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Security/Certificate.swift /Users/admin/builder/spi-builder-workspace/Sources/Security/CertificateIdentity.swift /Users/admin/builder/spi-builder-workspace/Sources/Security/KeychainError.swift /Users/admin/builder/spi-builder-workspace/Sources/Security/KeychainManager.swift /Users/admin/builder/spi-builder-workspace/Sources/Security/SHA1.swift /Users/admin/builder/spi-builder-workspace/Sources/Security/TLSConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/Security/TLSPolicy.swift /Users/admin/builder/spi-builder-workspace/Sources/Server/Server+Config.swift /Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift /Users/admin/builder/spi-builder-workspace/Sources/Server/ServerDelegates.swift /Users/admin/builder/spi-builder-workspace/Sources/Transport/DataStream.swift /Users/admin/builder/spi-builder-workspace/Sources/Transport/Endpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/Transport/Streams.swift /Users/admin/builder/spi-builder-workspace/Sources/Transport/TCPConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/Transport/TCPListener.swift /Users/admin/builder/spi-builder-workspace/Sources/Transport/TCPSocket.swift /Users/admin/builder/spi-builder-workspace/Sources/Transport/URI.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.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 -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/Telegraph_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.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.3.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 -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CocoaAsyncSocket.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/HTTPParserC.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CocoaAsyncSocket/Source/GCD -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/HTTPParserC/Sources -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Telegraph -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/FileManager+Ext.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/NSRegularExpression+Ext.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/String+Ext.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/UInt+Ext.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/URL+Ext.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/RFC1123.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/SynchronizedSet.o -index-unit-output-path /Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/FileManager+Ext.o -index-unit-output-path /Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/NSRegularExpression+Ext.o -index-unit-output-path /Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/String+Ext.o -index-unit-output-path /Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/UInt+Ext.o -index-unit-output-path /Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/URL+Ext.o -index-unit-output-path /Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/RFC1123.o -index-unit-output-path /Telegraph.build/Debug-xros/Telegraph.build/Objects-normal/arm64/SynchronizedSet.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/Helpers/Extensions/FileManager+Ext.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/FileManager+Ext.swift:26:17: error: cannot find 'UTTypeCreatePreferredIdentifierForTag' in scope
let uti = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, pathExtension as CFString, nil)?.takeRetainedValue(),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/FileManager+Ext.swift:26:55: error: cannot find 'kUTTagClassFilenameExtension' in scope
let uti = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, pathExtension as CFString, nil)?.takeRetainedValue(),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/FileManager+Ext.swift:26:112: error: 'nil' requires a contextual type
let uti = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, pathExtension as CFString, nil)?.takeRetainedValue(),
^
/Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/FileManager+Ext.swift:27:22: error: cannot find 'UTTypeCopyPreferredTagWithClass' in scope
let mimeType = UTTypeCopyPreferredTagWithClass(uti, kUTTagClassMIMEType)?.takeRetainedValue() {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/FileManager+Ext.swift:27:59: error: cannot find 'kUTTagClassMIMEType' in scope
let mimeType = UTTypeCopyPreferredTagWithClass(uti, kUTTagClassMIMEType)?.takeRetainedValue() {
^~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/NSRegularExpression+Ext.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/String+Ext.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/UInt+Ext.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/URL+Ext.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helpers/RFC1123.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helpers/SynchronizedSet.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HTTPErrorDefaultHandler.swift,\ HTTPErrorHandler.swift,\ HTTPFileHandler.swift,\ HTTPRequestHandler.swift,\ HTTPConfig.swift,\ HTTPConnection.swift,\ HTTPError.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Handlers/HTTPErrorDefaultHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Handlers/HTTPErrorHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Handlers/HTTPFileHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Handlers/HTTPRequestHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPError.swift (in target 'Telegraph' from project 'Telegraph')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Handlers/HTTPErrorDefaultHandler.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Handlers/HTTPErrorHandler.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Handlers/HTTPFileHandler.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Handlers/HTTPRequestHandler.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPConfig.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPConnection.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPError.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HTTPRequest.swift,\ HTTPResponse.swift,\ HTTPStatus.swift,\ HTTPVersion.swift,\ HTTPRoute.swift,\ HTTPRouteHandler.swift,\ Server+Routing.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPVersion.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Routing/HTTPRoute.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Routing/HTTPRouteHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Routing/Server+Routing.swift (in target 'Telegraph' from project 'Telegraph')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPRequest.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPResponse.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPStatus.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Models/HTTPVersion.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Routing/HTTPRoute.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Routing/HTTPRouteHandler.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/HTTP/Routing/Server+Routing.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ WebSocket.swift,\ WebSocketConfig.swift,\ WebSocketConnection.swift,\ WebSocketError.swift,\ WebSocketMessage+Write.swift,\ WebSocketMessage.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/WebSocket.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/WebSocketConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/WebSocketConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/WebSocketError.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/WebSocketMessage+Write.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/WebSocketMessage.swift (in target 'Telegraph' from project 'Telegraph')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/WebSocket.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/WebSocketConfig.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/WebSocketConnection.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/WebSocketError.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/WebSocketMessage+Write.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/WebSockets/Models/WebSocketMessage.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Telegraph (in target 'Telegraph' from project 'Telegraph')
EmitSwiftModule normal arm64 (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TLSConfig.swift,\ TLSPolicy.swift,\ Server+Config.swift,\ Server.swift,\ ServerDelegates.swift,\ DataStream.swift /Users/admin/builder/spi-builder-workspace/Sources/Security/TLSConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/Security/TLSPolicy.swift /Users/admin/builder/spi-builder-workspace/Sources/Server/Server+Config.swift /Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift /Users/admin/builder/spi-builder-workspace/Sources/Server/ServerDelegates.swift /Users/admin/builder/spi-builder-workspace/Sources/Transport/DataStream.swift (in target 'Telegraph' from project 'Telegraph')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Security/TLSConfig.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Security/TLSPolicy.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Server/Server+Config.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Server/Server.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Server/ServerDelegates.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Transport/DataStream.swift (in target 'Telegraph' from project 'Telegraph')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ImageIO-1L8JKD8RWUZ7SLFE4RDOY3450.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ImageIO-1L8JKD8RWUZ7SLFE4RDOY3450.scan
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/GCDAsyncSocket.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CocoaAsyncSocket/Source/GCD/GCDAsyncSocket.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CocoaAsyncSocket' from project 'CocoaAsyncSocket')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/GCDAsyncSocket.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/GCDAsyncSocket.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CocoaAsyncSocket/Source/GCD/GCDAsyncSocket.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/GCDAsyncSocket.o -index-unit-output-path /CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/GCDAsyncSocket.o
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -w -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/GCDAsyncSocket.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/GCDAsyncSocket.o -fmodule-map-file\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS.sdk/usr/include/TargetConditionals.modulemap -fmodule-map-file\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS.sdk/usr/include/os_availability.modulemap -fmodule-map-file\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS.sdk/usr/include/DarwinBasic.modulemap -fmodule-map-file\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS.sdk/usr/include/DarwinBasic.modulemap -fmodule-map-file\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS.sdk/usr/include/Darwin.modulemap -fmodule-map-file\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS.sdk/usr/include/dispatch.modulemap -fmodule-map-file\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS.sdk/System/Library/Frameworks/Security.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS.sdk/System/Library/Frameworks/CFNetwork.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/GCDAsyncSocket.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CocoaAsyncSocket/Source/GCD/GCDAsyncSocket.m -target-abi darwinpcs -target-cpu apple-a12 -target-feature +zcm -target-feature +zcz -target-feature +v8.3a -target-feature +aes -target-feature +complxnum -target-feature +crc -target-feature +fp-armv8 -target-feature +fullfp16 -target-feature +jsconv -target-feature +lse -target-feature +neon -target-feature +pauth -target-feature +perfmon -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -triple arm64-apple-xros1.0.0 -target-linker-version 1167.4.1 -target-sdk-version\=2.4 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17 -fmodule-format\=obj -fmodule-file\=CFNetwork\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CFNetwork-54A0RGDKB53QSE9X48PJQ5CFZ.pcm -fmodule-file\=Darwin\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-A36OW2DJCX4PZNQOL7GZP00Q4.pcm -fmodule-file\=Dispatch\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Dispatch-B0M7EEW91X31V4KOSA210ORX4.pcm -fmodule-file\=Foundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-D7V1DDG4D4S3G5O3TW1A879OV.pcm -fmodule-file\=Security\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Security-689E0Y1O39BID5T1DG9ICX7VC.pcm -fmodule-file\=TargetConditionals\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/TargetConditionals-A7W9C2JXKNE2CX2UCRX9A2IQB.pcm -fmodule-file\=os_availability\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability-7DJ8YUN2PU1T2TA08D8DDQ6TC.pcm -fmodule-file\=sys_types\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_types-1SZZVQ578P0HQEY7KDUR69UUW.pcm -fmodule-file\=unistd\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/unistd-28AAGQHV75GRW58AOGHY3M2ZJ.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -I /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CocoaAsyncSocket/Source/GCD -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/DerivedSources-normal/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/DerivedSources/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/usr/local/include -internal-isystem /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include -internal-externc-isystem /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/usr/include -internal-externc-isystem /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -std\=gnu11 -fexceptions -fskip-odr-check-in-gmf -fmodules -fmodule-name\=CocoaAsyncSocket -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fstack-check -ftrivial-auto-var-init\=zero -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fcompatibility-qualified-id-block-type-checking -fobjc-runtime\=ios-17.0.0.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fno-assume-unique-vtables -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-mapping -fcommon -fobjc-msgsend-selector-stubs -fregister-global-dtors-with-atexit -fno-strict-return -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -funwind-tables\=1 -fprofile-instrument\=clang -clear-ast-before-backend -discard-value-names -main-file-name GCDAsyncSocket.m -mframe-pointer\=non-leaf -debug-info-kind\=standalone -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -D __GCC_HAVE_DWARF2_CFI_ASM\=1 -fdefine-target-os-macros -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CocoaAsyncSocket.build/Debug-xros/CocoaAsyncSocket.build/Objects-normal/arm64/GCDAsyncSocket.d -skip-unused-modulemap-deps
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Symbols-E9O53YIL236NT886RT7UWM28R.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Symbols-E9O53YIL236NT886RT7UWM28R.scan
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ FileManager+Ext.swift,\ NSRegularExpression+Ext.swift,\ String+Ext.swift,\ UInt+Ext.swift,\ URL+Ext.swift,\ RFC1123.swift,\ SynchronizedSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/FileManager+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/NSRegularExpression+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/String+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/UInt+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/URL+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/RFC1123.swift /Users/admin/builder/spi-builder-workspace/Sources/Helpers/SynchronizedSet.swift (in target 'Telegraph' from project 'Telegraph')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Helpers/Extensions/FileManager+Ext.swift (in target 'Telegraph' from project 'Telegraph')
Building workspace spi-builder-workspace with scheme Telegraph
(3 failures)
BUILD FAILURE 6.1 visionOS