The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SocketIO, reference v16.1.1 (42da87), with Swift 6.3 for tvOS using Xcode 26.4 on 15 Apr 2026 02:38:04 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SocketIO -destination generic/platform=tvOS

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/socketio/socket.io-client-swift.git
Reference: v16.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/socketio/socket.io-client-swift
 * tag               v16.1.1    -> FETCH_HEAD
HEAD is now at 42da871 update readme
Cloned https://github.com/socketio/socket.io-client-swift.git
Revision (git rev-parse @):
42da871d9369f290d6ec4930636c40672143905b
SUCCESS checkout https://github.com/socketio/socket.io-client-swift.git at v16.1.1
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/socketio/socket.io-client-swift.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
    {
      "identity" : "starscream",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.8",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/daltoniam/Starscream"
    }
  ],
  "manifest_display_name" : "SocketIO",
  "name" : "SocketIO",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SocketIO",
      "targets" : [
        "SocketIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestSocketIO",
      "module_type" : "SwiftTarget",
      "name" : "TestSocketIO",
      "path" : "Tests/TestSocketIO",
      "sources" : [
        "SocketAckManagerTest.swift",
        "SocketBasicPacketTest.swift",
        "SocketEngineTest.swift",
        "SocketIOClientConfigurationTest.swift",
        "SocketMangerTest.swift",
        "SocketNamespacePacketTest.swift",
        "SocketParserTest.swift",
        "SocketSideEffectTest.swift",
        "utils.swift"
      ],
      "target_dependencies" : [
        "SocketIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SocketIO",
      "module_type" : "SwiftTarget",
      "name" : "SocketIO",
      "path" : "Source/SocketIO",
      "product_dependencies" : [
        "Starscream"
      ],
      "product_memberships" : [
        "SocketIO"
      ],
      "sources" : [
        "Ack/SocketAckEmitter.swift",
        "Ack/SocketAckManager.swift",
        "Client/SocketAnyEvent.swift",
        "Client/SocketEventHandler.swift",
        "Client/SocketIOClient.swift",
        "Client/SocketIOClientConfiguration.swift",
        "Client/SocketIOClientOption.swift",
        "Client/SocketIOClientSpec.swift",
        "Client/SocketIOStatus.swift",
        "Client/SocketRawView.swift",
        "Engine/SocketEngine.swift",
        "Engine/SocketEngineClient.swift",
        "Engine/SocketEnginePacketType.swift",
        "Engine/SocketEnginePollable.swift",
        "Engine/SocketEngineSpec.swift",
        "Engine/SocketEngineWebsocket.swift",
        "Manager/SocketManager.swift",
        "Manager/SocketManagerSpec.swift",
        "Parse/SocketPacket.swift",
        "Parse/SocketParsable.swift",
        "Util/SocketExtensions.swift",
        "Util/SocketLogger.swift",
        "Util/SocketStringReader.swift",
        "Util/SocketTypes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Socket.IO-Client-Swift",
    "schemes" : [
      "SocketIO"
    ],
    "targets" : [
      "SocketIO",
      "SocketIO-Tests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SocketIO -destination generic/platform=tvOS
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 SocketIO -destination generic/platform=tvOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'SocketIO' in project 'Socket.IO-Client-Swift' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.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 -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x 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/ld -version_details
Build description signature: a6fb2c2fe54b10a41c306b0b3a65a21a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a6fb2c2fe54b10a41c306b0b3a65a21a.xcbuilddata
error: There is no XCFramework found at '/Users/admin/builder/spi-builder-workspace/Carthage/Build/Starscream.xcframework'. (in target 'SocketIO' from project 'Socket.IO-Client-Swift')
** BUILD FAILED **
The following build commands failed:
	Building project Socket.IO-Client-Swift with scheme SocketIO
(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
resolved source packages:
{
  "dependencies" : [
    {
      "identity" : "starscream",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.8",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/daltoniam/Starscream"
    }
  ],
  "manifest_display_name" : "SocketIO",
  "name" : "SocketIO",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SocketIO",
      "targets" : [
        "SocketIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestSocketIO",
      "module_type" : "SwiftTarget",
      "name" : "TestSocketIO",
      "path" : "Tests/TestSocketIO",
      "sources" : [
        "SocketAckManagerTest.swift",
        "SocketBasicPacketTest.swift",
        "SocketEngineTest.swift",
        "SocketIOClientConfigurationTest.swift",
        "SocketMangerTest.swift",
        "SocketNamespacePacketTest.swift",
        "SocketParserTest.swift",
        "SocketSideEffectTest.swift",
        "utils.swift"
      ],
      "target_dependencies" : [
        "SocketIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SocketIO",
      "module_type" : "SwiftTarget",
      "name" : "SocketIO",
      "path" : "Source/SocketIO",
      "product_dependencies" : [
        "Starscream"
      ],
      "product_memberships" : [
        "SocketIO"
      ],
      "sources" : [
        "Ack/SocketAckEmitter.swift",
        "Ack/SocketAckManager.swift",
        "Client/SocketAnyEvent.swift",
        "Client/SocketEventHandler.swift",
        "Client/SocketIOClient.swift",
        "Client/SocketIOClientConfiguration.swift",
        "Client/SocketIOClientOption.swift",
        "Client/SocketIOClientSpec.swift",
        "Client/SocketIOStatus.swift",
        "Client/SocketRawView.swift",
        "Engine/SocketEngine.swift",
        "Engine/SocketEngineClient.swift",
        "Engine/SocketEnginePacketType.swift",
        "Engine/SocketEnginePollable.swift",
        "Engine/SocketEngineSpec.swift",
        "Engine/SocketEngineWebsocket.swift",
        "Manager/SocketManager.swift",
        "Manager/SocketManagerSpec.swift",
        "Parse/SocketPacket.swift",
        "Parse/SocketParsable.swift",
        "Util/SocketExtensions.swift",
        "Util/SocketLogger.swift",
        "Util/SocketStringReader.swift",
        "Util/SocketTypes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Socket.IO-Client-Swift",
    "schemes" : [
      "SocketIO"
    ],
    "targets" : [
      "SocketIO",
      "SocketIO-Tests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SocketIO -destination generic/platform=tvOS
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 SocketIO -destination generic/platform=tvOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'SocketIO' in project 'Socket.IO-Client-Swift' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.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 -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x 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/ld -version_details
Build description signature: a6fb2c2fe54b10a41c306b0b3a65a21a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a6fb2c2fe54b10a41c306b0b3a65a21a.xcbuilddata
error: There is no XCFramework found at '/Users/admin/builder/spi-builder-workspace/Carthage/Build/Starscream.xcframework'. (in target 'SocketIO' from project 'Socket.IO-Client-Swift')
** BUILD FAILED **
The following build commands failed:
	Building project Socket.IO-Client-Swift with scheme SocketIO
(1 failure)
BUILD FAILURE 6.3 tvOS