The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SessionPlus, reference 2.2.0 (d15b52), with Swift 6.3 for Linux on 22 Apr 2026 11:53:25 UTC.

Swift 6 data race errors: 0

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/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/SessionPlus.git
Reference: 2.2.0
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/richardpiazza/SessionPlus
 * tag               2.2.0      -> FETCH_HEAD
HEAD is now at d15b52f Socket Refresh (#7)
Cloned https://github.com/richardpiazza/SessionPlus.git
Revision (git rev-parse @):
d15b52f1319f484693da8c458c96228dbc4f8d07
SUCCESS checkout https://github.com/richardpiazza/SessionPlus.git at 2.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/richardpiazza/SessionPlus.git
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/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/richardpiazza/AsyncPlus.git
[1/162] Fetching asyncplus
Fetched https://github.com/richardpiazza/AsyncPlus.git from cache (0.38s)
Computing version for https://github.com/richardpiazza/AsyncPlus.git
Computed https://github.com/richardpiazza/AsyncPlus.git at 0.4.0 (0.91s)
Creating working copy for https://github.com/richardpiazza/AsyncPlus.git
Working copy of https://github.com/richardpiazza/AsyncPlus.git resolved at 0.4.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/11] Emitting module AsyncPlus
[6/11] Compiling AsyncPlus PassthroughAsyncThrowingSubject.swift
[7/11] Compiling AsyncPlus PassthroughAsyncThrowingSequence.swift
[8/11] Compiling AsyncPlus PassthroughAsyncSequence.swift
[9/11] Compiling AsyncPlus PassthroughAsyncSubject.swift
[10/11] Compiling AsyncPlus CurrentValueAsyncSubject.swift
[11/11] Compiling AsyncPlus CurrentValueAsyncThrowingSubject.swift
[13/45] Emitting module SessionPlus
/host/spi-builder-workspace/Sources/SessionPlus/Extensions/URLQueryItem+SessionPlus.swift:6:1: warning: extension declares a conformance of imported type 'URLQueryItem' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
 4 | #endif
 5 |
 6 | extension URLQueryItem: Codable {
   | |- warning: extension declares a conformance of imported type 'URLQueryItem' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     enum CodingKeys: String, CodingKey {
 8 |         case name
[14/49] Compiling SessionPlus Downloader.swift
[15/49] Compiling SessionPlus HTTP.swift
[16/49] Compiling SessionPlus HTTPClient.swift
[17/49] Compiling SessionPlus HTTPCodable.swift
[18/49] Compiling SessionPlus HTTPInjectable.swift
[19/49] Compiling SessionPlus URLSessionConfiguration+SessionPlus.swift
[20/49] Compiling SessionPlus URLSessionDelegate+SessionPlus.swift
[21/49] Compiling SessionPlus AbsoluteURLSessionClient.swift
[22/49] Compiling SessionPlus AbsoluteURLWebSocket.swift
[23/49] Compiling SessionPlus AnyRequest.swift
[24/49] Compiling SessionPlus Authorization.swift
[25/49] Compiling SessionPlus Client+Decoding.swift
[26/49] Compiling SessionPlus Client.swift
[27/49] Compiling SessionPlus Header.swift
[28/49] Compiling SessionPlus Headers.swift
[29/49] Compiling SessionPlus MIMEType.swift
[30/49] Compiling SessionPlus Method.swift
[31/49] Compiling SessionPlus Request.swift
[32/49] Compiling SessionPlus Patch.swift
[33/49] Compiling SessionPlus Post.swift
[34/49] Compiling SessionPlus Put.swift
[35/49] Compiling SessionPlus Address.swift
[36/49] Compiling SessionPlus AnyResponse.swift
[37/49] Compiling SessionPlus BaseURLSessionClient.swift
[38/49] Compiling SessionPlus Delete.swift
[39/49] Compiling SessionPlus Get.swift
[40/49] Compiling SessionPlus PNGImageFormDataRequest.swift
[41/49] Compiling SessionPlus WebAPI.swift
/host/spi-builder-workspace/Sources/SessionPlus/Extensions/URLQueryItem+SessionPlus.swift:6:1: warning: extension declares a conformance of imported type 'URLQueryItem' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
 4 | #endif
 5 |
 6 | extension URLQueryItem: Codable {
   | |- warning: extension declares a conformance of imported type 'URLQueryItem' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     enum CodingKeys: String, CodingKey {
 8 |         case name
[42/49] Compiling SessionPlus URLCache+SessionPlus.swift
/host/spi-builder-workspace/Sources/SessionPlus/Extensions/URLQueryItem+SessionPlus.swift:6:1: warning: extension declares a conformance of imported type 'URLQueryItem' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
 4 | #endif
 5 |
 6 | extension URLQueryItem: Codable {
   | |- warning: extension declares a conformance of imported type 'URLQueryItem' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     enum CodingKeys: String, CodingKey {
 8 |         case name
[43/49] Compiling SessionPlus URLQueryItem+SessionPlus.swift
/host/spi-builder-workspace/Sources/SessionPlus/Extensions/URLQueryItem+SessionPlus.swift:6:1: warning: extension declares a conformance of imported type 'URLQueryItem' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
 4 | #endif
 5 |
 6 | extension URLQueryItem: Codable {
   | |- warning: extension declares a conformance of imported type 'URLQueryItem' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     enum CodingKeys: String, CodingKey {
 8 |         case name
[44/49] Compiling SessionPlus URLRequest+SessionPlus.swift
/host/spi-builder-workspace/Sources/SessionPlus/Extensions/URLQueryItem+SessionPlus.swift:6:1: warning: extension declares a conformance of imported type 'URLQueryItem' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
 4 | #endif
 5 |
 6 | extension URLQueryItem: Codable {
   | |- warning: extension declares a conformance of imported type 'URLQueryItem' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     enum CodingKeys: String, CodingKey {
 8 |         case name
[45/49] Compiling SessionPlus URLResponse+SessionPlus.swift
/host/spi-builder-workspace/Sources/SessionPlus/Extensions/URLQueryItem+SessionPlus.swift:6:1: warning: extension declares a conformance of imported type 'URLQueryItem' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
 4 | #endif
 5 |
 6 | extension URLQueryItem: Codable {
   | |- warning: extension declares a conformance of imported type 'URLQueryItem' to imported protocols 'Decodable', 'Encodable'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     enum CodingKeys: String, CodingKey {
 8 |         case name
[46/49] Compiling SessionPlus Response.swift
[47/49] Compiling SessionPlus Socket.swift
[48/49] Compiling SessionPlus StatusCode.swift
[49/49] Compiling SessionPlus WebSocket.swift
[51/52] Emitting module SessionPlusEmulation
[52/52] Compiling SessionPlusEmulation EmulatedClient.swift
Build complete! (19.87s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "asyncplus",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/AsyncPlus.git"
    }
  ],
  "manifest_display_name" : "SessionPlus",
  "name" : "SessionPlus",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "SessionPlus",
      "targets" : [
        "SessionPlus",
        "SessionPlusEmulation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SessionPlusTests",
      "module_type" : "SwiftTarget",
      "name" : "SessionPlusTests",
      "path" : "Tests/SessionPlusTests",
      "sources" : [
        "MultipartFormDataTests.swift",
        "WebAPITests.swift"
      ],
      "target_dependencies" : [
        "SessionPlus",
        "SessionPlusEmulation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SessionPlusEmulation",
      "module_type" : "SwiftTarget",
      "name" : "SessionPlusEmulation",
      "path" : "Sources/SessionPlusEmulation",
      "product_memberships" : [
        "SessionPlus"
      ],
      "sources" : [
        "EmulatedClient.swift"
      ],
      "target_dependencies" : [
        "SessionPlus"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SessionPlus",
      "module_type" : "SwiftTarget",
      "name" : "SessionPlus",
      "path" : "Sources/SessionPlus",
      "product_dependencies" : [
        "AsyncPlus"
      ],
      "product_memberships" : [
        "SessionPlus"
      ],
      "sources" : [
        "Deprecated/Downloader.swift",
        "Deprecated/HTTP.swift",
        "Deprecated/HTTPClient.swift",
        "Deprecated/HTTPCodable.swift",
        "Deprecated/HTTPInjectable.swift",
        "Deprecated/WebAPI.swift",
        "Extensions/URLCache+SessionPlus.swift",
        "Extensions/URLQueryItem+SessionPlus.swift",
        "Extensions/URLRequest+SessionPlus.swift",
        "Extensions/URLResponse+SessionPlus.swift",
        "Extensions/URLSessionConfiguration+SessionPlus.swift",
        "Extensions/URLSessionDelegate+SessionPlus.swift",
        "Implementation/AbsoluteURLSessionClient.swift",
        "Implementation/AbsoluteURLWebSocket.swift",
        "Implementation/AnyRequest.swift",
        "Implementation/AnyResponse.swift",
        "Implementation/BaseURLSessionClient.swift",
        "Implementation/Delete.swift",
        "Implementation/Get.swift",
        "Implementation/PNGImageFormDataRequest.swift",
        "Implementation/Patch.swift",
        "Implementation/Post.swift",
        "Implementation/Put.swift",
        "Interface/Address.swift",
        "Interface/Authorization.swift",
        "Interface/Client+Decoding.swift",
        "Interface/Client.swift",
        "Interface/Header.swift",
        "Interface/Headers.swift",
        "Interface/MIMEType.swift",
        "Interface/Method.swift",
        "Interface/Request.swift",
        "Interface/Response.swift",
        "Interface/Socket.swift",
        "Interface/StatusCode.swift",
        "Interface/WebSocket.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.