The Swift Package Index logo.Swift Package Index

Build Information

Successful build of UDPBroadcast, reference v5.0.5 (3680f5), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 17:11:19 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/gunterhager/UDPBroadcastConnection.git
Reference: v5.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gunterhager/UDPBroadcastConnection
 * tag               v5.0.5     -> FETCH_HEAD
HEAD is now at 3680f53 Merge pull request #30 from LePips/support-swift-5.7
Cloned https://github.com/gunterhager/UDPBroadcastConnection.git
Revision (git rev-parse @):
3680f532c00d18a168bb8da7b9f8f82fcd89180d
SUCCESS checkout https://github.com/gunterhager/UDPBroadcastConnection.git at v5.0.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/gunterhager/UDPBroadcastConnection.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/5] Compiling UDPBroadcast UDPBroadcastConnection.swift
[4/5] Emitting module UDPBroadcast
[5/5] Compiling UDPBroadcast UDPBroadcastConnectionError.swift
Build complete! (3.34s)
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/UDPBroadcast/Info.plist
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "UDPBroadcast",
  "name" : "UDPBroadcast",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    }
  ],
  "products" : [
    {
      "name" : "UDPBroadcast",
      "targets" : [
        "UDPBroadcast"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UDPBroadcast",
      "module_type" : "SwiftTarget",
      "name" : "UDPBroadcast",
      "path" : "UDPBroadcast",
      "product_memberships" : [
        "UDPBroadcast"
      ],
      "sources" : [
        "UDPBroadcastConnection.swift",
        "UDPBroadcastConnectionError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.