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 main (fd0c52), with Swift 6.2 for macOS (SPM) on 24 Nov 2025 14:03:29 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-http-types
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fd0c521 Remove soundness.sh script instructions from CONTRIBUTING.md (#110)
Cloned https://github.com/apple/swift-http-types.git
Revision (git rev-parse @):
fd0c5215e373ff7a6242fa01a884051ddcefafdf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-http-types.git at main
========================================
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-types",
      "name": "swift-http-types",
      "url": "https://github.com/apple/swift-http-types.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-http-types",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/apple/swift-http-types.git
[1/943] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.84s)
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at main (fd0c521)
warning: '.resolve-product-dependencies': dependency 'swift-http-types' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/apple/swift-http-types.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/13] Compiling HTTPTypes ISOLatin1String.swift
[5/13] Compiling HTTPTypes HTTPResponse.swift
[6/13] Compiling HTTPTypes NIOLock.swift
[7/13] Compiling HTTPTypes HTTPRequest.swift
[8/13] Compiling HTTPTypes HTTPFields.swift
[9/13] Compiling HTTPTypes HTTPParsedFields.swift
[10/13] Compiling HTTPTypes HTTPFieldName.swift
[11/13] Compiling HTTPTypes HTTPField.swift
[12/13] Emitting module HTTPTypes
[13/13] Compiling HTTPTypes HTTPRequest+URL.swift
[14/19] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[15/19] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[16/19] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[17/19] Compiling HTTPTypesFoundation HTTPTypesFoundation.swift
[18/19] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[19/19] Emitting module HTTPTypesFoundation
Build complete! (4.32s)
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" : "6.0"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/apple/swift-http-types/main
Repository:               apple/swift-http-types
Swift version used:       6.2
Target:                   HTTPTypes
Extracting symbol information for 'HTTPTypes'...
Finished extracting symbol information for 'HTTPTypes'. (1.72s)
Building documentation for 'HTTPTypes'...
Finished building documentation for 'HTTPTypes' (0.29s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/apple/swift-http-types/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2158] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.31s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3581] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.20s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.87s)
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.5
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
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Compiling SymbolKit Identifier.swift
[7/53] Compiling SymbolKit KindIdentifier.swift
[8/53] Compiling SymbolKit Location.swift
[9/53] Compiling SymbolKit Mutability.swift
[10/57] Emitting module SymbolKit
[11/57] Compiling Snippets SnippetParser.swift
[12/57] Compiling SymbolKit Mixin+Equals.swift
[13/57] Compiling SymbolKit Mixin+Hash.swift
[14/57] Compiling SymbolKit Mixin.swift
[15/57] Compiling SymbolKit LineList.swift
[16/57] Compiling SymbolKit Position.swift
[17/57] Compiling SymbolKit SourceRange.swift
[18/57] Compiling SymbolKit Metadata.swift
[19/57] Compiling SymbolKit Module.swift
[20/57] Compiling SymbolKit OperatingSystem.swift
[21/57] Compiling SymbolKit Platform.swift
[22/57] Emitting module Snippets
[23/57] Compiling Snippets Snippet.swift
[24/57] Compiling SymbolKit GenericConstraint.swift
[25/57] Compiling SymbolKit GenericParameter.swift
[26/57] Compiling SymbolKit Generics.swift
[27/57] Compiling SymbolKit Namespace.swift
[28/57] Compiling SymbolKit DeclarationFragments.swift
[29/57] Compiling SymbolKit Fragment.swift
[30/57] Compiling SymbolKit FragmentKind.swift
[31/57] Compiling SymbolKit FunctionParameter.swift
[32/57] Compiling SymbolKit FunctionSignature.swift
[33/57] Compiling SymbolKit Relationship.swift
[34/57] Compiling SymbolKit RelationshipKind.swift
[35/57] Compiling SymbolKit SourceOrigin.swift
[36/57] Compiling SymbolKit GenericConstraints.swift
[37/57] Compiling SymbolKit Swift.swift
[38/57] Compiling SymbolKit SemanticVersion.swift
[39/57] Compiling SymbolKit AccessControl.swift
[40/57] Compiling SymbolKit Availability.swift
[41/57] Compiling SymbolKit AvailabilityItem.swift
[42/57] Compiling SymbolKit Domain.swift
[43/57] Compiling SymbolKit Symbol.swift
[44/57] Compiling SymbolKit SymbolKind.swift
[45/57] Compiling SymbolKit SymbolGraph.swift
[46/57] Compiling SymbolKit GraphCollector.swift
[47/57] Compiling SymbolKit Names.swift
[48/57] Compiling SymbolKit SPI.swift
[49/57] Compiling SymbolKit Snippet.swift
[50/57] Compiling SymbolKit Extension.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.39s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'HTTPTypes' complete! (0.21s)
Target:                   HTTPTypesFoundation
Extracting symbol information for 'HTTPTypesFoundation'...
Finished extracting symbol information for 'HTTPTypesFoundation'. (0.30s)
Building documentation for 'HTTPTypesFoundation'...
Finished building documentation for 'HTTPTypesFoundation' (0.06s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/apple/swift-http-types/main
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.17s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'HTTPTypesFoundation' complete! (0.21s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/apple/swift-http-types/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/apple/swift-http-types/main/linkable-paths.json
     916
7	/Users/admin/builder/spi-builder-workspace/.docs/apple/swift-http-types/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/apple/swift-http-types/main
File count: 916
Doc size:   7.0MB
Preparing doc bundle ...
Uploading prod-apple-swift-http-types-main-062f978a.zip to s3://spi-docs-inbox/prod-apple-swift-http-types-main-062f978a.zip
Copying... [15%]
Copying... [24%]
Copying... [34%]
Copying... [44%]
Copying... [53%]
Copying... [63%]
Copying... [73%]
Copying... [82%]
Copying... [92%]
Copying... [100%]
Done.