Build Information
Successful build of swift-http-field-types, reference 0.3.5 (bf6bae
), with Swift 6.0 for macOS (SPM) on 1 Dec 2024 19:20:19 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.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.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/edonv/swift-http-field-types.git
Reference: 0.3.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/edonv/swift-http-field-types
* tag 0.3.5 -> FETCH_HEAD
HEAD is now at bf6bae8 Update HTTPCookieField.swift
Cloned https://github.com/edonv/swift-http-field-types.git
Revision (git rev-parse @):
bf6bae82338d1d5023fc1db781f179770ac1dfe0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/edonv/swift-http-field-types.git at 0.3.5
Fetching https://github.com/apple/swift-http-types.git
[1/671] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.86s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.0 (2.99s)
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.3.0
========================================
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-field-types",
"name": "swift-http-field-types",
"url": "https://github.com/edonv/swift-http-field-types.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-http-field-types",
"dependencies": [
{
"identity": "swift-http-types",
"name": "swift-http-types",
"url": "https://github.com/apple/swift-http-types.git",
"version": "1.3.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-http-types",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/edonv/swift-http-field-types.git
[1/390] Fetching swift-http-field-types
Fetched https://github.com/edonv/swift-http-field-types.git from cache (0.79s)
Fetching https://github.com/apple/swift-http-types.git from cache
Fetched https://github.com/apple/swift-http-types.git from cache (0.56s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.1 (0.50s)
Creating working copy for https://github.com/edonv/swift-http-field-types.git
Working copy of https://github.com/edonv/swift-http-field-types.git resolved at 0.3.5 (bf6bae8)
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.3.1
warning: '.resolve-product-dependencies': dependency 'swift-http-field-types' is not used by any target
Found 1 product dependencies
- swift-http-types
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/edonv/swift-http-field-types.git
{
"dependencies" : [
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types.git"
}
],
"manifest_display_name" : "swift-http-field-types",
"name" : "swift-http-field-types",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "HTTPFieldTypes",
"targets" : [
"HTTPFieldTypes"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HTTPFieldTypesTests",
"module_type" : "SwiftTarget",
"name" : "HTTPFieldTypesTests",
"path" : "Tests/HTTPFieldTypesTests",
"product_dependencies" : [
"HTTPTypes"
],
"sources" : [
"HTTPFieldCookieTests.swift",
"HTTPRangesTests.swift"
],
"target_dependencies" : [
"HTTPFieldTypes"
],
"type" : "test"
},
{
"c99name" : "HTTPFieldTypes",
"module_type" : "SwiftTarget",
"name" : "HTTPFieldTypes",
"path" : "Sources/HTTPFieldTypes",
"product_dependencies" : [
"HTTPTypes"
],
"product_memberships" : [
"HTTPFieldTypes"
],
"sources" : [
"Cookies/Fields/HTTPCookieField.swift",
"Cookies/Fields/HTTPSetCookieField.swift",
"Cookies/Helpers/HTTPCookie.swift",
"Cookies/Helpers/HTTPSetCookie+Attributes.swift",
"Dates/HTTPDate.swift",
"HTTPFieldValue.swift",
"HTTPFields+Extensions/HTTPFields+CookieFields.swift",
"HTTPFields+Extensions/HTTPFields+RangeFields.swift",
"Ranges/Fields/HTTPContentRangeField.swift",
"Ranges/Fields/HTTPRangeField.swift",
"Ranges/Helpers/HTTPRange+Unit.swift",
"Ranges/Helpers/HTTPRange.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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--7754E27361AE5C74.txt
[4/11] Compiling HTTPTypes HTTPParsedFields.swift
[5/11] Compiling HTTPTypes HTTPField.swift
[6/11] Compiling HTTPTypes ISOLatin1String.swift
[7/11] Compiling HTTPTypes HTTPResponse.swift
[8/11] Compiling HTTPTypes HTTPRequest.swift
[9/11] Compiling HTTPTypes HTTPFields.swift
[10/11] Compiling HTTPTypes HTTPFieldName.swift
[11/11] Emitting module HTTPTypes
[12/23] Compiling HTTPFieldTypes HTTPFields+RangeFields.swift
[13/24] Compiling HTTPFieldTypes HTTPFields+CookieFields.swift
[14/24] Compiling HTTPFieldTypes HTTPContentRangeField.swift
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPContentRangeField.Size' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPContentRangeField.Size' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
[15/24] Compiling HTTPFieldTypes HTTPRange+Unit.swift
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPRange.Unit' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPRange.Unit' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
[16/24] Compiling HTTPFieldTypes HTTPFieldValue.swift
[17/24] Compiling HTTPFieldTypes HTTPCookie.swift
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute.SameSiteValue' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute.SameSiteValue' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
[18/24] Compiling HTTPFieldTypes HTTPSetCookie+Attributes.swift
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute.SameSiteValue' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute.SameSiteValue' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
[19/24] Emitting module HTTPFieldTypes
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute.SameSiteValue' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute.SameSiteValue' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPContentRangeField.Size' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPContentRangeField.Size' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPRange.Unit' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPRange.Unit' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPRange' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPRange' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
[20/24] Compiling HTTPFieldTypes HTTPDate.swift
[21/24] Compiling HTTPFieldTypes HTTPCookieField.swift
[22/24] Compiling HTTPFieldTypes HTTPSetCookieField.swift
[23/24] Compiling HTTPFieldTypes HTTPRangeField.swift
[24/24] Compiling HTTPFieldTypes HTTPRange.swift
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPRange' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPRange' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
Build complete! (12.77s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types.git"
}
],
"manifest_display_name" : "swift-http-field-types",
"name" : "swift-http-field-types",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "HTTPFieldTypes",
"targets" : [
"HTTPFieldTypes"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HTTPFieldTypesTests",
"module_type" : "SwiftTarget",
"name" : "HTTPFieldTypesTests",
"path" : "Tests/HTTPFieldTypesTests",
"product_dependencies" : [
"HTTPTypes"
],
"sources" : [
"HTTPFieldCookieTests.swift",
"HTTPRangesTests.swift"
],
"target_dependencies" : [
"HTTPFieldTypes"
],
"type" : "test"
},
{
"c99name" : "HTTPFieldTypes",
"module_type" : "SwiftTarget",
"name" : "HTTPFieldTypes",
"path" : "Sources/HTTPFieldTypes",
"product_dependencies" : [
"HTTPTypes"
],
"product_memberships" : [
"HTTPFieldTypes"
],
"sources" : [
"Cookies/Fields/HTTPCookieField.swift",
"Cookies/Fields/HTTPSetCookieField.swift",
"Cookies/Helpers/HTTPCookie.swift",
"Cookies/Helpers/HTTPSetCookie+Attributes.swift",
"Dates/HTTPDate.swift",
"HTTPFieldValue.swift",
"HTTPFields+Extensions/HTTPFields+CookieFields.swift",
"HTTPFields+Extensions/HTTPFields+RangeFields.swift",
"Ranges/Fields/HTTPContentRangeField.swift",
"Ranges/Fields/HTTPRangeField.swift",
"Ranges/Helpers/HTTPRange+Unit.swift",
"Ranges/Helpers/HTTPRange.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/edonv/swift-http-field-types/0.3.5
Repository: edonv/swift-http-field-types
Swift version used: 6.0
Target: HTTPFieldTypes
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 88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'HTTPFieldTypes'...
Finished extracting symbol information for 'HTTPFieldTypes'. (3.26s)
Building documentation for 'HTTPFieldTypes'...
Finished building documentation for 'HTTPFieldTypes' (0.16s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/edonv/swift-http-field-types/0.3.5
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2044] Fetching swift-docc-plugin
Updating https://github.com/apple/swift-http-types.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.27s)
Updated https://github.com/apple/swift-http-types.git (0.45s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.0 (0.56s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.55s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3188] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.30s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.57s)
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
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
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.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] Compiling SymbolKit SourceRange.swift
[11/57] Compiling SymbolKit Metadata.swift
[12/57] Compiling SymbolKit Module.swift
[13/57] Compiling SymbolKit OperatingSystem.swift
[14/57] Compiling SymbolKit Platform.swift
[15/57] Compiling SymbolKit Mixin+Equals.swift
[16/57] Compiling SymbolKit Mixin+Hash.swift
[17/57] Compiling SymbolKit Mixin.swift
[18/57] Compiling SymbolKit LineList.swift
[19/57] Compiling SymbolKit Position.swift
[20/57] Emitting module SymbolKit
[21/57] Compiling SymbolKit Names.swift
[22/57] Compiling SymbolKit SPI.swift
[23/57] Compiling SymbolKit Snippet.swift
[24/57] Compiling SymbolKit Extension.swift
[25/57] Compiling SymbolKit Identifier.swift
[26/57] Compiling SymbolKit KindIdentifier.swift
[27/57] Compiling SymbolKit Location.swift
[28/57] Compiling SymbolKit Mutability.swift
[29/57] Compiling SymbolKit DeclarationFragments.swift
[30/57] Compiling SymbolKit Fragment.swift
[31/57] Compiling SymbolKit FragmentKind.swift
[32/57] Compiling SymbolKit FunctionParameter.swift
[33/57] Compiling SymbolKit FunctionSignature.swift
[34/57] Compiling SymbolKit Relationship.swift
[35/57] Compiling SymbolKit RelationshipKind.swift
[36/57] Compiling SymbolKit SourceOrigin.swift
[37/57] Compiling SymbolKit GenericConstraints.swift
[38/57] Compiling SymbolKit Swift.swift
[39/57] Compiling SymbolKit Symbol.swift
[40/57] Compiling SymbolKit SymbolKind.swift
[41/57] Compiling SymbolKit SymbolGraph.swift
[42/57] Compiling SymbolKit GraphCollector.swift
[43/57] Compiling SymbolKit SemanticVersion.swift
[44/57] Compiling SymbolKit AccessControl.swift
[45/57] Compiling SymbolKit Availability.swift
[46/57] Compiling SymbolKit AvailabilityItem.swift
[47/57] Compiling SymbolKit Domain.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] Compiling Snippets Snippet.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! (3.92s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/9] Compiling HTTPTypes ISOLatin1String.swift
[3/9] Compiling HTTPTypes HTTPResponse.swift
[4/9] Compiling HTTPTypes HTTPParsedFields.swift
[5/9] Compiling HTTPTypes HTTPRequest.swift
[6/9] Compiling HTTPTypes HTTPField.swift
[7/9] Compiling HTTPTypes HTTPFieldName.swift
[8/9] Emitting module HTTPTypes
[9/9] Compiling HTTPTypes HTTPFields.swift
[10/21] Compiling HTTPFieldTypes HTTPFields+RangeFields.swift
[11/21] Compiling HTTPFieldTypes HTTPRange+Unit.swift
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPRange.Unit' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPRange.Unit' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
[12/22] Compiling HTTPFieldTypes HTTPFieldValue.swift
[13/22] Compiling HTTPFieldTypes HTTPContentRangeField.swift
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPContentRangeField.Size' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPContentRangeField.Size' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
[14/22] Compiling HTTPFieldTypes HTTPRangeField.swift
[15/22] Emitting module HTTPFieldTypes
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute.SameSiteValue' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute.SameSiteValue' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPContentRangeField.Size' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPContentRangeField.Size' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPRange.Unit' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPRange.Unit' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPRange' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPRange' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
[16/22] Compiling HTTPFieldTypes HTTPCookie.swift
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute.SameSiteValue' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute.SameSiteValue' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
[17/22] Compiling HTTPFieldTypes HTTPSetCookie+Attributes.swift
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute.SameSiteValue' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute.SameSiteValue' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
[18/22] Compiling HTTPFieldTypes HTTPDate.swift
[19/22] Compiling HTTPFieldTypes HTTPFields+CookieFields.swift
[20/22] Compiling HTTPFieldTypes HTTPCookieField.swift
[21/22] Compiling HTTPFieldTypes HTTPSetCookieField.swift
[22/22] Compiling HTTPFieldTypes HTTPRange.swift
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPRange' to 'Hashable' by implementing 'hash(into:)' instead
1 | extension RawRepresentable where Self : Hashable, Self.RawValue : Hashable {
2 | @inlinable public var hashValue: Int { get }
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPRange' to 'Hashable' by implementing 'hash(into:)' instead
3 | @inlinable public func hash(into hasher: inout Hasher)
4 | @inlinable public func _rawHashValue(seed: Int) -> Int
Build of target: 'HTTPFieldTypes' complete! (1.23s)
440
4 /Users/admin/builder/spi-builder-workspace/.docs/edonv/swift-http-field-types/0.3.5
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/edonv/swift-http-field-types/0.3.5
File count: 440
Doc size: 4.0MB
Preparing doc bundle ...
Uploading prod-edonv-swift-http-field-types-0.3.5-08b51674.zip to s3://spi-docs-inbox/prod-edonv-swift-http-field-types-0.3.5-08b51674.zip
Copying... [16%]
Copying... [25%]
Copying... [33%]
Copying... [41%]
Copying... [58%]
Copying... [66%]
Copying... [74%]
Copying... [82%]
Copying... [91%]
Copying... [100%]
Done.