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 5.10 for macOS (SPM) on 19 Dec 2025 14:19:48 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/Subito-it/SBTUITestTunnel.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/58] Compiling DTXAddressInfo.mm
[1/58] Write swift-version-33747A42983211AE.txt
[2/58] Write sources
[3/58] Compiling NSArray+Utils.m
[4/58] Compiling NSMapTable+Subscripting.m
[5/58] Compiling SBTUITestTunnelCommon SBTUITestTunnelNetworkUtility.m
[6/58] Compiling NSString+FileNames.m
[7/58] Compiling SBTUITestTunnelCommon SBTUITestTunnel.m
[8/58] Compiling DTXIPCListener.m
[9/58] Compiling SBTUITestTunnelCommon SBTStubFailureResponse.m
[10/58] Compiling SBTUITestTunnelCommon SBTStubResponse.m
[11/58] Compiling SBTUITestTunnelCommon SBTRewriteReplacement.m
[12/58] Compiling SBTUITestTunnelCommon SBTRewrite.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.m:11:
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.h:14:1: error: duplicate interface definition for class 'NSConnection'
@interface NSConnection : NSObject
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:18:12: note: previous definition is here
@interface NSConnection : NSObject {
           ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.m:11:
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.h:18:33: error: property has a previous declaration
@property (nullable, retain) id rootObject;
                                ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:67:33: note: property declared here
@property (nullable, retain) id rootObject;
                                ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.m:11:
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.h:19:43: error: property has a previous declaration
@property (readonly, getter=isValid) BOOL valid;
                                          ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:70:43: note: property declared here
@property (readonly, getter=isValid) BOOL valid;
                                          ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.m:11:
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.h:21:33: error: property has a previous declaration
@property (readonly, retain) id rootProxy;
                                ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:72:47: note: property declared here
@property (readonly, retain) NSDistantObject *rootProxy;
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.m:17:1: warning: autosynthesized property 'statistics' will use synthesized instance variable '_statistics', not existing instance variable 'statistics' [-Wobjc-autosynthesis-property-ivar-name-match]
@implementation NSConnection
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:51:66: note: property declared here
@property (readonly, copy) NSDictionary<NSString *, NSNumber *> *statistics;
                                                                 ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:27:9: note: instance variable is declared here
    id          statistics;
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.m:17:1: warning: autosynthesized property 'rootObject' will use synthesized instance variable '_rootObject', not existing instance variable 'rootObject' [-Wobjc-autosynthesis-property-ivar-name-match]
@implementation NSConnection
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:67:33: note: property declared here
@property (nullable, retain) id rootObject;
                                ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:43:17: note: instance variable is declared here
    id          rootObject;
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.m:17:1: warning: autosynthesized property 'delegate' will use synthesized instance variable '_delegate', not existing instance variable 'delegate' [-Wobjc-autosynthesis-property-ivar-name-match]
@implementation NSConnection
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:68:55: note: property declared here
@property (nullable, assign) id<NSConnectionDelegate> delegate;
                                                      ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:22:17: note: instance variable is declared here
    id          delegate;
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.m:17:1: warning: autosynthesized property 'requestModes' will use synthesized instance variable '_requestModes', not existing instance variable 'requestModes' [-Wobjc-autosynthesis-property-ivar-name-match]
@implementation NSConnection
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:78:49: note: property declared here
@property (readonly, copy) NSArray<NSString *> *requestModes;
                                                ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:42:9: note: instance variable is declared here
    id          requestModes;
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.m:17:1: warning: autosynthesized property 'sendPort' will use synthesized instance variable '_sendPort', not existing instance variable 'sendPort' [-Wobjc-autosynthesis-property-ivar-name-match]
@implementation NSConnection
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:89:38: note: property declared here
@property (readonly, retain) NSPort *sendPort;
                                     ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:21:9: note: instance variable is declared here
    id          sendPort;
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.m:17:1: warning: autosynthesized property 'receivePort' will use synthesized instance variable '_receivePort', not existing instance variable 'receivePort' [-Wobjc-autosynthesis-property-ivar-name-match]
@implementation NSConnection
^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:90:38: note: property declared here
@property (readonly, retain) NSPort *receivePort;
                                     ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:20:9: note: instance variable is declared here
    id          receivePort;
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.m:17:17: warning: method definition for 'addRequestMode:' not found [-Wincomplete-implementation]
@implementation NSConnection
                ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:76:1: note: method 'addRequestMode:' declared here
- (void)addRequestMode:(NSString *)rmode;
^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.m:17:17: warning: method definition for 'removeRequestMode:' not found [-Wincomplete-implementation]
@implementation NSConnection
                ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:77:1: note: method 'removeRequestMode:' declared here
- (void)removeRequestMode:(NSString *)rmode;
^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.m:17:17: warning: method definition for 'registerName:withNameServer:' not found [-Wincomplete-implementation]
@implementation NSConnection
                ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:81:1: note: method 'registerName:withNameServer:' declared here
- (BOOL)registerName:(nullable NSString *) name withNameServer:(NSPortNameServer *)server;
^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.m:17:17: warning: method definition for 'initWithReceivePort:sendPort:' not found [-Wincomplete-implementation]
@implementation NSConnection
                ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:87:1: note: method 'initWithReceivePort:sendPort:' declared here
- (nullable instancetype)initWithReceivePort:(nullable NSPort *)receivePort sendPort:(nullable NSPort *)sendPort;
^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.m:17:17: warning: method definition for 'enableMultipleThreads' not found [-Wincomplete-implementation]
@implementation NSConnection
                ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:92:1: note: method 'enableMultipleThreads' declared here
- (void)enableMultipleThreads;
^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.m:17:17: warning: method definition for 'dispatchWithComponents:' not found [-Wincomplete-implementation]
@implementation NSConnection
                ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:104:1: note: method 'dispatchWithComponents:' declared here
- (void)dispatchWithComponents:(NSArray *)components API_AVAILABLE(macos(10.7), ios(5.0), watchos(2.0), tvos(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.m:17:17: warning: method definition for 'allConnections' not found [-Wincomplete-implementation]
@implementation NSConnection
                ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:53:1: note: method 'allConnections' declared here
+ (NSArray<NSConnection *> *)allConnections;
^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.m:17:17: warning: method definition for 'defaultConnection' not found [-Wincomplete-implementation]
@implementation NSConnection
                ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:55:1: note: method 'defaultConnection' declared here
+ (NSConnection *)defaultConnection API_DEPRECATED("", macos(10.0, 10.6)) API_UNAVAILABLE(ios, watchos, tvos);
^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.m:17:17: warning: method definition for 'connectionWithRegisteredName:host:usingNameServer:' not found [-Wincomplete-implementation]
@implementation NSConnection
                ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:58:1: note: method 'connectionWithRegisteredName:host:usingNameServer:' declared here
+ (nullable instancetype)connectionWithRegisteredName:(NSString *)name host:(nullable NSString *)hostName usingNameServer:(NSPortNameServer *)server;
^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.m:17:17: warning: method definition for 'rootProxyForConnectionWithRegisteredName:host:' not found [-Wincomplete-implementation]
@implementation NSConnection
                ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:59:1: note: method 'rootProxyForConnectionWithRegisteredName:host:' declared here
+ (nullable NSDistantObject *)rootProxyForConnectionWithRegisteredName:(NSString *)name host:(nullable NSString *)hostName;
^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.m:17:17: warning: method definition for 'rootProxyForConnectionWithRegisteredName:host:usingNameServer:' not found [-Wincomplete-implementation]
@implementation NSConnection
                ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:60:1: note: method 'rootProxyForConnectionWithRegisteredName:host:usingNameServer:' declared here
+ (nullable NSDistantObject *)rootProxyForConnectionWithRegisteredName:(NSString *)name host:(nullable NSString *)hostName usingNameServer:(NSPortNameServer *)server;
^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.m:17:17: warning: method definition for 'serviceConnectionWithName:rootObject:usingNameServer:' not found [-Wincomplete-implementation]
@implementation NSConnection
                ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:62:1: note: method 'serviceConnectionWithName:rootObject:usingNameServer:' declared here
+ (nullable instancetype)serviceConnectionWithName:(NSString *)name rootObject:(id)root usingNameServer:(NSPortNameServer *)server API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.m:17:17: warning: method definition for 'serviceConnectionWithName:rootObject:' not found [-Wincomplete-implementation]
@implementation NSConnection
                ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:63:1: note: method 'serviceConnectionWithName:rootObject:' declared here
+ (nullable instancetype)serviceConnectionWithName:(NSString *)name rootObject:(id)root API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/NSConnection.m:17:17: warning: method definition for 'currentConversation' not found [-Wincomplete-implementation]
@implementation NSConnection
                ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:85:1: note: method 'currentConversation' declared here
+ (nullable id)currentConversation;
^
20 warnings and 4 errors generated.
[13/58] Compiling NSConnection.m
[13/58] Compiling SBTUITestTunnelCommon SBTRegularExpressionMatcher.m
[13/58] Compiling SBTUITestTunnelCommon SBTRequestMatch.m
[13/58] Compiling SBTUITestTunnelCommon SBTRequestPropertyStorage.m
[13/58] Compiling DTXIPCConnection.m
[13/58] Compiling SBTUITestTunnelClientObjC XCTestCase+AppExtension.m
[13/58] Compiling SBTUITestTunnelCommonNoARC NSInvocation+DTXRemoteSerialization.m
[13/58] Compiling SBTUITestTunnelClientObjC SBTUITunneledApplication.m
[13/58] Compiling SBTUITestTunnelCommonNoARC _DTXIPCRemoteBlockRegistry.m
[13/58] Compiling SBTUITestTunnelClientObjC SBTUITestTunnelClient.m
BUILD FAILURE 5.10 macosSpm