The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftDDP, reference master (0086c7), with Swift 6.2 for visionOS using Xcode 26.3 on 18 Jun 2025 02:48:52 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/siegesmund/SwiftDDP.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/siegesmund/SwiftDDP
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0086c76 Merge pull request #119 from sjkummer/bugfix/crash-in-ddpclient-sub-sendmessage
Cloned https://github.com/siegesmund/SwiftDDP.git
Revision (git rev-parse @):
0086c768d5d39b53c1148cc50fa74ea62e0469aa
SUCCESS checkout https://github.com/siegesmund/SwiftDDP.git at master
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/siegesmund/SwiftDDP.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
    {
      "identity" : "xcglogger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DaveWoodCom/XCGLogger.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "swiftwebsocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.7.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tidwall/SwiftWebSocket.git"
    }
  ],
  "manifest_display_name" : "SwiftDDP",
  "name" : "SwiftDDP",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftDDP",
      "targets" : [
        "SwiftDDP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftDDPTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDDPTests",
      "path" : "SwiftDDPTests",
      "sources" : [
        "Data.swift",
        "SwiftDDP.swift",
        "SwiftMeteor.swift"
      ],
      "target_dependencies" : [
        "SwiftDDP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftDDP",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDDP",
      "path" : "Sources",
      "product_dependencies" : [
        "XCGLogger",
        "CryptoSwift",
        "SwiftWebSocket"
      ],
      "product_memberships" : [
        "SwiftDDP"
      ],
      "sources" : [
        "AbstractCollection.swift",
        "DDPClient.swift",
        "DDPCompletion.swift",
        "DDPEvents.swift",
        "DDPExponentialBackoff.swift",
        "DDPExtensions.swift",
        "DDPMessage.swift",
        "DDPMethodResult.swift",
        "DDPUtilities.swift",
        "EJSON.swift",
        "Meteor.swift",
        "MeteorCollection.swift",
        "MeteorDocument.swift",
        "MeteorExtension.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "SwiftDDP",
    "schemes" : [
      "SwiftDDP",
      "SwiftDDP-OSX",
      "SwiftDDP-tvOS",
      "SwiftDDPTests"
    ],
    "targets" : [
      "SwiftDDP",
      "SwiftDDP Tests",
      "SwiftDDP-tvOS",
      "SwiftDDP-OSX",
      "SwiftDDP-OSXTests"
    ]
  }
}
2025-06-17 19:48:50.879 xcodebuild[572:3377] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-17-06_19-48-0050.xcresult
xcodebuild: error: Could not resolve package dependencies:
  package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.2' to specify the current tools version
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Updating from https://github.com/krzyzanowskim/CryptoSwift.git
Updating from https://github.com/tidwall/SwiftWebSocket.git
Updating from https://github.com/DaveWoodCom/XCGLogger.git
package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.2' to specify the current tools version
Resolved source packages:
  spi-builder-workspace: (null)
2025-06-17 19:48:52.416 xcodebuild[653:3714] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-17-06_19-48-0052.xcresult
xcodebuild: error: Could not resolve package dependencies:
  package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.2' to specify the current tools version
BUILD FAILURE 6.2 visionOS