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

Successful build of HTTP, reference 0.4.0 (6fcb34), with Swift 6.1 for macOS (SPM) on 1 May 2025 00:02:22 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/grdsdev/swift-http.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/grdsdev/swift-http
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 6fcb342 remove IssueReporting dependency
Cloned https://github.com/grdsdev/swift-http.git
Revision (git rev-parse @):
6fcb342f768b67690f3628ea050f76b5f8ac4743
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/grdsdev/swift-http.git at 0.4.0
Fetching https://github.com/pointfreeco/swift-snapshot-testing from cache
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetching https://github.com/apple/swift-http-types from cache
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.45s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (0.50s)
Fetched https://github.com/apple/swift-http-types from cache (0.61s)
Computing version for https://github.com/apple/swift-http-types
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.61s)
Fetched https://github.com/swiftlang/swift-syntax from cache (1.05s)
Computed https://github.com/apple/swift-http-types at 1.3.1 (1.70s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.1 (0.50s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.71s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.49s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.51s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.1
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-http",
      "name": "HTTP",
      "url": "https://github.com/grdsdev/swift-http.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-http",
      "dependencies": [
        {
          "identity": "swift-http-types",
          "name": "swift-http-types",
          "url": "https://github.com/apple/swift-http-types",
          "version": "1.4.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-http-types",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/grdsdev/swift-http.git
[1/420] Fetching swift-http
Fetched https://github.com/grdsdev/swift-http.git from cache (0.71s)
Fetching https://github.com/apple/swift-http-types from cache
Fetched https://github.com/apple/swift-http-types from cache (0.40s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.86s)
Creating working copy for https://github.com/grdsdev/swift-http.git
Working copy of https://github.com/grdsdev/swift-http.git resolved at 0.4.0 (6fcb342)
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
warning: '.resolve-product-dependencies': dependency 'swift-http' is not used by any target
Found 1 product dependencies
  - swift-http-types
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/grdsdev/swift-http.git
https://github.com/grdsdev/swift-http.git
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types"
    }
  ],
  "manifest_display_name" : "HTTP",
  "name" : "HTTP",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "HTTP",
      "targets" : [
        "HTTP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTTPFoundation",
      "targets" : [
        "HTTPFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTTPMock",
      "targets" : [
        "HTTPMock"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "HTTPTests",
      "module_type" : "SwiftTarget",
      "name" : "HTTPTests",
      "path" : "Tests/HTTPTests",
      "product_dependencies" : [
        "InlineSnapshotTesting"
      ],
      "sources" : [
        "FormDataTests.swift",
        "HTTPClientMockTests.swift",
        "HTTPTests.swift",
        "ResponseTests.swift",
        "URLSearchParamsTests.swift"
      ],
      "target_dependencies" : [
        "HTTP",
        "HTTPFoundation",
        "HTTPMock"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTTPMock",
      "module_type" : "SwiftTarget",
      "name" : "HTTPMock",
      "path" : "Sources/HTTPMock",
      "product_memberships" : [
        "HTTPMock"
      ],
      "sources" : [
        "HTTPClientMock.swift",
        "Match.swift"
      ],
      "target_dependencies" : [
        "HTTP"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTTPFoundation",
      "module_type" : "SwiftTarget",
      "name" : "HTTPFoundation",
      "path" : "Sources/HTTPFoundation",
      "product_memberships" : [
        "HTTPFoundation"
      ],
      "sources" : [
        "DataLoader.swift",
        "URLSessionHTTPClient.swift"
      ],
      "target_dependencies" : [
        "HTTP"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTTP",
      "module_type" : "SwiftTarget",
      "name" : "HTTP",
      "path" : "Sources/HTTP",
      "product_dependencies" : [
        "HTTPTypes",
        "HTTPTypesFoundation"
      ],
      "product_memberships" : [
        "HTTP",
        "HTTPFoundation",
        "HTTPMock"
      ],
      "sources" : [
        "Coding.swift",
        "FormData.swift",
        "HTTPClient.swift",
        "HTTPRequestEncodableBody.swift",
        "Response.swift",
        "URLSearchParams.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-2F0A5646E1D333AE.txt
[7/15] Compiling HTTPTypes ISOLatin1String.swift
[8/15] Compiling HTTPTypes HTTPParsedFields.swift
[9/15] Compiling HTTPTypes HTTPFieldName.swift
[10/15] Compiling HTTPTypes HTTPRequest.swift
[11/15] Compiling HTTPTypes HTTPResponse.swift
[12/15] Compiling HTTPTypes NIOLock.swift
[13/15] Compiling HTTPTypes HTTPField.swift
[14/15] Emitting module HTTPTypes
[15/15] Compiling HTTPTypes HTTPFields.swift
[16/21] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[17/21] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[18/21] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[19/21] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[20/21] Emitting module HTTPTypesFoundation
[21/21] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[22/28] Compiling HTTP Response.swift
[23/28] Compiling HTTP HTTPClient.swift
[24/28] Compiling HTTP HTTPRequestEncodableBody.swift
[25/28] Compiling HTTP URLSearchParams.swift
[26/28] Emitting module HTTP
[27/28] Compiling HTTP FormData.swift
[28/28] Compiling HTTP Coding.swift
[29/34] Compiling HTTPMock HTTPClientMock.swift
[30/34] Compiling HTTPMock Match.swift
[31/34] Emitting module HTTPMock
[32/34] Compiling HTTPFoundation URLSessionHTTPClient.swift
[33/34] Emitting module HTTPFoundation
[34/34] Compiling HTTPFoundation DataLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTTPFoundation/DataLoader.swift:150:20: warning: TODO: loading whole file into memory is not ideal, find a better solution
148 |       {
149 |         do {
150 |           #warning("TODO: loading whole file into memory is not ideal, find a better solution")
    |                    `- warning: TODO: loading whole file into memory is not ideal, find a better solution
151 |           let body = Response.Body()
152 |           body.yield(try Data(contentsOf: location))
Build complete! (10.50s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types"
    }
  ],
  "manifest_display_name" : "HTTP",
  "name" : "HTTP",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "HTTP",
      "targets" : [
        "HTTP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTTPFoundation",
      "targets" : [
        "HTTPFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTTPMock",
      "targets" : [
        "HTTPMock"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "HTTPTests",
      "module_type" : "SwiftTarget",
      "name" : "HTTPTests",
      "path" : "Tests/HTTPTests",
      "product_dependencies" : [
        "InlineSnapshotTesting"
      ],
      "sources" : [
        "FormDataTests.swift",
        "HTTPClientMockTests.swift",
        "HTTPTests.swift",
        "ResponseTests.swift",
        "URLSearchParamsTests.swift"
      ],
      "target_dependencies" : [
        "HTTP",
        "HTTPFoundation",
        "HTTPMock"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTTPMock",
      "module_type" : "SwiftTarget",
      "name" : "HTTPMock",
      "path" : "Sources/HTTPMock",
      "product_memberships" : [
        "HTTPMock"
      ],
      "sources" : [
        "HTTPClientMock.swift",
        "Match.swift"
      ],
      "target_dependencies" : [
        "HTTP"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTTPFoundation",
      "module_type" : "SwiftTarget",
      "name" : "HTTPFoundation",
      "path" : "Sources/HTTPFoundation",
      "product_memberships" : [
        "HTTPFoundation"
      ],
      "sources" : [
        "DataLoader.swift",
        "URLSessionHTTPClient.swift"
      ],
      "target_dependencies" : [
        "HTTP"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTTP",
      "module_type" : "SwiftTarget",
      "name" : "HTTP",
      "path" : "Sources/HTTP",
      "product_dependencies" : [
        "HTTPTypes",
        "HTTPTypesFoundation"
      ],
      "product_memberships" : [
        "HTTP",
        "HTTPFoundation",
        "HTTPMock"
      ],
      "sources" : [
        "Coding.swift",
        "FormData.swift",
        "HTTPClient.swift",
        "HTTPRequestEncodableBody.swift",
        "Response.swift",
        "URLSearchParams.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/grdsdev/swift-http/0.4.0
Repository:               grdsdev/swift-http
Swift version used:       6.1
Target:                   HTTP
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            release/6.2 -> FETCH_HEAD
 * [new branch]      release/6.2 -> origin/release/6.2
HEAD is now at 8799b69 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'HTTP'...
Finished extracting symbol information for 'HTTP'. (3.90s)
Building documentation for 'HTTP'...
warning: 'Data' doesn't exist at '/HTTP/Response/data()'
   --> Sources/HTTP/Response.swift:102:34-102:38
100 |   }
101 |
102 +   /// Decodes response body as ``Data``.
103 |   /// - Returns: The response body as ``Data``.
104 |   public func data() async -> Data {
warning: 'Data' doesn't exist at '/HTTP/Response/data()'
   --> Sources/HTTP/Response.swift:103:41-103:45
101 |
102 |   /// Decodes response body as ``Data``.
103 +   /// - Returns: The response body as ``Data``.
104 |   public func data() async -> Data {
105 |     await body.collect()
warning: 'Data' doesn't exist at '/HTTP/Response/Body/collect()'
   --> Sources/HTTP/Response.swift:125:43-125:47
123 |     }
124 |
125 +     /// Collects the response body as a ``Data``.
126 |     /// - Returns: The response body as ``Data``.
127 |     public func collect() async -> Data {
warning: 'Data' doesn't exist at '/HTTP/Response/Body/collect()'
   --> Sources/HTTP/Response.swift:126:43-126:47
124 |
125 |     /// Collects the response body as a ``Data``.
126 +     /// - Returns: The response body as ``Data``.
127 |     public func collect() async -> Data {
128 |       await stream.reduce(into: Data()) { $0 += $1 }
Finished building documentation for 'HTTP' (0.15s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/grdsdev/swift-http/0.4.0
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/swiftlang/swift-syntax
Updating https://github.com/pointfreeco/swift-custom-dump
Updating https://github.com/apple/swift-http-types
Updated https://github.com/pointfreeco/swift-custom-dump (0.47s)
Updating https://github.com/pointfreeco/xctest-dynamic-overlay
Updating https://github.com/pointfreeco/swift-snapshot-testing
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.50s)
Updated https://github.com/apple/swift-http-types (0.49s)
Updated https://github.com/swiftlang/swift-syntax (0.88s)
Updated https://github.com/pointfreeco/swift-snapshot-testing (0.51s)
Updated https://github.com/pointfreeco/xctest-dynamic-overlay (0.51s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (1.54s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.1 (0.44s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.60s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.44s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.44s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.52s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.81s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.39s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/8] Write sources
[0/8] Write snippet-extract-tool-entitlement.plist
[0/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Identifier.swift
[8/57] Compiling SymbolKit KindIdentifier.swift
[9/57] Compiling SymbolKit Location.swift
[10/57] Compiling SymbolKit Mutability.swift
[11/57] Compiling SymbolKit SemanticVersion.swift
[12/57] Compiling SymbolKit AccessControl.swift
[13/57] Compiling SymbolKit Availability.swift
[14/57] Compiling SymbolKit AvailabilityItem.swift
[15/57] Compiling SymbolKit Domain.swift
[16/57] Compiling SymbolKit DeclarationFragments.swift
[17/57] Compiling SymbolKit Fragment.swift
[18/57] Compiling SymbolKit FragmentKind.swift
[19/57] Compiling SymbolKit FunctionParameter.swift
[20/57] Compiling SymbolKit FunctionSignature.swift
[21/57] Compiling SymbolKit Names.swift
[22/57] Compiling SymbolKit SPI.swift
[23/57] Compiling SymbolKit Snippet.swift
[24/57] Compiling SymbolKit Extension.swift
[25/57] Compiling SymbolKit SourceRange.swift
[26/57] Compiling SymbolKit Metadata.swift
[27/57] Compiling SymbolKit Module.swift
[28/57] Compiling SymbolKit OperatingSystem.swift
[29/57] Compiling SymbolKit Platform.swift
[30/57] Compiling SymbolKit Mixin+Equals.swift
[31/57] Compiling SymbolKit Mixin+Hash.swift
[32/57] Compiling SymbolKit Mixin.swift
[33/57] Compiling SymbolKit LineList.swift
[34/57] Compiling SymbolKit Position.swift
[35/57] Compiling SymbolKit Relationship.swift
[36/57] Compiling SymbolKit RelationshipKind.swift
[37/57] Compiling SymbolKit SourceOrigin.swift
[38/57] Compiling SymbolKit GenericConstraints.swift
[39/57] Compiling SymbolKit Swift.swift
[40/57] Compiling SymbolKit GenericConstraint.swift
[41/57] Compiling SymbolKit GenericParameter.swift
[42/57] Compiling SymbolKit Generics.swift
[43/57] Compiling SymbolKit Namespace.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Compiling Snippets Snippet.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.42s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/10] Emitting module HTTPTypes
[3/10] Compiling HTTPTypes NIOLock.swift
[4/10] Compiling HTTPTypes HTTPResponse.swift
[5/10] Compiling HTTPTypes ISOLatin1String.swift
[6/10] Compiling HTTPTypes HTTPRequest.swift
[7/10] Compiling HTTPTypes HTTPParsedFields.swift
[8/10] Compiling HTTPTypes HTTPFieldName.swift
[9/10] Compiling HTTPTypes HTTPField.swift
[10/10] Compiling HTTPTypes HTTPFields.swift
[11/16] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[12/16] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[13/16] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[14/16] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[15/16] Emitting module HTTPTypesFoundation
[16/16] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[17/23] Compiling HTTP URLSearchParams.swift
[18/23] Compiling HTTP HTTPRequestEncodableBody.swift
[19/23] Compiling HTTP HTTPClient.swift
[20/23] Compiling HTTP Response.swift
[21/23] Compiling HTTP Coding.swift
[22/23] Emitting module HTTP
[23/23] Compiling HTTP FormData.swift
Build of target: 'HTTP' complete! (1.87s)
Target:                   HTTPFoundation
Extracting symbol information for 'HTTPFoundation'...
Finished extracting symbol information for 'HTTPFoundation'. (0.95s)
Building documentation for 'HTTPFoundation'...
warning: 'Fetch' doesn't exist at '/HTTPFoundation/URLSessionHTTPClient'
  --> Sources/HTTPFoundation/URLSessionHTTPClient.swift:13:9-13:14
11 | public let http: any HTTPClient = URLSessionHTTPClient()
12 |
13 + /// A ``Fetch`` implementation that uses `URLSession`.
14 | public struct URLSessionHTTPClient: HTTPClient {
15 |   /// Configuration options for the Fetch instance.
warning: Parameter 'body' is missing documentation
  --> Sources/HTTPFoundation/URLSessionHTTPClient.swift:71:80-71:80
69 |
70 |   /// Performs an HTTP request using a Request object.
71 +   /// - Parameter request: The `Request` object containing the URL and options.
   |                                                                                ╰─suggestion: Document 'body' parameter
72 |   /// - Returns: A `Response` object.
73 |   /// - Throws: An error if the request fails or if the response is not an HTTP response.
Finished building documentation for 'HTTPFoundation' (0.06s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/grdsdev/swift-http/0.4.0
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.38s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/4] Compiling HTTPFoundation URLSessionHTTPClient.swift
[3/4] Emitting module HTTPFoundation
[4/4] Compiling HTTPFoundation DataLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTTPFoundation/DataLoader.swift:150:20: warning: TODO: loading whole file into memory is not ideal, find a better solution
148 |       {
149 |         do {
150 |           #warning("TODO: loading whole file into memory is not ideal, find a better solution")
    |                    `- warning: TODO: loading whole file into memory is not ideal, find a better solution
151 |           let body = Response.Body()
152 |           body.yield(try Data(contentsOf: location))
Build of target: 'HTTPFoundation' complete! (0.84s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/grdsdev/swift-http/0.4.0/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/grdsdev/swift-http/0.4.0/linkable-paths.json
     292
3	/Users/admin/builder/spi-builder-workspace/.docs/grdsdev/swift-http/0.4.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/grdsdev/swift-http/0.4.0
File count: 292
Doc size:   3.0MB
Preparing doc bundle ...
Uploading prod-grdsdev-swift-http-0.4.0-30700c62.zip to s3://spi-docs-inbox/prod-grdsdev-swift-http-0.4.0-30700c62.zip
Copying... [11%]
Copying... [22%]
Copying... [32%]
Copying... [43%]
Copying... [54%]
Copying... [65%]
Copying... [75%]
Copying... [86%]
Copying... [97%]
Copying... [100%]
Done.