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-field-types, reference main (bf6bae), with Swift 6.0 (beta) for macOS (SPM) on 15 Sep 2024 02:41:08 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/edonv/swift-http-field-types.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/edonv/swift-http-field-types
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/edonv/swift-http-field-types.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-117DEE11B69C53C9.txt
[4/11] Compiling HTTPTypes HTTPParsedFields.swift
[5/11] Compiling HTTPTypes HTTPResponse.swift
[6/11] Compiling HTTPTypes ISOLatin1String.swift
[7/11] Compiling HTTPTypes HTTPFieldName.swift
[8/11] Compiling HTTPTypes HTTPField.swift
[9/11] Emitting module HTTPTypes
[10/11] Compiling HTTPTypes HTTPRequest.swift
[11/11] Compiling HTTPTypes HTTPFields.swift
[12/23] 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
[13/23] 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
[14/23] Compiling HTTPFieldTypes HTTPFieldValue.swift
[15/23] Compiling HTTPFieldTypes HTTPCookieField.swift
[16/23] Compiling HTTPFieldTypes HTTPSetCookieField.swift
[17/23] 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
[18/24] Compiling HTTPFieldTypes HTTPFields+CookieFields.swift
[19/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
[20/24] Compiling HTTPFieldTypes HTTPDate.swift
[21/24] Compiling HTTPFieldTypes HTTPFields+RangeFields.swift
[22/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
[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! (18.05s)
Fetching https://github.com/apple/swift-http-types.git
[1/528] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.79s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.0 (3.23s)
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
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.