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 main (f61a71), with Swift 5.10 for macOS (SPM) on 5 May 2025 18:21:17 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/grdsdev/swift-http.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/grdsdev/swift-http
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f61a71a Update deps
Cloned https://github.com/grdsdev/swift-http.git
Revision (git rev-parse @):
f61a71ad4278287a033a36595132c19f1af2d3c6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/grdsdev/swift-http.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/grdsdev/swift-http.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-33747A42983211AE.txt
[7/15] Compiling HTTPTypes HTTPResponse.swift
[8/15] Compiling HTTPTypes ISOLatin1String.swift
[9/15] Compiling HTTPTypes HTTPParsedFields.swift
[10/15] Compiling HTTPTypes HTTPRequest.swift
[11/15] Compiling HTTPTypes HTTPFields.swift
[12/15] Compiling HTTPTypes HTTPFieldName.swift
[13/15] Compiling HTTPTypes HTTPField.swift
[14/15] Emitting module HTTPTypes
[15/15] Compiling HTTPTypes NIOLock.swift
[16/21] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[17/21] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[18/21] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[19/21] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[20/21] Emitting module HTTPTypesFoundation
[21/21] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[22/28] Compiling HTTP URLSearchParams.swift
[23/28] Compiling HTTP HTTPRequestEncodableBody.swift
[24/28] Compiling HTTP Response.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTTP/Response.swift:15:19: remark: '@preconcurrency' attribute on module 'Foundation' is unused
  @preconcurrency import Foundation
  ~~~~~~~~~~~~~~~~^

[25/28] Compiling HTTP HTTPClient.swift
[26/28] Compiling HTTP Coding.swift
[27/28] Emitting module HTTP
[28/28] Compiling HTTP FormData.swift
[29/34] Compiling HTTPMock Match.swift
[30/34] Emitting module HTTPMock
[31/34] Compiling HTTPMock HTTPClientMock.swift
[32/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
          #warning("TODO: loading whole file into memory is not ideal, find a better solution")
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[33/34] Compiling HTTPFoundation URLSessionHTTPClient.swift
[34/34] Emitting module HTTPFoundation
Build complete! (28.44s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/apple/swift-http-types
[1/904] Fetching swift-http-types
[905/14063] Fetching swift-http-types, swift-snapshot-testing
Fetched https://github.com/apple/swift-http-types from cache (4.67s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (4.67s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.37s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (0.37s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
[4308/74927] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (9.24s)
Fetched https://github.com/swiftlang/swift-syntax from cache (9.24s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.50s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5431] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.28s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (2.32s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.42s)
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/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
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.3
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
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
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Tests/HTTPTests/Fixtures/file.txt
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"
        ]
      }
    }
  ],
  "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" : "5.9"
}
Done.