The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build HTTPClient, reference main (9187bb), with Swift 6.1 for iOS using Xcode 16.3 on 26 Apr 2025 18:32:30 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HTTPClient-Package -destination generic/platform=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/uhooi/swift-http-client.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/uhooi/swift-http-client
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9187bb1 Update README.md
Cloned https://github.com/uhooi/swift-http-client.git
Revision (git rev-parse @):
9187bb195fa3e1e2a508a1f55b85f443ed486e3b
SUCCESS checkout https://github.com/uhooi/swift-http-client.git at main
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/uhooi/swift-http-client.git
https://github.com/uhooi/swift-http-client.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HTTPClient",
  "name" : "HTTPClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "HTTPClient",
      "targets" : [
        "HTTPClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HTTPClientTests",
      "module_type" : "SwiftTarget",
      "name" : "HTTPClientTests",
      "path" : "Tests/HTTPClientTests",
      "sources" : [
        "HTTPClientTests.swift"
      ],
      "target_dependencies" : [
        "HTTPClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTTPClient",
      "module_type" : "SwiftTarget",
      "name" : "HTTPClient",
      "path" : "Sources/HTTPClient",
      "product_memberships" : [
        "HTTPClient"
      ],
      "sources" : [
        "Enums/ContentType.swift",
        "Enums/HTTPHeaderField.swift",
        "Enums/HTTPMethod.swift",
        "Enums/RequestError.swift",
        "Extensions/Foundation/URLSession+Async.swift",
        "HTTPClient.swift",
        "Request.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HTTPClient",
  "name" : "HTTPClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "HTTPClient",
      "targets" : [
        "HTTPClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HTTPClientTests",
      "module_type" : "SwiftTarget",
      "name" : "HTTPClientTests",
      "path" : "Tests/HTTPClientTests",
      "sources" : [
        "HTTPClientTests.swift"
      ],
      "target_dependencies" : [
        "HTTPClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTTPClient",
      "module_type" : "SwiftTarget",
      "name" : "HTTPClient",
      "path" : "Sources/HTTPClient",
      "product_memberships" : [
        "HTTPClient"
      ],
      "sources" : [
        "Enums/ContentType.swift",
        "Enums/HTTPHeaderField.swift",
        "Enums/HTTPMethod.swift",
        "Enums/RequestError.swift",
        "Extensions/Foundation/URLSession+Async.swift",
        "HTTPClient.swift",
        "Request.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "HTTPClient",
    "schemes" : [
      "HTTPClient-Package"
    ],
    "targets" : [
      "HTTPClient",
      "HTTPClientPackageDescription",
      "HTTPClientPackageTests",
      "HTTPClientTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HTTPClient-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme HTTPClient-Package -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'HTTPClient' in project 'HTTPClient' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 147f442dd4ce733fcc8217bd65e8783d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/147f442dd4ce733fcc8217bd65e8783d.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/HTTPClient.xcodeproj
    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/HTTPClient.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/HTTPClient.xcodeproj
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/HTTPClient.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/HTTPClient.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HTTPClient.framework (in target 'HTTPClient' from project 'HTTPClient')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HTTPClient.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HTTPClient.framework/Headers (in target 'HTTPClient' from project 'HTTPClient')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HTTPClient.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/HTTPClient.DependencyStaticMetadataFileList (in target 'HTTPClient' from project 'HTTPClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/HTTPClient.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/HTTPClient.DependencyMetadataFileList (in target 'HTTPClient' from project 'HTTPClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/HTTPClient.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient_const_extract_protocols.json (in target 'HTTPClient' from project 'HTTPClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient.SwiftConstValuesFileList (in target 'HTTPClient' from project 'HTTPClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient.SwiftFileList (in target 'HTTPClient' from project 'HTTPClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient.LinkFileList (in target 'HTTPClient' from project 'HTTPClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient-OutputFileMap.json (in target 'HTTPClient' from project 'HTTPClient')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient-OutputFileMap.json
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HTTPClient.framework/Info.plist /Users/admin/builder/spi-builder-workspace/HTTPClient.xcodeproj/HTTPClient_Info.plist (in target 'HTTPClient' from project 'HTTPClient')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/HTTPClient.xcodeproj/HTTPClient_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HTTPClient.framework/Info.plist
SwiftDriver HTTPClient normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HTTPClient' from project 'HTTPClient')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HTTPClient -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios9.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient.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/HTTPClient.build/Debug-iphoneos/HTTPClient.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ HTTPHeaderField.swift /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Enums/HTTPHeaderField.swift (in target 'HTTPClient' from project 'HTTPClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Enums/HTTPHeaderField.swift (in target 'HTTPClient' from project 'HTTPClient')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Enums/HTTPMethod.swift (in target 'HTTPClient' from project 'HTTPClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Enums/HTTPMethod.swift (in target 'HTTPClient' from project 'HTTPClient')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ ContentType.swift /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Enums/ContentType.swift (in target 'HTTPClient' from project 'HTTPClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Enums/ContentType.swift (in target 'HTTPClient' from project 'HTTPClient')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64 Emitting\ module\ for\ HTTPClient (in target 'HTTPClient' from project 'HTTPClient')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745692345216582-swift-frontend-HTTPClient-all-arm64_apple_ios9.0-swiftmodule-Onone-1845244292.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2402 seconds (3.5831 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0211 ( 31.5%)   0.0736 ( 42.5%)   0.0947 ( 39.4%)   1.7310 ( 48.3%)  parse-and-resolve-imports
   0.0211 ( 31.4%)   0.0734 ( 42.4%)   0.0945 ( 39.3%)   1.7308 ( 48.3%)  Import resolution
   0.0018 (  2.7%)   0.0092 (  5.3%)   0.0110 (  4.6%)   0.0806 (  2.2%)  load-stdlib
   0.0073 ( 10.9%)   0.0053 (  3.1%)   0.0126 (  5.3%)   0.0129 (  0.4%)  perform-sema
   0.0073 ( 10.9%)   0.0053 (  3.0%)   0.0125 (  5.2%)   0.0128 (  0.4%)  Type checking and Semantic analysis
   0.0071 ( 10.5%)   0.0052 (  3.0%)   0.0123 (  5.1%)   0.0125 (  0.3%)  typecheck-decl
   0.0005 (  0.7%)   0.0008 (  0.4%)   0.0012 (  0.5%)   0.0012 (  0.0%)  import-clang-decl
   0.0006 (  0.9%)   0.0002 (  0.1%)   0.0008 (  0.3%)   0.0008 (  0.0%)  build-rewrite-system
   0.0003 (  0.5%)   0.0002 (  0.1%)   0.0005 (  0.2%)   0.0005 (  0.0%)  typecheck-expr
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0671 (100.0%)   0.1731 (100.0%)   0.2402 (100.0%)   3.5831 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1275 seconds (1.8338 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0307 (100.0%)   0.0968 (100.0%)   0.1275 (100.0%)   1.8338 (100.0%)  Building Target
   0.0307 (100.0%)   0.0968 (100.0%)   0.1275 (100.0%)   1.8338 (100.0%)  Total
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Enums/ContentType.swift /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Enums/HTTPHeaderField.swift /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Enums/HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Enums/RequestError.swift /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Request.swift -target arm64-apple-ios9.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -strict-concurrency\=complete -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 -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -module-name HTTPClient -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name iphoneos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient.abi.json
EmitSwiftModule normal arm64 (in target 'HTTPClient' from project 'HTTPClient')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift:28:59: error: concurrency is only available in iOS 13.0.0 or newer
    public func request<T: Request>(_ requestContents: T) async throws -> T.ResponseBody {
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift:28:17: note: add @available attribute to enclosing instance method
    public func request<T: Request>(_ requestContents: T) async throws -> T.ResponseBody {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift:7:20: note: add @available attribute to enclosing class
public final class HTTPClient {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift:39:89: error: concurrency is only available in iOS 13.0.0 or newer
    public func request<T: Request, U: Encodable>(_ requestContents: T, requestBody: U) async throws -> T.ResponseBody {
                                                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift:39:17: note: add @available attribute to enclosing instance method
    public func request<T: Request, U: Encodable>(_ requestContents: T, requestBody: U) async throws -> T.ResponseBody {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift:7:20: note: add @available attribute to enclosing class
public final class HTTPClient {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift:111:81: error: concurrency is only available in iOS 13.0.0 or newer
    private func request<T: Request>(_ requestContents: T, request: URLRequest) async throws -> T.ResponseBody {
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift:111:18: note: add @available attribute to enclosing instance method
    private func request<T: Request>(_ requestContents: T, request: URLRequest) async throws -> T.ResponseBody {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift:7:20: note: add @available attribute to enclosing class
public final class HTTPClient {
                   ^
SwiftCompile normal arm64 Compiling\ RequestError.swift /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Enums/RequestError.swift (in target 'HTTPClient' from project 'HTTPClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Enums/RequestError.swift (in target 'HTTPClient' from project 'HTTPClient')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift (in target 'HTTPClient' from project 'HTTPClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift (in target 'HTTPClient' from project 'HTTPClient')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Request.swift /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Request.swift (in target 'HTTPClient' from project 'HTTPClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Request.swift (in target 'HTTPClient' from project 'HTTPClient')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/HTTPClient.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'HTTPClient' from project 'HTTPClient')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ HTTPClient (in target 'HTTPClient' from project 'HTTPClient')
	EmitSwiftModule normal arm64 (in target 'HTTPClient' from project 'HTTPClient')
	Building project HTTPClient with scheme HTTPClient-Package
(3 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HTTPClient",
  "name" : "HTTPClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "HTTPClient",
      "targets" : [
        "HTTPClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HTTPClientTests",
      "module_type" : "SwiftTarget",
      "name" : "HTTPClientTests",
      "path" : "Tests/HTTPClientTests",
      "sources" : [
        "HTTPClientTests.swift"
      ],
      "target_dependencies" : [
        "HTTPClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTTPClient",
      "module_type" : "SwiftTarget",
      "name" : "HTTPClient",
      "path" : "Sources/HTTPClient",
      "product_memberships" : [
        "HTTPClient"
      ],
      "sources" : [
        "Enums/ContentType.swift",
        "Enums/HTTPHeaderField.swift",
        "Enums/HTTPMethod.swift",
        "Enums/RequestError.swift",
        "Extensions/Foundation/URLSession+Async.swift",
        "HTTPClient.swift",
        "Request.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "HTTPClient",
    "schemes" : [
      "HTTPClient-Package"
    ],
    "targets" : [
      "HTTPClient",
      "HTTPClientPackageDescription",
      "HTTPClientPackageTests",
      "HTTPClientTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HTTPClient-Package -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme HTTPClient-Package -destination generic/platform=iOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'HTTPClient' in project 'HTTPClient' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: fd7a78a794ebc64e05197b112a3747fd
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/fd7a78a794ebc64e05197b112a3747fd.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/HTTPClient.xcodeproj
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HTTPClient.framework/Info.plist /Users/admin/builder/spi-builder-workspace/HTTPClient.xcodeproj/HTTPClient_Info.plist (in target 'HTTPClient' from project 'HTTPClient')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/HTTPClient.xcodeproj/HTTPClient_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HTTPClient.framework/Info.plist
SwiftDriver HTTPClient normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HTTPClient' from project 'HTTPClient')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HTTPClient -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios9.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient.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/HTTPClient.build/Debug-iphoneos/HTTPClient.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Enums/HTTPMethod.swift (in target 'HTTPClient' from project 'HTTPClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Enums/HTTPMethod.swift (in target 'HTTPClient' from project 'HTTPClient')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64 Emitting\ module\ for\ HTTPClient (in target 'HTTPClient' from project 'HTTPClient')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Enums/ContentType.swift /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Enums/HTTPHeaderField.swift /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Enums/HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Enums/RequestError.swift /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Request.swift -target arm64-apple-ios9.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -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 -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -module-name HTTPClient -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name iphoneos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/HTTPClient.build/Debug-iphoneos/HTTPClient.build/Objects-normal/arm64/HTTPClient.abi.json
EmitSwiftModule normal arm64 (in target 'HTTPClient' from project 'HTTPClient')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift:28:59: error: concurrency is only available in iOS 13.0.0 or newer
    public func request<T: Request>(_ requestContents: T) async throws -> T.ResponseBody {
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift:28:17: note: add @available attribute to enclosing instance method
    public func request<T: Request>(_ requestContents: T) async throws -> T.ResponseBody {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift:7:20: note: add @available attribute to enclosing class
public final class HTTPClient {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift:39:89: error: concurrency is only available in iOS 13.0.0 or newer
    public func request<T: Request, U: Encodable>(_ requestContents: T, requestBody: U) async throws -> T.ResponseBody {
                                                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift:39:17: note: add @available attribute to enclosing instance method
    public func request<T: Request, U: Encodable>(_ requestContents: T, requestBody: U) async throws -> T.ResponseBody {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift:7:20: note: add @available attribute to enclosing class
public final class HTTPClient {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift:111:81: error: concurrency is only available in iOS 13.0.0 or newer
    private func request<T: Request>(_ requestContents: T, request: URLRequest) async throws -> T.ResponseBody {
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift:111:18: note: add @available attribute to enclosing instance method
    private func request<T: Request>(_ requestContents: T, request: URLRequest) async throws -> T.ResponseBody {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift:7:20: note: add @available attribute to enclosing class
public final class HTTPClient {
                   ^
SwiftCompile normal arm64 Compiling\ HTTPHeaderField.swift /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Enums/HTTPHeaderField.swift (in target 'HTTPClient' from project 'HTTPClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Enums/HTTPHeaderField.swift (in target 'HTTPClient' from project 'HTTPClient')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift (in target 'HTTPClient' from project 'HTTPClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift (in target 'HTTPClient' from project 'HTTPClient')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ RequestError.swift /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Enums/RequestError.swift (in target 'HTTPClient' from project 'HTTPClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Enums/RequestError.swift (in target 'HTTPClient' from project 'HTTPClient')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Request.swift /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Request.swift (in target 'HTTPClient' from project 'HTTPClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Request.swift (in target 'HTTPClient' from project 'HTTPClient')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ ContentType.swift /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Enums/ContentType.swift (in target 'HTTPClient' from project 'HTTPClient')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/Enums/ContentType.swift (in target 'HTTPClient' from project 'HTTPClient')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/HTTPClient.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'HTTPClient' from project 'HTTPClient')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ HTTPClient (in target 'HTTPClient' from project 'HTTPClient')
	EmitSwiftModule normal arm64 (in target 'HTTPClient' from project 'HTTPClient')
	Building project HTTPClient with scheme HTTPClient-Package
(3 failures)
BUILD FAILURE 6.1 iOS