Build Information
Successful build of swift-http-types, reference 1.5.1 (45eb02), with Swift 6.2 for macOS (SPM) on 21 Oct 2025 23:57:18 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build 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
========================================
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/939] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.83s)
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 1.5.1 (45eb022)
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 HTTPFields.swift
[8/13] Compiling HTTPTypes HTTPRequest.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 URLResponse+HTTPTypes.swift
[15/19] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[16/19] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[17/19] Emitting module HTTPTypesFoundation
[18/19] Compiling HTTPTypesFoundation HTTPTypesFoundation.swift
[19/19] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
Build complete! (4.62s)
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"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/apple/swift-http-types/1.5.1
Repository: apple/swift-http-types
Swift version used: 6.2
Target: HTTPTypes
Extracting symbol information for 'HTTPTypes'...
Finished extracting symbol information for 'HTTPTypes'. (1.80s)
Building documentation for 'HTTPTypes'...
Finished building documentation for 'HTTPTypes' (0.36s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/apple/swift-http-types/1.5.1
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2133] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.62s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.73s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3554] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.91s)
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.5
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit GenericConstraint.swift
[8/57] Compiling SymbolKit GenericParameter.swift
[9/57] Compiling SymbolKit Generics.swift
[10/57] Compiling SymbolKit Namespace.swift
[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 SemanticVersion.swift
[17/57] Compiling SymbolKit AccessControl.swift
[18/57] Compiling SymbolKit Availability.swift
[19/57] Compiling SymbolKit AvailabilityItem.swift
[20/57] Compiling SymbolKit Domain.swift
[21/57] Compiling SymbolKit Mixin+Equals.swift
[22/57] Compiling SymbolKit Mixin+Hash.swift
[23/57] Compiling SymbolKit Mixin.swift
[24/57] Compiling SymbolKit LineList.swift
[25/57] Compiling SymbolKit Position.swift
[26/57] Compiling SymbolKit Names.swift
[27/57] Compiling SymbolKit SPI.swift
[28/57] Compiling SymbolKit Snippet.swift
[29/57] Compiling SymbolKit Extension.swift
[30/57] Compiling SymbolKit SourceRange.swift
[31/57] Compiling SymbolKit Metadata.swift
[32/57] Compiling SymbolKit Module.swift
[33/57] Compiling SymbolKit OperatingSystem.swift
[34/57] Compiling SymbolKit Platform.swift
[35/57] Compiling SymbolKit Relationship.swift
[36/57] Compiling SymbolKit RelationshipKind.swift
[37/57] Compiling SymbolKit SourceOrigin.swift
[38/57] Compiling SymbolKit GenericConstraints.swift
[39/57] Compiling SymbolKit Swift.swift
[40/57] Compiling SymbolKit Symbol.swift
[41/57] Compiling SymbolKit SymbolKind.swift
[42/57] Compiling SymbolKit SymbolGraph.swift
[43/57] Compiling SymbolKit GraphCollector.swift
[44/57] Compiling SymbolKit Identifier.swift
[45/57] Compiling SymbolKit KindIdentifier.swift
[46/57] Compiling SymbolKit Location.swift
[47/57] Compiling SymbolKit Mutability.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 URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (2.99s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'HTTPTypes' complete! (0.18s)
Target: HTTPTypesFoundation
Extracting symbol information for 'HTTPTypesFoundation'...
Finished extracting symbol information for 'HTTPTypesFoundation'. (0.29s)
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/1.5.1
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.19s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'HTTPTypesFoundation' complete! (0.18s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/apple/swift-http-types/1.5.1/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/apple/swift-http-types/1.5.1/linkable-paths.json
916
7 /Users/admin/builder/spi-builder-workspace/.docs/apple/swift-http-types/1.5.1
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/apple/swift-http-types/1.5.1
File count: 916
Doc size: 7.0MB
Preparing doc bundle ...
Uploading prod-apple-swift-http-types-1.5.1-fdb6bf87.zip to s3://spi-docs-inbox/prod-apple-swift-http-types-1.5.1-fdb6bf87.zip
Copying... [15%]
Copying... [24%]
Copying... [34%]
Copying... [44%]
Copying... [53%]
Copying... [63%]
Copying... [73%]
Copying... [82%]
Copying... [92%]
Copying... [100%]
Done.