The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Starscream, reference master (a21fca), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 03:14:13 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/Azoy/Starscream.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Azoy/Starscream
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a21fca8 Remove weak from protocol
Cloned https://github.com/Azoy/Starscream.git
Revision (git rev-parse @):
a21fca8e9dc83cf3a88a3ba9be15ff17a7e4e8d6
SUCCESS checkout https://github.com/Azoy/Starscream.git at master
Fetching https://github.com/Azoy/zlib-spm.git
Fetching https://github.com/Azoy/common-crypto-spm.git
[1/27] Fetching common-crypto-spm
[28/59] Fetching common-crypto-spm, zlib-spm
Fetched https://github.com/Azoy/zlib-spm.git from cache (0.65s)
Fetched https://github.com/Azoy/common-crypto-spm.git from cache (0.66s)
Computing version for https://github.com/Azoy/common-crypto-spm.git
Computed https://github.com/Azoy/common-crypto-spm.git at 1.2.0 (1.34s)
Computing version for https://github.com/Azoy/zlib-spm.git
Computed https://github.com/Azoy/zlib-spm.git at 1.2.0 (0.62s)
Creating working copy for https://github.com/Azoy/zlib-spm.git
Working copy of https://github.com/Azoy/zlib-spm.git resolved at 1.2.0
Creating working copy for https://github.com/Azoy/common-crypto-spm.git
Working copy of https://github.com/Azoy/common-crypto-spm.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": "starscream",
      "name": "Starscream",
      "url": "https://github.com/Azoy/Starscream.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Starscream",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "zlib-spm",
          "name": "SSCZLib",
          "url": "https://github.com/Azoy/zlib-spm.git",
          "version": "1.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/zlib-spm",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "common-crypto-spm",
          "name": "SSCommonCrypto",
          "url": "https://github.com/Azoy/common-crypto-spm.git",
          "version": "1.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/common-crypto-spm",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Azoy/Starscream.git
[1/2131] Fetching starscream
Fetched https://github.com/Azoy/Starscream.git from cache (1.00s)
Fetching https://github.com/Azoy/zlib-spm.git from cache
Fetching https://github.com/Azoy/common-crypto-spm.git from cache
Fetched https://github.com/Azoy/zlib-spm.git from cache (0.47s)
Fetched https://github.com/Azoy/common-crypto-spm.git from cache (0.47s)
Computing version for https://github.com/Azoy/common-crypto-spm.git
Computed https://github.com/Azoy/common-crypto-spm.git at 1.2.0 (0.54s)
Computing version for https://github.com/Azoy/zlib-spm.git
Computed https://github.com/Azoy/zlib-spm.git at 1.2.0 (0.03s)
Creating working copy for https://github.com/Azoy/Starscream.git
Working copy of https://github.com/Azoy/Starscream.git resolved at master (a21fca8)
Creating working copy for https://github.com/Azoy/common-crypto-spm.git
Working copy of https://github.com/Azoy/common-crypto-spm.git resolved at 1.2.0
Creating working copy for https://github.com/Azoy/zlib-spm.git
Working copy of https://github.com/Azoy/zlib-spm.git resolved at 1.2.0
warning: 'common-crypto-spm': ignoring declared target(s) 'SSCommonCrypto' in the system package
warning: 'zlib-spm': ignoring declared target(s) 'SSCZLib' in the system package
warning: '.resolve-product-dependencies': dependency 'starscream' is not used by any target
Found 2 product dependencies
  - SSCZLib
  - SSCommonCrypto
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Azoy/Starscream.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 Starscream SSLSecurity.swift
[4/6] Compiling Starscream Compression.swift
/Users/admin/builder/spi-builder-workspace/Sources/Compression.swift:83:29: warning: initialization of 'UnsafeMutablePointer<UInt8>' results in a dangling pointer [#TemporaryPointers]
 81 |
 82 |         repeat {
 83 |             strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
    |                             |                           |- note: implicit argument conversion from '[UInt8]' to 'UnsafeMutablePointer<UInt8>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                             |                           `- note: use the 'withUnsafeMutableBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
    |                             `- warning: initialization of 'UnsafeMutablePointer<UInt8>' results in a dangling pointer [#TemporaryPointers]
 84 |             strm.avail_out = CUnsignedInt(buffer.count)
 85 |
/Users/admin/builder/spi-builder-workspace/Sources/Compression.swift:145:33: warning: initialization of 'UnsafeMutablePointer<UInt8>' results in a dangling pointer [#TemporaryPointers]
143 |
144 |             repeat {
145 |                 strm.next_out = UnsafeMutablePointer<UInt8>(&buffer)
    |                                 |                           |- note: implicit argument conversion from '[UInt8]' to 'UnsafeMutablePointer<UInt8>' produces a pointer valid only for the duration of the call to 'init(_:)'
    |                                 |                           `- note: use the 'withUnsafeMutableBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
    |                                 `- warning: initialization of 'UnsafeMutablePointer<UInt8>' results in a dangling pointer [#TemporaryPointers]
146 |                 strm.avail_out = CUnsignedInt(buffer.count)
147 |
[#TemporaryPointers]: <https://docs.swift.org/compiler/documentation/diagnostics/temporary-pointers>
[5/6] Emitting module Starscream
[6/6] Compiling Starscream WebSocket.swift
Build complete! (5.06s)
warning: 'common-crypto-spm': ignoring declared target(s) 'SSCommonCrypto' in the system package
warning: 'zlib-spm': ignoring declared target(s) 'SSCZLib' in the system package
warning: 'spi-builder-workspace': dependency 'zlib-spm' is not used by any target
warning: 'spi-builder-workspace': dependency 'common-crypto-spm' is not used by any target
Build complete.
{
  "dependencies" : [
    {
      "identity" : "zlib-spm",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Azoy/zlib-spm.git"
    },
    {
      "identity" : "common-crypto-spm",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Azoy/common-crypto-spm.git"
    }
  ],
  "manifest_display_name" : "Starscream",
  "name" : "Starscream",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Starscream",
      "targets" : [
        "Starscream"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Starscream",
      "module_type" : "SwiftTarget",
      "name" : "Starscream",
      "path" : "Sources",
      "product_memberships" : [
        "Starscream"
      ],
      "sources" : [
        "Compression.swift",
        "SSLSecurity.swift",
        "WebSocket.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.