The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-http-client, reference main (192238), with Swift 6.1 for Android on 25 Feb 2026 22:12:37 UTC.

Swift 6 data race errors: 5

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 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:         android
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-4606859-1":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-log
[1/20039] Fetching swift-collections
[1204/26129] Fetching swift-collections, swift-log
Fetched https://github.com/apple/swift-log from cache (0.84s)
[2806/20039] Fetching swift-collections
Fetching https://github.com/apple/swift-http-types
Fetched https://github.com/apple/swift-collections from cache (2.36s)
[1/951] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.42s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (3.76s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (1.47s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.10.1 (1.06s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
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
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/37] Emitting module InternalCollectionsUtilities
[9/39] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[10/39] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[11/39] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[12/39] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[13/39] Compiling InternalCollectionsUtilities _SortedCollection.swift
[14/39] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[15/39] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[16/39] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[17/39] Compiling InternalCollectionsUtilities Debugging.swift
[18/39] Compiling InternalCollectionsUtilities Descriptions.swift
[19/39] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[20/39] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[21/39] Compiling InternalCollectionsUtilities UInt+reversed.swift
[22/39] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[23/39] Compiling HTTPTypes HTTPField.swift
[24/39] Compiling HTTPTypes HTTPFieldName.swift
[25/39] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[27/40] Compiling HTTPTypes ISOLatin1String.swift
[28/56] Compiling HTTPTypes HTTPRequest.swift
[29/56] Compiling DequeModule Deque+Equatable.swift
[30/56] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[31/58] Compiling DequeModule _DequeBuffer.swift
[32/58] Compiling DequeModule _DequeBufferHeader.swift
[33/58] Compiling HTTPTypes HTTPResponse.swift
[34/58] Compiling DequeModule Deque+Extras.swift
[35/58] Compiling DequeModule Deque+Hashable.swift
[36/58] Compiling DequeModule Deque+CustomReflectable.swift
[37/58] Compiling DequeModule Deque+Descriptions.swift
[38/58] Compiling DequeModule Deque+Testing.swift
[39/58] Compiling DequeModule Deque._Storage.swift
[40/58] Compiling HTTPTypes NIOLock.swift
[41/58] Compiling DequeModule _DequeSlot.swift
[42/58] Compiling DequeModule _UnsafeWrappedBuffer.swift
[43/58] Compiling DequeModule Deque._UnsafeHandle.swift
[44/58] Compiling DequeModule Deque.swift
[45/58] Compiling DequeModule Deque+Codable.swift
[46/58] Compiling DequeModule Deque+Collection.swift
[47/58] Emitting module DequeModule
[49/59] Compiling Logging MetadataProvider.swift
[50/59] Compiling Logging Locks.swift
[51/59] Emitting module Logging
[52/59] Compiling HTTPTypes HTTPRequest+URL.swift
[53/59] Compiling HTTPTypes HTTPParsedFields.swift
[54/59] Compiling Logging Logging.swift
[55/59] Compiling Logging LogHandler.swift
[57/60] Emitting module HTTPTypes
[60/60] Compiling HTTPTypes HTTPFields.swift
[62/67] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[63/67] Emitting module HTTPTypesFoundation
[64/67] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[65/67] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[66/67] Compiling HTTPTypesFoundation HTTPTypesFoundation.swift
[67/67] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[69/89] Compiling HTTPClient HTTPBody+Extensions.swift
[70/89] Compiling HTTPClient HTTPBody+Progress.swift
[71/89] Compiling HTTPClient HTTPBody.swift
[72/89] Compiling HTTPClient Client.swift
[73/89] Compiling HTTPClient ClientTransport.swift
[74/89] Compiling HTTPClient CurrencyTypes.swift
[75/89] Compiling HTTPClient MultipartFormData+HTTPBody.swift
[76/89] Compiling HTTPClient MultipartFormData.swift
[77/91] Compiling HTTPClient URLSessionTransport.swift
[78/91] Compiling HTTPClient AsyncSequenceCommon.swift
[79/91] Compiling HTTPClient Client+MultipartFormData.swift
[80/91] Compiling HTTPClient BidirectionalStreamingURLSessionDelegate.swift
[81/91] Compiling HTTPClient HTTPBodyOutputStreamBridge.swift
[82/91] Compiling HTTPClient URLSession+Extensions.swift
[83/91] Emitting module HTTPClient
[84/91] Compiling HTTPClient LoggingMiddleware.swift
[85/91] Compiling HTTPClient MockClientTransport.swift
[86/91] Compiling HTTPClient PrettyStringConvertible.swift
[87/91] Compiling HTTPClient ClientError.swift
[88/91] Compiling HTTPClient RuntimeError.swift
[89/91] Compiling HTTPClient Exports.swift
[90/91] Compiling HTTPClient BufferedStream.swift
[91/91] Compiling HTTPClient Lock.swift
Build complete! (52.90s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types"
    },
    {
      "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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.