The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Swifter, reference 1.5.0 (9483a5), with Swift 6.0 for visionOS using Xcode 16.2 on 28 Nov 2024 08:44:09 UTC.

Swift 6 data race errors: 131

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Swifter-Package -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

public var onkeyup: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:90:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var onkeyup: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:91:12: warning: var 'profile' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var profile: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:91:12: note: convert 'profile' to a 'let' constant to make 'Sendable' shared state immutable
public var profile: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:91:12: note: annotate 'profile' with '@MainActor' if property should only be accessed from the main actor
public var profile: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:91:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var profile: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:92:12: warning: var 'version' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var version: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:92:12: note: convert 'version' to a 'let' constant to make 'Sendable' shared state immutable
public var version: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:92:12: note: annotate 'version' with '@MainActor' if property should only be accessed from the main actor
public var version: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:92:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var version: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:93:12: warning: var 'onreset' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var onreset: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:93:12: note: convert 'onreset' to a 'let' constant to make 'Sendable' shared state immutable
public var onreset: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:93:12: note: annotate 'onreset' with '@MainActor' if property should only be accessed from the main actor
public var onreset: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:93:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var onreset: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:94:12: warning: var 'charset' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var charset: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:94:12: note: convert 'charset' to a 'let' constant to make 'Sendable' shared state immutable
public var charset: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:94:12: note: annotate 'charset' with '@MainActor' if property should only be accessed from the main actor
public var charset: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:94:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var charset: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:95:12: warning: var 'standby' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var standby: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:95:12: note: convert 'standby' to a 'let' constant to make 'Sendable' shared state immutable
public var standby: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:95:12: note: annotate 'standby' with '@MainActor' if property should only be accessed from the main actor
public var standby: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:95:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var standby: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:96:12: warning: var 'colspan' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var colspan: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:96:12: note: convert 'colspan' to a 'let' constant to make 'Sendable' shared state immutable
public var colspan: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:96:12: note: annotate 'colspan' with '@MainActor' if property should only be accessed from the main actor
public var colspan: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:96:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var colspan: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:97:12: warning: var 'charoff' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var charoff: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:97:12: note: convert 'charoff' to a 'let' constant to make 'Sendable' shared state immutable
public var charoff: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:97:12: note: annotate 'charoff' with '@MainActor' if property should only be accessed from the main actor
public var charoff: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:97:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var charoff: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:98:12: warning: var 'classid' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var classid: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:98:12: note: convert 'classid' to a 'let' constant to make 'Sendable' shared state immutable
public var classid: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:98:12: note: annotate 'classid' with '@MainActor' if property should only be accessed from the main actor
public var classid: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:98:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var classid: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:99:12: warning: var 'compact' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var compact: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:99:12: note: convert 'compact' to a 'let' constant to make 'Sendable' shared state immutable
public var compact: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:99:12: note: annotate 'compact' with '@MainActor' if property should only be accessed from the main actor
public var compact: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:99:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var compact: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:100:12: warning: var 'declare' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var declare: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:100:12: note: convert 'declare' to a 'let' constant to make 'Sendable' shared state immutable
public var declare: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:100:12: note: annotate 'declare' with '@MainActor' if property should only be accessed from the main actor
public var declare: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:100:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var declare: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:101:12: warning: var 'rowspan' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var rowspan: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:101:12: note: convert 'rowspan' to a 'let' constant to make 'Sendable' shared state immutable
public var rowspan: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:101:12: note: annotate 'rowspan' with '@MainActor' if property should only be accessed from the main actor
public var rowspan: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:101:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var rowspan: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:102:12: warning: var 'checked' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var checked: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:102:12: note: convert 'checked' to a 'let' constant to make 'Sendable' shared state immutable
public var checked: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:102:12: note: annotate 'checked' with '@MainActor' if property should only be accessed from the main actor
public var checked: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:102:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var checked: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:103:12: warning: var 'archive' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var archive: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:103:12: note: convert 'archive' to a 'let' constant to make 'Sendable' shared state immutable
public var archive: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:103:12: note: annotate 'archive' with '@MainActor' if property should only be accessed from the main actor
public var archive: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:103:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var archive: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:104:12: warning: var 'bgcolor' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var bgcolor: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:104:12: note: convert 'bgcolor' to a 'let' constant to make 'Sendable' shared state immutable
public var bgcolor: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:104:12: note: annotate 'bgcolor' with '@MainActor' if property should only be accessed from the main actor
public var bgcolor: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:104:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var bgcolor: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:105:12: warning: var 'content' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var content: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:105:12: note: convert 'content' to a 'let' constant to make 'Sendable' shared state immutable
public var content: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:105:12: note: annotate 'content' with '@MainActor' if property should only be accessed from the main actor
public var content: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:105:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var content: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:106:12: warning: var 'noshade' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var noshade: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:106:12: note: convert 'noshade' to a 'let' constant to make 'Sendable' shared state immutable
public var noshade: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:106:12: note: annotate 'noshade' with '@MainActor' if property should only be accessed from the main actor
public var noshade: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:106:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var noshade: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:107:12: warning: var 'summary' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var summary: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:107:12: note: convert 'summary' to a 'let' constant to make 'Sendable' shared state immutable
public var summary: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:107:12: note: annotate 'summary' with '@MainActor' if property should only be accessed from the main actor
public var summary: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:107:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var summary: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:108:12: warning: var 'headers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var headers: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:108:12: note: convert 'headers' to a 'let' constant to make 'Sendable' shared state immutable
public var headers: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:108:12: note: annotate 'headers' with '@MainActor' if property should only be accessed from the main actor
public var headers: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:108:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var headers: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:109:12: warning: var 'onselect' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var onselect: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:109:12: note: convert 'onselect' to a 'let' constant to make 'Sendable' shared state immutable
public var onselect: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:109:12: note: annotate 'onselect' with '@MainActor' if property should only be accessed from the main actor
public var onselect: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:109:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var onselect: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:110:12: warning: var 'readonly' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var readonly: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:110:12: note: convert 'readonly' to a 'let' constant to make 'Sendable' shared state immutable
public var readonly: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:110:12: note: annotate 'readonly' with '@MainActor' if property should only be accessed from the main actor
public var readonly: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:110:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var readonly: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:111:12: warning: var 'tabindex' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var tabindex: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:111:12: note: convert 'tabindex' to a 'let' constant to make 'Sendable' shared state immutable
public var tabindex: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:111:12: note: annotate 'tabindex' with '@MainActor' if property should only be accessed from the main actor
public var tabindex: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:111:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var tabindex: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:112:12: warning: var 'onchange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var onchange: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:112:12: note: convert 'onchange' to a 'let' constant to make 'Sendable' shared state immutable
public var onchange: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:112:12: note: annotate 'onchange' with '@MainActor' if property should only be accessed from the main actor
public var onchange: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:112:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var onchange: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:113:12: warning: var 'noresize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var noresize: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:113:12: note: convert 'noresize' to a 'let' constant to make 'Sendable' shared state immutable
public var noresize: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:113:12: note: annotate 'noresize' with '@MainActor' if property should only be accessed from the main actor
public var noresize: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:113:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var noresize: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:114:12: warning: var 'disabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var disabled: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:114:12: note: convert 'disabled' to a 'let' constant to make 'Sendable' shared state immutable
public var disabled: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:114:12: note: annotate 'disabled' with '@MainActor' if property should only be accessed from the main actor
public var disabled: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:114:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var disabled: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:115:12: warning: var 'longdesc' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var longdesc: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:115:12: note: convert 'longdesc' to a 'let' constant to make 'Sendable' shared state immutable
public var longdesc: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:115:12: note: annotate 'longdesc' with '@MainActor' if property should only be accessed from the main actor
public var longdesc: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:115:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var longdesc: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:116:12: warning: var 'codebase' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var codebase: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:116:12: note: convert 'codebase' to a 'let' constant to make 'Sendable' shared state immutable
public var codebase: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:116:12: note: annotate 'codebase' with '@MainActor' if property should only be accessed from the main actor
public var codebase: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:116:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var codebase: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:117:12: warning: var 'language' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var language: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:117:12: note: convert 'language' to a 'let' constant to make 'Sendable' shared state immutable
public var language: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:117:12: note: annotate 'language' with '@MainActor' if property should only be accessed from the main actor
public var language: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:117:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var language: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:118:12: warning: var 'datetime' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var datetime: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:118:12: note: convert 'datetime' to a 'let' constant to make 'Sendable' shared state immutable
public var datetime: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:118:12: note: annotate 'datetime' with '@MainActor' if property should only be accessed from the main actor
public var datetime: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:118:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var datetime: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:119:12: warning: var 'selected' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var selected: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:119:12: note: convert 'selected' to a 'let' constant to make 'Sendable' shared state immutable
public var selected: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:119:12: note: annotate 'selected' with '@MainActor' if property should only be accessed from the main actor
public var selected: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:119:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var selected: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:120:12: warning: var 'hreflang' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var hreflang: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:120:12: note: convert 'hreflang' to a 'let' constant to make 'Sendable' shared state immutable
public var hreflang: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:120:12: note: annotate 'hreflang' with '@MainActor' if property should only be accessed from the main actor
public var hreflang: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:120:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var hreflang: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:121:12: warning: var 'onsubmit' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var onsubmit: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:121:12: note: convert 'onsubmit' to a 'let' constant to make 'Sendable' shared state immutable
public var onsubmit: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:121:12: note: annotate 'onsubmit' with '@MainActor' if property should only be accessed from the main actor
public var onsubmit: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:121:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var onsubmit: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:122:12: warning: var 'multiple' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var multiple: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:122:12: note: convert 'multiple' to a 'let' constant to make 'Sendable' shared state immutable
public var multiple: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:122:12: note: annotate 'multiple' with '@MainActor' if property should only be accessed from the main actor
public var multiple: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:122:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var multiple: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:123:12: warning: var 'onunload' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var onunload: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:123:12: note: convert 'onunload' to a 'let' constant to make 'Sendable' shared state immutable
public var onunload: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:123:12: note: annotate 'onunload' with '@MainActor' if property should only be accessed from the main actor
public var onunload: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:123:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var onunload: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:124:12: warning: var 'codetype' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var codetype: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:124:12: note: convert 'codetype' to a 'let' constant to make 'Sendable' shared state immutable
public var codetype: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:124:12: note: annotate 'codetype' with '@MainActor' if property should only be accessed from the main actor
public var codetype: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:124:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var codetype: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:125:12: warning: var 'scrolling' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var scrolling: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:125:12: note: convert 'scrolling' to a 'let' constant to make 'Sendable' shared state immutable
public var scrolling: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:125:12: note: annotate 'scrolling' with '@MainActor' if property should only be accessed from the main actor
public var scrolling: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:125:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var scrolling: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:126:12: warning: var 'onkeydown' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var onkeydown: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:126:12: note: convert 'onkeydown' to a 'let' constant to make 'Sendable' shared state immutable
public var onkeydown: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:126:12: note: annotate 'onkeydown' with '@MainActor' if property should only be accessed from the main actor
public var onkeydown: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:126:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var onkeydown: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:127:12: warning: var 'maxlength' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var maxlength: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:127:12: note: convert 'maxlength' to a 'let' constant to make 'Sendable' shared state immutable
public var maxlength: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:127:12: note: annotate 'maxlength' with '@MainActor' if property should only be accessed from the main actor
public var maxlength: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:127:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var maxlength: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:128:12: warning: var 'valuetype' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var valuetype: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:128:12: note: convert 'valuetype' to a 'let' constant to make 'Sendable' shared state immutable
public var valuetype: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:128:12: note: annotate 'valuetype' with '@MainActor' if property should only be accessed from the main actor
public var valuetype: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:128:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var valuetype: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:129:12: warning: var 'accesskey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var accesskey: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:129:12: note: convert 'accesskey' to a 'let' constant to make 'Sendable' shared state immutable
public var accesskey: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:129:12: note: annotate 'accesskey' with '@MainActor' if property should only be accessed from the main actor
public var accesskey: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:129:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var accesskey: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:130:12: warning: var 'onmouseup' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var onmouseup: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:130:12: note: convert 'onmouseup' to a 'let' constant to make 'Sendable' shared state immutable
public var onmouseup: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:130:12: note: annotate 'onmouseup' with '@MainActor' if property should only be accessed from the main actor
public var onmouseup: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:130:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var onmouseup: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:131:12: warning: var 'autofocus' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var autofocus: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:131:12: note: convert 'autofocus' to a 'let' constant to make 'Sendable' shared state immutable
public var autofocus: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:131:12: note: annotate 'autofocus' with '@MainActor' if property should only be accessed from the main actor
public var autofocus: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:131:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var autofocus: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:132:12: warning: var 'onkeypress' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var onkeypress: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:132:12: note: convert 'onkeypress' to a 'let' constant to make 'Sendable' shared state immutable
public var onkeypress: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:132:12: note: annotate 'onkeypress' with '@MainActor' if property should only be accessed from the main actor
public var onkeypress: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:132:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var onkeypress: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:133:12: warning: var 'ondblclick' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var ondblclick: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:133:12: note: convert 'ondblclick' to a 'let' constant to make 'Sendable' shared state immutable
public var ondblclick: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:133:12: note: annotate 'ondblclick' with '@MainActor' if property should only be accessed from the main actor
public var ondblclick: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:133:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var ondblclick: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:134:12: warning: var 'onmouseout' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var onmouseout: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:134:12: note: convert 'onmouseout' to a 'let' constant to make 'Sendable' shared state immutable
public var onmouseout: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:134:12: note: annotate 'onmouseout' with '@MainActor' if property should only be accessed from the main actor
public var onmouseout: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:134:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var onmouseout: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:135:12: warning: var 'httpEquiv' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var httpEquiv: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:135:12: note: convert 'httpEquiv' to a 'let' constant to make 'Sendable' shared state immutable
public var httpEquiv: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:135:12: note: annotate 'httpEquiv' with '@MainActor' if property should only be accessed from the main actor
public var httpEquiv: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:135:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var httpEquiv: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:136:12: warning: var 'dataText' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var dataText: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:136:12: note: convert 'dataText' to a 'let' constant to make 'Sendable' shared state immutable
public var dataText: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:136:12: note: annotate 'dataText' with '@MainActor' if property should only be accessed from the main actor
public var dataText: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:136:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var dataText: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:137:12: warning: var 'background' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var background: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:137:12: note: convert 'background' to a 'let' constant to make 'Sendable' shared state immutable
public var background: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:137:12: note: annotate 'background' with '@MainActor' if property should only be accessed from the main actor
public var background: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:137:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var background: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:138:12: warning: var 'onmousemove' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var onmousemove: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:138:12: note: convert 'onmousemove' to a 'let' constant to make 'Sendable' shared state immutable
public var onmousemove: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:138:12: note: annotate 'onmousemove' with '@MainActor' if property should only be accessed from the main actor
public var onmousemove: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:138:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var onmousemove: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:139:12: warning: var 'onmouseover' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var onmouseover: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:139:12: note: convert 'onmouseover' to a 'let' constant to make 'Sendable' shared state immutable
public var onmouseover: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:139:12: note: annotate 'onmouseover' with '@MainActor' if property should only be accessed from the main actor
public var onmouseover: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:139:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var onmouseover: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:140:12: warning: var 'cellpadding' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var cellpadding: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:140:12: note: convert 'cellpadding' to a 'let' constant to make 'Sendable' shared state immutable
public var cellpadding: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:140:12: note: annotate 'cellpadding' with '@MainActor' if property should only be accessed from the main actor
public var cellpadding: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:140:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var cellpadding: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:141:12: warning: var 'onmousedown' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var onmousedown: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:141:12: note: convert 'onmousedown' to a 'let' constant to make 'Sendable' shared state immutable
public var onmousedown: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:141:12: note: annotate 'onmousedown' with '@MainActor' if property should only be accessed from the main actor
public var onmousedown: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:141:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var onmousedown: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:142:12: warning: var 'frameborder' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var frameborder: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:142:12: note: convert 'frameborder' to a 'let' constant to make 'Sendable' shared state immutable
public var frameborder: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:142:12: note: annotate 'frameborder' with '@MainActor' if property should only be accessed from the main actor
public var frameborder: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:142:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var frameborder: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:143:12: warning: var 'marginwidth' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var marginwidth: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:143:12: note: convert 'marginwidth' to a 'let' constant to make 'Sendable' shared state immutable
public var marginwidth: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:143:12: note: annotate 'marginwidth' with '@MainActor' if property should only be accessed from the main actor
public var marginwidth: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:143:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var marginwidth: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:144:12: warning: var 'cellspacing' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var cellspacing: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:144:12: note: convert 'cellspacing' to a 'let' constant to make 'Sendable' shared state immutable
public var cellspacing: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:144:12: note: annotate 'cellspacing' with '@MainActor' if property should only be accessed from the main actor
public var cellspacing: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:144:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var cellspacing: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:145:12: warning: var 'placeholder' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var placeholder: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:145:12: note: convert 'placeholder' to a 'let' constant to make 'Sendable' shared state immutable
public var placeholder: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:145:12: note: annotate 'placeholder' with '@MainActor' if property should only be accessed from the main actor
public var placeholder: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:145:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var placeholder: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:146:12: warning: var 'marginheight' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var marginheight: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:146:12: note: convert 'marginheight' to a 'let' constant to make 'Sendable' shared state immutable
public var marginheight: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:146:12: note: annotate 'marginheight' with '@MainActor' if property should only be accessed from the main actor
public var marginheight: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:146:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var marginheight: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:147:12: warning: var 'acceptCharset' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var acceptCharset: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:147:12: note: convert 'acceptCharset' to a 'let' constant to make 'Sendable' shared state immutable
public var acceptCharset: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:147:12: note: annotate 'acceptCharset' with '@MainActor' if property should only be accessed from the main actor
public var acceptCharset: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:147:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var acceptCharset: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:149:12: warning: var 'inner' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var inner: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:149:12: note: convert 'inner' to a 'let' constant to make 'Sendable' shared state immutable
public var inner: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:149:12: note: annotate 'inner' with '@MainActor' if property should only be accessed from the main actor
public var inner: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:149:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var inner: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:336:5: warning: var 'scopesBuffer' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var scopesBuffer = [UInt64: String]()
    ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:336:5: note: convert 'scopesBuffer' to a 'let' constant to make 'Sendable' shared state immutable
var scopesBuffer = [UInt64: String]()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:336:5: note: annotate 'scopesBuffer' with '@MainActor' if property should only be accessed from the main actor
var scopesBuffer = [UInt64: String]()
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:336:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var scopesBuffer = [UInt64: String]()
    ^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ HttpServerIO.swift,\ MimeTypes.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServerIO.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/MimeTypes.swift (in target 'Swifter' from project 'Swifter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/XCode/Sources/DemoServer.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Errno.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Files.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpParser.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpRequest.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpResponse.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpRouter.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServer.swift -primary-file /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServerIO.swift -primary-file /Users/admin/builder/spi-builder-workspace/XCode/Sources/MimeTypes.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Process.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket+File.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket+Server.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+BASE64.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+File.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+Misc.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+SHA1.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/WebSockets.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpServerIO.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpServerIO.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpServerIO.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpServerIO.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/MimeTypes.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/MimeTypes.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/MimeTypes.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/MimeTypes.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Swifter -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpServerIO.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/MimeTypes.o -index-unit-output-path /Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpServerIO.o -index-unit-output-path /Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/MimeTypes.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/XCode/Sources/HttpServerIO.swift (in target 'Swifter' from project 'Swifter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/XCode/Sources/DemoServer.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Errno.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Files.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpParser.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpRequest.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpResponse.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpRouter.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServer.swift -primary-file /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServerIO.swift -primary-file /Users/admin/builder/spi-builder-workspace/XCode/Sources/MimeTypes.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Process.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket+File.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket+Server.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+BASE64.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+File.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+Misc.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+SHA1.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/WebSockets.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpServerIO.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpServerIO.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpServerIO.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpServerIO.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/MimeTypes.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/MimeTypes.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/MimeTypes.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/MimeTypes.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Swifter -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpServerIO.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/MimeTypes.o -index-unit-output-path /Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpServerIO.o -index-unit-output-path /Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/MimeTypes.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServerIO.swift:11:39: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol HttpServerIODelegate: class {
                                      ^~~~~
                                      AnyObject
/Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServerIO.swift:79:36: warning: capture of 'self' with non-sendable type 'HttpServerIO?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            guard let strongSelf = self else { return }
                                   ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServerIO.swift:15:12: note: class 'HttpServerIO' does not conform to the 'Sendable' protocol
open class HttpServerIO {
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServerIO.swift:83:44: warning: capture of 'self' with non-sendable type 'HttpServerIO?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    guard let strongSelf = self else { return }
                                           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServerIO.swift:15:12: note: class 'HttpServerIO' does not conform to the 'Sendable' protocol
open class HttpServerIO {
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServerIO.swift:86:51: warning: capture of 'socket' with non-sendable type 'Socket' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                        strongSelf.sockets.insert(socket)
                                                  ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket.swift:25:12: note: class 'Socket' does not conform to the 'Sendable' protocol
open class Socket: Hashable, Equatable {
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServerIO.swift:86:25: warning: capture of 'strongSelf' with non-sendable type 'HttpServerIO' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                        strongSelf.sockets.insert(socket)
                        ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServerIO.swift:15:12: note: class 'HttpServerIO' does not conform to the 'Sendable' protocol
open class HttpServerIO {
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServerIO.swift:86:51: warning: capture of 'socket' with non-sendable type 'Socket' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                        strongSelf.sockets.insert(socket)
                                                  ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket.swift:25:12: note: class 'Socket' does not conform to the 'Sendable' protocol
open class Socket: Hashable, Equatable {
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServerIO.swift:92:25: warning: capture of 'strongSelf' with non-sendable type 'HttpServerIO' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                        strongSelf.sockets.remove(socket)
                        ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServerIO.swift:15:12: note: class 'HttpServerIO' does not conform to the 'Sendable' protocol
open class HttpServerIO {
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServerIO.swift:92:51: warning: capture of 'socket' with non-sendable type 'Socket' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                        strongSelf.sockets.remove(socket)
                                                  ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket.swift:25:12: note: class 'Socket' does not conform to the 'Sendable' protocol
open class Socket: Hashable, Equatable {
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/XCode/Sources/MimeTypes.swift (in target 'Swifter' from project 'Swifter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/XCode/Sources/DemoServer.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Errno.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Files.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpParser.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpRequest.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpResponse.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpRouter.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServer.swift -primary-file /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServerIO.swift -primary-file /Users/admin/builder/spi-builder-workspace/XCode/Sources/MimeTypes.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Process.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket+File.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket+Server.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+BASE64.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+File.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+Misc.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+SHA1.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/WebSockets.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpServerIO.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpServerIO.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpServerIO.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpServerIO.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/MimeTypes.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/MimeTypes.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/MimeTypes.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/MimeTypes.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Swifter -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpServerIO.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/MimeTypes.o -index-unit-output-path /Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpServerIO.o -index-unit-output-path /Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/MimeTypes.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Files.swift,\ HttpParser.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Files.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpParser.swift (in target 'Swifter' from project 'Swifter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/XCode/Sources/DemoServer.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Errno.swift -primary-file /Users/admin/builder/spi-builder-workspace/XCode/Sources/Files.swift -primary-file /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpParser.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpRequest.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpResponse.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpRouter.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServer.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServerIO.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/MimeTypes.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Process.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket+File.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket+Server.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+BASE64.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+File.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+Misc.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+SHA1.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/WebSockets.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Files.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Files.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Files.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Files.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpParser.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpParser.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpParser.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpParser.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Swifter -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Files.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpParser.o -index-unit-output-path /Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Files.o -index-unit-output-path /Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpParser.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/XCode/Sources/Files.swift (in target 'Swifter' from project 'Swifter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/XCode/Sources/DemoServer.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Errno.swift -primary-file /Users/admin/builder/spi-builder-workspace/XCode/Sources/Files.swift -primary-file /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpParser.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpRequest.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpResponse.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpRouter.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServer.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServerIO.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/MimeTypes.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Process.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket+File.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket+Server.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+BASE64.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+File.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+Misc.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+SHA1.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/WebSockets.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Files.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Files.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Files.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Files.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpParser.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpParser.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpParser.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpParser.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Swifter -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Files.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpParser.o -index-unit-output-path /Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Files.o -index-unit-output-path /Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpParser.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/XCode/Sources/String+File.swift:68:23: warning: static property 'pathSeparator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var pathSeparator = "/"
                      ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/String+File.swift:68:23: note: convert 'pathSeparator' to a 'let' constant to make 'Sendable' shared state immutable
    public static var pathSeparator = "/"
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/String+File.swift:68:23: note: annotate 'pathSeparator' with '@MainActor' if property should only be accessed from the main actor
    public static var pathSeparator = "/"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/String+File.swift:68:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var pathSeparator = "/"
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:31:12: warning: var 'href' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var href: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:31:12: note: convert 'href' to a 'let' constant to make 'Sendable' shared state immutable
public var href: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:31:12: note: annotate 'href' with '@MainActor' if property should only be accessed from the main actor
public var href: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:31:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var href: String?
           ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:149:12: warning: var 'inner' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public var inner: String?
           ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:149:12: note: convert 'inner' to a 'let' constant to make 'Sendable' shared state immutable
public var inner: String?
       ~~~ ^
       let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:149:12: note: annotate 'inner' with '@MainActor' if property should only be accessed from the main actor
public var inner: String?
           ^
@MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:149:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public var inner: String?
           ^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpParser.swift (in target 'Swifter' from project 'Swifter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/XCode/Sources/DemoServer.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Errno.swift -primary-file /Users/admin/builder/spi-builder-workspace/XCode/Sources/Files.swift -primary-file /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpParser.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpRequest.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpResponse.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpRouter.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServer.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServerIO.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/MimeTypes.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Process.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket+File.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket+Server.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+BASE64.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+File.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+Misc.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+SHA1.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/WebSockets.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Files.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Files.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Files.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Files.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpParser.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpParser.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpParser.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpParser.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Swifter -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Files.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpParser.o -index-unit-output-path /Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Files.o -index-unit-output-path /Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/HttpParser.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Emitting module for Swifter (in target 'Swifter' from project 'Swifter')
SwiftCompile normal arm64 Compiling\ String+File.swift,\ String+Misc.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+File.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+Misc.swift (in target 'Swifter' from project 'Swifter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/XCode/Sources/DemoServer.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Errno.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Files.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpParser.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpRequest.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpResponse.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpRouter.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServer.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServerIO.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/MimeTypes.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Process.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket+File.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket+Server.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+BASE64.swift -primary-file /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+File.swift -primary-file /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+Misc.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+SHA1.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/WebSockets.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+File.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+File.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+File.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+File.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+Misc.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+Misc.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+Misc.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+Misc.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Swifter -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+File.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+Misc.o -index-unit-output-path /Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+File.o -index-unit-output-path /Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+Misc.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/XCode/Sources/String+File.swift (in target 'Swifter' from project 'Swifter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/XCode/Sources/DemoServer.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Errno.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Files.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpParser.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpRequest.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpResponse.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpRouter.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServer.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServerIO.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/MimeTypes.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Process.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket+File.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket+Server.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+BASE64.swift -primary-file /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+File.swift -primary-file /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+Misc.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+SHA1.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/WebSockets.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+File.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+File.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+File.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+File.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+Misc.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+Misc.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+Misc.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+Misc.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Swifter -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+File.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+Misc.o -index-unit-output-path /Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+File.o -index-unit-output-path /Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+Misc.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/XCode/Sources/String+File.swift:68:23: warning: static property 'pathSeparator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var pathSeparator = "/"
                      ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/String+File.swift:68:23: note: convert 'pathSeparator' to a 'let' constant to make 'Sendable' shared state immutable
    public static var pathSeparator = "/"
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/XCode/Sources/String+File.swift:68:23: note: annotate 'pathSeparator' with '@MainActor' if property should only be accessed from the main actor
    public static var pathSeparator = "/"
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/XCode/Sources/String+File.swift:68:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var pathSeparator = "/"
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+Misc.swift (in target 'Swifter' from project 'Swifter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/XCode/Sources/DemoServer.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Errno.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Files.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpParser.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpRequest.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpResponse.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpRouter.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServer.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/HttpServerIO.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/MimeTypes.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Process.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket+File.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket+Server.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/Socket.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+BASE64.swift -primary-file /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+File.swift -primary-file /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+Misc.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/String+SHA1.swift /Users/admin/builder/spi-builder-workspace/XCode/Sources/WebSockets.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+File.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+File.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+File.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+File.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+Misc.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+Misc.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+Misc.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+Misc.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Swifter -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+File.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+Misc.o -index-unit-output-path /Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+File.o -index-unit-output-path /Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/String+Misc.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling Socket+File.swift, Socket+Server.swift (in target 'Swifter' from project 'Swifter')
SwiftDriver\ Compilation\ Requirements Swifter normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Swifter' from project 'Swifter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Swifter -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter-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/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter.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/Swifter.build/Debug-xros/Swifter.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.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/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Swifter-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter-Swift.h (in target 'Swifter' from project 'Swifter')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Swifter-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Swifter.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter.swiftmodule (in target 'Swifter' from project 'Swifter')
    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/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Swifter.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Swifter.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter.swiftdoc (in target 'Swifter' from project 'Swifter')
    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/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Swifter.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Swifter.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter.abi.json (in target 'Swifter' from project 'Swifter')
    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/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Swifter.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Swifter.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter.swiftsourceinfo (in target 'Swifter' from project 'Swifter')
    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/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Swifter.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling String+File.swift, String+Misc.swift (in target 'Swifter' from project 'Swifter')
SwiftDriverJobDiscovery normal arm64 Compiling Files.swift, HttpParser.swift (in target 'Swifter' from project 'Swifter')
SwiftDriver Example normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Example' from project 'Swifter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Example -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example-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/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling HttpRouter.swift, HttpServer.swift (in target 'Swifter' from project 'Swifter')
SwiftDriverJobDiscovery normal arm64 Compiling DemoServer.swift, Errno.swift (in target 'Swifter' from project 'Swifter')
SwiftDriverJobDiscovery normal arm64 Compiling HttpRequest.swift, HttpResponse.swift (in target 'Swifter' from project 'Swifter')
SwiftDriverJobDiscovery normal arm64 Compiling Socket.swift, String+BASE64.swift (in target 'Swifter' from project 'Swifter')
SwiftDriverJobDiscovery normal arm64 Compiling HttpServerIO.swift, MimeTypes.swift (in target 'Swifter' from project 'Swifter')
SwiftDriverJobDiscovery normal arm64 Compiling Process.swift, Scopes.swift (in target 'Swifter' from project 'Swifter')
SwiftEmitModule normal arm64 Emitting\ module\ for\ Example (in target 'Example' from project 'Swifter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Example/main.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -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/Swifter.build/Debug-xros/Example.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Example -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example.swiftsourceinfo -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example.abi.json
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Example/main.swift (in target 'Example' from project 'Swifter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Example/main.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -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/Swifter.build/Debug-xros/Example.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Example -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example.swiftsourceinfo -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example.abi.json
/Users/admin/builder/spi-builder-workspace/Example/main.swift:9:15: warning: reference to var 'src' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        img { src = "https://swift.org/assets/images/swift.svg" }
              ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:29:12: note: var declared here
public var src: String?
           ^
SwiftCompile normal arm64 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Example/main.swift (in target 'Example' from project 'Swifter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Example/main.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/main.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/main.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/main.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/main.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -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/Swifter.build/Debug-xros/Example.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Example -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/main.o -index-unit-output-path /Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/main.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/Example/main.swift (in target 'Example' from project 'Swifter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Example/main.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/main.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/main.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/main.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/main.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -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/Swifter.build/Debug-xros/Example.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Example -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/main.o -index-unit-output-path /Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/main.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Example/main.swift:9:15: warning: reference to var 'src' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        img { src = "https://swift.org/assets/images/swift.svg" }
              ^
/Users/admin/builder/spi-builder-workspace/XCode/Sources/Scopes.swift:29:12: note: var declared here
public var src: String?
           ^
SwiftDriverJobDiscovery normal arm64 Compiling String+SHA1.swift, WebSockets.swift (in target 'Swifter' from project 'Swifter')
SwiftDriver\ Compilation Swifter normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Swifter' from project 'Swifter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Swifter -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter-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/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter.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/Swifter.build/Debug-xros/Swifter.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.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/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Swifter.o normal (in target 'Swifter' from project 'Swifter')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Swifter.o
SwiftDriverJobDiscovery normal arm64 Emitting module for Example (in target 'Example' from project 'Swifter')
SwiftDriver\ Compilation\ Requirements Example normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Example' from project 'Swifter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Example -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example-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/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Example.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example.abi.json (in target 'Example' from project 'Swifter')
    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/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Example.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Example.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example.swiftmodule (in target 'Example' from project 'Swifter')
    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/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Example.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Example.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example.swiftdoc (in target 'Example' from project 'Swifter')
    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/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Example.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Example.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example.swiftsourceinfo (in target 'Example' from project 'Swifter')
    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/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Example.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Swifter.o (in target 'Swifter' from project 'Swifter')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Swifter.o
SwiftDriverJobDiscovery normal arm64 Compiling main.swift (in target 'Example' from project 'Swifter')
SwiftDriver\ Compilation Example normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Example' from project 'Swifter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Example -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example-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/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Example normal (in target 'Example' from project 'Swifter')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example.LinkFileList -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/../lib -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example.swiftmodule -Wl,-no_warn_duplicate_libraries -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Example.build/Objects-normal/arm64/Example_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Example -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swifter.build/Debug-xros/Swifter.build/Objects-normal/arm64/Swifter.swiftmodule
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Example (in target 'Example' from project 'Swifter')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Example
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Swifter",
  "name" : "Swifter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Swifter",
      "targets" : [
        "Swifter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Example",
      "targets" : [
        "Example"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwifterTests",
      "module_type" : "SwiftTarget",
      "name" : "SwifterTests",
      "path" : "XCode/Tests",
      "sources" : [
        "IOSafetyTests.swift",
        "MimeTypesTests.swift",
        "PingServer.swift",
        "ServerThreadingTests.swift",
        "SwifterTestsHttpParser.swift",
        "SwifterTestsHttpResponseBody.swift",
        "SwifterTestsHttpRouter.swift",
        "SwifterTestsStringExtensions.swift",
        "SwifterTestsWebSocketSession.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Swifter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Swifter",
      "module_type" : "SwiftTarget",
      "name" : "Swifter",
      "path" : "XCode/Sources",
      "product_memberships" : [
        "Swifter",
        "Example"
      ],
      "sources" : [
        "DemoServer.swift",
        "Errno.swift",
        "Files.swift",
        "HttpParser.swift",
        "HttpRequest.swift",
        "HttpResponse.swift",
        "HttpRouter.swift",
        "HttpServer.swift",
        "HttpServerIO.swift",
        "MimeTypes.swift",
        "Process.swift",
        "Scopes.swift",
        "Socket+File.swift",
        "Socket+Server.swift",
        "Socket.swift",
        "String+BASE64.swift",
        "String+File.swift",
        "String+Misc.swift",
        "String+SHA1.swift",
        "WebSockets.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Example",
      "module_type" : "SwiftTarget",
      "name" : "Example",
      "path" : "Example",
      "product_memberships" : [
        "Example"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Swifter"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
Done.