The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SessionPlus, reference 2.2.0 (d15b52), with Swift 6.2 (beta) for Linux on 20 Jun 2025 00:57:05 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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.2
Building package at path:  $PWD
https://github.com/richardpiazza/SessionPlus.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/richardpiazza/AsyncPlus.git
[1/124] Fetching asyncplus
Fetched https://github.com/richardpiazza/AsyncPlus.git from cache (0.47s)
Computing version for https://github.com/richardpiazza/AsyncPlus.git
Computed https://github.com/richardpiazza/AsyncPlus.git at 0.3.2 (0.89s)
Creating working copy for https://github.com/richardpiazza/AsyncPlus.git
Working copy of https://github.com/richardpiazza/AsyncPlus.git resolved at 0.3.2
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/11] Compiling AsyncPlus PassthroughAsyncSequence.swift
[6/11] Compiling AsyncPlus PassthroughAsyncSubject.swift
[7/11] Compiling AsyncPlus CurrentValueAsyncSubject.swift
[8/11] Emitting module AsyncPlus
[9/11] Compiling AsyncPlus CurrentValueAsyncThrowingSubject.swift
[10/11] Compiling AsyncPlus PassthroughAsyncThrowingSequence.swift
[11/11] Compiling AsyncPlus PassthroughAsyncThrowingSubject.swift
[13/45] Compiling SessionPlus Headers.swift
[14/45] Compiling SessionPlus MIMEType.swift
[15/45] Compiling SessionPlus Method.swift
[16/45] Compiling SessionPlus Request.swift
[17/49] 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
[18/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
[19/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
[20/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
[21/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
[22/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
[23/49] Compiling SessionPlus URLSessionConfiguration+SessionPlus.swift
[24/49] Compiling SessionPlus URLSessionDelegate+SessionPlus.swift
[25/49] Compiling SessionPlus AbsoluteURLSessionClient.swift
[26/49] Compiling SessionPlus AbsoluteURLWebSocket.swift
[27/49] Compiling SessionPlus AnyRequest.swift
[28/49] Compiling SessionPlus Authorization.swift
[29/49] Compiling SessionPlus Client+Decoding.swift
[30/49] Compiling SessionPlus Client.swift
[31/49] Compiling SessionPlus Header.swift
[32/49] Compiling SessionPlus AnyResponse.swift
[33/49] Compiling SessionPlus BaseURLSessionClient.swift
[34/49] Compiling SessionPlus Delete.swift
[35/49] Compiling SessionPlus Get.swift
[36/49] Compiling SessionPlus PNGImageFormDataRequest.swift
[37/49] Compiling SessionPlus Patch.swift
[38/49] Compiling SessionPlus Post.swift
[39/49] Compiling SessionPlus Put.swift
[40/49] Compiling SessionPlus Address.swift
[41/49] Compiling SessionPlus Downloader.swift
[42/49] Compiling SessionPlus HTTP.swift
[43/49] Compiling SessionPlus HTTPClient.swift
[44/49] Compiling SessionPlus HTTPCodable.swift
[45/49] Compiling SessionPlus HTTPInjectable.swift
[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] Compiling SessionPlusEmulation EmulatedClient.swift
[52/52] Emitting module SessionPlusEmulation
Build complete! (13.77s)
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.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.