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 WSPublisher, reference 0.2.0 (84a9b5), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 00:07:08 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/edonv/WSPublisher.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/edonv/WSPublisher
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 84a9b5a Update WebSocketPublisher.swift
Cloned https://github.com/edonv/WSPublisher.git
Revision (git rev-parse @):
84a9b5a051633437ebf39d45aa2017377525e502
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/edonv/WSPublisher.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/edonv/WSPublisher.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/13] Compiling HTTPTypes ISOLatin1String.swift
[6/13] Compiling HTTPTypes HTTPParsedFields.swift
[7/13] Compiling HTTPTypes HTTPFieldName.swift
[8/13] Compiling HTTPTypes HTTPResponse.swift
[9/13] Compiling HTTPTypes HTTPRequest.swift
[10/13] Compiling HTTPTypes NIOLock.swift
[11/13] Compiling HTTPTypes HTTPFields.swift
[12/13] Compiling HTTPTypes HTTPField.swift
[13/13] Emitting module HTTPTypes
[14/19] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[15/19] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[16/19] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[17/19] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[18/19] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[19/19] Emitting module HTTPTypesFoundation
[20/29] Compiling WSPublisher URLSessionWebSocketTask+Combine.swift
[21/30] Compiling WSPublisher URLSessionWebSocketTask+Async.swift
[22/30] Compiling WSPublisher WebSocketPublisher+Event.swift
[23/30] Compiling WSPublisher WebSocketPublisher+URLSessionDelegate.swift
[24/30] Compiling WSPublisher WebSocketPublisher+Async.swift
[25/30] Compiling WSPublisher WebSocketPublisher+Errors.swift
[26/30] Compiling WSPublisher WebSocketPublisher.swift
[27/30] Compiling WSPublisher URLSessionWebSocketTaskCloseCode+StringConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/WSPublisher/Extensions/URLSessionWebSocketTaskCloseCode+StringConvertible.swift:10:1: warning: extension declares a conformance of imported type 'CloseCode' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 8 | import Foundation
 9 |
10 | extension URLSessionWebSocketTask.CloseCode: CustomStringConvertible, CustomDebugStringConvertible {
   | |- warning: extension declares a conformance of imported type 'CloseCode' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     public var description: String {
12 |         return "\(_caseName) (\(rawValue))"
[28/30] Compiling WSPublisher URLSessionWebSocketTaskMessage+Hashable.swift
/Users/admin/builder/spi-builder-workspace/Sources/WSPublisher/Extensions/URLSessionWebSocketTaskMessage+Hashable.swift:10:1: warning: extension declares a conformance of imported type 'Message' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 8 | import Foundation
 9 |
10 | extension URLSessionWebSocketTask.Message: Hashable {
   | |- warning: extension declares a conformance of imported type 'Message' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     private var comparisonValue: AnyHashable {
12 |         switch self {
[29/30] Compiling WSPublisher WSPublisher+SwiftUI.swift
[30/30] Emitting module WSPublisher
/Users/admin/builder/spi-builder-workspace/Sources/WSPublisher/Extensions/URLSessionWebSocketTaskCloseCode+StringConvertible.swift:10:1: warning: extension declares a conformance of imported type 'CloseCode' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 8 | import Foundation
 9 |
10 | extension URLSessionWebSocketTask.CloseCode: CustomStringConvertible, CustomDebugStringConvertible {
   | |- warning: extension declares a conformance of imported type 'CloseCode' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     public var description: String {
12 |         return "\(_caseName) (\(rawValue))"
/Users/admin/builder/spi-builder-workspace/Sources/WSPublisher/Extensions/URLSessionWebSocketTaskMessage+Hashable.swift:10:1: warning: extension declares a conformance of imported type 'Message' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 8 | import Foundation
 9 |
10 | extension URLSessionWebSocketTask.Message: Hashable {
   | |- warning: extension declares a conformance of imported type 'Message' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     private var comparisonValue: AnyHashable {
12 |         switch self {
Build complete! (12.80s)
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.82s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.23s)
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types.git"
    }
  ],
  "manifest_display_name" : "WSPublisher",
  "name" : "WSPublisher",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "WSPublisher",
      "targets" : [
        "WSPublisher"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WSPublisherTests",
      "module_type" : "SwiftTarget",
      "name" : "WSPublisherTests",
      "path" : "Tests/WSPublisherTests",
      "sources" : [
        "WSPublisherTests.swift"
      ],
      "target_dependencies" : [
        "WSPublisher"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WSPublisher",
      "module_type" : "SwiftTarget",
      "name" : "WSPublisher",
      "path" : "Sources/WSPublisher",
      "product_dependencies" : [
        "HTTPTypes",
        "HTTPTypesFoundation"
      ],
      "product_memberships" : [
        "WSPublisher"
      ],
      "sources" : [
        "Extensions/URLSessionWebSocketTaskCloseCode+StringConvertible.swift",
        "Extensions/URLSessionWebSocketTaskMessage+Hashable.swift",
        "Extensions/WSPublisher+SwiftUI.swift",
        "Extensions/WebSocketPublisher+Async.swift",
        "Extensions/WebSocketPublisher+URLSessionDelegate.swift",
        "Types/WebSocketPublisher+Errors.swift",
        "Types/WebSocketPublisher+Event.swift",
        "URLSessionWebSocketTask/URLSessionWebSocketTask+Async.swift",
        "URLSessionWebSocketTask/URLSessionWebSocketTask+Combine.swift",
        "WebSocketPublisher.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.