Build Information
Successful build of swift-http-types, reference main (3faa71
), with Swift 6.0 for macOS (SPM) on 14 Apr 2025 17:44:42 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.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.60.1
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
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.73s)
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.0
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.2.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-5BDAB9E9C0126B9D.txt
[4/12] Compiling HTTPTypes ISOLatin1String.swift
[5/12] Compiling HTTPTypes NIOLock.swift
[6/12] Compiling HTTPTypes HTTPResponse.swift
[7/12] Compiling HTTPTypes HTTPParsedFields.swift
[8/12] Emitting module HTTPTypes
[9/12] Compiling HTTPTypes HTTPRequest.swift
[10/12] Compiling HTTPTypes HTTPField.swift
[11/12] Compiling HTTPTypes HTTPFieldName.swift
[12/12] Compiling HTTPTypes HTTPFields.swift
[13/18] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[14/18] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[15/18] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[16/18] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[17/18] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[18/18] Emitting module HTTPTypesFoundation
Build complete! (11.86s)
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.0
Target: HTTPTypes
Extracting symbol information for 'HTTPTypes'...
Finished extracting symbol information for 'HTTPTypes'. (1.53s)
Building documentation for 'HTTPTypes'...
Finished building documentation for 'HTTPTypes' (0.30s)
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/2050] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.18s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.48s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3366] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.17s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.59s)
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
[0/8] Write snippet-extract-tool-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version-5BDAB9E9C0126B9D.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 SemanticVersion.swift
[12/57] Compiling SymbolKit AccessControl.swift
[13/57] Compiling SymbolKit Availability.swift
[14/57] Compiling SymbolKit AvailabilityItem.swift
[15/57] Compiling SymbolKit Domain.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 Relationship.swift
[26/57] Compiling SymbolKit RelationshipKind.swift
[27/57] Compiling SymbolKit SourceOrigin.swift
[28/57] Compiling SymbolKit GenericConstraints.swift
[29/57] Compiling SymbolKit Swift.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 DeclarationFragments.swift
[36/57] Compiling SymbolKit Fragment.swift
[37/57] Compiling SymbolKit FragmentKind.swift
[38/57] Compiling SymbolKit FunctionParameter.swift
[39/57] Compiling SymbolKit FunctionSignature.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 Names.swift
[45/57] Compiling SymbolKit SPI.swift
[46/57] Compiling SymbolKit Snippet.swift
[47/57] Compiling SymbolKit Extension.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 SnippetParser.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets Snippet.swift
[55/61] Emitting module snippet_extract
[56/61] Compiling snippet_extract SnippetBuildCommand.swift
[57/61] Compiling snippet_extract URL+Status.swift
[58/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.00s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/10] Compiling HTTPTypes NIOLock.swift
[3/10] Compiling HTTPTypes ISOLatin1String.swift
[4/10] Compiling HTTPTypes HTTPRequest.swift
[5/10] Compiling HTTPTypes HTTPResponse.swift
[6/10] Compiling HTTPTypes HTTPParsedFields.swift
[7/10] Emitting module HTTPTypes
[8/10] Compiling HTTPTypes HTTPFields.swift
[9/10] Compiling HTTPTypes HTTPFieldName.swift
[10/10] Compiling HTTPTypes HTTPField.swift
Build of target: 'HTTPTypes' complete! (0.62s)
Target: HTTPTypesFoundation
Extracting symbol information for 'HTTPTypesFoundation'...
Finished extracting symbol information for 'HTTPTypesFoundation'. (1.80s)
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-5BDAB9E9C0126B9D.txt
Build of product 'snippet-extract' complete! (0.18s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/7] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[3/7] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[4/7] Compiling HTTPTypesFoundation URLResponse+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.55s)
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-3e6dc753.zip to s3://spi-docs-inbox/prod-apple-swift-http-types-main-3e6dc753.zip
Copying... [15%]
Copying... [24%]
Copying... [34%]
Copying... [44%]
Copying... [53%]
Copying... [63%]
Copying... [73%]
Copying... [82%]
Copying... [92%]
Copying... [100%]
Done.