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 main (820928), with Swift 6.2 (beta) for Linux on 20 Jun 2025 00:56:48 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: 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/richardpiazza/SessionPlus
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 820928c Structured Logging (#10)
Cloned https://github.com/richardpiazza/SessionPlus.git
Revision (git rev-parse @):
820928c24af50a87e2343582fd781c0052eb8ec6
SUCCESS checkout https://github.com/richardpiazza/SessionPlus.git at main
========================================
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-1":/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/apple/swift-log.git
Fetching https://github.com/richardpiazza/AsyncPlus.git
[1/124] Fetching asyncplus
[125/3960] Fetching asyncplus, swift-log
Fetched https://github.com/richardpiazza/AsyncPlus.git from cache (0.26s)
[576/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.41s)
Computing version for https://github.com/richardpiazza/AsyncPlus.git
Computed https://github.com/richardpiazza/AsyncPlus.git at 0.3.2 (0.78s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.44s)
Creating working copy for https://github.com/richardpiazza/AsyncPlus.git
Working copy of https://github.com/richardpiazza/AsyncPlus.git resolved at 0.3.2
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/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/17] Compiling AsyncPlus PassthroughAsyncThrowingSequence.swift
[7/17] Compiling Logging MetadataProvider.swift
[8/17] Compiling AsyncPlus PassthroughAsyncThrowingSubject.swift
[9/17] Emitting module AsyncPlus
[10/17] Compiling AsyncPlus CurrentValueAsyncSubject.swift
[11/17] Compiling AsyncPlus CurrentValueAsyncThrowingSubject.swift
[12/17] Compiling AsyncPlus PassthroughAsyncSubject.swift
[13/17] Compiling AsyncPlus PassthroughAsyncSequence.swift
[15/18] Compiling Logging LogHandler.swift
[16/18] Compiling Logging Locks.swift
[17/18] Emitting module Logging
[18/18] Compiling Logging Logging.swift
[20/48] 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
[21/52] Compiling SessionPlus URLResponse+SessionPlus.swift
[22/52] Compiling SessionPlus URLSessionConfiguration+SessionPlus.swift
[23/52] Compiling SessionPlus URLSessionDelegate+SessionPlus.swift
[24/52] Compiling SessionPlus AbsoluteURLSessionClient.swift
[25/52] Compiling SessionPlus Logger+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
[26/52] 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
[27/52] 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
[28/52] 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
[29/52] Compiling SessionPlus Patch.swift
[30/52] Compiling SessionPlus Post.swift
[31/52] Compiling SessionPlus Put.swift
[32/52] Compiling SessionPlus Address.swift
[33/52] Compiling SessionPlus MIMEType.swift
[34/52] Compiling SessionPlus Method.swift
[35/52] Compiling SessionPlus QueryItem.swift
[36/52] Compiling SessionPlus Request.swift
[37/52] Compiling SessionPlus AbsoluteURLWebSocket.swift
[38/52] Compiling SessionPlus AnyRequest.swift
[39/52] Compiling SessionPlus AnyResponse.swift
[40/52] Compiling SessionPlus BaseURLSessionClient.swift
[41/52] Compiling SessionPlus Authorization.swift
[42/52] Compiling SessionPlus Client.swift
[43/52] Compiling SessionPlus Header.swift
[44/52] Compiling SessionPlus Headers.swift
[45/52] Compiling SessionPlus Delete.swift
[46/52] Compiling SessionPlus FormData.swift
[47/52] Compiling SessionPlus Get.swift
[48/52] Compiling SessionPlus PNGImageFormDataRequest.swift
[49/52] Compiling SessionPlus Response.swift
[50/52] Compiling SessionPlus Socket.swift
[51/52] Compiling SessionPlus StatusCode.swift
[52/52] Compiling SessionPlus WebSocket.swift
[54/55] Compiling SessionPlusEmulation EmulatedClient.swift
[55/55] Emitting module SessionPlusEmulation
Build complete! (13.33s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "asyncplus",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/AsyncPlus.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.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" : [
        "FormDataTests.swift",
        "QueryItemTests.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",
        "Logging"
      ],
      "product_memberships" : [
        "SessionPlus"
      ],
      "sources" : [
        "Extensions/Logger+SessionPlus.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/FormData.swift",
        "Implementation/Get.swift",
        "Implementation/PNGImageFormDataRequest.swift",
        "Implementation/Patch.swift",
        "Implementation/Post.swift",
        "Implementation/Put.swift",
        "Interface/Address.swift",
        "Interface/Authorization.swift",
        "Interface/Client.swift",
        "Interface/Header.swift",
        "Interface/Headers.swift",
        "Interface/MIMEType.swift",
        "Interface/Method.swift",
        "Interface/QueryItem.swift",
        "Interface/Request.swift",
        "Interface/Response.swift",
        "Interface/Socket.swift",
        "Interface/StatusCode.swift",
        "Interface/WebSocket.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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.