The Swift Package Index logo.Swift Package Index

Build Information

Failed to build GraphQLTransportWS, reference main (e381e8), with Swift 6.2 for watchOS using Xcode 26.3 on 6 Apr 2026 05:11:44 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GraphQLSwift/GraphQLTransportWS.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/GraphQLSwift/GraphQLTransportWS
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e381e88 Merge pull request #10 from GraphQLSwift/refactor/swift-format
Cloned https://github.com/GraphQLSwift/GraphQLTransportWS.git
Revision (git rev-parse @):
e381e8817632a3f2b99bf6f48be3b0388767019a
SUCCESS checkout https://github.com/GraphQLSwift/GraphQLTransportWS.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/GraphQLSwift/GraphQLTransportWS.git
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/GraphQLSwift/GraphQL.git
Fetching from https://github.com/GraphQLSwift/Graphiti.git
Fetching from https://github.com/apple/swift-collections
Creating working copy of package ‘Graphiti’
Checking out 3.1.0 of package ‘Graphiti’
Creating working copy of package ‘GraphQL’
Checking out 4.1.0 of package ‘GraphQL’
Creating working copy of package ‘swift-collections’
Checking out 1.4.1 of package ‘swift-collections’
Resolve Package Graph
Resolved source packages:
  swift-collections: https://github.com/apple/swift-collections @ 1.4.1
  GraphQL: https://github.com/GraphQLSwift/GraphQL.git @ 4.1.0
  GraphQLTransportWS: /Users/admin/builder/spi-builder-workspace
  Graphiti: https://github.com/GraphQLSwift/Graphiti.git @ 3.1.0
resolved source packages: swift-collections, GraphQL, GraphQLTransportWS, Graphiti
2026-04-06 01:11:29.920 xcodebuild[517:2982] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "graphiti",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/GraphQLSwift/Graphiti.git"
    },
    {
      "identity" : "graphql",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/GraphQLSwift/GraphQL.git"
    }
  ],
  "manifest_display_name" : "GraphQLTransportWS",
  "name" : "GraphQLTransportWS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "GraphQLTransportWS",
      "targets" : [
        "GraphQLTransportWS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "GraphQLTransportWSTests",
      "module_type" : "SwiftTarget",
      "name" : "GraphQLTransportWSTests",
      "path" : "Tests/GraphQLTransportWSTests",
      "sources" : [
        "GraphQLTransportWSTests.swift",
        "Utils/TestAPI.swift",
        "Utils/TestMessenger.swift"
      ],
      "target_dependencies" : [
        "GraphQLTransportWS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GraphQLTransportWS",
      "module_type" : "SwiftTarget",
      "name" : "GraphQLTransportWS",
      "path" : "Sources/GraphQLTransportWS",
      "product_dependencies" : [
        "Graphiti",
        "GraphQL"
      ],
      "product_memberships" : [
        "GraphQLTransportWS"
      ],
      "sources" : [
        "Client.swift",
        "GraphqlTransportWSError.swift",
        "InitPayloads.swift",
        "JsonEncodable.swift",
        "Messenger.swift",
        "Requests.swift",
        "Responses.swift",
        "Server.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "GraphQLTransportWS"
    ]
  }
}
2026-04-06 01:11:36.024 xcodebuild[733:4308] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GraphQLTransportWS -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.0.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 GraphQLTransportWS -destination generic/platform=watchOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  GraphQL: https://github.com/GraphQLSwift/GraphQL.git @ 4.1.0
  Graphiti: https://github.com/GraphQLSwift/Graphiti.git @ 3.1.0
  swift-collections: https://github.com/apple/swift-collections @ 1.4.1
  GraphQLTransportWS: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
    Target 'GraphQLTransportWS' in project 'GraphQLTransportWS'
        ➜ Explicit dependency on target 'GraphQLTransportWS' in project 'GraphQLTransportWS'
        ➜ Explicit dependency on target 'Graphiti' in project 'Graphiti'
        ➜ Explicit dependency on target 'GraphQL' in project 'GraphQL'
    Target 'GraphQLTransportWS' in project 'GraphQLTransportWS'
        ➜ Explicit dependency on target 'Graphiti' in project 'Graphiti'
        ➜ Explicit dependency on target 'GraphQL' in project 'GraphQL'
    Target 'Graphiti' in project 'Graphiti'
        ➜ Explicit dependency on target 'Graphiti' in project 'Graphiti'
        ➜ Explicit dependency on target 'GraphQL' in project 'GraphQL'
    Target 'Graphiti' in project 'Graphiti'
        ➜ Explicit dependency on target 'GraphQL' in project 'GraphQL'
    Target 'GraphQL' in project 'GraphQL'
        ➜ Explicit dependency on target 'GraphQL' in project 'GraphQL'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'GraphQL' in project 'GraphQL'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 0a1ef2fc898d1ba08b0ea8482d521d00
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0a1ef2fc898d1ba08b0ea8482d521d00.xcbuilddata
error: The package product 'Graphiti' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'GraphQLTransportWS' from project 'GraphQLTransportWS')
error: The package product 'GraphQL' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'GraphQLTransportWS' from project 'GraphQLTransportWS')
2026-04-06 01:11:38.995 xcodebuild[735:4376] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme GraphQLTransportWS
(1 failure)
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  GraphQLTransportWS: /Users/admin/builder/spi-builder-workspace
  GraphQL: https://github.com/GraphQLSwift/GraphQL.git @ 4.1.0
  swift-collections: https://github.com/apple/swift-collections @ 1.4.1
  Graphiti: https://github.com/GraphQLSwift/Graphiti.git @ 3.1.0
resolved source packages: GraphQLTransportWS, GraphQL, swift-collections, Graphiti
2026-04-06 01:11:41.431 xcodebuild[774:4611] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "graphiti",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/GraphQLSwift/Graphiti.git"
    },
    {
      "identity" : "graphql",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/GraphQLSwift/GraphQL.git"
    }
  ],
  "manifest_display_name" : "GraphQLTransportWS",
  "name" : "GraphQLTransportWS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "GraphQLTransportWS",
      "targets" : [
        "GraphQLTransportWS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "GraphQLTransportWSTests",
      "module_type" : "SwiftTarget",
      "name" : "GraphQLTransportWSTests",
      "path" : "Tests/GraphQLTransportWSTests",
      "sources" : [
        "GraphQLTransportWSTests.swift",
        "Utils/TestAPI.swift",
        "Utils/TestMessenger.swift"
      ],
      "target_dependencies" : [
        "GraphQLTransportWS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GraphQLTransportWS",
      "module_type" : "SwiftTarget",
      "name" : "GraphQLTransportWS",
      "path" : "Sources/GraphQLTransportWS",
      "product_dependencies" : [
        "Graphiti",
        "GraphQL"
      ],
      "product_memberships" : [
        "GraphQLTransportWS"
      ],
      "sources" : [
        "Client.swift",
        "GraphqlTransportWSError.swift",
        "InitPayloads.swift",
        "JsonEncodable.swift",
        "Messenger.swift",
        "Requests.swift",
        "Responses.swift",
        "Server.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "GraphQLTransportWS"
    ]
  }
}
2026-04-06 01:11:42.881 xcodebuild[782:4674] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GraphQLTransportWS -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.0.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 GraphQLTransportWS -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  GraphQL: https://github.com/GraphQLSwift/GraphQL.git @ 4.1.0
  swift-collections: https://github.com/apple/swift-collections @ 1.4.1
  Graphiti: https://github.com/GraphQLSwift/Graphiti.git @ 3.1.0
  GraphQLTransportWS: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
    Target 'GraphQLTransportWS' in project 'GraphQLTransportWS'
        ➜ Explicit dependency on target 'GraphQLTransportWS' in project 'GraphQLTransportWS'
        ➜ Explicit dependency on target 'Graphiti' in project 'Graphiti'
        ➜ Explicit dependency on target 'GraphQL' in project 'GraphQL'
    Target 'GraphQLTransportWS' in project 'GraphQLTransportWS'
        ➜ Explicit dependency on target 'Graphiti' in project 'Graphiti'
        ➜ Explicit dependency on target 'GraphQL' in project 'GraphQL'
    Target 'Graphiti' in project 'Graphiti'
        ➜ Explicit dependency on target 'Graphiti' in project 'Graphiti'
        ➜ Explicit dependency on target 'GraphQL' in project 'GraphQL'
    Target 'Graphiti' in project 'Graphiti'
        ➜ Explicit dependency on target 'GraphQL' in project 'GraphQL'
    Target 'GraphQL' in project 'GraphQL'
        ➜ Explicit dependency on target 'GraphQL' in project 'GraphQL'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'GraphQL' in project 'GraphQL'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 0a1ef2fc898d1ba08b0ea8482d521d00
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0a1ef2fc898d1ba08b0ea8482d521d00.xcbuilddata
error: The package product 'Graphiti' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'GraphQLTransportWS' from project 'GraphQLTransportWS')
error: The package product 'GraphQL' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'GraphQLTransportWS' from project 'GraphQLTransportWS')
2026-04-06 01:11:44.045 xcodebuild[784:4709] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme GraphQLTransportWS
(1 failure)
BUILD FAILURE 6.2 watchOS