Build Information
Successful build of swift-http-field-types, reference 0.3.5 (bf6bae
), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 02:26:43 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/edonv/swift-http-field-types.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/12] Compiling HTTPTypes ISOLatin1String.swift
[5/12] Compiling HTTPTypes HTTPResponse.swift
[6/12] Compiling HTTPTypes HTTPRequest.swift
[7/12] Compiling HTTPTypes NIOLock.swift
[8/12] Compiling HTTPTypes HTTPParsedFields.swift
[9/12] Compiling HTTPTypes HTTPField.swift
[10/12] Emitting module HTTPTypes
[11/12] Compiling HTTPTypes HTTPFields.swift
[12/12] Compiling HTTPTypes HTTPFieldName.swift
[13/24] Compiling HTTPFieldTypes HTTPFields+CookieFields.swift
[14/25] Emitting module HTTPFieldTypes
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute.SameSiteValue' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
1 | protocol RawRepresentable {
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 [#DeprecatedDeclaration]
3 |
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
1 | protocol RawRepresentable {
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 [#DeprecatedDeclaration]
3 |
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPContentRangeField.Size' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
1 | protocol RawRepresentable {
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 [#DeprecatedDeclaration]
3 |
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPRange.Unit' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
1 | protocol RawRepresentable {
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 [#DeprecatedDeclaration]
3 |
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPRange' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
1 | protocol RawRepresentable {
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 [#DeprecatedDeclaration]
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[15/25] Compiling HTTPFieldTypes HTTPDate.swift
[16/25] Compiling HTTPFieldTypes HTTPCookieField.swift
[17/25] Compiling HTTPFieldTypes HTTPSetCookieField.swift
[18/25] Compiling HTTPFieldTypes HTTPCookie.swift
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute.SameSiteValue' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
1 | protocol RawRepresentable {
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 [#DeprecatedDeclaration]
3 |
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
1 | protocol RawRepresentable {
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 [#DeprecatedDeclaration]
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[19/25] Compiling HTTPFieldTypes HTTPSetCookie+Attributes.swift
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute.SameSiteValue' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
1 | protocol RawRepresentable {
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 [#DeprecatedDeclaration]
3 |
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
1 | protocol RawRepresentable {
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 [#DeprecatedDeclaration]
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[20/25] Compiling HTTPFieldTypes HTTPFields+RangeFields.swift
[21/25] Compiling HTTPFieldTypes HTTPRangeField.swift
[22/25] Compiling HTTPFieldTypes HTTPRange+Unit.swift
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPRange.Unit' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
1 | protocol RawRepresentable {
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 [#DeprecatedDeclaration]
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[23/25] Compiling HTTPFieldTypes HTTPContentRangeField.swift
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPContentRangeField.Size' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
1 | protocol RawRepresentable {
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 [#DeprecatedDeclaration]
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[24/25] Compiling HTTPFieldTypes HTTPFieldValue.swift
[25/25] Compiling HTTPFieldTypes HTTPRange.swift
Swift.RawRepresentable.hashValue:2:23: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPRange' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
1 | protocol RawRepresentable {
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 [#DeprecatedDeclaration]
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (7.38s)
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.90s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.35s)
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.4.0
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"
}
Done.