The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build RealHTTP, reference 1.9.0 (fcec34), with Swift 6.2 (beta) for visionOS using Xcode 26.0 on 22 Jun 2025 21:44:12 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RealHTTP -destination generic/platform=xrOS

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/immobiliare/RealHTTP.git
Reference: 1.9.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/immobiliare/RealHTTP
 * tag               1.9.0      -> FETCH_HEAD
HEAD is now at fcec34a Updated podspec version for Swift and PodSpec
Cloned https://github.com/immobiliare/RealHTTP.git
Revision (git rev-parse @):
fcec34a9996012aa2dc8ae70fc8c0d7075054739
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/immobiliare/RealHTTP.git at 1.9.0
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/immobiliare/RealHTTP.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  RealHTTP: /Users/admin/builder/spi-builder-workspace
resolved source packages: RealHTTP
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RealHTTP",
  "name" : "RealHTTP",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "RealHTTP",
      "targets" : [
        "RealHTTP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RealHTTPTests",
      "module_type" : "SwiftTarget",
      "name" : "RealHTTPTests",
      "path" : "Tests/RealHTTPTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RealHTTPTests/Resources/mac_icon.jpg",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RealHTTPTests/Resources/test_rawdata.png",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Headers+Tests.swift",
        "MovieDBTest.swift",
        "Requests+Tests.swift"
      ],
      "target_dependencies" : [
        "RealHTTP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RealHTTP",
      "module_type" : "SwiftTarget",
      "name" : "RealHTTP",
      "path" : "Sources/RealHTTP",
      "product_memberships" : [
        "RealHTTP"
      ],
      "sources" : [
        "Client/HTTPClient/HTTPClient.swift",
        "Client/HTTPClient/HTTPClientDelegate.swift",
        "Client/HTTPRequest/HTTPRequest+Combine.swift",
        "Client/HTTPRequest/HTTPRequest.swift",
        "Client/HTTPResponse/HTTPResponse.swift",
        "Client/Internal/HTTPBody/HTTPBody.swift",
        "Client/Internal/HTTPBody/HTTPSerializableBody.swift",
        "Client/Internal/HTTPBody/JSON/HTTPBody+JSON.swift",
        "Client/Internal/HTTPBody/JSON/JSONEncodable.swift",
        "Client/Internal/HTTPBody/JSON/JSONSerializable.swift",
        "Client/Internal/HTTPBody/Multipart/HTTPBody+FormValues.swift",
        "Client/Internal/HTTPBody/Multipart/HTTPBody+Multipart.swift",
        "Client/Internal/HTTPBody/Multipart/Support/MultipartForm+Boundary.swift",
        "Client/Internal/HTTPBody/Multipart/Support/MultipartForm+Item.swift",
        "Client/Internal/HTTPBody/Multipart/Support/MultipartForm.swift",
        "Client/Internal/HTTPBody/Stream/HTTPBody+Stream.swift",
        "Client/Internal/HTTPBody/Stream/StreamContent.swift",
        "Client/Internal/HTTPBody/URLParametersData/HTTPBody+QueryString.swift",
        "Client/Internal/HTTPBody/URLParametersData/URLParametersData.swift",
        "Client/Internal/HTTPDataLoader/HTTPDataLoader+Response.swift",
        "Client/Internal/HTTPDataLoader/HTTPDataLoader.swift",
        "Client/Internal/HTTPResponseTransform/HTTPResponseTransform.swift",
        "Client/Internal/HTTPResponseValidator/HTTPAltRequestValidator.swift",
        "Client/Internal/HTTPResponseValidator/HTTPAltTaskValidator.swift",
        "Client/Internal/HTTPResponseValidator/HTTPDefaultValidator.swift",
        "Client/Internal/HTTPResponseValidator/HTTPValidator.swift",
        "Client/Internal/HTTPSecurity/HTTPSecurity.swift",
        "Client/Internal/HTTPSecurity/HTTPSecurityService.swift",
        "Client/Internal/HTTPSecurity/Options/CertificatesSecurity/CertificatesSecurity.swift",
        "Client/Internal/HTTPSecurity/Options/CertificatesSecurity/SSLCertificate.swift",
        "Client/Internal/HTTPSecurity/Options/CredentialSecurity.swift",
        "Client/Internal/HTTPSecurity/Options/SelfSignedCertsSecurity.swift",
        "Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift",
        "Client/Internal/Other Structures/Foundation+Extensions/HTTPFormattable.swift",
        "Client/Internal/Other Structures/Foundation+Extensions/ThreadSafeDictionary.swift",
        "Client/Internal/Other Structures/Foundation+Extensions/URLRequest+Extension.swift",
        "Client/Internal/Other Structures/HTTPCacheControl.swift",
        "Client/Internal/Other Structures/HTTPContentType.swift",
        "Client/Internal/Other Structures/HTTPError.swift",
        "Client/Internal/Other Structures/HTTPMethod.swift",
        "Client/Internal/Other Structures/HTTPProgress.swift",
        "Client/Internal/Other Structures/HTTPRequestPriority.swift",
        "Client/Internal/Other Structures/HTTPScheme.swift",
        "Client/Internal/Other Structures/HTTPStatusCode.swift",
        "Client/Internal/Other Structures/HTTPVersion.swift",
        "Client/Internal/Other Structures/Headers/HTTPHeaderElement+Name.swift",
        "Client/Internal/Other Structures/Headers/HTTPHeaders+Element.swift",
        "Client/Internal/Other Structures/Headers/HTTPHeaders.swift",
        "Client/Internal/Other Structures/MIMEType.swift",
        "Client/Internal/Other Structures/Metrics/HTTPMetrics.swift",
        "Client/Internal/Other Structures/Metrics/Renders/HTTPMetrics+Console.swift",
        "Client/Internal/Other Structures/Metrics/Renders/HTTPMetricsRender.swift",
        "Client/Internal/Other Structures/URITemplate.swift",
        "Client/Internal/Other Structures/cURLHelper.swift",
        "RealHTTP.swift",
        "Stubber/DataTypes/HTTPStubIgnoreRule.swift",
        "Stubber/DataTypes/Stub Matchers/Built-In Matchers/HTTPStubBodyMatcher.swift",
        "Stubber/DataTypes/Stub Matchers/Built-In Matchers/HTTPStubCustomMatcher.swift",
        "Stubber/DataTypes/Stub Matchers/Built-In Matchers/HTTPStubJSONMatcher.swift",
        "Stubber/DataTypes/Stub Matchers/Built-In Matchers/HTTPStubRegExMatcher.swift",
        "Stubber/DataTypes/Stub Matchers/Built-In Matchers/HTTPStubURITemplateMatcher.swift",
        "Stubber/DataTypes/Stub Matchers/Built-In Matchers/HTTPStubURLMatcher.swift",
        "Stubber/DataTypes/Stub Matchers/HTTPStubMatcher.swift",
        "Stubber/DataTypes/Stub Request/HTTPDynamicStubResponse.swift",
        "Stubber/DataTypes/Stub Request/HTTPStubRequest+Matchers.swift",
        "Stubber/DataTypes/Stub Request/HTTPStubRequest+Stub.swift",
        "Stubber/DataTypes/Stub Request/HTTPStubRequest.swift",
        "Stubber/DataTypes/Stub Response/HTTPEchoResponse.swift",
        "Stubber/DataTypes/Stub Response/HTTPStubResponse.swift",
        "Stubber/DataTypes/Support/Foundation+Stubber.swift",
        "Stubber/DataTypes/Support/HTTPStub+Extension.swift",
        "Stubber/DataTypes/Support/HTTPStubDataConvertible.swift",
        "Stubber/HTTPStubber.swift",
        "Stubber/HTTPStubberErrors.swift",
        "Stubber/Hooks/HTTPStubHookProtocol.swift",
        "Stubber/Hooks/HTTPStubURLProtocol.swift",
        "Stubber/Hooks/URLHook.swift",
        "Stubber/Hooks/URLSessionHook.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "RealHTTP"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RealHTTP -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme RealHTTP -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  RealHTTP: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'RealHTTP' in project 'RealHTTP'
        ➜ Explicit dependency on target 'RealHTTP' in project 'RealHTTP'
    Target 'RealHTTP' in project 'RealHTTP' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 83a9bb0f3e3ed760f2f146537182c558
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/83a9bb0f3e3ed760f2f146537182c558.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/RealHTTP.DependencyStaticMetadataFileList (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/RealHTTP.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/RealHTTP.DependencyMetadataFileList (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/RealHTTP.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/RealHTTP.modulemap (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/RealHTTP.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP.SwiftConstValuesFileList (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP.LinkFileList (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP.SwiftFileList (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP_const_extract_protocols.json (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP-OutputFileMap.json (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/RealHTTP.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/RealHTTP.modulemap (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/RealHTTP.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver RealHTTP normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RealHTTP -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP.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/RealHTTP.build/Debug-xros/RealHTTP.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP_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/RealHTTP.build/Debug-xros/RealHTTP.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.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/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-E7LE7DV0CNK9MJMHLAZCYDQGG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-F46X5FXY7I1HWEOCOQVSQWDNN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-21H3N9DH1KLS9X4PIJZT9JFO8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-C2AB6M1NNYPFLWYMKDOFRYH8X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-7G57MOE58GZVJMWN1GCZ599TP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-AGIMNIU03RBGDKDFQRREAQMB0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-63O7P0417CITDU5TAPFWA16RK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-3H3LLJBXUZYXL2X8I9QOFQSE2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-1YQCTN0O73AHNHZOS6SY3HD3E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-EFETDZLNX0FEPQZ2E3PZFKYNR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-E60OGYQQCI50TU38JKHOXIOVC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-DKV1BYCIVIYMBC5V04ISHLS5A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-DN40O2QXVAPS5PX3RRQK2CDTB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-2J7H31OFACG6OUGQJF3Z2HH2P.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-7IAHOD1D4EZJRBSJ4YXQCX8QK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-ANJZ93KTRF4ZV05C6NV5Q0SRR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-1UIC5AG2ZCLFQ1S2SJZ5E9I8I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-14HP1DXB4AHZLLZ2VG0XM57OP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-1TVSUO7YH3KW9W6KS32GSRDVI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-AA5V45I59GR8Q18J0KTZFB92T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-C55Z6VZ589KY8LHRRM3J869RS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-8BP09VQ2TO94G5OK8X98USG8N.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-9EX4JLL2HOHSIU45ZL7AEA88A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-9ABIQSLNMD9AJ6942NNHN34Z2.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ RealHTTP (in target 'RealHTTP' from project 'RealHTTP')
EmitSwiftModule normal arm64 (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift:238:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
extension URL: ExpressibleByStringLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift:238:1: note: add '@retroactive' to silence this warning
extension URL: ExpressibleByStringLiteral {
^              ~~~~~~~~~~~~~~~~~~~~~~~~~~
               @retroactive ExpressibleByStringLiteral
SwiftCompile normal arm64 Compiling\ HTTPProgress.swift,\ HTTPRequestPriority.swift,\ HTTPScheme.swift,\ HTTPStatusCode.swift,\ HTTPVersion.swift,\ HTTPHeaderElement+Name.swift,\ HTTPHeaders+Element.swift,\ HTTPHeaders.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPProgress.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPRequestPriority.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPScheme.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPStatusCode.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPVersion.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Headers/HTTPHeaderElement+Name.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Headers/HTTPHeaders+Element.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Headers/HTTPHeaders.swift (in target 'RealHTTP' from project 'RealHTTP')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPProgress.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPRequestPriority.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPScheme.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPStatusCode.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPVersion.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Headers/HTTPHeaderElement+Name.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Headers/HTTPHeaders+Element.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Headers/HTTPHeaders.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ MIMEType.swift,\ HTTPMetrics.swift,\ HTTPMetrics+Console.swift,\ HTTPMetricsRender.swift,\ URITemplate.swift,\ cURLHelper.swift,\ RealHTTP.swift,\ HTTPStubIgnoreRule.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/MIMEType.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Metrics/HTTPMetrics.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Metrics/Renders/HTTPMetrics+Console.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Metrics/Renders/HTTPMetricsRender.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/URITemplate.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/cURLHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/RealHTTP.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/HTTPStubIgnoreRule.swift (in target 'RealHTTP' from project 'RealHTTP')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/MIMEType.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Metrics/HTTPMetrics.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Metrics/Renders/HTTPMetrics+Console.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Metrics/Renders/HTTPMetricsRender.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/URITemplate.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/cURLHelper.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/RealHTTP.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/HTTPStubIgnoreRule.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HTTPStubBodyMatcher.swift,\ HTTPStubCustomMatcher.swift,\ HTTPStubJSONMatcher.swift,\ HTTPStubRegExMatcher.swift,\ HTTPStubURITemplateMatcher.swift,\ HTTPStubURLMatcher.swift,\ HTTPStubMatcher.swift,\ HTTPDynamicStubResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubBodyMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubCustomMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubJSONMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubRegExMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubURITemplateMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubURLMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/HTTPStubMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Request/HTTPDynamicStubResponse.swift (in target 'RealHTTP' from project 'RealHTTP')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubBodyMatcher.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubCustomMatcher.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubJSONMatcher.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubRegExMatcher.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubURITemplateMatcher.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubURLMatcher.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/HTTPStubMatcher.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Request/HTTPDynamicStubResponse.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HTTPStubRequest+Matchers.swift,\ HTTPStubRequest+Stub.swift,\ HTTPStubRequest.swift,\ HTTPEchoResponse.swift,\ HTTPStubResponse.swift,\ Foundation+Stubber.swift,\ HTTPStub+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Request/HTTPStubRequest+Matchers.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Request/HTTPStubRequest+Stub.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Request/HTTPStubRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Response/HTTPEchoResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Response/HTTPStubResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Support/Foundation+Stubber.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Support/HTTPStub+Extension.swift (in target 'RealHTTP' from project 'RealHTTP')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Request/HTTPStubRequest+Matchers.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Request/HTTPStubRequest+Stub.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Request/HTTPStubRequest.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Response/HTTPEchoResponse.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Response/HTTPStubResponse.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Support/Foundation+Stubber.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Support/HTTPStub+Extension.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HTTPStubDataConvertible.swift,\ HTTPStubber.swift,\ HTTPStubberErrors.swift,\ HTTPStubHookProtocol.swift,\ HTTPStubURLProtocol.swift,\ URLHook.swift,\ URLSessionHook.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Support/HTTPStubDataConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/HTTPStubber.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/HTTPStubberErrors.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/Hooks/HTTPStubHookProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/Hooks/HTTPStubURLProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/Hooks/URLHook.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/Hooks/URLSessionHook.swift (in target 'RealHTTP' from project 'RealHTTP')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Support/HTTPStubDataConvertible.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/HTTPStubber.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/HTTPStubberErrors.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/Hooks/HTTPStubHookProtocol.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/Hooks/HTTPStubURLProtocol.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/Hooks/URLHook.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/Hooks/URLSessionHook.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ StreamContent.swift,\ HTTPBody+QueryString.swift,\ URLParametersData.swift,\ HTTPDataLoader+Response.swift,\ HTTPDataLoader.swift,\ HTTPResponseTransform.swift,\ HTTPAltRequestValidator.swift,\ HTTPAltTaskValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Stream/StreamContent.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/URLParametersData/HTTPBody+QueryString.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/URLParametersData/URLParametersData.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader+Response.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseTransform/HTTPResponseTransform.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPAltRequestValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPAltTaskValidator.swift (in target 'RealHTTP' from project 'RealHTTP')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Stream/StreamContent.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:157:59: warning: capture of 'request' with non-sendable type 'HTTPRequest' in a '@Sendable' closure
                client.delegate?.client(client, request: (request, task),
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest.swift:21:14: note: class 'HTTPRequest' does not conform to the 'Sendable' protocol
public class HTTPRequest: CustomStringConvertible {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:158:64: warning: capture of 'strategy' with non-sendable type 'HTTPRetryStrategy' in a '@Sendable' closure
                                        willRetryWithStrategy: strategy,
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPValidator.swift:62:13: note: consider making enum 'HTTPRetryStrategy' conform to the 'Sendable' protocol
public enum HTTPRetryStrategy {
            ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:159:56: warning: capture of 'response' with non-sendable type 'HTTPResponse' in a '@Sendable' closure
                                        afterResponse: response)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPResponse/HTTPResponse.swift:25:12: note: class 'HTTPResponse' does not conform to the 'Sendable' protocol
open class HTTPResponse: CustomStringConvertible {
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/URLParametersData/HTTPBody+QueryString.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:157:59: warning: capture of 'request' with non-sendable type 'HTTPRequest' in a '@Sendable' closure
                client.delegate?.client(client, request: (request, task),
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest.swift:21:14: note: class 'HTTPRequest' does not conform to the 'Sendable' protocol
public class HTTPRequest: CustomStringConvertible {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:158:64: warning: capture of 'strategy' with non-sendable type 'HTTPRetryStrategy' in a '@Sendable' closure
                                        willRetryWithStrategy: strategy,
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPValidator.swift:62:13: note: consider making enum 'HTTPRetryStrategy' conform to the 'Sendable' protocol
public enum HTTPRetryStrategy {
            ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:159:56: warning: capture of 'response' with non-sendable type 'HTTPResponse' in a '@Sendable' closure
                                        afterResponse: response)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPResponse/HTTPResponse.swift:25:12: note: class 'HTTPResponse' does not conform to the 'Sendable' protocol
open class HTTPResponse: CustomStringConvertible {
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/URLParametersData/URLParametersData.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:157:59: warning: capture of 'request' with non-sendable type 'HTTPRequest' in a '@Sendable' closure
                client.delegate?.client(client, request: (request, task),
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest.swift:21:14: note: class 'HTTPRequest' does not conform to the 'Sendable' protocol
public class HTTPRequest: CustomStringConvertible {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:158:64: warning: capture of 'strategy' with non-sendable type 'HTTPRetryStrategy' in a '@Sendable' closure
                                        willRetryWithStrategy: strategy,
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPValidator.swift:62:13: note: consider making enum 'HTTPRetryStrategy' conform to the 'Sendable' protocol
public enum HTTPRetryStrategy {
            ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:159:56: warning: capture of 'response' with non-sendable type 'HTTPResponse' in a '@Sendable' closure
                                        afterResponse: response)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPResponse/HTTPResponse.swift:25:12: note: class 'HTTPResponse' does not conform to the 'Sendable' protocol
open class HTTPResponse: CustomStringConvertible {
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader+Response.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:157:59: warning: capture of 'request' with non-sendable type 'HTTPRequest' in a '@Sendable' closure
                client.delegate?.client(client, request: (request, task),
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest.swift:21:14: note: class 'HTTPRequest' does not conform to the 'Sendable' protocol
public class HTTPRequest: CustomStringConvertible {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:158:64: warning: capture of 'strategy' with non-sendable type 'HTTPRetryStrategy' in a '@Sendable' closure
                                        willRetryWithStrategy: strategy,
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPValidator.swift:62:13: note: consider making enum 'HTTPRetryStrategy' conform to the 'Sendable' protocol
public enum HTTPRetryStrategy {
            ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:159:56: warning: capture of 'response' with non-sendable type 'HTTPResponse' in a '@Sendable' closure
                                        afterResponse: response)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPResponse/HTTPResponse.swift:25:12: note: class 'HTTPResponse' does not conform to the 'Sendable' protocol
open class HTTPResponse: CustomStringConvertible {
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:157:59: warning: capture of 'request' with non-sendable type 'HTTPRequest' in a '@Sendable' closure
                client.delegate?.client(client, request: (request, task),
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest.swift:21:14: note: class 'HTTPRequest' does not conform to the 'Sendable' protocol
public class HTTPRequest: CustomStringConvertible {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:158:64: warning: capture of 'strategy' with non-sendable type 'HTTPRetryStrategy' in a '@Sendable' closure
                                        willRetryWithStrategy: strategy,
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPValidator.swift:62:13: note: consider making enum 'HTTPRetryStrategy' conform to the 'Sendable' protocol
public enum HTTPRetryStrategy {
            ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:159:56: warning: capture of 'response' with non-sendable type 'HTTPResponse' in a '@Sendable' closure
                                        afterResponse: response)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPResponse/HTTPResponse.swift:25:12: note: class 'HTTPResponse' does not conform to the 'Sendable' protocol
open class HTTPResponse: CustomStringConvertible {
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseTransform/HTTPResponseTransform.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:157:59: warning: capture of 'request' with non-sendable type 'HTTPRequest' in a '@Sendable' closure
                client.delegate?.client(client, request: (request, task),
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest.swift:21:14: note: class 'HTTPRequest' does not conform to the 'Sendable' protocol
public class HTTPRequest: CustomStringConvertible {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:158:64: warning: capture of 'strategy' with non-sendable type 'HTTPRetryStrategy' in a '@Sendable' closure
                                        willRetryWithStrategy: strategy,
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPValidator.swift:62:13: note: consider making enum 'HTTPRetryStrategy' conform to the 'Sendable' protocol
public enum HTTPRetryStrategy {
            ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:159:56: warning: capture of 'response' with non-sendable type 'HTTPResponse' in a '@Sendable' closure
                                        afterResponse: response)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPResponse/HTTPResponse.swift:25:12: note: class 'HTTPResponse' does not conform to the 'Sendable' protocol
open class HTTPResponse: CustomStringConvertible {
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPAltRequestValidator.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:157:59: warning: capture of 'request' with non-sendable type 'HTTPRequest' in a '@Sendable' closure
                client.delegate?.client(client, request: (request, task),
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest.swift:21:14: note: class 'HTTPRequest' does not conform to the 'Sendable' protocol
public class HTTPRequest: CustomStringConvertible {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:158:64: warning: capture of 'strategy' with non-sendable type 'HTTPRetryStrategy' in a '@Sendable' closure
                                        willRetryWithStrategy: strategy,
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPValidator.swift:62:13: note: consider making enum 'HTTPRetryStrategy' conform to the 'Sendable' protocol
public enum HTTPRetryStrategy {
            ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:159:56: warning: capture of 'response' with non-sendable type 'HTTPResponse' in a '@Sendable' closure
                                        afterResponse: response)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPResponse/HTTPResponse.swift:25:12: note: class 'HTTPResponse' does not conform to the 'Sendable' protocol
open class HTTPResponse: CustomStringConvertible {
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPAltTaskValidator.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:157:59: warning: capture of 'request' with non-sendable type 'HTTPRequest' in a '@Sendable' closure
                client.delegate?.client(client, request: (request, task),
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest.swift:21:14: note: class 'HTTPRequest' does not conform to the 'Sendable' protocol
public class HTTPRequest: CustomStringConvertible {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:158:64: warning: capture of 'strategy' with non-sendable type 'HTTPRetryStrategy' in a '@Sendable' closure
                                        willRetryWithStrategy: strategy,
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPValidator.swift:62:13: note: consider making enum 'HTTPRetryStrategy' conform to the 'Sendable' protocol
public enum HTTPRetryStrategy {
            ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift:159:56: warning: capture of 'response' with non-sendable type 'HTTPResponse' in a '@Sendable' closure
                                        afterResponse: response)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPResponse/HTTPResponse.swift:25:12: note: class 'HTTPResponse' does not conform to the 'Sendable' protocol
open class HTTPResponse: CustomStringConvertible {
           ^
SwiftCompile normal arm64 Compiling\ JSONEncodable.swift,\ JSONSerializable.swift,\ HTTPBody+FormValues.swift,\ HTTPBody+Multipart.swift,\ MultipartForm+Boundary.swift,\ MultipartForm+Item.swift,\ MultipartForm.swift,\ HTTPBody+Stream.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/JSON/JSONEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/JSON/JSONSerializable.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/HTTPBody+FormValues.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/HTTPBody+Multipart.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/Support/MultipartForm+Boundary.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/Support/MultipartForm+Item.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/Support/MultipartForm.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Stream/HTTPBody+Stream.swift (in target 'RealHTTP' from project 'RealHTTP')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/JSON/JSONEncodable.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/JSON/JSONSerializable.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/HTTPBody+FormValues.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/HTTPBody+Multipart.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/Support/MultipartForm+Boundary.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/Support/MultipartForm+Item.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/Support/MultipartForm.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Stream/HTTPBody+Stream.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Foundation+Extension.swift,\ HTTPFormattable.swift,\ ThreadSafeDictionary.swift,\ URLRequest+Extension.swift,\ HTTPCacheControl.swift,\ HTTPContentType.swift,\ HTTPError.swift,\ HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/Foundation+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/HTTPFormattable.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/ThreadSafeDictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/URLRequest+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPCacheControl.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPContentType.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPError.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPMethod.swift (in target 'RealHTTP' from project 'RealHTTP')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPClient/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPClient/HTTPClientDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest+Combine.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPResponse/HTTPResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/HTTPBody.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/HTTPSerializableBody.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/JSON/HTTPBody+JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/JSON/JSONEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/JSON/JSONSerializable.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/HTTPBody+FormValues.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/HTTPBody+Multipart.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/Support/MultipartForm+Boundary.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/Support/MultipartForm+Item.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/Support/MultipartForm.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Stream/HTTPBody+Stream.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Stream/StreamContent.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/URLParametersData/HTTPBody+QueryString.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/URLParametersData/URLParametersData.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader+Response.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseTransform/HTTPResponseTransform.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPAltRequestValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPAltTaskValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPDefaultValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/HTTPSecurity.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/HTTPSecurityService.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/CertificatesSecurity/CertificatesSecurity.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/CertificatesSecurity/SSLCertificate.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/CredentialSecurity.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/SelfSignedCertsSecurity.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/Foundation+Extension.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/HTTPFormattable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/ThreadSafeDictionary.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/URLRequest+Extension.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPCacheControl.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPContentType.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPError.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPProgress.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPRequestPriority.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPScheme.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPStatusCode.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPVersion.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Headers/HTTPHeaderElement+Name.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Headers/HTTPHeaders+Element.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Headers/HTTPHeaders.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/MIMEType.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Metrics/HTTPMetrics.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Metrics/Renders/HTTPMetrics+Console.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Metrics/Renders/HTTPMetricsRender.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/URITemplate.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/cURLHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/RealHTTP.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/HTTPStubIgnoreRule.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubBodyMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubCustomMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubJSONMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubRegExMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubURITemplateMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubURLMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/HTTPStubMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Request/HTTPDynamicStubResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Request/HTTPStubRequest+Matchers.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Request/HTTPStubRequest+Stub.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Request/HTTPStubRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Response/HTTPEchoResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Response/HTTPStubResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Support/Foundation+Stubber.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Support/HTTPStub+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Support/HTTPStubDataConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/HTTPStubber.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/HTTPStubberErrors.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/Hooks/HTTPStubHookProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/Hooks/HTTPStubURLProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/Hooks/URLHook.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/Hooks/URLSessionHook.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/supplementaryOutputs-5 -target arm64-apple-xros1.0 -module-can-import-version Combine 3023 0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -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 -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.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/RealHTTP.build/Debug-xros/RealHTTP.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name RealHTTP -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name xros26.0 -clang-target arm64-apple-xros26.0 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/Foundation+Extension.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/HTTPFormattable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/ThreadSafeDictionary.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/URLRequest+Extension.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/HTTPCacheControl.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/HTTPContentType.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/HTTPError.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/HTTPMethod.o -index-unit-output-path /RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/Foundation+Extension.o -index-unit-output-path /RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/HTTPFormattable.o -index-unit-output-path /RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/ThreadSafeDictionary.o -index-unit-output-path /RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/URLRequest+Extension.o -index-unit-output-path /RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/HTTPCacheControl.o -index-unit-output-path /RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/HTTPContentType.o -index-unit-output-path /RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/HTTPError.o -index-unit-output-path /RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/HTTPMethod.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/Foundation+Extension.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift:238:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
extension URL: ExpressibleByStringLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift:238:1: note: add '@retroactive' to silence this warning
extension URL: ExpressibleByStringLiteral {
^              ~~~~~~~~~~~~~~~~~~~~~~~~~~
               @retroactive ExpressibleByStringLiteral
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift:140:21: error: cannot find 'UTTypeCreatePreferredIdentifierForTag' in scope
        if let id = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, self as CFString, nil)?.takeRetainedValue(),
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift:140:59: error: cannot find 'kUTTagClassFilenameExtension' in scope
        if let id = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, self as CFString, nil)?.takeRetainedValue(),
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift:140:107: error: 'nil' requires a contextual type
        if let id = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, self as CFString, nil)?.takeRetainedValue(),
                                                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift:141:31: error: cannot find 'UTTypeCopyPreferredTagWithClass' in scope
            let contentType = UTTypeCopyPreferredTagWithClass(id, kUTTagClassMIMEType)?.takeRetainedValue() {
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift:141:67: error: cannot find 'kUTTagClassMIMEType' in scope
            let contentType = UTTypeCopyPreferredTagWithClass(id, kUTTagClassMIMEType)?.takeRetainedValue() {
                                                                  ^~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/HTTPFormattable.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/ThreadSafeDictionary.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/ThreadSafeDictionary.swift:67:17: warning: capture of non-sendable type 'V.Type' in an isolated closure
                self?.dictionary[key] = newValue
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/ThreadSafeDictionary.swift:66:64: warning: capture of non-sendable type 'V.Type' in an isolated closure
            self.concurrentQueue.async(flags: .barrier) {[weak self] in
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/ThreadSafeDictionary.swift:80:30: warning: capture of non-sendable type 'V.Type' in an isolated closure
            self?.dictionary.removeValue(forKey: key)
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/ThreadSafeDictionary.swift:79:60: warning: capture of non-sendable type 'V.Type' in an isolated closure
        self.concurrentQueue.async(flags: .barrier) {[weak self] in
                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/ThreadSafeDictionary.swift:86:13: warning: capture of non-sendable type 'V.Type' in an isolated closure
            self?.dictionary.removeAll()
            ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/ThreadSafeDictionary.swift:85:60: warning: capture of non-sendable type 'V.Type' in an isolated closure
        self.concurrentQueue.async(flags: .barrier) {[weak self] in
                                                           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/URLRequest+Extension.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPCacheControl.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPContentType.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPError.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPMethod.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HTTPClient.swift,\ HTTPClientDelegate.swift,\ HTTPRequest+Combine.swift,\ HTTPRequest.swift,\ HTTPResponse.swift,\ HTTPBody.swift,\ HTTPSerializableBody.swift,\ HTTPBody+JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPClient/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPClient/HTTPClientDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest+Combine.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPResponse/HTTPResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/HTTPBody.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/HTTPSerializableBody.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/JSON/HTTPBody+JSON.swift (in target 'RealHTTP' from project 'RealHTTP')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPClient/HTTPClient.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPClient/HTTPClientDelegate.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest+Combine.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPResponse/HTTPResponse.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/HTTPBody.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/HTTPSerializableBody.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/JSON/HTTPBody+JSON.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HTTPDefaultValidator.swift,\ HTTPValidator.swift,\ HTTPSecurity.swift,\ HTTPSecurityService.swift,\ CertificatesSecurity.swift,\ SSLCertificate.swift,\ CredentialSecurity.swift,\ SelfSignedCertsSecurity.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPDefaultValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/HTTPSecurity.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/HTTPSecurityService.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/CertificatesSecurity/CertificatesSecurity.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/CertificatesSecurity/SSLCertificate.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/CredentialSecurity.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/SelfSignedCertsSecurity.swift (in target 'RealHTTP' from project 'RealHTTP')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPDefaultValidator.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPValidator.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/HTTPSecurity.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/HTTPSecurityService.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/CertificatesSecurity/CertificatesSecurity.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/CertificatesSecurity/CertificatesSecurity.swift:196:24: warning: 'SecTrustGetCertificateAtIndex' was deprecated in visionOS 1.0: renamed to 'SecTrustCopyCertificateChain(_:)'
            let cert = SecTrustGetCertificateAtIndex(self, index)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/CertificatesSecurity/CertificatesSecurity.swift:196:24: note: use 'SecTrustCopyCertificateChain(_:)' instead
            let cert = SecTrustGetCertificateAtIndex(self, index)
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                       SecTrustCopyCertificateChain
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/CertificatesSecurity/CertificatesSecurity.swift:209:24: warning: 'SecTrustGetCertificateAtIndex' was deprecated in visionOS 1.0: renamed to 'SecTrustCopyCertificateChain(_:)'
            let cert = SecTrustGetCertificateAtIndex(self, index)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/CertificatesSecurity/CertificatesSecurity.swift:209:24: note: use 'SecTrustCopyCertificateChain(_:)' instead
            let cert = SecTrustGetCertificateAtIndex(self, index)
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                       SecTrustCopyCertificateChain
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/CertificatesSecurity/CertificatesSecurity.swift:232:20: warning: 'SecTrustCopyPublicKey' was deprecated in visionOS 1.0: renamed to 'SecTrustCopyKey(_:)'
            return SecTrustCopyPublicKey(trust)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/CertificatesSecurity/CertificatesSecurity.swift:232:20: note: use 'SecTrustCopyKey(_:)' instead
            return SecTrustCopyPublicKey(trust)
                   ^~~~~~~~~~~~~~~~~~~~~
                   SecTrustCopyKey
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/CertificatesSecurity/SSLCertificate.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/CredentialSecurity.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/SelfSignedCertsSecurity.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for RealHTTP (in target 'RealHTTP' from project 'RealHTTP')
SwiftDriver\ Compilation\ Requirements RealHTTP normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RealHTTP -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP.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/RealHTTP.build/Debug-xros/RealHTTP.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP_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/RealHTTP.build/Debug-xros/RealHTTP.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.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/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ Foundation+Extension.swift,\ HTTPFormattable.swift,\ ThreadSafeDictionary.swift,\ URLRequest+Extension.swift,\ HTTPCacheControl.swift,\ HTTPContentType.swift,\ HTTPError.swift,\ HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/Foundation+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/HTTPFormattable.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/ThreadSafeDictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/URLRequest+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPCacheControl.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPContentType.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPError.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPMethod.swift (in target 'RealHTTP' from project 'RealHTTP')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/Foundation+Extension.swift (in target 'RealHTTP' from project 'RealHTTP')
	Building workspace spi-builder-workspace with scheme RealHTTP
(3 failures)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  RealHTTP: /Users/admin/builder/spi-builder-workspace
resolved source packages: RealHTTP
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RealHTTP",
  "name" : "RealHTTP",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "RealHTTP",
      "targets" : [
        "RealHTTP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RealHTTPTests",
      "module_type" : "SwiftTarget",
      "name" : "RealHTTPTests",
      "path" : "Tests/RealHTTPTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RealHTTPTests/Resources/mac_icon.jpg",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RealHTTPTests/Resources/test_rawdata.png",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Headers+Tests.swift",
        "MovieDBTest.swift",
        "Requests+Tests.swift"
      ],
      "target_dependencies" : [
        "RealHTTP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RealHTTP",
      "module_type" : "SwiftTarget",
      "name" : "RealHTTP",
      "path" : "Sources/RealHTTP",
      "product_memberships" : [
        "RealHTTP"
      ],
      "sources" : [
        "Client/HTTPClient/HTTPClient.swift",
        "Client/HTTPClient/HTTPClientDelegate.swift",
        "Client/HTTPRequest/HTTPRequest+Combine.swift",
        "Client/HTTPRequest/HTTPRequest.swift",
        "Client/HTTPResponse/HTTPResponse.swift",
        "Client/Internal/HTTPBody/HTTPBody.swift",
        "Client/Internal/HTTPBody/HTTPSerializableBody.swift",
        "Client/Internal/HTTPBody/JSON/HTTPBody+JSON.swift",
        "Client/Internal/HTTPBody/JSON/JSONEncodable.swift",
        "Client/Internal/HTTPBody/JSON/JSONSerializable.swift",
        "Client/Internal/HTTPBody/Multipart/HTTPBody+FormValues.swift",
        "Client/Internal/HTTPBody/Multipart/HTTPBody+Multipart.swift",
        "Client/Internal/HTTPBody/Multipart/Support/MultipartForm+Boundary.swift",
        "Client/Internal/HTTPBody/Multipart/Support/MultipartForm+Item.swift",
        "Client/Internal/HTTPBody/Multipart/Support/MultipartForm.swift",
        "Client/Internal/HTTPBody/Stream/HTTPBody+Stream.swift",
        "Client/Internal/HTTPBody/Stream/StreamContent.swift",
        "Client/Internal/HTTPBody/URLParametersData/HTTPBody+QueryString.swift",
        "Client/Internal/HTTPBody/URLParametersData/URLParametersData.swift",
        "Client/Internal/HTTPDataLoader/HTTPDataLoader+Response.swift",
        "Client/Internal/HTTPDataLoader/HTTPDataLoader.swift",
        "Client/Internal/HTTPResponseTransform/HTTPResponseTransform.swift",
        "Client/Internal/HTTPResponseValidator/HTTPAltRequestValidator.swift",
        "Client/Internal/HTTPResponseValidator/HTTPAltTaskValidator.swift",
        "Client/Internal/HTTPResponseValidator/HTTPDefaultValidator.swift",
        "Client/Internal/HTTPResponseValidator/HTTPValidator.swift",
        "Client/Internal/HTTPSecurity/HTTPSecurity.swift",
        "Client/Internal/HTTPSecurity/HTTPSecurityService.swift",
        "Client/Internal/HTTPSecurity/Options/CertificatesSecurity/CertificatesSecurity.swift",
        "Client/Internal/HTTPSecurity/Options/CertificatesSecurity/SSLCertificate.swift",
        "Client/Internal/HTTPSecurity/Options/CredentialSecurity.swift",
        "Client/Internal/HTTPSecurity/Options/SelfSignedCertsSecurity.swift",
        "Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift",
        "Client/Internal/Other Structures/Foundation+Extensions/HTTPFormattable.swift",
        "Client/Internal/Other Structures/Foundation+Extensions/ThreadSafeDictionary.swift",
        "Client/Internal/Other Structures/Foundation+Extensions/URLRequest+Extension.swift",
        "Client/Internal/Other Structures/HTTPCacheControl.swift",
        "Client/Internal/Other Structures/HTTPContentType.swift",
        "Client/Internal/Other Structures/HTTPError.swift",
        "Client/Internal/Other Structures/HTTPMethod.swift",
        "Client/Internal/Other Structures/HTTPProgress.swift",
        "Client/Internal/Other Structures/HTTPRequestPriority.swift",
        "Client/Internal/Other Structures/HTTPScheme.swift",
        "Client/Internal/Other Structures/HTTPStatusCode.swift",
        "Client/Internal/Other Structures/HTTPVersion.swift",
        "Client/Internal/Other Structures/Headers/HTTPHeaderElement+Name.swift",
        "Client/Internal/Other Structures/Headers/HTTPHeaders+Element.swift",
        "Client/Internal/Other Structures/Headers/HTTPHeaders.swift",
        "Client/Internal/Other Structures/MIMEType.swift",
        "Client/Internal/Other Structures/Metrics/HTTPMetrics.swift",
        "Client/Internal/Other Structures/Metrics/Renders/HTTPMetrics+Console.swift",
        "Client/Internal/Other Structures/Metrics/Renders/HTTPMetricsRender.swift",
        "Client/Internal/Other Structures/URITemplate.swift",
        "Client/Internal/Other Structures/cURLHelper.swift",
        "RealHTTP.swift",
        "Stubber/DataTypes/HTTPStubIgnoreRule.swift",
        "Stubber/DataTypes/Stub Matchers/Built-In Matchers/HTTPStubBodyMatcher.swift",
        "Stubber/DataTypes/Stub Matchers/Built-In Matchers/HTTPStubCustomMatcher.swift",
        "Stubber/DataTypes/Stub Matchers/Built-In Matchers/HTTPStubJSONMatcher.swift",
        "Stubber/DataTypes/Stub Matchers/Built-In Matchers/HTTPStubRegExMatcher.swift",
        "Stubber/DataTypes/Stub Matchers/Built-In Matchers/HTTPStubURITemplateMatcher.swift",
        "Stubber/DataTypes/Stub Matchers/Built-In Matchers/HTTPStubURLMatcher.swift",
        "Stubber/DataTypes/Stub Matchers/HTTPStubMatcher.swift",
        "Stubber/DataTypes/Stub Request/HTTPDynamicStubResponse.swift",
        "Stubber/DataTypes/Stub Request/HTTPStubRequest+Matchers.swift",
        "Stubber/DataTypes/Stub Request/HTTPStubRequest+Stub.swift",
        "Stubber/DataTypes/Stub Request/HTTPStubRequest.swift",
        "Stubber/DataTypes/Stub Response/HTTPEchoResponse.swift",
        "Stubber/DataTypes/Stub Response/HTTPStubResponse.swift",
        "Stubber/DataTypes/Support/Foundation+Stubber.swift",
        "Stubber/DataTypes/Support/HTTPStub+Extension.swift",
        "Stubber/DataTypes/Support/HTTPStubDataConvertible.swift",
        "Stubber/HTTPStubber.swift",
        "Stubber/HTTPStubberErrors.swift",
        "Stubber/Hooks/HTTPStubHookProtocol.swift",
        "Stubber/Hooks/HTTPStubURLProtocol.swift",
        "Stubber/Hooks/URLHook.swift",
        "Stubber/Hooks/URLSessionHook.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "RealHTTP"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RealHTTP -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme RealHTTP -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  RealHTTP: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'RealHTTP' in project 'RealHTTP'
        ➜ Explicit dependency on target 'RealHTTP' in project 'RealHTTP'
    Target 'RealHTTP' in project 'RealHTTP' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
SwiftDriver RealHTTP normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name RealHTTP -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP.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/RealHTTP.build/Debug-xros/RealHTTP.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP_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/RealHTTP.build/Debug-xros/RealHTTP.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.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/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ StreamContent.swift,\ HTTPBody+QueryString.swift,\ URLParametersData.swift,\ HTTPDataLoader+Response.swift,\ HTTPDataLoader.swift,\ HTTPResponseTransform.swift,\ HTTPAltRequestValidator.swift,\ HTTPAltTaskValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Stream/StreamContent.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/URLParametersData/HTTPBody+QueryString.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/URLParametersData/URLParametersData.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader+Response.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseTransform/HTTPResponseTransform.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPAltRequestValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPAltTaskValidator.swift (in target 'RealHTTP' from project 'RealHTTP')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Stream/StreamContent.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/URLParametersData/HTTPBody+QueryString.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/URLParametersData/URLParametersData.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader+Response.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseTransform/HTTPResponseTransform.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPAltRequestValidator.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPAltTaskValidator.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ MIMEType.swift,\ HTTPMetrics.swift,\ HTTPMetrics+Console.swift,\ HTTPMetricsRender.swift,\ URITemplate.swift,\ cURLHelper.swift,\ RealHTTP.swift,\ HTTPStubIgnoreRule.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/MIMEType.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Metrics/HTTPMetrics.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Metrics/Renders/HTTPMetrics+Console.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Metrics/Renders/HTTPMetricsRender.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/URITemplate.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/cURLHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/RealHTTP.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/HTTPStubIgnoreRule.swift (in target 'RealHTTP' from project 'RealHTTP')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/MIMEType.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Metrics/HTTPMetrics.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Metrics/Renders/HTTPMetrics+Console.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Metrics/Renders/HTTPMetricsRender.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/URITemplate.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/cURLHelper.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/RealHTTP.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/HTTPStubIgnoreRule.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HTTPProgress.swift,\ HTTPRequestPriority.swift,\ HTTPScheme.swift,\ HTTPStatusCode.swift,\ HTTPVersion.swift,\ HTTPHeaderElement+Name.swift,\ HTTPHeaders+Element.swift,\ HTTPHeaders.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPProgress.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPRequestPriority.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPScheme.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPStatusCode.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPVersion.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Headers/HTTPHeaderElement+Name.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Headers/HTTPHeaders+Element.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Headers/HTTPHeaders.swift (in target 'RealHTTP' from project 'RealHTTP')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPProgress.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPRequestPriority.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPScheme.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPStatusCode.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPVersion.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Headers/HTTPHeaderElement+Name.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Headers/HTTPHeaders+Element.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Headers/HTTPHeaders.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ JSONEncodable.swift,\ JSONSerializable.swift,\ HTTPBody+FormValues.swift,\ HTTPBody+Multipart.swift,\ MultipartForm+Boundary.swift,\ MultipartForm+Item.swift,\ MultipartForm.swift,\ HTTPBody+Stream.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/JSON/JSONEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/JSON/JSONSerializable.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/HTTPBody+FormValues.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/HTTPBody+Multipart.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/Support/MultipartForm+Boundary.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/Support/MultipartForm+Item.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/Support/MultipartForm.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Stream/HTTPBody+Stream.swift (in target 'RealHTTP' from project 'RealHTTP')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/JSON/JSONEncodable.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/JSON/JSONSerializable.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/HTTPBody+FormValues.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/HTTPBody+Multipart.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/Support/MultipartForm+Boundary.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/Support/MultipartForm+Item.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/Support/MultipartForm.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Stream/HTTPBody+Stream.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HTTPClient.swift,\ HTTPClientDelegate.swift,\ HTTPRequest+Combine.swift,\ HTTPRequest.swift,\ HTTPResponse.swift,\ HTTPBody.swift,\ HTTPSerializableBody.swift,\ HTTPBody+JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPClient/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPClient/HTTPClientDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest+Combine.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPResponse/HTTPResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/HTTPBody.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/HTTPSerializableBody.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/JSON/HTTPBody+JSON.swift (in target 'RealHTTP' from project 'RealHTTP')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPClient/HTTPClient.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPClient/HTTPClientDelegate.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest+Combine.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPResponse/HTTPResponse.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/HTTPBody.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/HTTPSerializableBody.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/JSON/HTTPBody+JSON.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HTTPStubBodyMatcher.swift,\ HTTPStubCustomMatcher.swift,\ HTTPStubJSONMatcher.swift,\ HTTPStubRegExMatcher.swift,\ HTTPStubURITemplateMatcher.swift,\ HTTPStubURLMatcher.swift,\ HTTPStubMatcher.swift,\ HTTPDynamicStubResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubBodyMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubCustomMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubJSONMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubRegExMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubURITemplateMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubURLMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/HTTPStubMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Request/HTTPDynamicStubResponse.swift (in target 'RealHTTP' from project 'RealHTTP')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubBodyMatcher.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubCustomMatcher.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubJSONMatcher.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubRegExMatcher.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubURITemplateMatcher.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubURLMatcher.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/HTTPStubMatcher.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Request/HTTPDynamicStubResponse.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HTTPStubRequest+Matchers.swift,\ HTTPStubRequest+Stub.swift,\ HTTPStubRequest.swift,\ HTTPEchoResponse.swift,\ HTTPStubResponse.swift,\ Foundation+Stubber.swift,\ HTTPStub+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Request/HTTPStubRequest+Matchers.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Request/HTTPStubRequest+Stub.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Request/HTTPStubRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Response/HTTPEchoResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Response/HTTPStubResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Support/Foundation+Stubber.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Support/HTTPStub+Extension.swift (in target 'RealHTTP' from project 'RealHTTP')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Request/HTTPStubRequest+Matchers.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Request/HTTPStubRequest+Stub.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Request/HTTPStubRequest.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Response/HTTPEchoResponse.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Response/HTTPStubResponse.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Support/Foundation+Stubber.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Support/HTTPStub+Extension.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HTTPStubDataConvertible.swift,\ HTTPStubber.swift,\ HTTPStubberErrors.swift,\ HTTPStubHookProtocol.swift,\ HTTPStubURLProtocol.swift,\ URLHook.swift,\ URLSessionHook.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Support/HTTPStubDataConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/HTTPStubber.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/HTTPStubberErrors.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/Hooks/HTTPStubHookProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/Hooks/HTTPStubURLProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/Hooks/URLHook.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/Hooks/URLSessionHook.swift (in target 'RealHTTP' from project 'RealHTTP')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Support/HTTPStubDataConvertible.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/HTTPStubber.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/HTTPStubberErrors.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/Hooks/HTTPStubHookProtocol.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/Hooks/HTTPStubURLProtocol.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/Hooks/URLHook.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/Hooks/URLSessionHook.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Foundation+Extension.swift,\ HTTPFormattable.swift,\ ThreadSafeDictionary.swift,\ URLRequest+Extension.swift,\ HTTPCacheControl.swift,\ HTTPContentType.swift,\ HTTPError.swift,\ HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/Foundation+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/HTTPFormattable.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/ThreadSafeDictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/URLRequest+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPCacheControl.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPContentType.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPError.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPMethod.swift (in target 'RealHTTP' from project 'RealHTTP')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPClient/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPClient/HTTPClientDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest+Combine.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPRequest/HTTPRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/HTTPResponse/HTTPResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/HTTPBody.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/HTTPSerializableBody.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/JSON/HTTPBody+JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/JSON/JSONEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/JSON/JSONSerializable.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/HTTPBody+FormValues.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/HTTPBody+Multipart.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/Support/MultipartForm+Boundary.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/Support/MultipartForm+Item.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Multipart/Support/MultipartForm.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Stream/HTTPBody+Stream.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/Stream/StreamContent.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/URLParametersData/HTTPBody+QueryString.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPBody/URLParametersData/URLParametersData.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader+Response.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPDataLoader/HTTPDataLoader.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseTransform/HTTPResponseTransform.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPAltRequestValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPAltTaskValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPDefaultValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/HTTPSecurity.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/HTTPSecurityService.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/CertificatesSecurity/CertificatesSecurity.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/CertificatesSecurity/SSLCertificate.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/CredentialSecurity.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/SelfSignedCertsSecurity.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/Foundation+Extension.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/HTTPFormattable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/ThreadSafeDictionary.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/URLRequest+Extension.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPCacheControl.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPContentType.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPError.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPProgress.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPRequestPriority.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPScheme.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPStatusCode.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPVersion.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Headers/HTTPHeaderElement+Name.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Headers/HTTPHeaders+Element.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Headers/HTTPHeaders.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/MIMEType.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Metrics/HTTPMetrics.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Metrics/Renders/HTTPMetrics+Console.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Metrics/Renders/HTTPMetricsRender.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/URITemplate.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/cURLHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/RealHTTP.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/HTTPStubIgnoreRule.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubBodyMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubCustomMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubJSONMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubRegExMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubURITemplateMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/Built-In\ Matchers/HTTPStubURLMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Matchers/HTTPStubMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Request/HTTPDynamicStubResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Request/HTTPStubRequest+Matchers.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Request/HTTPStubRequest+Stub.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Request/HTTPStubRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Response/HTTPEchoResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Stub\ Response/HTTPStubResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Support/Foundation+Stubber.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Support/HTTPStub+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/DataTypes/Support/HTTPStubDataConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/HTTPStubber.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/HTTPStubberErrors.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/Hooks/HTTPStubHookProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/Hooks/HTTPStubURLProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/Hooks/URLHook.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Stubber/Hooks/URLSessionHook.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/supplementaryOutputs-5 -target arm64-apple-xros1.0 -module-can-import-version Combine 3023 0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/RealHTTP_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -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 -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.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/RealHTTP.build/Debug-xros/RealHTTP.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name RealHTTP -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name xros26.0 -clang-target arm64-apple-xros26.0 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/Foundation+Extension.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/HTTPFormattable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/ThreadSafeDictionary.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/URLRequest+Extension.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/HTTPCacheControl.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/HTTPContentType.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/HTTPError.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/HTTPMethod.o -index-unit-output-path /RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/Foundation+Extension.o -index-unit-output-path /RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/HTTPFormattable.o -index-unit-output-path /RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/ThreadSafeDictionary.o -index-unit-output-path /RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/URLRequest+Extension.o -index-unit-output-path /RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/HTTPCacheControl.o -index-unit-output-path /RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/HTTPContentType.o -index-unit-output-path /RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/HTTPError.o -index-unit-output-path /RealHTTP.build/Debug-xros/RealHTTP.build/Objects-normal/arm64/HTTPMethod.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/Foundation+Extension.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift:238:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
extension URL: ExpressibleByStringLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift:238:1: note: add '@retroactive' to silence this warning
extension URL: ExpressibleByStringLiteral {
^              ~~~~~~~~~~~~~~~~~~~~~~~~~~
               @retroactive ExpressibleByStringLiteral
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift:140:21: error: cannot find 'UTTypeCreatePreferredIdentifierForTag' in scope
        if let id = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, self as CFString, nil)?.takeRetainedValue(),
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift:140:59: error: cannot find 'kUTTagClassFilenameExtension' in scope
        if let id = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, self as CFString, nil)?.takeRetainedValue(),
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift:140:107: error: 'nil' requires a contextual type
        if let id = UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, self as CFString, nil)?.takeRetainedValue(),
                                                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift:141:31: error: cannot find 'UTTypeCopyPreferredTagWithClass' in scope
            let contentType = UTTypeCopyPreferredTagWithClass(id, kUTTagClassMIMEType)?.takeRetainedValue() {
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/Foundation+Extension.swift:141:67: error: cannot find 'kUTTagClassMIMEType' in scope
            let contentType = UTTypeCopyPreferredTagWithClass(id, kUTTagClassMIMEType)?.takeRetainedValue() {
                                                                  ^~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/HTTPFormattable.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/ThreadSafeDictionary.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/ThreadSafeDictionary.swift:67:17: warning: capture of non-sendable type 'V.Type' in an isolated closure
                self?.dictionary[key] = newValue
                ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/ThreadSafeDictionary.swift:66:64: warning: capture of non-sendable type 'V.Type' in an isolated closure
            self.concurrentQueue.async(flags: .barrier) {[weak self] in
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/ThreadSafeDictionary.swift:80:30: warning: capture of non-sendable type 'V.Type' in an isolated closure
            self?.dictionary.removeValue(forKey: key)
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/ThreadSafeDictionary.swift:79:60: warning: capture of non-sendable type 'V.Type' in an isolated closure
        self.concurrentQueue.async(flags: .barrier) {[weak self] in
                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/ThreadSafeDictionary.swift:86:13: warning: capture of non-sendable type 'V.Type' in an isolated closure
            self?.dictionary.removeAll()
            ^
/Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other Structures/Foundation+Extensions/ThreadSafeDictionary.swift:85:60: warning: capture of non-sendable type 'V.Type' in an isolated closure
        self.concurrentQueue.async(flags: .barrier) {[weak self] in
                                                           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/URLRequest+Extension.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPCacheControl.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPContentType.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPError.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPMethod.swift (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ RealHTTP (in target 'RealHTTP' from project 'RealHTTP')
EmitSwiftModule normal arm64 (in target 'RealHTTP' from project 'RealHTTP')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HTTPDefaultValidator.swift,\ HTTPValidator.swift,\ HTTPSecurity.swift,\ HTTPSecurityService.swift,\ CertificatesSecurity.swift,\ SSLCertificate.swift,\ CredentialSecurity.swift,\ SelfSignedCertsSecurity.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPDefaultValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPResponseValidator/HTTPValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/HTTPSecurity.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/HTTPSecurityService.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/CertificatesSecurity/CertificatesSecurity.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/CertificatesSecurity/SSLCertificate.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/CredentialSecurity.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/HTTPSecurity/Options/SelfSignedCertsSecurity.swift (in target 'RealHTTP' from project 'RealHTTP')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ Foundation+Extension.swift,\ HTTPFormattable.swift,\ ThreadSafeDictionary.swift,\ URLRequest+Extension.swift,\ HTTPCacheControl.swift,\ HTTPContentType.swift,\ HTTPError.swift,\ HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/Foundation+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/HTTPFormattable.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/ThreadSafeDictionary.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/URLRequest+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPCacheControl.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPContentType.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPError.swift /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/HTTPMethod.swift (in target 'RealHTTP' from project 'RealHTTP')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RealHTTP/Client/Internal/Other\ Structures/Foundation+Extensions/Foundation+Extension.swift (in target 'RealHTTP' from project 'RealHTTP')
	Building workspace spi-builder-workspace with scheme RealHTTP
(3 failures)
BUILD FAILURE 6.2 visionOS