The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WebSocketKit, reference main (7b5617), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 00:08:06 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/alexanderwe/WebSocketKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexanderwe/WebSocketKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7b56172 chore(documentation): Generate documentation
Cloned https://github.com/alexanderwe/WebSocketKit.git
Revision (git rev-parse @):
7b561724c9ebd4fc08e08e47cd5546571b11b10b
SUCCESS checkout https://github.com/alexanderwe/WebSocketKit.git at main
========================================
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": "websocketkit",
      "name": "WebSocketKit",
      "url": "https://github.com/alexanderwe/WebSocketKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WebSocketKit",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/alexanderwe/WebSocketKit.git
[1/177] Fetching websocketkit
Fetched https://github.com/alexanderwe/WebSocketKit.git from cache (0.80s)
Creating working copy for https://github.com/alexanderwe/WebSocketKit.git
Working copy of https://github.com/alexanderwe/WebSocketKit.git resolved at main (7b56172)
warning: 'websocketkit': the target name WebSocketKit has different case on the filesystem and the Package.swift manifest file
warning: '.resolve-product-dependencies': dependency 'websocketkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/alexanderwe/WebSocketKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/6] Compiling WebSocketKit WebSocketConnection.swift
[4/6] Compiling WebSocketKit WebSocketKit.swift
[5/6] Emitting module WebSocketKit
[6/6] Compiling WebSocketKit WebSocket.swift
Build complete! (3.79s)
warning: 'spi-builder-workspace': the target name WebSocketKit has different case on the filesystem and the Package.swift manifest file
warning: 'spi-builder-workspace': the target name WebSocketKitTests has different case on the filesystem and the Package.swift manifest file
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WebSocketKit",
  "name" : "WebSocketKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "WebSocketKit",
      "targets" : [
        "WebSocketKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebSocketKitTests",
      "module_type" : "SwiftTarget",
      "name" : "WebSocketKitTests",
      "path" : "Tests/WebSocketKitTests",
      "sources" : [
        "WebSocketKitTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "WebSocketKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WebSocketKit",
      "module_type" : "SwiftTarget",
      "name" : "WebSocketKit",
      "path" : "Sources/WebSocketKit",
      "product_memberships" : [
        "WebSocketKit"
      ],
      "sources" : [
        "WebSocket.swift",
        "WebSocketConnection.swift",
        "WebSocketKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
warning: 'spi-builder-workspace': the target name WebSocketKit has different case on the filesystem and the Package.swift manifest file
warning: 'spi-builder-workspace': the target name WebSocketKitTests has different case on the filesystem and the Package.swift manifest file
Done.