The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-http-types, reference main (c98018), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 22:54:36 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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 c980182 Drop Swift 6.0 (#114)
Cloned https://github.com/apple/swift-http-types.git
Revision (git rev-parse @):
c98018204baf1e2515508f3e4430af3dc07b5733
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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/apple/swift-http-types.git
[1/1043] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.82s)
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 (c980182)
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.3
Building package at path:  $PWD
https://github.com/apple/swift-http-types.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/13] Compiling HTTPTypes HTTPResponse.swift
[5/13] Compiling HTTPTypes HTTPRequest.swift
[6/13] Compiling HTTPTypes NIOLock.swift
[7/13] Compiling HTTPTypes ISOLatin1String.swift
[8/13] Compiling HTTPTypes HTTPParsedFields.swift
[9/13] Compiling HTTPTypes HTTPFieldName.swift
[10/13] Emitting module HTTPTypes
[11/13] Compiling HTTPTypes HTTPFields.swift
[12/13] Compiling HTTPTypes HTTPField.swift
[13/13] Compiling HTTPTypes HTTPRequest+URL.swift
[14/19] Emitting module HTTPTypesFoundation
[15/19] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[16/19] Compiling HTTPTypesFoundation HTTPTypesFoundation.swift
[17/19] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[18/19] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[19/19] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
Build complete! (5.14s)
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.1"
}
✅  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.3
Target:                   HTTPTypes
Extracting symbol information for 'HTTPTypes'...
Finished extracting symbol information for 'HTTPTypes'. (29.73s)
Building documentation for 'HTTPTypes'...
Finished building documentation for 'HTTPTypes' (0.76s)
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/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.08s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.46s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3673] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.15s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.89s)
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.6
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling Snippets Snippet.swift
[7/53] Emitting module Snippets
[8/53] Compiling Snippets SnippetParser.swift
[9/53] Compiling SymbolKit Mixin+Equals.swift
[10/53] Compiling SymbolKit Mixin+Hash.swift
[11/53] Compiling SymbolKit Mixin.swift
[12/53] Compiling SymbolKit LineList.swift
[13/53] Compiling SymbolKit Position.swift
[14/57] Emitting module SymbolKit
[15/57] Compiling SymbolKit Relationship.swift
[16/57] Compiling SymbolKit RelationshipKind.swift
[17/57] Compiling SymbolKit SourceOrigin.swift
[18/57] Compiling SymbolKit GenericConstraints.swift
[19/57] Compiling SymbolKit Swift.swift
[20/57] Compiling SymbolKit SemanticVersion.swift
[21/57] Compiling SymbolKit AccessControl.swift
[22/57] Compiling SymbolKit Availability.swift
[23/57] Compiling SymbolKit AvailabilityItem.swift
[24/57] Compiling SymbolKit Domain.swift
[25/57] Compiling SymbolKit DeclarationFragments.swift
[26/57] Compiling SymbolKit Fragment.swift
[27/57] Compiling SymbolKit FragmentKind.swift
[28/57] Compiling SymbolKit FunctionParameter.swift
[29/57] Compiling SymbolKit FunctionSignature.swift
[30/57] Compiling SymbolKit GenericConstraint.swift
[31/57] Compiling SymbolKit GenericParameter.swift
[32/57] Compiling SymbolKit Generics.swift
[33/57] Compiling SymbolKit Namespace.swift
[34/57] Compiling SymbolKit Identifier.swift
[35/57] Compiling SymbolKit KindIdentifier.swift
[36/57] Compiling SymbolKit Location.swift
[37/57] Compiling SymbolKit Mutability.swift
[38/57] Compiling SymbolKit Symbol.swift
[39/57] Compiling SymbolKit SymbolKind.swift
[40/57] Compiling SymbolKit SymbolGraph.swift
[41/57] Compiling SymbolKit GraphCollector.swift
[42/57] Compiling SymbolKit SourceRange.swift
[43/57] Compiling SymbolKit Metadata.swift
[44/57] Compiling SymbolKit Module.swift
[45/57] Compiling SymbolKit OperatingSystem.swift
[46/57] Compiling SymbolKit Platform.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 URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.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! (4.93s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'HTTPTypes' complete! (0.32s)
Target:                   HTTPTypesFoundation
Extracting symbol information for 'HTTPTypesFoundation'...
Finished extracting symbol information for 'HTTPTypesFoundation'. (0.38s)
Building documentation for 'HTTPTypesFoundation'...
Finished building documentation for 'HTTPTypesFoundation' (0.07s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/apple/swift-http-types/main
Building for debugging...
[0/3] Write swift-version--6988338F2F200930.txt
Build of product 'snippet-extract' complete! (0.22s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'HTTPTypesFoundation' complete! (0.26s)
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
     928
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: 928
Doc size:   7.0MB
Preparing doc bundle ...
Uploading prod-apple-swift-http-types-main-e8d782e2.zip to s3://spi-docs-inbox/prod-apple-swift-http-types-main-e8d782e2.zip
Copying... [14%]
Copying... [24%]
Copying... [33%]
Copying... [42%]
Copying... [52%]
Copying... [61%]
Copying... [71%]
Copying... [80%]
Copying... [94%]
Copying... [100%]
Done.