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 async-http-client, reference main (8e82f6), with Swift 5.10 for macOS (SPM) on 14 Sep 2024 19:36:27 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/igor11191708/async-http-client.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/igor11191708/async-http-client
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8e82f6b Update .spi.yml
Cloned https://github.com/igor11191708/async-http-client.git
Revision (git rev-parse @):
8e82f6b5b59bdae2de019a36ca38a2da3aa6a9e8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/igor11191708/async-http-client.git at main
Fetching https://github.com/The-Igor/retry-policy-service.git
[1/95] Fetching retry-policy-service
Fetched https://github.com/The-Igor/retry-policy-service.git from cache (1.12s)
Computing version for https://github.com/The-Igor/retry-policy-service.git
Computed https://github.com/The-Igor/retry-policy-service.git at 1.0.1 (0.58s)
Creating working copy for https://github.com/The-Igor/retry-policy-service.git
Working copy of https://github.com/The-Igor/retry-policy-service.git resolved at 1.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "async-http-client",
      "name": "async-http-client",
      "url": "https://github.com/igor11191708/async-http-client.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/async-http-client",
      "dependencies": [
        {
          "identity": "retry-policy-service",
          "name": "retry-policy-service",
          "url": "https://github.com/The-Igor/retry-policy-service.git",
          "version": "1.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/retry-policy-service",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/igor11191708/async-http-client.git
[1/884] Fetching async-http-client
Fetched https://github.com/igor11191708/async-http-client.git from cache (0.77s)
Fetching https://github.com/The-Igor/retry-policy-service.git from cache
Fetched https://github.com/The-Igor/retry-policy-service.git from cache (0.46s)
Computing version for https://github.com/The-Igor/retry-policy-service.git
Computed https://github.com/The-Igor/retry-policy-service.git at 1.0.1 (0.03s)
Creating working copy for https://github.com/igor11191708/async-http-client.git
Working copy of https://github.com/igor11191708/async-http-client.git resolved at main (8e82f6b)
Creating working copy for https://github.com/The-Igor/retry-policy-service.git
Working copy of https://github.com/The-Igor/retry-policy-service.git resolved at 1.0.1
warning: '.resolve-product-dependencies': dependency 'async-http-client' is not used by any target
Found 1 product dependencies
  - retry-policy-service
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/igor11191708/async-http-client.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-33747A42983211AE.txt
[4/7] Compiling retry_policy_service Strategy.swift
[5/7] Compiling retry_policy_service DispatchTimeInterval.swift
[6/7] Compiling retry_policy_service RetryService.swift
[7/7] Emitting module retry_policy_service
[8/28] Emitting module async_http_client
[9/30] Compiling async_http_client RequestHelper.swift
[10/30] Compiling async_http_client SendHelper.swift
[11/30] Compiling async_http_client Status.swift
[12/30] Compiling async_http_client JsonWriter.swift
[13/30] Compiling async_http_client Errors.swift
[14/30] Compiling async_http_client ITaskDelegate.swift
[15/30] Compiling async_http_client IReader.swift
[16/30] Compiling async_http_client IWriter.swift
[17/30] Compiling async_http_client IValidate.swift
[18/30] Compiling async_http_client UrlHelper.swift
[19/30] Compiling async_http_client Configuration.swift
[20/30] Compiling async_http_client Response.swift
[21/30] Compiling async_http_client HttpMethod.swift
[22/30] Compiling async_http_client JsonReader.swift
[23/30] Compiling async_http_client Validate.swift
[24/30] Compiling async_http_client IConfiguration.swift
[25/30] Compiling async_http_client IProxy.swift
[26/30] Compiling async_http_client IResponse.swift
[27/30] Compiling async_http_client Direct.swift
[28/30] Compiling async_http_client Http.swift
[29/30] Compiling async_http_client Proxy+.swift
[30/30] Compiling async_http_client Proxy.swift
Build complete! (6.17s)
Build complete.
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/igor11191708/async-http-client/main
Repository:               igor11191708/async-http-client
Swift version used:       5.10
Target:                   async-http-client
Extracting symbol information for 'async-http-client'...
Finished extracting symbol information for 'async-http-client'. (0.27s)
Building documentation for 'async-http-client'...
warning: 'Sendable' doesn't exist at '/async_http_client/IConfiguration'
  --> Sources/async-http-client/protocol/IConfiguration.swift:11:7-11:15
9  | import Foundation
10 |
11 + /// ``Sendable`` - A type whose values can safely be passed across concurrency domains by copying
12 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
13 | public protocol IConfiguration{
warning: 'Http.Validate' doesn't exist at '/async_http_client/Http/Proxy/get(path:query:headers:retry:validate:taskDelegate:)'
  --> Sources/async-http-client/proxy/http/Proxy.swift:38:56-38:69
36 |         ///   - headers: A dictionary containing all of the HTTP header fields for a request
37 |         ///   - retry: Amount of attempts Default value .exponential with 5 retry and duration 2.0
38 +         ///   - validate: Set of custom validate fun ``Http.Validate`` For status code like an  example Default value to validate statusCode == 200 You can set diff combinations check out ``Http.Validate.Status``
39 |         ///   - taskDelegate: A protocol that defines methods that URL session instances call on their delegates to handle task-level events
40 |         public func get<T>(
warning: 'Http.Validate.Status' doesn't exist at '/async_http_client/Http/Proxy/get(path:query:headers:retry:validate:taskDelegate:)'
  --> Sources/async-http-client/proxy/http/Proxy.swift:38:191-38:211
36 |         ///   - headers: A dictionary containing all of the HTTP header fields for a request
37 |         ///   - retry: Amount of attempts Default value .exponential with 5 retry and duration 2.0
38 +         ///   - validate: Set of custom validate fun ``Http.Validate`` For status code like an  example Default value to validate statusCode == 200 You can set diff combinations check out ``Http.Validate.Status``
39 |         ///   - taskDelegate: A protocol that defines methods that URL session instances call on their delegates to handle task-level events
40 |         public func get<T>(
warning: 'Http.Validate' doesn't exist at '/async_http_client/Http/Proxy/post(path:query:headers:retry:validate:taskDelegate:)'
  --> Sources/async-http-client/proxy/http/Proxy.swift:64:56-64:69
62 |         ///   - headers: A dictionary containing all of the HTTP header fields for a request
63 |         ///   - retry: Amount of attempts Default value .exponential with 5 retry and duration 2.0
64 +         ///   - validate: Set of custom validate fun ``Http.Validate`` For status code like an example Default value to validate statusCode == 200 Check out ``Http.Validate.Status``
65 |         ///   - taskDelegate: A protocol that defines methods that URL session instances call on their delegates to handle task-level events
66 |         public func post<T>(
warning: 'Http.Validate.Status' doesn't exist at '/async_http_client/Http/Proxy/post(path:query:headers:retry:validate:taskDelegate:)'
  --> Sources/async-http-client/proxy/http/Proxy.swift:64:160-64:180
62 |         ///   - headers: A dictionary containing all of the HTTP header fields for a request
63 |         ///   - retry: Amount of attempts Default value .exponential with 5 retry and duration 2.0
64 +         ///   - validate: Set of custom validate fun ``Http.Validate`` For status code like an example Default value to validate statusCode == 200 Check out ``Http.Validate.Status``
65 |         ///   - taskDelegate: A protocol that defines methods that URL session instances call on their delegates to handle task-level events
66 |         public func post<T>(
warning: 'Http.Validate' doesn't exist at '/async_http_client/Http/Proxy/post(path:body:query:headers:retry:validate:taskDelegate:)'
  --> Sources/async-http-client/proxy/http/Proxy.swift:90:56-90:69
88 |         ///   - headers: A dictionary containing all of the HTTP header fields for a request
89 |         ///   - retry: Amount of attempts Default value .exponential with 5 retry and duration 2.0
90 +         ///   - validate: Set of custom validate fun ``Http.Validate`` For status code like an example Default value to validate statusCode == 200 Check out ``Http.Validate.Status``
91 |         ///   - taskDelegate: A protocol that defines methods that URL session instances call on their delegates to handle task-level events
92 |         public func post<T, V : Encodable>(
warning: 'Http.Validate.Status' doesn't exist at '/async_http_client/Http/Proxy/post(path:body:query:headers:retry:validate:taskDelegate:)'
  --> Sources/async-http-client/proxy/http/Proxy.swift:90:160-90:180
88 |         ///   - headers: A dictionary containing all of the HTTP header fields for a request
89 |         ///   - retry: Amount of attempts Default value .exponential with 5 retry and duration 2.0
90 +         ///   - validate: Set of custom validate fun ``Http.Validate`` For status code like an example Default value to validate statusCode == 200 Check out ``Http.Validate.Status``
91 |         ///   - taskDelegate: A protocol that defines methods that URL session instances call on their delegates to handle task-level events
92 |         public func post<T, V : Encodable>(
warning: 'Http.Validate' doesn't exist at '/async_http_client/Http/Proxy/put(path:body:query:headers:retry:validate:taskDelegate:)'
   --> Sources/async-http-client/proxy/http/Proxy.swift:118:56-118:69
116 |         ///   - headers: A dictionary containing all of the HTTP header fields for a request
117 |         ///   - retry: Amount of attempts Default value .exponential with 5 retry and duration 2.0
118 +         ///   - validate: Set of custom validate fun ``Http.Validate`` For status code like an  example Default value to validate statusCode == 200 You can set diff combinations check out ``Http.Validate.Status``
119 |         ///   - taskDelegate: A protocol that defines methods that URL session instances call on their delegates to handle task-level events
120 |         public func put<T, V : Encodable>(
warning: 'Http.Validate.Status' doesn't exist at '/async_http_client/Http/Proxy/put(path:body:query:headers:retry:validate:taskDelegate:)'
   --> Sources/async-http-client/proxy/http/Proxy.swift:118:191-118:211
116 |         ///   - headers: A dictionary containing all of the HTTP header fields for a request
117 |         ///   - retry: Amount of attempts Default value .exponential with 5 retry and duration 2.0
118 +         ///   - validate: Set of custom validate fun ``Http.Validate`` For status code like an  example Default value to validate statusCode == 200 You can set diff combinations check out ``Http.Validate.Status``
119 |         ///   - taskDelegate: A protocol that defines methods that URL session instances call on their delegates to handle task-level events
120 |         public func put<T, V : Encodable>(
warning: 'Http.Validate' doesn't exist at '/async_http_client/Http/Proxy/delete(path:query:headers:retry:validate:taskDelegate:)'
   --> Sources/async-http-client/proxy/http/Proxy.swift:150:56-150:69
148 |         ///   - headers: A dictionary containing all of the HTTP header fields for a request
149 |         ///   - retry: Amount of attempts Default value .exponential with 5 retry and duration 2.0
150 +         ///   - validate: Set of custom validate fun ``Http.Validate`` For status code like an  example Default value to validate statusCode == 200 You can set diff combinations check out ``Http.Validate.Status``
151 |         ///   - taskDelegate: A protocol that defines methods that URL session instances call on their delegates to handle task-level events
152 |         public func delete<T>(
warning: 'Http.Validate.Status' doesn't exist at '/async_http_client/Http/Proxy/delete(path:query:headers:retry:validate:taskDelegate:)'
   --> Sources/async-http-client/proxy/http/Proxy.swift:150:191-150:211
148 |         ///   - headers: A dictionary containing all of the HTTP header fields for a request
149 |         ///   - retry: Amount of attempts Default value .exponential with 5 retry and duration 2.0
150 +         ///   - validate: Set of custom validate fun ``Http.Validate`` For status code like an  example Default value to validate statusCode == 200 You can set diff combinations check out ``Http.Validate.Status``
151 |         ///   - taskDelegate: A protocol that defines methods that URL session instances call on their delegates to handle task-level events
152 |         public func delete<T>(
warning: 'RetryService.Strategy' doesn't exist at '/async_http_client/Http/Proxy/send(with:retry:_:_:)'
   --> Sources/async-http-client/proxy/http/Proxy.swift:172:26-172:47
170 |         /// - Parameters:
171 |         ///   - request: A URL load request that is independent of protocol or URL scheme
172 +         ///   - retry: ``RetryService.Strategy`` strategy Default value .exponential with 5 retry and duration 2.0
173 |         ///   - validate: Set of custom validate fun ``Http.Validate`` For status code like an  example Default value to validate statusCode == 200 You can set up diff combinations check out ``Http.Validate.Status``
174 |         ///   - taskDelegate: A protocol that defines methods that URL session instances call on their delegates to handle task-level events
warning: 'Http.Validate' doesn't exist at '/async_http_client/Http/Proxy/send(with:retry:_:_:)'
   --> Sources/async-http-client/proxy/http/Proxy.swift:173:56-173:69
171 |         ///   - request: A URL load request that is independent of protocol or URL scheme
172 |         ///   - retry: ``RetryService.Strategy`` strategy Default value .exponential with 5 retry and duration 2.0
173 +         ///   - validate: Set of custom validate fun ``Http.Validate`` For status code like an  example Default value to validate statusCode == 200 You can set up diff combinations check out ``Http.Validate.Status``
174 |         ///   - taskDelegate: A protocol that defines methods that URL session instances call on their delegates to handle task-level events
175 |         public func send<T>(
warning: 'Http.Validate.Status' doesn't exist at '/async_http_client/Http/Proxy/send(with:retry:_:_:)'
   --> Sources/async-http-client/proxy/http/Proxy.swift:173:194-173:214
171 |         ///   - request: A URL load request that is independent of protocol or URL scheme
172 |         ///   - retry: ``RetryService.Strategy`` strategy Default value .exponential with 5 retry and duration 2.0
173 +         ///   - validate: Set of custom validate fun ``Http.Validate`` For status code like an  example Default value to validate statusCode == 200 You can set up diff combinations check out ``Http.Validate.Status``
174 |         ///   - taskDelegate: A protocol that defines methods that URL session instances call on their delegates to handle task-level events
175 |         public func send<T>(
warning: 'Http.Validate.Status' doesn't exist at '/async_http_client/validateStatus(_:by:with:)'
  --> Sources/async-http-client/validate/type/Status.swift:78:40-78:60
76 | /// - Parameters:
77 | ///   - response: URLResponse
78 + ///   - rules: A rule for validating ``Http.Validate.Status``
79 | ///   - data: Received data
80 | /// - Throws: ``Http.Errors.status``
warning: 'Http.Errors.status' doesn't exist at '/async_http_client/validateStatus(_:by:with:)'
  --> Sources/async-http-client/validate/type/Status.swift:80:17-80:35
78 | ///   - rules: A rule for validating ``Http.Validate.Status``
79 | ///   - data: Received data
80 + /// - Throws: ``Http.Errors.status``
81 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
82 | public func validateStatus(
warning: 'Http.Validate.Status' doesn't exist at '/async_http_client/validateStatus(_:by:with:)'
  --> Sources/async-http-client/validate/type/Status.swift:95:39-95:59
93 | /// - Parameters:
94 | ///   - response: URLResponse
95 + ///   - rules: rules for validating ``Http.Validate.Status``
96 | ///   - data: Received data
97 | /// - Throws: ``Http.Errors.status``
warning: 'Http.Errors.status' doesn't exist at '/async_http_client/validateStatus(_:by:with:)'
  --> Sources/async-http-client/validate/type/Status.swift:97:17-97:35
95 | ///   - rules: rules for validating ``Http.Validate.Status``
96 | ///   - data: Received data
97 + /// - Throws: ``Http.Errors.status``
98 | @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
99 | public func validateStatus(Finished building documentation for 'async-http-client' (0.27s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/igor11191708/async-http-client/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Updating https://github.com/The-Igor/retry-policy-service.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.34s)
Updated https://github.com/The-Igor/retry-policy-service.git (0.53s)
Computing version for https://github.com/The-Igor/retry-policy-service.git
Computed https://github.com/The-Igor/retry-policy-service.git at 1.0.1 (0.55s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.58s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3074] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.31s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.60s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-entitlement.plist
[4/8] Write swift-version-33747A42983211AE.txt
[6/53] Compiling Snippets Snippet.swift
[7/53] Compiling Snippets SnippetParser.swift
[8/53] Emitting module Snippets
[9/53] Compiling SymbolKit Names.swift
[10/53] Compiling SymbolKit SPI.swift
[11/53] Compiling SymbolKit Snippet.swift
[12/53] Compiling SymbolKit Extension.swift
[13/53] Compiling SymbolKit Identifier.swift
[14/53] Compiling SymbolKit KindIdentifier.swift
[15/53] Compiling SymbolKit Location.swift
[16/53] Compiling SymbolKit Mutability.swift
[17/57] Compiling SymbolKit SemanticVersion.swift
[18/57] Compiling SymbolKit AccessControl.swift
[19/57] Compiling SymbolKit Availability.swift
[20/57] Compiling SymbolKit AvailabilityItem.swift
[21/57] Compiling SymbolKit Domain.swift
[22/57] Compiling SymbolKit DeclarationFragments.swift
[23/57] Compiling SymbolKit Fragment.swift
[24/57] Compiling SymbolKit FragmentKind.swift
[25/57] Compiling SymbolKit FunctionParameter.swift
[26/57] Compiling SymbolKit FunctionSignature.swift
[27/57] Compiling SymbolKit Relationship.swift
[28/57] Compiling SymbolKit RelationshipKind.swift
[29/57] Compiling SymbolKit SourceOrigin.swift
[30/57] Compiling SymbolKit GenericConstraints.swift
[31/57] Compiling SymbolKit Swift.swift
[32/57] Compiling SymbolKit GenericConstraint.swift
[33/57] Compiling SymbolKit GenericParameter.swift
[34/57] Compiling SymbolKit Generics.swift
[35/57] Compiling SymbolKit Namespace.swift
[36/57] Compiling SymbolKit Mixin+Equals.swift
[37/57] Compiling SymbolKit Mixin+Hash.swift
[38/57] Compiling SymbolKit Mixin.swift
[39/57] Compiling SymbolKit LineList.swift
[40/57] Compiling SymbolKit Position.swift
[41/57] Compiling SymbolKit Symbol.swift
[42/57] Compiling SymbolKit SymbolKind.swift
[43/57] Compiling SymbolKit SymbolGraph.swift
[44/57] Compiling SymbolKit GraphCollector.swift
[45/57] Emitting module SymbolKit
[46/57] Compiling SymbolKit SourceRange.swift
[47/57] Compiling SymbolKit Metadata.swift
[48/57] Compiling SymbolKit Module.swift
[49/57] Compiling SymbolKit OperatingSystem.swift
[50/57] Compiling SymbolKit Platform.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract
[60/61] Applying snippet-extract
Build complete! (3.82s)
Building for debugging...
[0/1] Write swift-version-33747A42983211AE.txt
Build complete! (0.14s)
     242
3	/Users/admin/builder/spi-builder-workspace/.docs/igor11191708/async-http-client/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/igor11191708/async-http-client/main
File count: 242
Doc size:   3.0MB
Preparing doc bundle ...
Uploading prod-igor11191708-async-http-client-main-4c6f9ba8.zip to s3://spi-docs-inbox/prod-igor11191708-async-http-client-main-4c6f9ba8.zip
Copying... [13%]
Copying... [25%]
Copying... [38%]
Copying... [51%]
Copying... [64%]
Copying... [76%]
Copying... [89%]
Copying... [100%]
Done.