The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftDDP, reference 0.4.2 (bcab1f), with Swift 6.1 for Android on 27 May 2025 13:14:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/siegesmund/SwiftDDP.git
Reference: 0.4.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/siegesmund/SwiftDDP
 * tag               0.4.2      -> FETCH_HEAD
HEAD is now at bcab1fc Merge pull request #113 from sam961/swift-4.2
Cloned https://github.com/siegesmund/SwiftDDP.git
Revision (git rev-parse @):
bcab1fca16ca6c3f171b6864f46a5ba884812873
SUCCESS checkout https://github.com/siegesmund/SwiftDDP.git at 0.4.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/siegesmund/SwiftDDP.git
https://github.com/siegesmund/SwiftDDP.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/tidwall/SwiftWebSocket.git
Fetching https://github.com/DaveWoodCom/XCGLogger.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/4078] Fetching swiftwebsocket
[695/10076] Fetching swiftwebsocket, xcglogger
[2926/23010] Fetching swiftwebsocket, xcglogger, cryptoswift
Fetched https://github.com/DaveWoodCom/XCGLogger.git from cache (0.55s)
[6148/17012] Fetching swiftwebsocket, cryptoswift
Fetched https://github.com/tidwall/SwiftWebSocket.git from cache (2.51s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (2.53s)
Computing version for https://github.com/tidwall/SwiftWebSocket.git
error: package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools version
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Updating https://github.com/krzyzanowskim/CryptoSwift.git
Updating https://github.com/DaveWoodCom/XCGLogger.git
Updating https://github.com/tidwall/SwiftWebSocket.git
Updated https://github.com/tidwall/SwiftWebSocket.git (0.18s)
Updated https://github.com/krzyzanowskim/CryptoSwift.git (0.18s)
Updated https://github.com/DaveWoodCom/XCGLogger.git (0.18s)
Computing version for https://github.com/tidwall/SwiftWebSocket.git
error: package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools version
BUILD FAILURE 6.1 android