Build Information
Failed to build swift-http-field-types, reference 0.3.5 (bf6bae
), with Swift 5.8 for macOS (SPM) on 15 Sep 2024 02:32:25 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
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: 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: 5.8
Building package at path: $PWD
https://github.com/edonv/swift-http-field-types.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling HTTPTypes ISOLatin1String.swift
[2/8] Compiling HTTPTypes HTTPRequest.swift
[3/8] Compiling HTTPTypes HTTPResponse.swift
[4/8] Compiling HTTPTypes HTTPParsedFields.swift
[5/8] Compiling HTTPTypes HTTPField.swift
[6/8] Compiling HTTPTypes HTTPFields.swift
[7/8] Emitting module HTTPTypes
[8/8] Compiling HTTPTypes HTTPFieldName.swift
[9/20] 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
@inlinable public var hashValue: Int { get }
^
[10/21] Compiling HTTPFieldTypes HTTPRangeField.swift
[11/21] 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
@inlinable public var hashValue: Int { get }
^
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute' to 'Hashable' by implementing 'hash(into:)' instead
@inlinable public var hashValue: Int { get }
^
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPContentRangeField.Size' to 'Hashable' by implementing 'hash(into:)' instead
@inlinable public var hashValue: Int { get }
^
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPRange.Unit' to 'Hashable' by implementing 'hash(into:)' instead
@inlinable public var hashValue: Int { get }
^
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPRange' to 'Hashable' by implementing 'hash(into:)' instead
@inlinable public var hashValue: Int { get }
^
[12/21] Compiling HTTPFieldTypes HTTPFields+RangeFields.swift
[13/21] Compiling HTTPFieldTypes HTTPFieldValue.swift
[14/21] Compiling HTTPFieldTypes HTTPFields+CookieFields.swift
[15/21] Compiling HTTPFieldTypes HTTPCookieField.swift
[16/21] Compiling HTTPFieldTypes HTTPSetCookieField.swift
[17/21] Compiling HTTPFieldTypes HTTPDate.swift
[18/21] 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
@inlinable public var hashValue: Int { get }
^
[19/21] 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
@inlinable public var hashValue: Int { get }
^
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute' to 'Hashable' by implementing 'hash(into:)' instead
@inlinable public var hashValue: Int { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPFieldTypes/Cookies/Helpers/HTTPSetCookie+Attributes.swift:157:24: error: reference to member 'domain' cannot be resolved without a contextual type
case .domain: .domain
~^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HTTPFieldTypes/Cookies/Helpers/HTTPSetCookie+Attributes.swift:158:25: error: reference to member 'expires' cannot be resolved without a contextual type
case .expires: .expires
~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HTTPFieldTypes/Cookies/Helpers/HTTPSetCookie+Attributes.swift:159:26: error: reference to member 'httpOnly' cannot be resolved without a contextual type
case .httpOnly: .httpOnly
~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HTTPFieldTypes/Cookies/Helpers/HTTPSetCookie+Attributes.swift:160:24: error: reference to member 'maxAge' cannot be resolved without a contextual type
case .maxAge: .maxAge
~^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HTTPFieldTypes/Cookies/Helpers/HTTPSetCookie+Attributes.swift:161:29: error: reference to member 'partitioned' cannot be resolved without a contextual type
case .partitioned: .partitioned
~^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HTTPFieldTypes/Cookies/Helpers/HTTPSetCookie+Attributes.swift:162:22: error: reference to member 'path' cannot be resolved without a contextual type
case .path: .path
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/HTTPFieldTypes/Cookies/Helpers/HTTPSetCookie+Attributes.swift:163:24: error: reference to member 'secure' cannot be resolved without a contextual type
case .secure: .secure
~^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HTTPFieldTypes/Cookies/Helpers/HTTPSetCookie+Attributes.swift:164:26: error: reference to member 'sameSite' cannot be resolved without a contextual type
case .sameSite: .sameSite
~^~~~~~~~
[20/21] 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
@inlinable public var hashValue: Int { get }
^
Swift.RawRepresentable:2:27: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'HTTPSetCookieField.Attribute' to 'Hashable' by implementing 'hash(into:)' instead
@inlinable public var hashValue: Int { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/HTTPFieldTypes/Cookies/Helpers/HTTPSetCookie+Attributes.swift:157:24: error: reference to member 'domain' cannot be resolved without a contextual type
case .domain: .domain
~^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HTTPFieldTypes/Cookies/Helpers/HTTPSetCookie+Attributes.swift:158:25: error: reference to member 'expires' cannot be resolved without a contextual type
case .expires: .expires
~^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HTTPFieldTypes/Cookies/Helpers/HTTPSetCookie+Attributes.swift:159:26: error: reference to member 'httpOnly' cannot be resolved without a contextual type
case .httpOnly: .httpOnly
~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HTTPFieldTypes/Cookies/Helpers/HTTPSetCookie+Attributes.swift:160:24: error: reference to member 'maxAge' cannot be resolved without a contextual type
case .maxAge: .maxAge
~^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HTTPFieldTypes/Cookies/Helpers/HTTPSetCookie+Attributes.swift:161:29: error: reference to member 'partitioned' cannot be resolved without a contextual type
case .partitioned: .partitioned
~^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HTTPFieldTypes/Cookies/Helpers/HTTPSetCookie+Attributes.swift:162:22: error: reference to member 'path' cannot be resolved without a contextual type
case .path: .path
~^~~~
/Users/admin/builder/spi-builder-workspace/Sources/HTTPFieldTypes/Cookies/Helpers/HTTPSetCookie+Attributes.swift:163:24: error: reference to member 'secure' cannot be resolved without a contextual type
case .secure: .secure
~^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/HTTPFieldTypes/Cookies/Helpers/HTTPSetCookie+Attributes.swift:164:26: error: reference to member 'sameSite' cannot be resolved without a contextual type
case .sameSite: .sameSite
~^~~~~~~~
[21/21] 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
@inlinable public var hashValue: Int { get }
^
Fetching https://github.com/apple/swift-http-types.git
[6/528] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git (1.30s)
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.98s)
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 FAILURE 5.8 macosSpm