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

Failed to build HTTPClient, reference 0.0.5 (3daf31), with Swift 6.1 for Linux on 29 Apr 2025 09:36:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marinofelipe/http_client.git
Reference: 0.0.5
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/marinofelipe/http_client
 * tag               0.0.5      -> FETCH_HEAD
HEAD is now at 3daf31f More conditional imports for Linux
Cloned https://github.com/marinofelipe/http_client.git
Revision (git rev-parse @):
3daf31f1c0cc62156feee3b79699133394fe6bd1
SUCCESS checkout https://github.com/marinofelipe/http_client.git at 0.0.5
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/marinofelipe/http_client.git
https://github.com/marinofelipe/http_client.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "HTTPClient",
  "name" : "HTTPClient",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "HTTPClient",
      "targets" : [
        "HTTPClient",
        "HTTPClientCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CombineHTTPClient",
      "targets" : [
        "CombineHTTPClient",
        "HTTPClientCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTTPClientTestSupport",
      "targets" : [
        "HTTPClientTestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HTTPClientTests",
      "module_type" : "SwiftTarget",
      "name" : "HTTPClientTests",
      "path" : "Tests/HTTPClientTests",
      "sources" : [
        "HTTPClientTests.swift",
        "HTTPResponseDecoderTests.swift",
        "HTTPResponseHandlerTests.swift",
        "Helpers/Helpers.swift",
        "Mocks/Mocks.swift"
      ],
      "target_dependencies" : [
        "HTTPClient",
        "HTTPClientTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTTPClientTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "HTTPClientTestSupport",
      "path" : "Sources/HTTPClientTestSupport",
      "product_memberships" : [
        "HTTPClientTestSupport"
      ],
      "sources" : [
        "Fakes/FakeError.swift",
        "Fakes/FakeHTTPResponse.swift",
        "Fakes/FakeResponseBody.swift",
        "Fakes/HTTPTaskFake.swift",
        "Mocks/HTTPClientMock.swift",
        "Mocks/MockURLProtocol.swift"
      ],
      "target_dependencies" : [
        "HTTPClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTTPClientCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "HTTPClientCoreTests",
      "path" : "Tests/HTTPClientCoreTests",
      "sources" : [
        "DataExtensionTests.swift",
        "HTTPRequestBuilderTests.swift",
        "ResultExtensionTests.swift",
        "SetExtensionTests.swift"
      ],
      "target_dependencies" : [
        "HTTPClientCore",
        "HTTPClientTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTTPClientCore",
      "module_type" : "SwiftTarget",
      "name" : "HTTPClientCore",
      "path" : "Sources/HTTPClientCore",
      "product_memberships" : [
        "HTTPClient",
        "CombineHTTPClient",
        "HTTPClientTestSupport"
      ],
      "sources" : [
        "Extensions/Data+HTTPClient.swift",
        "Extensions/Result+HTTPClient.swift",
        "Extensions/Set+HTTPClient.swift",
        "HTTPRequestBuilder/HTTPRequestBuilder.swift",
        "HTTPRequestError.swift",
        "HTTPRequestMethod.swift",
        "HTTPRequestScheme.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTTPClient",
      "module_type" : "SwiftTarget",
      "name" : "HTTPClient",
      "path" : "Sources/HTTPClient",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "HTTPClient",
        "HTTPClientTestSupport"
      ],
      "sources" : [
        "Abstractions/HTTPTask.swift",
        "Abstractions/URLSessionProtocol.swift",
        "Decoders/HTTPDecoder.swift",
        "Extensions/Optional+Data.swift",
        "HTTPClient.swift",
        "HTTPResponse.swift",
        "Handlers/HTTPResponseHandler.swift",
        "Middlewares/HTTPClientMiddleware.swift",
        "Middlewares/LoggerMiddleware.swift"
      ],
      "target_dependencies" : [
        "HTTPClientCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CombineHTTPClientTests",
      "module_type" : "SwiftTarget",
      "name" : "CombineHTTPClientTests",
      "path" : "Tests/CombineHTTPClientTests",
      "sources" : [
        "CombineHTTPClientTests.swift"
      ],
      "target_dependencies" : [
        "CombineHTTPClient",
        "HTTPClientTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CombineHTTPClient",
      "module_type" : "SwiftTarget",
      "name" : "CombineHTTPClient",
      "path" : "Sources/CombineHTTPClient",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "CombineHTTPClient"
      ],
      "sources" : [
        "CombineHTTPClient.swift",
        "HTTPResponse.swift"
      ],
      "target_dependencies" : [
        "HTTPClientCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.48s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.20s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/19] Compiling HTTPClientCore HTTPRequestMethod.swift
[8/19] Compiling HTTPClientCore HTTPRequestScheme.swift
[9/19] Compiling Logging MetadataProvider.swift
[10/19] Compiling Logging LogHandler.swift
[11/19] Compiling Logging Logging.swift
[12/19] Compiling Logging Locks.swift
[13/19] Emitting module Logging
[15/20] Compiling HTTPClientCore HTTPRequestError.swift
[16/20] Compiling HTTPClientCore Result+HTTPClient.swift
[17/20] Compiling HTTPClientCore Data+HTTPClient.swift
[18/20] Emitting module HTTPClientCore
/host/spi-builder-workspace/Sources/HTTPClientCore/Extensions/Set+HTTPClient.swift:2:16: warning: static property 'defaultSuccessfulStatusCodes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1 | public extension Set where Element == Int {
2 |     static var defaultSuccessfulStatusCodes: Set<Int> = Set(200..<300)
  |                |- warning: static property 'defaultSuccessfulStatusCodes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  |                |- note: convert 'defaultSuccessfulStatusCodes' to a 'let' constant to make 'Sendable' shared state immutable
  |                |- note: add '@MainActor' to make static property 'defaultSuccessfulStatusCodes' part of global actor 'MainActor'
  |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3 | }
4 |
[19/20] Compiling HTTPClientCore Set+HTTPClient.swift
/host/spi-builder-workspace/Sources/HTTPClientCore/Extensions/Set+HTTPClient.swift:2:16: warning: static property 'defaultSuccessfulStatusCodes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1 | public extension Set where Element == Int {
2 |     static var defaultSuccessfulStatusCodes: Set<Int> = Set(200..<300)
  |                |- warning: static property 'defaultSuccessfulStatusCodes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  |                |- note: convert 'defaultSuccessfulStatusCodes' to a 'let' constant to make 'Sendable' shared state immutable
  |                |- note: add '@MainActor' to make static property 'defaultSuccessfulStatusCodes' part of global actor 'MainActor'
  |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3 | }
4 |
[20/20] Compiling HTTPClientCore HTTPRequestBuilder.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/33] Emitting module CombineHTTPClient
/host/spi-builder-workspace/Sources/CombineHTTPClient/CombineHTTPClient.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import HTTPClientCore
 3 | import Foundation
[23/33] Compiling CombineHTTPClient CombineHTTPClient.swift
/host/spi-builder-workspace/Sources/CombineHTTPClient/CombineHTTPClient.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import HTTPClientCore
 3 | import Foundation
[24/33] Compiling HTTPClient HTTPClientMiddleware.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/34] Compiling HTTPClient HTTPDecoder.swift
[26/34] Emitting module HTTPClient
/host/spi-builder-workspace/Sources/HTTPClient/Abstractions/HTTPTask.swift:1:14: error: type alias 'URLSessionTask' (aka 'AnyObject') cannot be imported as 'class'
 1 | import class Foundation.URLSessionTask
   |              `- error: type alias 'URLSessionTask' (aka 'AnyObject') cannot be imported as 'class'
 2 |
 3 | /// An abstract interface to network tasks.
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' declared here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSessionTask = AnyObject
  |                  `- note: 'URLSessionTask' declared here
/host/spi-builder-workspace/Sources/HTTPClient/Abstractions/HTTPTask.swift:13:1: error: non-nominal type 'URLSessionTask' (aka 'AnyObject') cannot be extended
11 | }
12 |
13 | extension URLSessionTask: HTTPTask {}
   | `- error: non-nominal type 'URLSessionTask' (aka 'AnyObject') cannot be extended
14 |
/host/spi-builder-workspace/Sources/HTTPClient/Abstractions/URLSessionProtocol.swift:13:1: warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'URLSessionProtocol'; this is an error in the Swift 6 language mode
 7 |     var delegateQueue: OperationQueue { get }
 8 |
 9 |     func dataTask(with request: URLRequest,
   |          `- note: expected sendability to match requirement here
10 |                   completionHandler: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionDataTask
11 | }
12 |
13 | extension URLSession: URLSessionProtocol {}
   | `- warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'URLSessionProtocol'; this is an error in the Swift 6 language mode
14 |
/host/spi-builder-workspace/Sources/HTTPClient/HTTPResponse.swift:1:14: error: type alias 'URLResponse' (aka 'AnyObject') cannot be imported as 'class'
 1 | import class Foundation.URLResponse
   |              `- error: type alias 'URLResponse' (aka 'AnyObject') cannot be imported as 'class'
 2 | import struct Foundation.Data
 3 | import HTTPClientCore
Foundation.URLResponse:2:18: note: 'URLResponse' declared here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' declared here
/host/spi-builder-workspace/Sources/HTTPClient/HTTPResponse.swift:9:29: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 7 |     public let isSucceeded: Bool
 8 |     public let statusCode: Int
 9 |     public let urlResponse: URLResponse?
   |                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
10 |
11 |     public func successBody() -> Data? {
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/HTTPClient/HTTPResponse.swift:5:15: error: type 'HTTPResponse' does not conform to protocol 'Equatable'
 3 | import HTTPClientCore
 4 |
 5 | public struct HTTPResponse: Equatable {
   |               |- error: type 'HTTPResponse' does not conform to protocol 'Equatable'
   |               `- note: add stubs for conformance
 6 |     let body: Data?
 7 |     public let isSucceeded: Bool
 8 |     public let statusCode: Int
 9 |     public let urlResponse: URLResponse?
   |                `- note: stored property type 'URLResponse?' (aka 'Optional<AnyObject>') does not conform to protocol 'Equatable', preventing synthesized conformance of 'HTTPResponse' to 'Equatable'
10 |
11 |     public func successBody() -> Data? {
Swift.==:1:24: note: candidate would match if 'HTTPResponse' conformed to 'RawRepresentable'
1 | @inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
  |                        `- note: candidate would match if 'HTTPResponse' conformed to 'RawRepresentable'
Swift.FloatingPoint.==:2:20: note: candidate would match if 'HTTPResponse' conformed to 'FloatingPoint'
1 | protocol FloatingPoint {
2 | public static func == (lhs: Self, rhs: Self) -> Bool}
  |                    `- note: candidate would match if 'HTTPResponse' conformed to 'FloatingPoint'
3 |
Swift.BinaryInteger.==:2:20: note: candidate would match if 'HTTPResponse' conformed to 'BinaryInteger'
1 | protocol BinaryInteger {
2 | public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
  |                    `- note: candidate would match if 'HTTPResponse' conformed to 'BinaryInteger'
3 |
Swift._Pointer.==:2:20: note: candidate would match if 'HTTPResponse' conformed to '_Pointer'
1 | protocol _Pointer {
2 | public static func == (lhs: Self, rhs: Self) -> Bool}
  |                    `- note: candidate would match if 'HTTPResponse' conformed to '_Pointer'
3 |
Swift._Pointer.==:2:31: note: candidate would match if 'HTTPResponse' conformed to '_Pointer'
1 | protocol _Pointer {
2 | @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
  |                               `- note: candidate would match if 'HTTPResponse' conformed to '_Pointer'
3 |
Swift.Strideable.==:2:31: note: candidate would match if 'HTTPResponse' conformed to 'Strideable'
1 | protocol Strideable {
2 | @inlinable public static func == (x: Self, y: Self) -> Bool}
  |                               `- note: candidate would match if 'HTTPResponse' conformed to 'Strideable'
3 |
Swift.StringProtocol.==:2:31: note: candidate would match if 'HTTPResponse' conformed to 'StringProtocol'
1 | protocol StringProtocol {
2 | @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
  |                               `- note: candidate would match if 'HTTPResponse' conformed to 'StringProtocol'
3 |
Swift.SIMD.==:2:20: note: candidate would match if 'HTTPResponse' conformed to 'SIMD'
1 | protocol SIMD {
2 | public static func == (a: Self, b: Self) -> Bool}
  |                    `- note: candidate would match if 'HTTPResponse' conformed to 'SIMD'
3 |
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(HTTPResponse, HTTPResponse) -> Bool'
1 | protocol Equatable {
2 | static func == (lhs: Self, rhs: Self) -> Bool}
  |             `- note: protocol requires function '==' with type '(HTTPResponse, HTTPResponse) -> Bool'
3 |
/host/spi-builder-workspace/Sources/HTTPClient/Handlers/HTTPResponseHandler.swift:21:52: warning: reference to static property 'defaultSuccessfulStatusCodes' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
19 |     let successfulStatusCodes: Set<Int>
20 |
21 |     public init(successfulStatusCodes: Set<Int> = .defaultSuccessfulStatusCodes) {
   |                                                    `- warning: reference to static property 'defaultSuccessfulStatusCodes' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
22 |         self.successfulStatusCodes = successfulStatusCodes
23 |     }
/host/spi-builder-workspace/Sources/HTTPClientCore/Extensions/Set+HTTPClient.swift:2:16: note: static property declared here
1 | public extension Set where Element == Int {
2 |     static var defaultSuccessfulStatusCodes: Set<Int> = Set(200..<300)
  |                `- note: static property declared here
3 | }
4 |
[27/34] Compiling HTTPClient HTTPTask.swift
/host/spi-builder-workspace/Sources/HTTPClient/Abstractions/HTTPTask.swift:1:14: error: type alias 'URLSessionTask' (aka 'AnyObject') cannot be imported as 'class'
 1 | import class Foundation.URLSessionTask
   |              `- error: type alias 'URLSessionTask' (aka 'AnyObject') cannot be imported as 'class'
 2 |
 3 | /// An abstract interface to network tasks.
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' declared here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSessionTask = AnyObject
  |                  `- note: 'URLSessionTask' declared here
/host/spi-builder-workspace/Sources/HTTPClient/Abstractions/HTTPTask.swift:13:1: error: non-nominal type 'URLSessionTask' (aka 'AnyObject') cannot be extended
11 | }
12 |
13 | extension URLSessionTask: HTTPTask {}
   | `- error: non-nominal type 'URLSessionTask' (aka 'AnyObject') cannot be extended
14 |
/host/spi-builder-workspace/Sources/HTTPClient/Abstractions/URLSessionProtocol.swift:13:1: warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'URLSessionProtocol'; this is an error in the Swift 6 language mode
 7 |     var delegateQueue: OperationQueue { get }
 8 |
 9 |     func dataTask(with request: URLRequest,
   |          `- note: expected sendability to match requirement here
10 |                   completionHandler: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionDataTask
11 | }
12 |
13 | extension URLSession: URLSessionProtocol {}
   | `- warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'URLSessionProtocol'; this is an error in the Swift 6 language mode
14 |
[28/34] Compiling HTTPClient URLSessionProtocol.swift
/host/spi-builder-workspace/Sources/HTTPClient/Abstractions/HTTPTask.swift:1:14: error: type alias 'URLSessionTask' (aka 'AnyObject') cannot be imported as 'class'
 1 | import class Foundation.URLSessionTask
   |              `- error: type alias 'URLSessionTask' (aka 'AnyObject') cannot be imported as 'class'
 2 |
 3 | /// An abstract interface to network tasks.
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' declared here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSessionTask = AnyObject
  |                  `- note: 'URLSessionTask' declared here
/host/spi-builder-workspace/Sources/HTTPClient/Abstractions/HTTPTask.swift:13:1: error: non-nominal type 'URLSessionTask' (aka 'AnyObject') cannot be extended
11 | }
12 |
13 | extension URLSessionTask: HTTPTask {}
   | `- error: non-nominal type 'URLSessionTask' (aka 'AnyObject') cannot be extended
14 |
/host/spi-builder-workspace/Sources/HTTPClient/Abstractions/URLSessionProtocol.swift:13:1: warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'URLSessionProtocol'; this is an error in the Swift 6 language mode
 7 |     var delegateQueue: OperationQueue { get }
 8 |
 9 |     func dataTask(with request: URLRequest,
   |          `- note: expected sendability to match requirement here
10 |                   completionHandler: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionDataTask
11 | }
12 |
13 | extension URLSession: URLSessionProtocol {}
   | `- warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'URLSessionProtocol'; this is an error in the Swift 6 language mode
14 |
[29/34] Compiling HTTPClient HTTPResponseHandler.swift
/host/spi-builder-workspace/Sources/HTTPClient/Handlers/HTTPResponseHandler.swift:21:52: warning: reference to static property 'defaultSuccessfulStatusCodes' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
19 |     let successfulStatusCodes: Set<Int>
20 |
21 |     public init(successfulStatusCodes: Set<Int> = .defaultSuccessfulStatusCodes) {
   |                                                    `- warning: reference to static property 'defaultSuccessfulStatusCodes' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
22 |         self.successfulStatusCodes = successfulStatusCodes
23 |     }
/host/spi-builder-workspace/Sources/HTTPClientCore/Extensions/Set+HTTPClient.swift:2:16: note: static property declared here
1 | public extension Set where Element == Int {
2 |     static var defaultSuccessfulStatusCodes: Set<Int> = Set(200..<300)
  |                `- note: static property declared here
3 | }
4 |
[30/34] Compiling HTTPClient HTTPClient.swift
/host/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift:68:16: error: return expression of type 'URLSessionDataTask' does not conform to 'HTTPTask'
66 |         task.resume()
67 |
68 |         return task
   |                `- error: return expression of type 'URLSessionDataTask' does not conform to 'HTTPTask'
69 |     }
70 | }
[31/34] Compiling CombineHTTPClient HTTPResponse.swift
/host/spi-builder-workspace/Sources/CombineHTTPClient/CombineHTTPClient.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import HTTPClientCore
 3 | import Foundation
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/14] Compiling HTTPClientCore HTTPRequestScheme.swift
[3/14] Compiling HTTPClientCore HTTPRequestBuilder.swift
[4/14] Compiling Logging MetadataProvider.swift
[5/14] Compiling HTTPClientCore HTTPRequestMethod.swift
[6/14] Compiling HTTPClientCore HTTPRequestError.swift
[7/14] Compiling HTTPClientCore Set+HTTPClient.swift
/host/spi-builder-workspace/Sources/HTTPClientCore/Extensions/Set+HTTPClient.swift:2:16: warning: static property 'defaultSuccessfulStatusCodes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1 | public extension Set where Element == Int {
2 |     static var defaultSuccessfulStatusCodes: Set<Int> = Set(200..<300)
  |                |- warning: static property 'defaultSuccessfulStatusCodes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  |                |- note: convert 'defaultSuccessfulStatusCodes' to a 'let' constant to make 'Sendable' shared state immutable
  |                |- note: add '@MainActor' to make static property 'defaultSuccessfulStatusCodes' part of global actor 'MainActor'
  |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3 | }
4 |
[8/14] Compiling HTTPClientCore Result+HTTPClient.swift
[9/14] Compiling HTTPClientCore Data+HTTPClient.swift
[10/14] Emitting module HTTPClientCore
/host/spi-builder-workspace/Sources/HTTPClientCore/Extensions/Set+HTTPClient.swift:2:16: warning: static property 'defaultSuccessfulStatusCodes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1 | public extension Set where Element == Int {
2 |     static var defaultSuccessfulStatusCodes: Set<Int> = Set(200..<300)
  |                |- warning: static property 'defaultSuccessfulStatusCodes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  |                |- note: convert 'defaultSuccessfulStatusCodes' to a 'let' constant to make 'Sendable' shared state immutable
  |                |- note: add '@MainActor' to make static property 'defaultSuccessfulStatusCodes' part of global actor 'MainActor'
  |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3 | }
4 |
[12/15] Emitting module Logging
[13/15] Compiling Logging Logging.swift
[14/15] Compiling Logging LogHandler.swift
[15/15] Compiling Logging Locks.swift
[17/28] Compiling HTTPClient HTTPClient.swift
/host/spi-builder-workspace/Sources/HTTPClient/HTTPClient.swift:68:16: error: return expression of type 'URLSessionDataTask' does not conform to 'HTTPTask'
66 |         task.resume()
67 |
68 |         return task
   |                `- error: return expression of type 'URLSessionDataTask' does not conform to 'HTTPTask'
69 |     }
70 | }
[18/29] Compiling HTTPClient HTTPResponseHandler.swift
/host/spi-builder-workspace/Sources/HTTPClient/Handlers/HTTPResponseHandler.swift:21:52: warning: reference to static property 'defaultSuccessfulStatusCodes' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
19 |     let successfulStatusCodes: Set<Int>
20 |
21 |     public init(successfulStatusCodes: Set<Int> = .defaultSuccessfulStatusCodes) {
   |                                                    `- warning: reference to static property 'defaultSuccessfulStatusCodes' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
22 |         self.successfulStatusCodes = successfulStatusCodes
23 |     }
/host/spi-builder-workspace/Sources/HTTPClientCore/Extensions/Set+HTTPClient.swift:2:16: note: static property declared here
1 | public extension Set where Element == Int {
2 |     static var defaultSuccessfulStatusCodes: Set<Int> = Set(200..<300)
  |                `- note: static property declared here
3 | }
4 |
[19/29] Compiling HTTPClient HTTPClientMiddleware.swift
[20/29] Compiling CombineHTTPClient CombineHTTPClient.swift
/host/spi-builder-workspace/Sources/CombineHTTPClient/CombineHTTPClient.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import HTTPClientCore
 3 | import Foundation
[21/29] Compiling HTTPClient HTTPTask.swift
/host/spi-builder-workspace/Sources/HTTPClient/Abstractions/HTTPTask.swift:1:14: error: type alias 'URLSessionTask' (aka 'AnyObject') cannot be imported as 'class'
 1 | import class Foundation.URLSessionTask
   |              `- error: type alias 'URLSessionTask' (aka 'AnyObject') cannot be imported as 'class'
 2 |
 3 | /// An abstract interface to network tasks.
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' declared here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSessionTask = AnyObject
  |                  `- note: 'URLSessionTask' declared here
/host/spi-builder-workspace/Sources/HTTPClient/Abstractions/HTTPTask.swift:13:1: error: non-nominal type 'URLSessionTask' (aka 'AnyObject') cannot be extended
11 | }
12 |
13 | extension URLSessionTask: HTTPTask {}
   | `- error: non-nominal type 'URLSessionTask' (aka 'AnyObject') cannot be extended
14 |
/host/spi-builder-workspace/Sources/HTTPClient/Abstractions/URLSessionProtocol.swift:13:1: warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'URLSessionProtocol'; this is an error in the Swift 6 language mode
 7 |     var delegateQueue: OperationQueue { get }
 8 |
 9 |     func dataTask(with request: URLRequest,
   |          `- note: expected sendability to match requirement here
10 |                   completionHandler: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionDataTask
11 | }
12 |
13 | extension URLSession: URLSessionProtocol {}
   | `- warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'URLSessionProtocol'; this is an error in the Swift 6 language mode
14 |
[22/29] Compiling HTTPClient URLSessionProtocol.swift
/host/spi-builder-workspace/Sources/HTTPClient/Abstractions/HTTPTask.swift:1:14: error: type alias 'URLSessionTask' (aka 'AnyObject') cannot be imported as 'class'
 1 | import class Foundation.URLSessionTask
   |              `- error: type alias 'URLSessionTask' (aka 'AnyObject') cannot be imported as 'class'
 2 |
 3 | /// An abstract interface to network tasks.
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' declared here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSessionTask = AnyObject
  |                  `- note: 'URLSessionTask' declared here
/host/spi-builder-workspace/Sources/HTTPClient/Abstractions/HTTPTask.swift:13:1: error: non-nominal type 'URLSessionTask' (aka 'AnyObject') cannot be extended
11 | }
12 |
13 | extension URLSessionTask: HTTPTask {}
   | `- error: non-nominal type 'URLSessionTask' (aka 'AnyObject') cannot be extended
14 |
/host/spi-builder-workspace/Sources/HTTPClient/Abstractions/URLSessionProtocol.swift:13:1: warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'URLSessionProtocol'; this is an error in the Swift 6 language mode
 7 |     var delegateQueue: OperationQueue { get }
 8 |
 9 |     func dataTask(with request: URLRequest,
   |          `- note: expected sendability to match requirement here
10 |                   completionHandler: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionDataTask
11 | }
12 |
13 | extension URLSession: URLSessionProtocol {}
   | `- warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'URLSessionProtocol'; this is an error in the Swift 6 language mode
14 |
[23/29] Compiling HTTPClient HTTPResponse.swift
/host/spi-builder-workspace/Sources/HTTPClient/HTTPResponse.swift:1:14: error: type alias 'URLResponse' (aka 'AnyObject') cannot be imported as 'class'
 1 | import class Foundation.URLResponse
   |              `- error: type alias 'URLResponse' (aka 'AnyObject') cannot be imported as 'class'
 2 | import struct Foundation.Data
 3 | import HTTPClientCore
Foundation.URLResponse:2:18: note: 'URLResponse' declared here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' declared here
/host/spi-builder-workspace/Sources/HTTPClient/HTTPResponse.swift:9:29: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 7 |     public let isSucceeded: Bool
 8 |     public let statusCode: Int
 9 |     public let urlResponse: URLResponse?
   |                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
10 |
11 |     public func successBody() -> Data? {
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/HTTPClient/HTTPResponse.swift:5:15: error: type 'HTTPResponse' does not conform to protocol 'Equatable'
 3 | import HTTPClientCore
 4 |
 5 | public struct HTTPResponse: Equatable {
   |               |- error: type 'HTTPResponse' does not conform to protocol 'Equatable'
   |               `- note: add stubs for conformance
 6 |     let body: Data?
 7 |     public let isSucceeded: Bool
 8 |     public let statusCode: Int
 9 |     public let urlResponse: URLResponse?
   |                `- note: stored property type 'URLResponse?' (aka 'Optional<AnyObject>') does not conform to protocol 'Equatable', preventing synthesized conformance of 'HTTPResponse' to 'Equatable'
10 |
11 |     public func successBody() -> Data? {
Swift.==:1:24: note: candidate would match if 'HTTPResponse' conformed to 'RawRepresentable'
1 | @inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
  |                        `- note: candidate would match if 'HTTPResponse' conformed to 'RawRepresentable'
Swift.FloatingPoint.==:2:20: note: candidate would match if 'HTTPResponse' conformed to 'FloatingPoint'
1 | protocol FloatingPoint {
2 | public static func == (lhs: Self, rhs: Self) -> Bool}
  |                    `- note: candidate would match if 'HTTPResponse' conformed to 'FloatingPoint'
3 |
Swift.BinaryInteger.==:2:20: note: candidate would match if 'HTTPResponse' conformed to 'BinaryInteger'
1 | protocol BinaryInteger {
2 | public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
  |                    `- note: candidate would match if 'HTTPResponse' conformed to 'BinaryInteger'
3 |
Swift._Pointer.==:2:20: note: candidate would match if 'HTTPResponse' conformed to '_Pointer'
1 | protocol _Pointer {
2 | public static func == (lhs: Self, rhs: Self) -> Bool}
  |                    `- note: candidate would match if 'HTTPResponse' conformed to '_Pointer'
3 |
Swift._Pointer.==:2:31: note: candidate would match if 'HTTPResponse' conformed to '_Pointer'
1 | protocol _Pointer {
2 | @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
  |                               `- note: candidate would match if 'HTTPResponse' conformed to '_Pointer'
3 |
Swift.Strideable.==:2:31: note: candidate would match if 'HTTPResponse' conformed to 'Strideable'
1 | protocol Strideable {
2 | @inlinable public static func == (x: Self, y: Self) -> Bool}
  |                               `- note: candidate would match if 'HTTPResponse' conformed to 'Strideable'
3 |
Swift.StringProtocol.==:2:31: note: candidate would match if 'HTTPResponse' conformed to 'StringProtocol'
1 | protocol StringProtocol {
2 | @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
  |                               `- note: candidate would match if 'HTTPResponse' conformed to 'StringProtocol'
3 |
Swift.SIMD.==:2:20: note: candidate would match if 'HTTPResponse' conformed to 'SIMD'
1 | protocol SIMD {
2 | public static func == (a: Self, b: Self) -> Bool}
  |                    `- note: candidate would match if 'HTTPResponse' conformed to 'SIMD'
3 |
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(HTTPResponse, HTTPResponse) -> Bool'
1 | protocol Equatable {
2 | static func == (lhs: Self, rhs: Self) -> Bool}
  |             `- note: protocol requires function '==' with type '(HTTPResponse, HTTPResponse) -> Bool'
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/29] Emitting module CombineHTTPClient
/host/spi-builder-workspace/Sources/CombineHTTPClient/CombineHTTPClient.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import HTTPClientCore
 3 | import Foundation
[25/29] Compiling CombineHTTPClient HTTPResponse.swift
/host/spi-builder-workspace/Sources/CombineHTTPClient/CombineHTTPClient.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import HTTPClientCore
 3 | import Foundation
[26/29] Compiling HTTPClient HTTPDecoder.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/29] Compiling HTTPClient Optional+Data.swift
[28/29] Emitting module HTTPClient
/host/spi-builder-workspace/Sources/HTTPClient/Abstractions/HTTPTask.swift:1:14: error: type alias 'URLSessionTask' (aka 'AnyObject') cannot be imported as 'class'
 1 | import class Foundation.URLSessionTask
   |              `- error: type alias 'URLSessionTask' (aka 'AnyObject') cannot be imported as 'class'
 2 |
 3 | /// An abstract interface to network tasks.
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' declared here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSessionTask = AnyObject
  |                  `- note: 'URLSessionTask' declared here
/host/spi-builder-workspace/Sources/HTTPClient/Abstractions/HTTPTask.swift:13:1: error: non-nominal type 'URLSessionTask' (aka 'AnyObject') cannot be extended
11 | }
12 |
13 | extension URLSessionTask: HTTPTask {}
   | `- error: non-nominal type 'URLSessionTask' (aka 'AnyObject') cannot be extended
14 |
/host/spi-builder-workspace/Sources/HTTPClient/Abstractions/URLSessionProtocol.swift:13:1: warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'URLSessionProtocol'; this is an error in the Swift 6 language mode
 7 |     var delegateQueue: OperationQueue { get }
 8 |
 9 |     func dataTask(with request: URLRequest,
   |          `- note: expected sendability to match requirement here
10 |                   completionHandler: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionDataTask
11 | }
12 |
13 | extension URLSession: URLSessionProtocol {}
   | `- warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'URLSessionProtocol'; this is an error in the Swift 6 language mode
14 |
/host/spi-builder-workspace/Sources/HTTPClient/HTTPResponse.swift:1:14: error: type alias 'URLResponse' (aka 'AnyObject') cannot be imported as 'class'
 1 | import class Foundation.URLResponse
   |              `- error: type alias 'URLResponse' (aka 'AnyObject') cannot be imported as 'class'
 2 | import struct Foundation.Data
 3 | import HTTPClientCore
Foundation.URLResponse:2:18: note: 'URLResponse' declared here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' declared here
/host/spi-builder-workspace/Sources/HTTPClient/HTTPResponse.swift:9:29: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 7 |     public let isSucceeded: Bool
 8 |     public let statusCode: Int
 9 |     public let urlResponse: URLResponse?
   |                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
10 |
11 |     public func successBody() -> Data? {
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/HTTPClient/HTTPResponse.swift:5:15: error: type 'HTTPResponse' does not conform to protocol 'Equatable'
 3 | import HTTPClientCore
 4 |
 5 | public struct HTTPResponse: Equatable {
   |               |- error: type 'HTTPResponse' does not conform to protocol 'Equatable'
   |               `- note: add stubs for conformance
 6 |     let body: Data?
 7 |     public let isSucceeded: Bool
 8 |     public let statusCode: Int
 9 |     public let urlResponse: URLResponse?
   |                `- note: stored property type 'URLResponse?' (aka 'Optional<AnyObject>') does not conform to protocol 'Equatable', preventing synthesized conformance of 'HTTPResponse' to 'Equatable'
10 |
11 |     public func successBody() -> Data? {
Swift.==:1:24: note: candidate would match if 'HTTPResponse' conformed to 'RawRepresentable'
1 | @inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
  |                        `- note: candidate would match if 'HTTPResponse' conformed to 'RawRepresentable'
Swift.FloatingPoint.==:2:20: note: candidate would match if 'HTTPResponse' conformed to 'FloatingPoint'
1 | protocol FloatingPoint {
2 | public static func == (lhs: Self, rhs: Self) -> Bool}
  |                    `- note: candidate would match if 'HTTPResponse' conformed to 'FloatingPoint'
3 |
Swift.BinaryInteger.==:2:20: note: candidate would match if 'HTTPResponse' conformed to 'BinaryInteger'
1 | protocol BinaryInteger {
2 | public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
  |                    `- note: candidate would match if 'HTTPResponse' conformed to 'BinaryInteger'
3 |
Swift._Pointer.==:2:20: note: candidate would match if 'HTTPResponse' conformed to '_Pointer'
1 | protocol _Pointer {
2 | public static func == (lhs: Self, rhs: Self) -> Bool}
  |                    `- note: candidate would match if 'HTTPResponse' conformed to '_Pointer'
3 |
Swift._Pointer.==:2:31: note: candidate would match if 'HTTPResponse' conformed to '_Pointer'
1 | protocol _Pointer {
2 | @inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
  |                               `- note: candidate would match if 'HTTPResponse' conformed to '_Pointer'
3 |
Swift.Strideable.==:2:31: note: candidate would match if 'HTTPResponse' conformed to 'Strideable'
1 | protocol Strideable {
2 | @inlinable public static func == (x: Self, y: Self) -> Bool}
  |                               `- note: candidate would match if 'HTTPResponse' conformed to 'Strideable'
3 |
Swift.StringProtocol.==:2:31: note: candidate would match if 'HTTPResponse' conformed to 'StringProtocol'
1 | protocol StringProtocol {
2 | @inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
  |                               `- note: candidate would match if 'HTTPResponse' conformed to 'StringProtocol'
3 |
Swift.SIMD.==:2:20: note: candidate would match if 'HTTPResponse' conformed to 'SIMD'
1 | protocol SIMD {
2 | public static func == (a: Self, b: Self) -> Bool}
  |                    `- note: candidate would match if 'HTTPResponse' conformed to 'SIMD'
3 |
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(HTTPResponse, HTTPResponse) -> Bool'
1 | protocol Equatable {
2 | static func == (lhs: Self, rhs: Self) -> Bool}
  |             `- note: protocol requires function '==' with type '(HTTPResponse, HTTPResponse) -> Bool'
3 |
/host/spi-builder-workspace/Sources/HTTPClient/Handlers/HTTPResponseHandler.swift:21:52: warning: reference to static property 'defaultSuccessfulStatusCodes' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
19 |     let successfulStatusCodes: Set<Int>
20 |
21 |     public init(successfulStatusCodes: Set<Int> = .defaultSuccessfulStatusCodes) {
   |                                                    `- warning: reference to static property 'defaultSuccessfulStatusCodes' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
22 |         self.successfulStatusCodes = successfulStatusCodes
23 |     }
/host/spi-builder-workspace/Sources/HTTPClientCore/Extensions/Set+HTTPClient.swift:2:16: note: static property declared here
1 | public extension Set where Element == Int {
2 |     static var defaultSuccessfulStatusCodes: Set<Int> = Set(200..<300)
  |                `- note: static property declared here
3 | }
4 |
BUILD FAILURE 6.1 linux