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-client, reference main (2a073b), with Swift 6.0 for macOS (SPM) on 4 Jun 2025 13:08:03 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zunda-pixel/http-client.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/zunda-pixel/http-client
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2a073b0 Bump github.com/apple/swift-http-types from 1.3.0 to 1.4.0 (#8)
Cloned https://github.com/zunda-pixel/http-client.git
Revision (git rev-parse @):
2a073b058e4c2ffc2810373ac98dc2eeb5974e5e
SUCCESS checkout https://github.com/zunda-pixel/http-client.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/zunda-pixel/http-client.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/13] Compiling HTTPTypes HTTPParsedFields.swift
[6/13] Compiling HTTPTypes HTTPRequest.swift
[7/13] Compiling HTTPTypes ISOLatin1String.swift
[8/13] Compiling HTTPTypes NIOLock.swift
[9/13] Compiling HTTPTypes HTTPResponse.swift
[10/13] Compiling HTTPTypes HTTPField.swift
[11/13] Compiling HTTPTypes HTTPFieldName.swift
[12/13] Emitting module HTTPTypes
[13/13] Compiling HTTPTypes HTTPFields.swift
[14/19] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[15/19] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[16/19] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[17/19] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[18/19] Emitting module HTTPTypesFoundation
[19/19] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[20/22] Compiling HTTPClient URLSesssion++.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/URLSesssion++.swift:2:8: warning: file 'URLSesssion++.swift' is part of module 'HTTPClient'; ignoring import
 1 | import Foundation
 2 | import HTTPClient
   |        `- warning: file 'URLSesssion++.swift' is part of module 'HTTPClient'; ignoring import
 3 | import HTTPTypes
 4 | import HTTPTypesFoundation
[21/22] Compiling HTTPClient HTTPClient.swift
[22/22] Emitting module HTTPClient
/Users/admin/builder/spi-builder-workspace/Sources/HTTPClient/URLSesssion++.swift:2:8: warning: file 'URLSesssion++.swift' is part of module 'HTTPClient'; ignoring import
 1 | import Foundation
 2 | import HTTPClient
   |        `- warning: file 'URLSesssion++.swift' is part of module 'HTTPClient'; ignoring import
 3 | import HTTPTypes
 4 | import HTTPTypesFoundation
Build complete! (9.17s)
Fetching https://github.com/apple/swift-http-types
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.93s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.45s)
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
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types"
    }
  ],
  "manifest_display_name" : "http-client",
  "name" : "http-client",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "HTTPClient",
      "targets" : [
        "HTTPClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HTTPClient",
      "module_type" : "SwiftTarget",
      "name" : "HTTPClient",
      "path" : "Sources/HTTPClient",
      "product_dependencies" : [
        "HTTPTypes",
        "HTTPTypesFoundation"
      ],
      "product_memberships" : [
        "HTTPClient"
      ],
      "sources" : [
        "HTTPClient.swift",
        "URLSesssion++.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.