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

Failed to build SBTUITestTunnel, reference master (5eab37), with Swift 6.2 for macOS (SPM) on 19 Dec 2025 14:18:23 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Subito-it/SBTUITestTunnel.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Subito-it/SBTUITestTunnel
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5eab37b Merge pull request #249 from mattia/nullability-url-request-body-fix
Cloned https://github.com/Subito-it/SBTUITestTunnel.git
Revision (git rev-parse @):
5eab37ba6f44fad090acc1f531e8eecb50633bbb
SUCCESS checkout https://github.com/Subito-it/SBTUITestTunnel.git at master
========================================
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",
  "dependencies": [
    {
      "identity": "sbtuitesttunnel",
      "name": "SBTUITestTunnel",
      "url": "https://github.com/Subito-it/SBTUITestTunnel.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SBTUITestTunnel",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Subito-it/SBTUITestTunnel.git
[1/8513] Fetching sbtuitesttunnel
Fetched https://github.com/Subito-it/SBTUITestTunnel.git from cache (1.29s)
Creating working copy for https://github.com/Subito-it/SBTUITestTunnel.git
Working copy of https://github.com/Subito-it/SBTUITestTunnel.git resolved at master (5eab37b)
warning: '.resolve-product-dependencies': dependency 'sbtuitesttunnel' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Subito-it/SBTUITestTunnel.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/58] Write sources
[1/58] Write swift-version-49B95AFC49DCD68C.txt
[2/58] Compiling DTXAddressInfo.mm
[3/58] Compiling SBTUITestTunnelCommonNoARC _DTXIPCRemoteBlockRegistry.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXIPCConnection.m:9:
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXIPCConnection-Private.h:27:31: warning: 'NSConnection' is deprecated: first deprecated in macOS 10.13 - Use NSXPCConnection instead [-Wdeprecated-declarations]
   27 | @property (nonatomic, strong) NSConnection* connection;
      |                               ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:18:12: note: 'NSConnection' has been explicitly marked deprecated here
   18 | @interface NSConnection : NSObject {
      |            ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXIPCConnection.m:9:
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXIPCConnection-Private.h:28:31: warning: 'NSConnection' is deprecated: first deprecated in macOS 10.13 - Use NSXPCConnection instead [-Wdeprecated-declarations]
   28 | @property (nonatomic, strong) NSConnection* otherConnection;
      |                               ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:18:12: note: 'NSConnection' has been explicitly marked deprecated here
   18 | @interface NSConnection : NSObject {
      |            ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXIPCConnection.m:10:
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.h:14:1: error: duplicate interface definition for class 'NSConnection'
   14 | @interface NSConnection : NSObject
      | ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:18:12: note: previous definition is here
   18 | @interface NSConnection : NSObject {
      |            ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXIPCConnection.m:10:
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.h:18:33: error: property has a previous declaration
   18 | @property (nullable, retain) id rootObject;
      |                                 ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:67:33: note: property declared here
   67 | @property (nullable, retain) id rootObject;
      |                                 ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXIPCConnection.m:10:
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.h:19:43: error: property has a previous declaration
   19 | @property (readonly, getter=isValid) BOOL valid;
      |                                           ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:70:43: note: property declared here
   70 | @property (readonly, getter=isValid) BOOL valid;
      |                                           ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXIPCConnection.m:10:
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.h:21:33: error: property has a previous declaration
   21 | @property (readonly, retain) id rootProxy;
      |                                 ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:72:47: note: property declared here
   72 | @property (readonly, retain) NSDistantObject *rootProxy;
      |                                               ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXIPCConnection.m:11:
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSPortNameServer.h:13:1: error: duplicate interface definition for class 'NSPortNameServer'
   13 | @interface NSPortNameServer : NSObject
      | ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:13:12: note: previous definition is here
   13 | @interface NSPortNameServer : NSObject
      |            ^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXIPCConnection.m:207:6: warning: 'NSPortNameServer' is deprecated: first deprecated in macOS 10.13 - Use NSXPCConnection instead [-Wdeprecated-declarations]
  207 |         if([NSPortNameServer.systemDefaultPortNameServer registerPort:port name:_actualServiceName] == NO)
      |             ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:13:12: note: 'NSPortNameServer' has been explicitly marked deprecated here
   13 | @interface NSPortNameServer : NSObject
      |            ^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXIPCConnection.m:207:23: warning: 'NSPortNameServer' is deprecated: first deprecated in macOS 10.13 - Use NSXPCConnection instead [-Wdeprecated-declarations]
  207 |         if([NSPortNameServer.systemDefaultPortNameServer registerPort:port name:_actualServiceName] == NO)
      |                              ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPortNameServer.h:13:12: note: 'NSPortNameServer' has been explicitly marked deprecated here
   13 | @interface NSPortNameServer : NSObject
      |            ^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXIPCConnection.m:212:30: warning: 'NSConnection' is deprecated: first deprecated in macOS 10.13 - Use NSXPCConnection instead [-Wdeprecated-declarations]
  212 |         _connection = [NSConnection connectionWithReceivePort:port sendPort:nil];
      |                                     ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:18:12: note: 'NSConnection' has been explicitly marked deprecated here
   18 | @interface NSConnection : NSObject {
      |            ^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXIPCConnection.m:213:103: warning: 'NSConnectionDidDieNotification' is deprecated: first deprecated in macOS 10.13 - Use NSXPCConnection instead [-Wdeprecated-declarations]
  213 |         [NSNotificationCenter.defaultCenter addObserver:self selector:@selector(_mainConnectionDidDie:) name:NSConnectionDidDieNotification object:_connection];
      |                                                                                                              ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:110:36: note: 'NSConnectionDidDieNotification' has been explicitly marked deprecated here
  110 | FOUNDATION_EXPORT NSString * const NSConnectionDidDieNotification NS_SWIFT_UNAVAILABLE("Use NSXPCConnection instead") API_DEPRECATED("Use NSXPCConnection instead", macosx(10.0, 10.13), ios(2.0,11.0), watchos(2.0,4.0), tvos(9.0,11.0));
      |                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXIPCConnection.m:241:37: warning: 'NSConnection' is deprecated: first deprecated in macOS 10.13 - Use NSXPCConnection instead [-Wdeprecated-declarations]
  241 |                         _otherConnection = [NSConnection connectionWithRegisteredName:_serviceName host:nil];
      |                                                          ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:18:12: note: 'NSConnection' has been explicitly marked deprecated here
   18 | @interface NSConnection : NSObject {
      |            ^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXIPCConnection.m:242:106: warning: 'NSConnectionDidDieNotification' is deprecated: first deprecated in macOS 10.13 - Use NSXPCConnection instead [-Wdeprecated-declarations]
  242 |                         [NSNotificationCenter.defaultCenter addObserver:self selector:@selector(_otherConnectionDidDie:) name:NSConnectionDidDieNotification object:_otherConnection];
      |                                                                                                                               ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:110:36: note: 'NSConnectionDidDieNotification' has been explicitly marked deprecated here
  110 | FOUNDATION_EXPORT NSString * const NSConnectionDidDieNotification NS_SWIFT_UNAVAILABLE("Use NSXPCConnection instead") API_DEPRECATED("Use NSXPCConnection instead", macosx(10.0, 10.13), ios(2.0,11.0), watchos(2.0,4.0), tvos(9.0,11.0));
      |                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXIPCConnection.m:336:42: warning: 'NSConnection' is deprecated: first deprecated in macOS 10.13 - Use NSXPCConnection instead [-Wdeprecated-declarations]
  336 |         _otherConnection = [NSConnection connectionWithRegisteredName:slaveServiceName host:nil];
      |                                          ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:18:12: note: 'NSConnection' has been explicitly marked deprecated here
   18 | @interface NSConnection : NSObject {
      |            ^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/DTXIPCConnection.m:337:111: warning: 'NSConnectionDidDieNotification' is deprecated: first deprecated in macOS 10.13 - Use NSXPCConnection instead [-Wdeprecated-declarations]
  337 |         [NSNotificationCenter.defaultCenter addObserver:self selector:@selector(_otherConnectionDidDie:) name:NSConnectionDidDieNotification object:_otherConnection];
      |                                                                                                               ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:110:36: note: 'NSConnectionDidDieNotification' has been explicitly marked deprecated here
  110 | FOUNDATION_EXPORT NSString * const NSConnectionDidDieNotification NS_SWIFT_UNAVAILABLE("Use NSXPCConnection instead") API_DEPRECATED("Use NSXPCConnection instead", macosx(10.0, 10.13), ios(2.0,11.0), watchos(2.0,4.0), tvos(9.0,11.0));
      |                                    ^
10 warnings and 5 errors generated.
[4/58] Compiling DTXIPCConnection.m
[4/58] Compiling SBTUITestTunnelCommon SBTStubFailureResponse.m
[4/58] Compiling SBTUITestTunnelCommonNoARC NSInvocation+DTXRemoteSerialization.m
[4/58] Compiling NSString+FileNames.m
[4/58] Compiling SBTUITestTunnelCommon SBTUITestTunnel.m
[4/58] Compiling NSMapTable+Subscripting.m
[4/58] Compiling NSObject+AttachedObjects.m
[4/58] Compiling SBTUITestTunnelCommon SBTUITestTunnelNetworkUtility.m
[4/58] Compiling NSConnection.m
[4/58] Compiling SBTUITestTunnelCommon SBTStubResponse.m
BUILD FAILURE 6.2 macosSpm