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 11.0.0 (24141a), with Swift 5.10 for macOS (SPM) on 19 Dec 2025 14:19:24 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: 11.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Subito-it/SBTUITestTunnel
 * tag               11.0.0     -> FETCH_HEAD
HEAD is now at 24141a3 Bump version
Cloned https://github.com/Subito-it/SBTUITestTunnel.git
Revision (git rev-parse @):
24141a3e88175f027aeb86ea5df55d041a9cf63f
SUCCESS checkout https://github.com/Subito-it/SBTUITestTunnel.git at 11.0.0
========================================
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/56] Write sources
[1/56] Write swift-version-33747A42983211AE.txt
In file included from /Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/fno-objc-arc/NSInvocation+DTXRemoteSerialization.m:23:
/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]
@property (nonatomic, strong) NSConnection* connection;
                              ^
/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: 'NSConnection' has been explicitly marked deprecated here
@interface NSConnection : NSObject {
           ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/fno-objc-arc/NSInvocation+DTXRemoteSerialization.m:23:
/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]
@property (nonatomic, strong) NSConnection* otherConnection;
                              ^
/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: 'NSConnection' has been explicitly marked deprecated here
@interface NSConnection : NSObject {
           ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/SBTUITestTunnelCommon/DetoxIPC/fno-objc-arc/NSInvocation+DTXRemoteSerialization.m:24:
/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/fno-objc-arc/NSInvocation+DTXRemoteSerialization.m:24:
/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/fno-objc-arc/NSInvocation+DTXRemoteSerialization.m:24:
/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/fno-objc-arc/NSInvocation+DTXRemoteSerialization.m:24:
/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/fno-objc-arc/NSInvocation+DTXRemoteSerialization.m:26:9: fatal error: module 'UIKit' not found
@import UIKit;
 ~~~~~~~^~~~~
2 warnings and 5 errors generated.
[2/56] Compiling SBTUITestTunnelCommonNoARC NSInvocation+DTXRemoteSerialization.m
[2/56] Compiling SBTUITestTunnelCommonNoARC _DTXIPCRemoteBlockRegistry.m
[2/56] Compiling SBTUITestTunnelCommon NSData+gzip.m
[2/56] Compiling SBTUITestTunnelCommon SBTUITestTunnel.m
[2/56] Compiling SBTUITestTunnelCommon SBTRegularExpressionMatcher.m
[2/56] Compiling SBTUITestTunnelCommon SBTMonitoredNetworkRequest.m
[2/56] Compiling SBTUITestTunnelCommon SBTActiveStub.m
[2/56] Compiling SBTUITestTunnelCommon SBTStubResponse.m
[2/56] Compiling SBTUITestTunnelCommon NSURLRequest+HTTPBodyFix.m
[2/56] Compiling NSArray+Utils.m
BUILD FAILURE 5.10 macosSpm