The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-http-client, reference main (192238), with Swift 6.1 for Wasm on 25 Feb 2026 22:13:43 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/grdsdev/swift-http-client.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/grdsdev/swift-http-client
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1922381 feat: migrate to Swift 6.0 with sending/consuming annotations (#9)
Cloned https://github.com/grdsdev/swift-http-client.git
Revision (git rev-parse @):
192238148a6c166e0edb4b5c96faadfd7d2734f8
SUCCESS checkout https://github.com/grdsdev/swift-http-client.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/grdsdev/swift-http-client.git
https://github.com/grdsdev/swift-http-client.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    }
  ],
  "manifest_display_name" : "swift-http-client",
  "name" : "swift-http-client",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "HTTPClient",
      "targets" : [
        "HTTPClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HTTPClientTests",
      "module_type" : "SwiftTarget",
      "name" : "HTTPClientTests",
      "path" : "Tests/HTTPClientTests",
      "sources" : [
        "ClientTests.swift",
        "ErrorTests.swift",
        "HTTPBodyProgressTests.swift",
        "HTTPBodyTests.swift",
        "IntegrationTests.swift",
        "LoggingMiddlewareTests.swift",
        "MiddlewareTests.swift",
        "MultipartFormDataIntegrationTests.swift",
        "MultipartFormDataTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "HTTPClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTTPClient",
      "module_type" : "SwiftTarget",
      "name" : "HTTPClient",
      "path" : "Sources/HTTPClient",
      "product_dependencies" : [
        "HTTPTypes",
        "HTTPTypesFoundation",
        "Logging",
        "DequeModule"
      ],
      "product_memberships" : [
        "HTTPClient"
      ],
      "sources" : [
        "Base/PrettyStringConvertible.swift",
        "Errors/ClientError.swift",
        "Errors/RuntimeError.swift",
        "Exports.swift",
        "HTTPClientFoundation/BufferedStream/BufferedStream.swift",
        "HTTPClientFoundation/BufferedStream/Lock.swift",
        "HTTPClientFoundation/URLSessionBidirectionalStreaming/BidirectionalStreamingURLSessionDelegate.swift",
        "HTTPClientFoundation/URLSessionBidirectionalStreaming/HTTPBodyOutputStreamBridge.swift",
        "HTTPClientFoundation/URLSessionBidirectionalStreaming/URLSession+Extensions.swift",
        "HTTPClientFoundation/URLSessionTransport.swift",
        "Interface/AsyncSequenceCommon.swift",
        "Interface/Client+MultipartFormData.swift",
        "Interface/Client.swift",
        "Interface/ClientTransport.swift",
        "Interface/CurrencyTypes.swift",
        "Interface/HTTPBody+Extensions.swift",
        "Interface/HTTPBody+Progress.swift",
        "Interface/HTTPBody.swift",
        "Interface/MultipartFormData+HTTPBody.swift",
        "Interface/MultipartFormData.swift",
        "Middlewares/LoggingMiddleware.swift",
        "MockClientTransport.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/apple/swift-collections
[1/951] Fetching swift-http-types
[211/20990] Fetching swift-http-types, swift-collections
[2355/27080] Fetching swift-http-types, swift-collections, swift-log
Fetched https://github.com/apple/swift-http-types from cache (0.52s)
[2413/26129] Fetching swift-collections, swift-log
Fetched https://github.com/apple/swift-log from cache (3.20s)
Fetched https://github.com/apple/swift-collections from cache (3.25s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (4.42s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (1.48s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.10.1 (0.97s)
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.10.1
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/37] Compiling HTTPTypes HTTPField.swift
[9/37] Compiling HTTPTypes HTTPFieldName.swift
[10/38] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[11/38] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[12/40] Compiling HTTPTypes HTTPParsedFields.swift
[13/40] Compiling HTTPTypes HTTPResponse.swift
[14/40] Compiling HTTPTypes ISOLatin1String.swift
[15/40] Compiling HTTPTypes HTTPRequest.swift
[18/40] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[19/40] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[20/40] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[21/40] Compiling InternalCollectionsUtilities Integer rank.swift
[22/40] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[23/40] Emitting module InternalCollectionsUtilities
[24/40] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[25/40] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[26/40] Compiling InternalCollectionsUtilities _SortedCollection.swift
[27/40] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[28/40] Compiling InternalCollectionsUtilities Debugging.swift
[29/40] Compiling InternalCollectionsUtilities Descriptions.swift
[30/40] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[31/40] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[33/41] Compiling Logging MetadataProvider.swift
[34/41] Compiling Logging Locks.swift
[35/41] Emitting module Logging
[36/56] Compiling HTTPTypes NIOLock.swift
[37/56] Compiling HTTPTypes HTTPRequest+URL.swift
[38/56] Compiling Logging LogHandler.swift
[39/56] Compiling Logging Logging.swift
[41/57] Compiling DequeModule _DequeBuffer.swift
[42/57] Compiling DequeModule _DequeBufferHeader.swift
[43/59] Compiling DequeModule _DequeSlot.swift
[44/59] Compiling DequeModule _UnsafeWrappedBuffer.swift
[45/59] Compiling DequeModule Deque+Codable.swift
[46/59] Compiling DequeModule Deque+Collection.swift
[47/59] Compiling DequeModule Deque._UnsafeHandle.swift
[48/59] Compiling DequeModule Deque.swift
[49/59] Compiling DequeModule Deque+Extras.swift
[50/59] Compiling DequeModule Deque+Hashable.swift
[51/59] Compiling DequeModule Deque+Testing.swift
[52/59] Compiling DequeModule Deque._Storage.swift
[53/59] Compiling DequeModule Deque+Equatable.swift
[54/59] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[55/59] Compiling DequeModule Deque+CustomReflectable.swift
[56/59] Compiling DequeModule Deque+Descriptions.swift
[57/59] Emitting module DequeModule
[59/60] Emitting module HTTPTypes
[60/60] Compiling HTTPTypes HTTPFields.swift
[62/67] Compiling HTTPTypesFoundation HTTPTypesFoundation.swift
[63/67] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypesFoundation/URLSession+HTTPTypes.swift:51:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 49 |
 50 | @available(macOS 12.0, iOS 15.0, watchOS 8.0, tvOS 15.0, *)
 51 | extension URLSession {
    | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 52 |     /// Convenience method to load data using an `HTTPRequest`; creates and resumes a `URLSessionDataTask` internally.
 53 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypesFoundation/URLSession+HTTPTypes.swift:155:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
153 |
154 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
155 | extension URLSession {
    | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
156 |     /// Convenience method to load data using an `HTTPRequest`; creates and resumes a `URLSessionDataTask` internally.
157 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypesFoundation/URLSession+HTTPTypes.swift:59:19: error: cannot find type 'URLSessionTaskDelegate' in scope
 57 |     public func data(
 58 |         for request: HTTPRequest,
 59 |         delegate: URLSessionTaskDelegate? = nil
    |                   `- error: cannot find type 'URLSessionTaskDelegate' in scope
 60 |     ) async throws -> (Data, HTTPResponse) {
 61 |         guard let urlRequest = URLRequest(httpRequest: request) else {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypesFoundation/URLSession+HTTPTypes.swift:80:19: error: cannot find type 'URLSessionTaskDelegate' in scope
 78 |         for request: HTTPRequest,
 79 |         fromFile fileURL: URL,
 80 |         delegate: URLSessionTaskDelegate? = nil
    |                   `- error: cannot find type 'URLSessionTaskDelegate' in scope
 81 |     ) async throws -> (Data, HTTPResponse) {
 82 |         guard let urlRequest = URLRequest(httpRequest: request) else {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypesFoundation/URLSession+HTTPTypes.swift:101:19: error: cannot find type 'URLSessionTaskDelegate' in scope
 99 |         for request: HTTPRequest,
100 |         from bodyData: Data,
101 |         delegate: URLSessionTaskDelegate? = nil
    |                   `- error: cannot find type 'URLSessionTaskDelegate' in scope
102 |     ) async throws -> (Data, HTTPResponse) {
103 |         guard let urlRequest = URLRequest(httpRequest: request) else {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypesFoundation/URLSession+HTTPTypes.swift:120:19: error: cannot find type 'URLSessionTaskDelegate' in scope
118 |     public func download(
119 |         for request: HTTPRequest,
120 |         delegate: URLSessionTaskDelegate? = nil
    |                   `- error: cannot find type 'URLSessionTaskDelegate' in scope
121 |     ) async throws -> (URL, HTTPResponse) {
122 |         guard let urlRequest = URLRequest(httpRequest: request) else {
[64/67] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[65/67] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[66/67] Emitting module HTTPTypesFoundation
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypesFoundation/URLSession+HTTPTypes.swift:51:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 49 |
 50 | @available(macOS 12.0, iOS 15.0, watchOS 8.0, tvOS 15.0, *)
 51 | extension URLSession {
    | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 52 |     /// Convenience method to load data using an `HTTPRequest`; creates and resumes a `URLSessionDataTask` internally.
 53 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypesFoundation/URLSession+HTTPTypes.swift:155:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
153 |
154 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
155 | extension URLSession {
    | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
156 |     /// Convenience method to load data using an `HTTPRequest`; creates and resumes a `URLSessionDataTask` internally.
157 |     ///
[67/67] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/31] Compiling Logging MetadataProvider.swift
[3/31] Compiling Logging Locks.swift
[4/31] Compiling InternalCollectionsUtilities Debugging.swift
[5/31] Compiling InternalCollectionsUtilities Descriptions.swift
[6/33] Emitting module Logging
[7/33] Compiling InternalCollectionsUtilities UInt+reversed.swift
[8/33] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[9/33] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[10/33] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[11/33] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[12/33] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[13/33] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/33] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/33] Compiling InternalCollectionsUtilities _SortedCollection.swift
[16/33] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[17/33] Compiling HTTPTypes HTTPParsedFields.swift
[18/34] Compiling HTTPTypes ISOLatin1String.swift
[19/34] Emitting module InternalCollectionsUtilities
[20/34] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[21/34] Compiling InternalCollectionsUtilities Integer rank.swift
[22/34] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[23/34] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[24/34] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[25/35] Compiling HTTPTypes NIOLock.swift
[26/35] Emitting module HTTPTypes
[27/35] Compiling HTTPTypes HTTPRequest+URL.swift
[29/35] Compiling HTTPTypes HTTPResponse.swift
[30/35] Compiling HTTPTypes HTTPRequest.swift
[33/35] Compiling HTTPTypes HTTPFields.swift
[35/51] Compiling DequeModule Deque+CustomReflectable.swift
[36/51] Compiling DequeModule Deque+Descriptions.swift
[37/53] Compiling DequeModule Deque+Equatable.swift
[38/53] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[39/59] Compiling DequeModule _DequeBuffer.swift
[40/59] Compiling DequeModule _DequeBufferHeader.swift
[41/59] Compiling Logging LogHandler.swift
[42/59] Compiling Logging Logging.swift
[43/60] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypesFoundation/URLSession+HTTPTypes.swift:51:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 49 |
 50 | @available(macOS 12.0, iOS 15.0, watchOS 8.0, tvOS 15.0, *)
 51 | extension URLSession {
    | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 52 |     /// Convenience method to load data using an `HTTPRequest`; creates and resumes a `URLSessionDataTask` internally.
 53 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypesFoundation/URLSession+HTTPTypes.swift:155:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
153 |
154 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
155 | extension URLSession {
    | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
156 |     /// Convenience method to load data using an `HTTPRequest`; creates and resumes a `URLSessionDataTask` internally.
157 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypesFoundation/URLSession+HTTPTypes.swift:59:19: error: cannot find type 'URLSessionTaskDelegate' in scope
 57 |     public func data(
 58 |         for request: HTTPRequest,
 59 |         delegate: URLSessionTaskDelegate? = nil
    |                   `- error: cannot find type 'URLSessionTaskDelegate' in scope
 60 |     ) async throws -> (Data, HTTPResponse) {
 61 |         guard let urlRequest = URLRequest(httpRequest: request) else {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypesFoundation/URLSession+HTTPTypes.swift:80:19: error: cannot find type 'URLSessionTaskDelegate' in scope
 78 |         for request: HTTPRequest,
 79 |         fromFile fileURL: URL,
 80 |         delegate: URLSessionTaskDelegate? = nil
    |                   `- error: cannot find type 'URLSessionTaskDelegate' in scope
 81 |     ) async throws -> (Data, HTTPResponse) {
 82 |         guard let urlRequest = URLRequest(httpRequest: request) else {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypesFoundation/URLSession+HTTPTypes.swift:101:19: error: cannot find type 'URLSessionTaskDelegate' in scope
 99 |         for request: HTTPRequest,
100 |         from bodyData: Data,
101 |         delegate: URLSessionTaskDelegate? = nil
    |                   `- error: cannot find type 'URLSessionTaskDelegate' in scope
102 |     ) async throws -> (Data, HTTPResponse) {
103 |         guard let urlRequest = URLRequest(httpRequest: request) else {
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypesFoundation/URLSession+HTTPTypes.swift:120:19: error: cannot find type 'URLSessionTaskDelegate' in scope
118 |     public func download(
119 |         for request: HTTPRequest,
120 |         delegate: URLSessionTaskDelegate? = nil
    |                   `- error: cannot find type 'URLSessionTaskDelegate' in scope
121 |     ) async throws -> (URL, HTTPResponse) {
122 |         guard let urlRequest = URLRequest(httpRequest: request) else {
[44/60] Compiling HTTPTypesFoundation HTTPTypesFoundation.swift
[45/60] Compiling DequeModule Deque+Extras.swift
[46/60] Compiling DequeModule Deque+Hashable.swift
[47/60] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[48/60] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[50/60] Compiling DequeModule Deque+Testing.swift
[51/60] Compiling DequeModule Deque._Storage.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[52/60] Emitting module HTTPTypesFoundation
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypesFoundation/URLSession+HTTPTypes.swift:51:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 49 |
 50 | @available(macOS 12.0, iOS 15.0, watchOS 8.0, tvOS 15.0, *)
 51 | extension URLSession {
    | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 52 |     /// Convenience method to load data using an `HTTPRequest`; creates and resumes a `URLSessionDataTask` internally.
 53 |     ///
/host/spi-builder-workspace/.build/checkouts/swift-http-types/Sources/HTTPTypesFoundation/URLSession+HTTPTypes.swift:155:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
153 |
154 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
155 | extension URLSession {
    | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
156 |     /// Convenience method to load data using an `HTTPRequest`; creates and resumes a `URLSessionDataTask` internally.
157 |     ///
[53/60] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
BUILD FAILURE 6.1 wasm