The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PusherSwift, reference main (913dcc), with Swift 6.2 for Wasm on 20 Jun 2025 17:10:02 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/beMappy/PusherSwift.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/beMappy/PusherSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 913dcc4 chore: Release SPM version as a pod
Cloned https://github.com/beMappy/PusherSwift.git
Revision (git rev-parse @):
913dcc4795062dcb3ee8946d18a1a64f730461f9
SUCCESS checkout https://github.com/beMappy/PusherSwift.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/beMappy/PusherSwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/beMappy/TweetNacl
Fetching https://github.com/beMappy/NWWebSocket
[1/708] Fetching nwwebsocket
[660/1524] Fetching nwwebsocket, tweetnacl
Fetched https://github.com/beMappy/NWWebSocket from cache (3.14s)
[775/816] Fetching tweetnacl
Fetched https://github.com/beMappy/TweetNacl from cache (4.00s)
Computing version for https://github.com/beMappy/NWWebSocket
Computed https://github.com/beMappy/NWWebSocket at 0.5.2-SPM (4.66s)
Computing version for https://github.com/beMappy/TweetNacl
Computed https://github.com/beMappy/TweetNacl at 1.0.2-SPM (0.50s)
Creating working copy for https://github.com/beMappy/TweetNacl
Working copy of https://github.com/beMappy/TweetNacl resolved at 1.0.2-SPM
Creating working copy for https://github.com/beMappy/NWWebSocket
Working copy of https://github.com/beMappy/NWWebSocket resolved at 0.5.2-SPM
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/4] Compiling PusherSwiftWrapper PusherSwiftWrapper.swift
[4/4] Emitting module PusherSwiftWrapper
Build complete! (10.63s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "tweetnacl",
      "requirement" : {
        "exact" : [
          "1.0.2-SPM"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/beMappy/TweetNacl"
    },
    {
      "identity" : "nwwebsocket",
      "requirement" : {
        "exact" : [
          "0.5.2-SPM"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/beMappy/NWWebSocket"
    }
  ],
  "manifest_display_name" : "PusherSwift",
  "name" : "PusherSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "PusherSwift",
      "targets" : [
        "PusherSwiftWrapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PusherSwiftWrapper",
      "module_type" : "SwiftTarget",
      "name" : "PusherSwiftWrapper",
      "path" : "Sources/PusherSwiftWrapper",
      "product_dependencies" : [
        "TweetNacl",
        "NWWebSocket"
      ],
      "product_memberships" : [
        "PusherSwift"
      ],
      "sources" : [
        "PusherSwiftWrapper.swift"
      ],
      "target_dependencies" : [
        "PusherSwift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PusherSwift",
      "module_type" : "BinaryTarget",
      "name" : "PusherSwift",
      "path" : "PusherSwift.xcframework",
      "product_memberships" : [
        "PusherSwift"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.7"
}
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Done.