The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WSPublisher, reference 0.2.0 (84a9b5), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 23:26:33 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/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
Fetching https://github.com/apple/swift-http-types.git
[1/1033] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.78s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.2.0 (1.44s)
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.2.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": "wspublisher",
      "name": "WSPublisher",
      "url": "https://github.com/edonv/WSPublisher.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WSPublisher",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-http-types",
          "name": "swift-http-types",
          "url": "https://github.com/apple/swift-http-types.git",
          "version": "1.5.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-http-types",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/edonv/WSPublisher.git
[1/569] Fetching wspublisher
Fetched https://github.com/edonv/WSPublisher.git from cache (0.76s)
Fetching https://github.com/apple/swift-http-types.git from cache
Fetched https://github.com/apple/swift-http-types.git from cache (0.41s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.98s)
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.5.1
Creating working copy for https://github.com/edonv/WSPublisher.git
Working copy of https://github.com/edonv/WSPublisher.git resolved at 0.2.0 (84a9b5a)
warning: '.resolve-product-dependencies': dependency 'wspublisher' is not used by any target
Found 1 product dependencies
  - swift-http-types
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/edonv/WSPublisher.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/12] Compiling HTTPTypes HTTPRequest.swift
[6/12] Compiling HTTPTypes HTTPParsedFields.swift
[7/12] Compiling HTTPTypes HTTPResponse.swift
[8/12] Compiling HTTPTypes ISOLatin1String.swift
[9/12] Compiling HTTPTypes HTTPField.swift
[10/12] Emitting module HTTPTypes
[11/12] Compiling HTTPTypes HTTPFieldName.swift
[12/12] Compiling HTTPTypes HTTPFields.swift
[13/18] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[14/18] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[15/18] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[16/18] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[17/18] Emitting module HTTPTypesFoundation
[18/18] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[19/28] Compiling WSPublisher URLSessionWebSocketTask+Combine.swift
[20/28] Compiling WSPublisher URLSessionWebSocketTask+Async.swift
[21/29] Compiling WSPublisher WebSocketPublisher+Async.swift
[22/29] Compiling WSPublisher WebSocketPublisher+Errors.swift
[23/29] Compiling WSPublisher WebSocketPublisher+URLSessionDelegate.swift
[24/29] Compiling WSPublisher WebSocketPublisher+Event.swift
[25/29] Compiling WSPublisher WebSocketPublisher.swift
[26/29] 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 {
[27/29] 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/29] 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 {
[29/29] Compiling WSPublisher WSPublisher+SwiftUI.swift
Build complete! (12.25s)
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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/edonv/wspublisher/0.2.0
Repository:               edonv/WSPublisher
Swift version used:       6.3
Target:                   WSPublisher
Extracting symbol information for 'WSPublisher'...
Finished extracting symbol information for 'WSPublisher'. (46.57s)
Building documentation for 'WSPublisher'...
warning: Return value documented for instance method returning void
  --> Sources/WSPublisher/Extensions/WebSocketPublisher+Async.swift:29:9-29:65
27 |     /// - Throws: ``WebSocketPublisher/Errors/noActiveConnection`` if there isn't an active connection, or can fail if an
28 |     /// error occurs while sending.
29 +     /// - Returns: `Void`, signalling the message has been sent.
   |         ╰─suggestion: Remove return value documentation
30 |     public func send(_ message: String) async throws {
31 |         try await send(.string(message))
warning: Return value documented for instance method returning void
  --> Sources/WSPublisher/Extensions/WebSocketPublisher+Async.swift:38:9-38:65
36 |     /// - Throws: ``WebSocketPublisher/Errors/noActiveConnection`` if there isn't an active connection, or can fail if an
37 |     /// error occurs while sending.
38 +     /// - Returns: `Void`, signalling the message has been sent.
   |         ╰─suggestion: Remove return value documentation
39 |     public func send(_ message: Data) async throws {
40 |         try await send(.data(message))
warning: Return value documented for instance method returning void
  --> Sources/WSPublisher/Extensions/WebSocketPublisher+Async.swift:46:9-46:62
44 |     /// - Throws: ``WebSocketPublisher/Errors/noActiveConnection`` if there isn't an active connection, or can fail if an
45 |     /// error occurs while sending.
46 +     /// - Returns: `Void`, signalling the ping has been sent.
   |         ╰─suggestion: Remove return value documentation
47 |     public func ping() async throws {
48 |         let task = try confirmConnection()
warning: Return value documented for instance method returning void
  --> Sources/WSPublisher/URLSessionWebSocketTask/URLSessionWebSocketTask+Async.swift:14:9-14:64
12 |     /// in an async function.
13 |     /// - Throws: Fails if an error occurs while sending ping.
14 +     /// - Returns: `Void`, the response pong had been received.
   |         ╰─suggestion: Remove return value documentation
15 |     public func sendPing() async throws {
16 |         try await withCheckedThrowingContinuation { (continuation: CheckedContinuation<Void, Error>) in
Finished building documentation for 'WSPublisher' (0.63s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/edonv/wspublisher/0.2.0
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2271] Fetching swift-docc-plugin
Updating https://github.com/apple/swift-http-types.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.20s)
Updated https://github.com/apple/swift-http-types.git (0.45s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.2.0 (2.38s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (0.86s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.12s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.88s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Building for debugging...
[0/8] Write snippet-extract-tool-entitlement.plist
[0/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling SymbolKit Mixin+Equals.swift
[7/53] Compiling SymbolKit Mixin+Hash.swift
[8/53] Compiling SymbolKit Mixin.swift
[9/53] Compiling SymbolKit LineList.swift
[10/53] Compiling SymbolKit Position.swift
[11/57] Compiling SymbolKit DeclarationFragments.swift
[12/57] Compiling SymbolKit Fragment.swift
[13/57] Compiling SymbolKit FragmentKind.swift
[14/57] Compiling SymbolKit FunctionParameter.swift
[15/57] Compiling SymbolKit FunctionSignature.swift
[16/57] Compiling SymbolKit GenericConstraint.swift
[17/57] Compiling SymbolKit GenericParameter.swift
[18/57] Compiling SymbolKit Generics.swift
[19/57] Compiling SymbolKit Namespace.swift
[20/57] Emitting module SymbolKit
[21/57] Compiling SymbolKit SemanticVersion.swift
[22/57] Compiling SymbolKit AccessControl.swift
[23/57] Compiling SymbolKit Availability.swift
[24/57] Compiling SymbolKit AvailabilityItem.swift
[25/57] Compiling SymbolKit Domain.swift
[26/57] Compiling SymbolKit Names.swift
[27/57] Compiling SymbolKit SPI.swift
[28/57] Compiling SymbolKit Snippet.swift
[29/57] Compiling SymbolKit Extension.swift
[30/57] Compiling SymbolKit SourceRange.swift
[31/57] Compiling SymbolKit Metadata.swift
[32/57] Compiling SymbolKit Module.swift
[33/57] Compiling SymbolKit OperatingSystem.swift
[34/57] Compiling SymbolKit Platform.swift
[35/57] Compiling SymbolKit Relationship.swift
[36/57] Compiling SymbolKit RelationshipKind.swift
[37/57] Compiling SymbolKit SourceOrigin.swift
[38/57] Compiling SymbolKit GenericConstraints.swift
[39/57] Compiling SymbolKit Swift.swift
[40/57] Compiling SymbolKit Identifier.swift
[41/57] Compiling SymbolKit KindIdentifier.swift
[42/57] Compiling SymbolKit Location.swift
[43/57] Compiling SymbolKit Mutability.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets Snippet.swift
[55/61] Compiling snippet_extract SnippetBuildCommand.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.16s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'WSPublisher' complete! (0.21s)
     218
3	/Users/admin/builder/spi-builder-workspace/.docs/edonv/wspublisher/0.2.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/edonv/wspublisher/0.2.0
File count: 218
Doc size:   3.0MB
Preparing doc bundle ...
Uploading prod-edonv-wspublisher-0.2.0-0f8e3494.zip to s3://spi-docs-inbox/prod-edonv-wspublisher-0.2.0-0f8e3494.zip
Copying... [12%]
Copying... [24%]
Copying... [35%]
Copying... [47%]
Copying... [59%]
Copying... [71%]
Copying... [82%]
Copying... [94%]
Copying... [100%]
Done.