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 main (84a9b5), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 00:07:04 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/edonv/WSPublisher
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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 HTTPRequest.swift
[6/13] Compiling HTTPTypes NIOLock.swift
[7/13] Compiling HTTPTypes HTTPResponse.swift
[8/13] Compiling HTTPTypes ISOLatin1String.swift
[9/13] Compiling HTTPTypes HTTPField.swift
[10/13] Compiling HTTPTypes HTTPParsedFields.swift
[11/13] Compiling HTTPTypes HTTPFieldName.swift
[12/13] Emitting module HTTPTypes
[13/13] Compiling HTTPTypes HTTPFields.swift
[14/19] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[15/19] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[16/19] Emitting module HTTPTypesFoundation
[17/19] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[18/19] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[19/19] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[20/29] Compiling WSPublisher WebSocketPublisher+Event.swift
[21/29] Compiling WSPublisher WebSocketPublisher+URLSessionDelegate.swift
[22/29] Compiling WSPublisher WebSocketPublisher+Async.swift
[23/29] Compiling WSPublisher URLSessionWebSocketTask+Combine.swift
[24/29] Compiling WSPublisher URLSessionWebSocketTask+Async.swift
[25/29] 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] 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 {
[30/30] Compiling WSPublisher WSPublisher+SwiftUI.swift
Build complete! (11.79s)
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.85s)
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.30s)
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.