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 swift-http-types, reference 1.5.1 (45eb02), with Swift 5.10 for macOS (SPM) on 21 Oct 2025 23:55:11 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-http-types.git
Reference: 1.5.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-http-types
 * tag               1.5.1      -> FETCH_HEAD
HEAD is now at 45eb022 Stop using Foundation on platforms with FoundationEssentials (#108)
Cloned https://github.com/apple/swift-http-types.git
Revision (git rev-parse @):
45eb0224913ea070ec4fba17291b9e7ecf4749ca
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-http-types.git at 1.5.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/apple/swift-http-types.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-33747A42983211AE.txt
[4/13] Compiling HTTPTypes HTTPRequest.swift
[5/13] Compiling HTTPTypes HTTPResponse.swift
[6/13] Compiling HTTPTypes ISOLatin1String.swift
[7/13] Compiling HTTPTypes HTTPParsedFields.swift
[8/13] Compiling HTTPTypes NIOLock.swift
[9/13] Compiling HTTPTypes HTTPFields.swift
[10/13] Emitting module HTTPTypes
[11/13] Compiling HTTPTypes HTTPFieldName.swift
[12/13] Compiling HTTPTypes HTTPRequest+URL.swift
[13/13] Compiling HTTPTypes HTTPField.swift
[14/19] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[15/19] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[16/19] Compiling HTTPTypesFoundation HTTPTypesFoundation.swift
[17/19] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[18/19] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[19/19] Emitting module HTTPTypesFoundation
Build complete! (4.69s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-http-types",
  "name" : "swift-http-types",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "HTTPTypes",
      "targets" : [
        "HTTPTypes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTTPTypesFoundation",
      "targets" : [
        "HTTPTypesFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HTTPTypesTests",
      "module_type" : "SwiftTarget",
      "name" : "HTTPTypesTests",
      "path" : "Tests/HTTPTypesTests",
      "sources" : [
        "HTTPTypesTests.swift",
        "HTTPTypesURLTests.swift"
      ],
      "target_dependencies" : [
        "HTTPTypes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTTPTypesFoundationTests",
      "module_type" : "SwiftTarget",
      "name" : "HTTPTypesFoundationTests",
      "path" : "Tests/HTTPTypesFoundationTests",
      "sources" : [
        "HTTPTypesFoundationTests.swift"
      ],
      "target_dependencies" : [
        "HTTPTypesFoundation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTTPTypesFoundation",
      "module_type" : "SwiftTarget",
      "name" : "HTTPTypesFoundation",
      "path" : "Sources/HTTPTypesFoundation",
      "product_memberships" : [
        "HTTPTypesFoundation"
      ],
      "sources" : [
        "HTTPTypes+ISOLatin1.swift",
        "HTTPTypesFoundation.swift",
        "URLRequest+HTTPTypes.swift",
        "URLResponse+HTTPTypes.swift",
        "URLSession+HTTPTypes.swift"
      ],
      "target_dependencies" : [
        "HTTPTypes"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTTPTypes",
      "module_type" : "SwiftTarget",
      "name" : "HTTPTypes",
      "path" : "Sources/HTTPTypes",
      "product_memberships" : [
        "HTTPTypes",
        "HTTPTypesFoundation"
      ],
      "sources" : [
        "HTTPField.swift",
        "HTTPFieldName.swift",
        "HTTPFields.swift",
        "HTTPParsedFields.swift",
        "HTTPRequest+URL.swift",
        "HTTPRequest.swift",
        "HTTPResponse.swift",
        "ISOLatin1String.swift",
        "NIOLock.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.