The Swift Package Index logo.Swift Package Index

Build Information

Failed to build RxNetService, reference 0.2.4 (1c9298), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 12 Apr 2026 04:05:20 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RxNetService -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/katoemba/rxnetservice.git
Reference: 0.2.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/katoemba/rxnetservice
 * tag               0.2.4      -> FETCH_HEAD
HEAD is now at 1c9298e Extend NetService to return first ip4 and ip6 address.
Cloned https://github.com/katoemba/rxnetservice.git
Revision (git rev-parse @):
1c9298e859ef0a79d6304bed3ca8a195e6a53dd0
SUCCESS checkout https://github.com/katoemba/rxnetservice.git at 0.2.4
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.3
Building package at path:  $PWD
https://github.com/katoemba/rxnetservice.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/ReactiveX/RxSwift
Creating working copy of package ‘RxSwift’
Checking out 5.0.1 of package ‘RxSwift’
Resolved source packages:
  RxSwift: https://github.com/ReactiveX/RxSwift @ 5.0.1
resolved source packages: RxSwift
{
  "dependencies" : [
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift.git"
    }
  ],
  "manifest_display_name" : "RxNetService",
  "name" : "RxNetService",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "RxNetService",
      "targets" : [
        "RxNetService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RxNetServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "RxNetServiceTests",
      "path" : "Tests/RxNetServiceTests",
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "RxNetService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RxNetService",
      "module_type" : "SwiftTarget",
      "name" : "RxNetService",
      "path" : "Sources/RxNetService",
      "product_dependencies" : [
        "RxSwift",
        "RxCocoa"
      ],
      "product_memberships" : [
        "RxNetService"
      ],
      "sources" : [
        "NetService+Rx.swift",
        "NetServiceBrowser+Rx.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "RxNetService",
    "schemes" : [
      "RxNetService"
    ],
    "targets" : [
      "RxNetService",
      "RxNetServiceTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RxNetService -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme RxNetService -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  RxSwift: https://github.com/ReactiveX/RxSwift @ 5.0.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
    Target 'RxNetService' in project 'RxNetService'
        ➜ Explicit dependency on target 'RxCocoa' in project 'RxSwift'
        ➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
    Target 'RxSwift' in project 'RxSwift'
        ➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
    Target 'RxCocoa' in project 'RxSwift'
        ➜ Explicit dependency on target 'RxCocoa' in project 'RxSwift'
        ➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
        ➜ Explicit dependency on target 'RxRelay' in project 'RxSwift'
        ➜ Explicit dependency on target 'RxCocoaRuntime' in project 'RxSwift'
    Target 'RxCocoa' in project 'RxSwift'
        ➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
        ➜ Explicit dependency on target 'RxRelay' in project 'RxSwift'
        ➜ Explicit dependency on target 'RxCocoaRuntime' in project 'RxSwift'
    Target 'RxCocoaRuntime' in project 'RxSwift'
        ➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
    Target 'RxRelay' in project 'RxSwift'
        ➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
    Target 'RxSwift' in project 'RxSwift' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: d5599dbb3ad1f8b9c6070f626581342d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d5599dbb3ad1f8b9c6070f626581342d.xcbuilddata
/Users/admin/builder/spi-builder-workspace/RxNetService.xcodeproj: error: No signing certificate "Mac Development" found: No "Mac Development" signing certificate matching team ID "N7DKJ3YJS4" with a private key was found. (in target 'RxNetService' from project 'RxNetService')
2026-04-12 00:05:14.657 xcodebuild[659:4018] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:afa89a8313be251facc900a3e3bcce048157a59d, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:afa89a8313be251facc900a3e3bcce048157a59d, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building project RxNetService with scheme RxNetService
(1 failure)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  RxSwift: https://github.com/ReactiveX/RxSwift @ 5.0.1
resolved source packages: RxSwift
{
  "dependencies" : [
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift.git"
    }
  ],
  "manifest_display_name" : "RxNetService",
  "name" : "RxNetService",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "RxNetService",
      "targets" : [
        "RxNetService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RxNetServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "RxNetServiceTests",
      "path" : "Tests/RxNetServiceTests",
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "RxNetService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RxNetService",
      "module_type" : "SwiftTarget",
      "name" : "RxNetService",
      "path" : "Sources/RxNetService",
      "product_dependencies" : [
        "RxSwift",
        "RxCocoa"
      ],
      "product_memberships" : [
        "RxNetService"
      ],
      "sources" : [
        "NetService+Rx.swift",
        "NetServiceBrowser+Rx.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "RxNetService",
    "schemes" : [
      "RxNetService"
    ],
    "targets" : [
      "RxNetService",
      "RxNetServiceTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RxNetService -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme RxNetService -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  RxSwift: https://github.com/ReactiveX/RxSwift @ 5.0.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
    Target 'RxNetService' in project 'RxNetService'
        ➜ Explicit dependency on target 'RxCocoa' in project 'RxSwift'
        ➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
    Target 'RxSwift' in project 'RxSwift'
        ➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
    Target 'RxCocoa' in project 'RxSwift'
        ➜ Explicit dependency on target 'RxCocoa' in project 'RxSwift'
        ➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
        ➜ Explicit dependency on target 'RxRelay' in project 'RxSwift'
        ➜ Explicit dependency on target 'RxCocoaRuntime' in project 'RxSwift'
    Target 'RxCocoa' in project 'RxSwift'
        ➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
        ➜ Explicit dependency on target 'RxRelay' in project 'RxSwift'
        ➜ Explicit dependency on target 'RxCocoaRuntime' in project 'RxSwift'
    Target 'RxCocoaRuntime' in project 'RxSwift'
        ➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
    Target 'RxRelay' in project 'RxSwift'
        ➜ Explicit dependency on target 'RxSwift' in project 'RxSwift'
    Target 'RxSwift' in project 'RxSwift' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: d5599dbb3ad1f8b9c6070f626581342d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d5599dbb3ad1f8b9c6070f626581342d.xcbuilddata
/Users/admin/builder/spi-builder-workspace/RxNetService.xcodeproj: error: No signing certificate "Mac Development" found: No "Mac Development" signing certificate matching team ID "N7DKJ3YJS4" with a private key was found. (in target 'RxNetService' from project 'RxNetService')
2026-04-12 00:05:20.029 xcodebuild[713:4437] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:afa89a8313be251facc900a3e3bcce048157a59d, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:afa89a8313be251facc900a3e3bcce048157a59d, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building project RxNetService with scheme RxNetService
(1 failure)
BUILD FAILURE 6.3 macosXcodebuild