The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SBTUITestTunnel, reference 11.0.0 (24141a), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 20:48:13 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Subito-it/SBTUITestTunnel.git
[1/8773] Fetching sbtuitesttunnel
Fetched https://github.com/Subito-it/SBTUITestTunnel.git from cache (1.22s)
Creating working copy for https://github.com/Subito-it/SBTUITestTunnel.git
Working copy of https://github.com/Subito-it/SBTUITestTunnel.git resolved at 11.0.0 (24141a3)
warning: '.resolve-product-dependencies': dependency 'sbtuitesttunnel' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Subito-it/SBTUITestTunnel.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/56] Write swift-version--6988338F2F200930.txt
[1/56] Write sources
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]
   27 | @property (nonatomic, strong) NSConnection* connection;
      |                               ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.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/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]
   28 | @property (nonatomic, strong) NSConnection* otherConnection;
      |                               ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.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/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'
   14 | @interface NSConnection : NSObject
      | ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.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/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
   18 | @property (nullable, retain) id rootObject;
      |                                 ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.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/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
   19 | @property (readonly, getter=isValid) BOOL valid;
      |                                           ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.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/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
   21 | @property (readonly, retain) id rootProxy;
      |                                 ^
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSConnection.h:72:47: note: property declared here
   72 | @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
   26 | @import UIKit;
      |  ~~~~~~~^~~~~
2 warnings and 5 errors generated.
[2/56] Compiling SBTUITestTunnelCommonNoARC NSInvocation+DTXRemoteSerialization.m
[2/56] Compiling SBTUITestTunnelCommon SBTStubResponse.m
[2/56] Compiling _DTXIPCDistantObject.m
[2/56] Compiling SBTUITestTunnelCommonNoARC _DTXIPCRemoteBlockRegistry.m
[2/56] Compiling SBTUITestTunnelCommon SBTUITestTunnel.m
[2/56] Compiling NSString+QuotedStringForJS.m
[2/56] Compiling NSMapTable+Subscripting.m
[2/56] Compiling NSConnection.m
[2/56] Compiling SBTUITestTunnelClientObjC XCTestCase+AppExtension.m
[2/56] Compiling NSString+Trimming.m
BUILD FAILURE 6.3 macosSpm