The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WebSocketKit with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexanderwe/WebSocketKit.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "websocketkit",
      "name": "WebSocketKit",
      "url": "https://github.com/alexanderwe/WebSocketKit.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WebSocketKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/alexanderwe/WebSocketKit.git
[1/177] Fetching websocketkit
Fetched https://github.com/alexanderwe/WebSocketKit.git (0.28s)
Creating working copy for https://github.com/alexanderwe/WebSocketKit.git
Working copy of https://github.com/alexanderwe/WebSocketKit.git resolved at main
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:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/4] Compiling WebSocketKit WebSocketConnection.swift
[2/4] Compiling WebSocketKit WebSocket.swift
[3/4] Compiling WebSocketKit WebSocketKit.swift
[4/4] Emitting module WebSocketKit
Build complete! (6.87s)
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.
Done.