The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-http-types, reference main (3faa71), with Swift 6.1 for macOS (SPM) on 1 May 2025 06:15:21 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
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 3faa71f Enable Swift 6.1 jobs in CI (#99)
Cloned https://github.com/apple/swift-http-types.git
Revision (git rev-parse @):
3faa71f2b71af4be36bd64113edab62097bf058c
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 from cache
Fetched https://github.com/apple/swift-http-types.git from cache (0.51s)
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 (3faa71f)
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.1
Building package at path:  $PWD
https://github.com/apple/swift-http-types.git
https://github.com/apple/swift-http-types.git
{
  "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"
      ],
      "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" : [
        "HTTPRequest+URL.swift",
        "HTTPTypes+ISOLatin1.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.swift",
        "HTTPResponse.swift",
        "ISOLatin1String.swift",
        "NIOLock.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/12] Compiling HTTPTypes ISOLatin1String.swift
[5/12] Compiling HTTPTypes HTTPFieldName.swift
[6/12] Compiling HTTPTypes HTTPResponse.swift
[7/12] Compiling HTTPTypes HTTPRequest.swift
[8/12] Compiling HTTPTypes HTTPParsedFields.swift
[9/12] Compiling HTTPTypes NIOLock.swift
[10/12] Compiling HTTPTypes HTTPField.swift
[11/12] Emitting module HTTPTypes
[12/12] Compiling HTTPTypes HTTPFields.swift
[13/18] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[14/18] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[15/18] Emitting module HTTPTypesFoundation
[16/18] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[17/18] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[18/18] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
Build complete! (5.44s)
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"
      ],
      "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" : [
        "HTTPRequest+URL.swift",
        "HTTPTypes+ISOLatin1.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.swift",
        "HTTPResponse.swift",
        "ISOLatin1String.swift",
        "NIOLock.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
✅  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.1
Target:                   HTTPTypes
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            release/6.2 -> FETCH_HEAD
 * [new branch]      release/6.2 -> origin/release/6.2
HEAD is now at 8799b69 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'HTTPTypes'...
Finished extracting symbol information for 'HTTPTypes'. (1.89s)
Building documentation for 'HTTPTypes'...
Finished building documentation for 'HTTPTypes' (0.33s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/apple/swift-http-types/main
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.52s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (1.22s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.74s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.37s)
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.3
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Emitting module SymbolKit
[11/57] Compiling SymbolKit DeclarationFragments.swift
[12/57] Compiling SymbolKit Fragment.swift
[13/57] Compiling SymbolKit FragmentKind.swift
[14/57] Compiling SymbolKit FunctionParameter.swift
[15/57] Compiling SymbolKit FunctionSignature.swift
[16/57] Compiling SymbolKit Identifier.swift
[17/57] Compiling SymbolKit KindIdentifier.swift
[18/57] Compiling SymbolKit Location.swift
[19/57] Compiling SymbolKit Mutability.swift
[20/57] Compiling SymbolKit Mixin+Equals.swift
[21/57] Compiling SymbolKit Mixin+Hash.swift
[22/57] Compiling SymbolKit Mixin.swift
[23/57] Compiling SymbolKit LineList.swift
[24/57] Compiling SymbolKit Position.swift
[25/57] Compiling SymbolKit Names.swift
[26/57] Compiling SymbolKit SPI.swift
[27/57] Compiling SymbolKit Snippet.swift
[28/57] Compiling SymbolKit Extension.swift
[29/57] Compiling SymbolKit SemanticVersion.swift
[30/57] Compiling SymbolKit AccessControl.swift
[31/57] Compiling SymbolKit Availability.swift
[32/57] Compiling SymbolKit AvailabilityItem.swift
[33/57] Compiling SymbolKit Domain.swift
[34/57] Compiling SymbolKit SourceRange.swift
[35/57] Compiling SymbolKit Metadata.swift
[36/57] Compiling SymbolKit Module.swift
[37/57] Compiling SymbolKit OperatingSystem.swift
[38/57] Compiling SymbolKit Platform.swift
[39/57] Compiling SymbolKit Relationship.swift
[40/57] Compiling SymbolKit RelationshipKind.swift
[41/57] Compiling SymbolKit SourceOrigin.swift
[42/57] Compiling SymbolKit GenericConstraints.swift
[43/57] Compiling SymbolKit Swift.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets Snippet.swift
[53/57] Compiling Snippets SnippetParser.swift
[54/57] Emitting module Snippets
[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.99s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/10] Compiling HTTPTypes ISOLatin1String.swift
[3/10] Compiling HTTPTypes NIOLock.swift
[4/10] Compiling HTTPTypes HTTPParsedFields.swift
[5/10] Compiling HTTPTypes HTTPField.swift
[6/10] Emitting module HTTPTypes
[7/10] Compiling HTTPTypes HTTPFieldName.swift
[8/10] Compiling HTTPTypes HTTPResponse.swift
[9/10] Compiling HTTPTypes HTTPRequest.swift
[10/10] Compiling HTTPTypes HTTPFields.swift
Build of target: 'HTTPTypes' complete! (0.94s)
Target:                   HTTPTypesFoundation
Extracting symbol information for 'HTTPTypesFoundation'...
Finished extracting symbol information for 'HTTPTypesFoundation'. (1.91s)
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-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.26s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/7] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[3/7] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[4/7] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[5/7] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[6/7] Emitting module HTTPTypesFoundation
[7/7] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
Build of target: 'HTTPTypesFoundation' complete! (0.65s)
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
     906
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: 906
Doc size:   7.0MB
Preparing doc bundle ...
Uploading prod-apple-swift-http-types-main-b3e82d09.zip to s3://spi-docs-inbox/prod-apple-swift-http-types-main-b3e82d09.zip
Copying... [15%]
Copying... [24%]
Copying... [34%]
Copying... [44%]
Copying... [54%]
Copying... [63%]
Copying... [73%]
Copying... [83%]
Copying... [93%]
Copying... [100%]
Done.