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 NetService, reference 0.8.1 (08e1f7), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 19:23:23 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/bouke/netservice.git
Reference: 0.8.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bouke/netservice
 * tag               0.8.1      -> FETCH_HEAD
HEAD is now at 08e1f76 Merge pull request #41 from Bouke/fix/readcallback
Cloned https://github.com/bouke/netservice.git
Revision (git rev-parse @):
08e1f7663fd4b09b9f4ad165be89704c7cd2e3f8
SUCCESS checkout https://github.com/bouke/netservice.git at 0.8.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/bouke/netservice.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[0/7] Write dns-sd-entitlement.plist
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/15] Compiling NetService Utils.swift
[6/15] Compiling NetService NetServiceDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/NetService/NetServiceDelegate.swift:4:37: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 2 |
 3 | /// The `NetServiceDelegate` protocol defines the optional methods implemented by delegates of `NetService` objects.
 4 | public protocol NetServiceDelegate: class {
   |                                     `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 5 |
 6 |     // MARK: Using Network Services
[7/15] Compiling NetService NetServiceBrowserDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/NetService/NetServiceBrowserDelegate.swift:4:44: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
  2 |
  3 | /// The `NetServiceBrowserDelegate` protocol defines the optional methods implemented by delegates of `NetServiceBrowser` objects.
  4 | public protocol NetServiceBrowserDelegate: class {
    |                                            `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
  5 |     /// Tells the delegate the sender found a domain.
  6 |     ///
[8/15] Compiling NetService ServiceFlags.swift
[9/15] Compiling NetService NetServiceBrowser.swift
[10/15] Emitting module NetService
/Users/admin/builder/spi-builder-workspace/Sources/NetService/NetServiceBrowserDelegate.swift:4:44: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
  2 |
  3 | /// The `NetServiceBrowserDelegate` protocol defines the optional methods implemented by delegates of `NetServiceBrowser` objects.
  4 | public protocol NetServiceBrowserDelegate: class {
    |                                            `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
  5 |     /// Tells the delegate the sender found a domain.
  6 |     ///
/Users/admin/builder/spi-builder-workspace/Sources/NetService/NetServiceDelegate.swift:4:37: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 2 |
 3 | /// The `NetServiceDelegate` protocol defines the optional methods implemented by delegates of `NetService` objects.
 4 | public protocol NetServiceDelegate: class {
   |                                     `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 5 |
 6 |     // MARK: Using Network Services
[11/15] Compiling NetService FoundationCompat.swift
[12/15] Compiling NetService NetService.swift
[13/20] Compiling dns_sd FoundationCompat.swift
[14/20] Compiling dns_sd Extensions.swift
[15/20] Compiling dns_sd main.swift
[16/20] Emitting module dns_sd
[17/20] Compiling dns_sd Delegate.swift
[17/20] Write Objects.LinkFileList
[18/20] Linking dns-sd
[19/20] Applying dns-sd
Build complete! (4.21s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "NetService",
  "name" : "NetService",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "NetService",
      "targets" : [
        "NetService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "dns-sd",
      "targets" : [
        "dns-sd"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "dns_sd",
      "module_type" : "SwiftTarget",
      "name" : "dns-sd",
      "path" : "Sources/dns-sd",
      "product_memberships" : [
        "dns-sd"
      ],
      "sources" : [
        "Delegate.swift",
        "Extensions.swift",
        "FoundationCompat.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "NetService"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NetServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "NetServiceTests",
      "path" : "Tests/NetServiceTests",
      "sources" : [
        "BrowserTests.swift"
      ],
      "target_dependencies" : [
        "NetService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NetService",
      "module_type" : "SwiftTarget",
      "name" : "NetService",
      "path" : "Sources/NetService",
      "product_memberships" : [
        "NetService",
        "dns-sd"
      ],
      "sources" : [
        "FoundationCompat.swift",
        "NetService.swift",
        "NetServiceBrowser.swift",
        "NetServiceBrowserDelegate.swift",
        "NetServiceDelegate.swift",
        "ServiceFlags.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "Cdns_sd"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Cdns_sd",
      "module_type" : "SystemLibraryTarget",
      "name" : "Cdns_sd",
      "path" : "Sources/Cdns_sd",
      "product_memberships" : [
        "NetService",
        "dns-sd"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.1"
}
Done.