The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Starscream, reference 4.0.8 (c6bfd1), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 05:46:49 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/daltoniam/Starscream.git
Reference: 4.0.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/daltoniam/Starscream
 * tag               4.0.8      -> FETCH_HEAD
HEAD is now at c6bfd1a chore: update release tooling
Cloned https://github.com/daltoniam/Starscream.git
Revision (git rev-parse @):
c6bfd1af48efcc9a9ad203665db12375ba6b145a
SUCCESS checkout https://github.com/daltoniam/Starscream.git at 4.0.8
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/daltoniam/Starscream.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[1/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/23] Emitting module Starscream
[5/25] Compiling Starscream Transport.swift
[6/25] Compiling Starscream resource_bundle_accessor.swift
[7/25] Compiling Starscream Compression.swift
[8/25] Compiling Starscream WSCompression.swift
[9/25] Compiling Starscream Data+Extensions.swift
[10/25] Compiling Starscream WSEngine.swift
[11/25] Compiling Starscream FoundationHTTPHandler.swift
[12/25] Compiling Starscream Security.swift
[13/25] Compiling Starscream Server.swift
[14/25] Compiling Starscream Framer.swift
[15/25] Compiling Starscream HTTPHandler.swift
[16/25] Compiling Starscream StringHTTPHandler.swift
[17/25] Compiling Starscream FoundationSecurity.swift
[18/25] Compiling Starscream WebSocketServer.swift
[19/25] Compiling Starscream WebSocket.swift
[20/25] Compiling Starscream FoundationHTTPServerHandler.swift
[21/25] Compiling Starscream FrameCollector.swift
[22/25] Compiling Starscream Engine.swift
[23/25] Compiling Starscream NativeEngine.swift
[24/25] Compiling Starscream FoundationTransport.swift
[25/25] Compiling Starscream TCPTransport.swift
Build complete! (5.38s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/Info.plist
Build complete.
{
  "dependencies" : [
  ],
  "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"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Compression/Compression.swift",
        "Compression/WSCompression.swift",
        "DataBytes/Data+Extensions.swift",
        "Engine/Engine.swift",
        "Engine/NativeEngine.swift",
        "Engine/WSEngine.swift",
        "Framer/FoundationHTTPHandler.swift",
        "Framer/FoundationHTTPServerHandler.swift",
        "Framer/FrameCollector.swift",
        "Framer/Framer.swift",
        "Framer/HTTPHandler.swift",
        "Framer/StringHTTPHandler.swift",
        "Security/FoundationSecurity.swift",
        "Security/Security.swift",
        "Server/Server.swift",
        "Server/WebSocketServer.swift",
        "Starscream/WebSocket.swift",
        "Transport/FoundationTransport.swift",
        "Transport/TCPTransport.swift",
        "Transport/Transport.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.