The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SessionPlus, reference 2.2.0 (d15b52), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 13:11:46 UTC.

Swift 6 data race errors: 0

Build Command

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

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 /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/richardpiazza/AsyncPlus.git
[1/162] Fetching asyncplus
Fetched https://github.com/richardpiazza/AsyncPlus.git from cache (0.65s)
Computing version for https://github.com/richardpiazza/AsyncPlus.git
Computed https://github.com/richardpiazza/AsyncPlus.git at 0.1.0 (1.33s)
Creating working copy for https://github.com/richardpiazza/AsyncPlus.git
Working copy of https://github.com/richardpiazza/AsyncPlus.git resolved at 0.1.0
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "sessionplus",
      "name": "SessionPlus",
      "url": "https://github.com/richardpiazza/SessionPlus.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SessionPlus",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "asyncplus",
          "name": "AsyncPlus",
          "url": "https://github.com/richardpiazza/AsyncPlus.git",
          "version": "0.4.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AsyncPlus",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/richardpiazza/SessionPlus.git
[1/677] Fetching sessionplus
Fetched https://github.com/richardpiazza/SessionPlus.git from cache (0.73s)
Fetching https://github.com/richardpiazza/AsyncPlus.git from cache
Fetched https://github.com/richardpiazza/AsyncPlus.git from cache (0.45s)
Computing version for https://github.com/richardpiazza/AsyncPlus.git
Computed https://github.com/richardpiazza/AsyncPlus.git at 0.4.0 (1.02s)
Creating working copy for https://github.com/richardpiazza/AsyncPlus.git
Working copy of https://github.com/richardpiazza/AsyncPlus.git resolved at 0.4.0
Creating working copy for https://github.com/richardpiazza/SessionPlus.git
Working copy of https://github.com/richardpiazza/SessionPlus.git resolved at 2.2.0 (d15b52f)
warning: '.resolve-product-dependencies': dependency 'sessionplus' is not used by any target
Found 1 product dependencies
  - AsyncPlus
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/richardpiazza/SessionPlus.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/7] Compiling AsyncPlus PassthroughAsyncThrowingSequence.swift
[6/7] Emitting module AsyncPlus
[7/7] Compiling AsyncPlus PassthroughAsyncSequence.swift
[8/41] Emitting module SessionPlus
/Users/admin/builder/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 'Foundation' 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 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     enum CodingKeys: String, CodingKey {
 8 |         case name
[9/44] Compiling SessionPlus Socket.swift
[10/44] Compiling SessionPlus StatusCode.swift
[11/44] Compiling SessionPlus WebSocket.swift
[12/44] Compiling SessionPlus Method.swift
[13/44] Compiling SessionPlus Request.swift
[14/44] Compiling SessionPlus Response.swift
[15/44] Compiling SessionPlus Header.swift
[16/44] Compiling SessionPlus Headers.swift
[17/44] Compiling SessionPlus MIMEType.swift
[18/44] Compiling SessionPlus BaseURLSessionClient.swift
[19/44] Compiling SessionPlus Delete.swift
[20/44] Compiling SessionPlus Get.swift
[21/44] Compiling SessionPlus PNGImageFormDataRequest.swift
[22/44] Compiling SessionPlus Patch.swift
[23/44] Compiling SessionPlus Post.swift
[24/44] Compiling SessionPlus Put.swift
[25/44] Compiling SessionPlus Address.swift
[26/44] Compiling SessionPlus URLRequest+SessionPlus.swift
[27/44] Compiling SessionPlus URLResponse+SessionPlus.swift
[28/44] Compiling SessionPlus URLSessionConfiguration+SessionPlus.swift
[29/44] Compiling SessionPlus URLSessionDelegate+SessionPlus.swift
[30/44] Compiling SessionPlus Authorization.swift
[31/44] Compiling SessionPlus Client+Decoding.swift
[32/44] Compiling SessionPlus Client.swift
[33/44] Compiling SessionPlus AbsoluteURLSessionClient.swift
[34/44] Compiling SessionPlus AbsoluteURLWebSocket.swift
[35/44] Compiling SessionPlus AnyRequest.swift
[36/44] Compiling SessionPlus AnyResponse.swift
[37/44] Compiling SessionPlus Downloader.swift
[38/44] Compiling SessionPlus HTTP.swift
[39/44] Compiling SessionPlus HTTPClient.swift
[40/44] Compiling SessionPlus HTTPCodable.swift
[41/44] Compiling SessionPlus HTTPInjectable.swift
/Users/admin/builder/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 'Foundation' 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 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     enum CodingKeys: String, CodingKey {
 8 |         case name
[42/44] Compiling SessionPlus WebAPI.swift
/Users/admin/builder/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 'Foundation' 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 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     enum CodingKeys: String, CodingKey {
 8 |         case name
[43/44] Compiling SessionPlus URLCache+SessionPlus.swift
/Users/admin/builder/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 'Foundation' 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 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     enum CodingKeys: String, CodingKey {
 8 |         case name
[44/44] Compiling SessionPlus URLQueryItem+SessionPlus.swift
/Users/admin/builder/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 'Foundation' 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 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     enum CodingKeys: String, CodingKey {
 8 |         case name
[45/46] Compiling SessionPlusEmulation EmulatedClient.swift
[46/46] Emitting module SessionPlusEmulation
Build complete! (6.24s)
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" : "/Users/admin/builder/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"
}
Done.