The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CleevioFirebaseAuth, reference main (9b9e37), with Swift 6.1 for Wasm on 31 Mar 2026 20:47:28 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cleevio/CleevioFirebaseAuth.git
Reference: main
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/cleevio/CleevioFirebaseAuth
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9b9e372 Merge remote-tracking branch 'origin/feature/emailAlreadyInUse'
Cloned https://github.com/cleevio/CleevioFirebaseAuth.git
Revision (git rev-parse @):
9b9e3721c83601c17eb67e16caf7106b4224c2db
SUCCESS checkout https://github.com/cleevio/CleevioFirebaseAuth.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/cleevio/CleevioFirebaseAuth.git
https://github.com/cleevio/CleevioFirebaseAuth.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms"
    },
    {
      "identity" : "googlesignin-ios",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.1.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/GoogleSignIn-iOS"
    },
    {
      "identity" : "facebook-ios-sdk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "17.0.0",
            "upper_bound" : "19.0.1"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/facebook/facebook-ios-sdk"
    },
    {
      "identity" : "firebase-ios-sdk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "12.0.0",
            "upper_bound" : "13.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/firebase/firebase-ios-sdk"
    },
    {
      "identity" : "routerbytes",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/cleevio/RouterBytes"
    }
  ],
  "manifest_display_name" : "CleevioFirebaseAuth",
  "name" : "CleevioFirebaseAuth",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "CleevioFirebaseAuth",
      "targets" : [
        "CleevioFirebaseAuth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CleevioAppleAuth",
      "targets" : [
        "CleevioAppleAuth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CleevioGoogleAuth",
      "targets" : [
        "CleevioGoogleAuth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CleevioFacebookAuth",
      "targets" : [
        "CleevioFacebookAuth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RouterBytesFirebaseAuth",
      "targets" : [
        "RouterBytesFirebaseAuth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RouterBytesFirebaseAuth",
      "module_type" : "SwiftTarget",
      "name" : "RouterBytesFirebaseAuth",
      "path" : "Sources/RouterBytesFirebaseAuth",
      "product_dependencies" : [
        "RouterBytes",
        "RouterBytesAuthentication"
      ],
      "product_memberships" : [
        "RouterBytesFirebaseAuth"
      ],
      "sources" : [
        "FirebaseAuthenticationService+APITokenProvider.swift"
      ],
      "target_dependencies" : [
        "CleevioFirebaseAuth"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CleevioGoogleAuth",
      "module_type" : "SwiftTarget",
      "name" : "CleevioGoogleAuth",
      "path" : "Sources/CleevioGoogleAuth",
      "product_dependencies" : [
        "GoogleSignIn",
        "FirebaseAuth"
      ],
      "product_memberships" : [
        "CleevioGoogleAuth"
      ],
      "sources" : [
        "GoogleAuthenticationProvider.swift"
      ],
      "target_dependencies" : [
        "CleevioFirebaseAuth"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CleevioFirebaseAuthTests",
      "module_type" : "SwiftTarget",
      "name" : "CleevioFirebaseAuthTests",
      "path" : "Tests/CleevioFirebaseAuthTests",
      "sources" : [
        "CleevioFirebaseAuthTests.swift"
      ],
      "target_dependencies" : [
        "CleevioFirebaseAuth"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CleevioFirebaseAuth",
      "module_type" : "SwiftTarget",
      "name" : "CleevioFirebaseAuth",
      "path" : "Sources/CleevioFirebaseAuth",
      "product_dependencies" : [
        "FirebaseAuth",
        "Algorithms"
      ],
      "product_memberships" : [
        "CleevioFirebaseAuth",
        "CleevioAppleAuth",
        "CleevioGoogleAuth",
        "CleevioFacebookAuth",
        "RouterBytesFirebaseAuth"
      ],
      "sources" : [
        "FirebaseAuthenticationService.swift",
        "PasswordAuthenticationProvider.swift",
        "PlatformViewController.swift",
        "RandomNonce.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CleevioFacebookAuth",
      "module_type" : "SwiftTarget",
      "name" : "CleevioFacebookAuth",
      "path" : "Sources/CleevioFacebookAuth",
      "product_dependencies" : [
        "FacebookLogin",
        "FirebaseAuth"
      ],
      "product_memberships" : [
        "CleevioFacebookAuth"
      ],
      "sources" : [
        "FacebookAuthenticationProvider.swift"
      ],
      "target_dependencies" : [
        "CleevioFirebaseAuth"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CleevioAppleAuth",
      "module_type" : "SwiftTarget",
      "name" : "CleevioAppleAuth",
      "path" : "Sources/CleevioAppleAuth",
      "product_dependencies" : [
        "FirebaseAuth"
      ],
      "product_memberships" : [
        "CleevioAppleAuth"
      ],
      "sources" : [
        "AppleAuthenticationProvider.swift"
      ],
      "target_dependencies" : [
        "CleevioFirebaseAuth"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/cleevio/RouterBytes
Fetching https://github.com/facebook/facebook-ios-sdk
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/firebase/firebase-ios-sdk
Fetching https://github.com/google/GoogleSignIn-iOS
[1/12256] Fetching googlesignin-ios
[7110/18314] Fetching googlesignin-ios, swift-algorithms
[7656/113186] Fetching googlesignin-ios, swift-algorithms, facebook-ios-sdk
[38239/113838] Fetching googlesignin-ios, swift-algorithms, facebook-ios-sdk, routerbytes
[40671/516166] Fetching googlesignin-ios, swift-algorithms, facebook-ios-sdk, routerbytes, firebase-ios-sdk
Fetched https://github.com/cleevio/RouterBytes from cache (2.67s)
[42033/515514] Fetching googlesignin-ios, swift-algorithms, facebook-ios-sdk, firebase-ios-sdk
Fetched https://github.com/apple/swift-algorithms from cache (3.08s)
[49486/509456] Fetching googlesignin-ios, facebook-ios-sdk, firebase-ios-sdk
Fetched https://github.com/google/GoogleSignIn-iOS from cache (3.21s)
[47173/497200] Fetching facebook-ios-sdk, firebase-ios-sdk
Fetched https://github.com/facebook/facebook-ios-sdk from cache (19.15s)
[344811/402328] Fetching firebase-ios-sdk
Fetched https://github.com/firebase/firebase-ios-sdk from cache (32.08s)
Computing version for https://github.com/google/GoogleSignIn-iOS
Computed https://github.com/google/GoogleSignIn-iOS at 7.1.0 (34.67s)
Fetching https://github.com/google/gtm-session-fetcher.git
Fetching https://github.com/openid/AppAuth-iOS.git
Fetching https://github.com/google/GTMAppAuth.git
[1/3897] Fetching gtmappauth
[3314/13307] Fetching gtmappauth, appauth-ios
[13308/18140] Fetching gtmappauth, appauth-ios, gtm-session-fetcher
Fetched https://github.com/openid/AppAuth-iOS.git from cache (0.99s)
Fetched https://github.com/google/GTMAppAuth.git from cache (0.99s)
Fetched https://github.com/google/gtm-session-fetcher.git from cache (0.99s)
Computing version for https://github.com/google/GTMAppAuth.git
Computed https://github.com/google/GTMAppAuth.git at 4.1.1 (1.57s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (0.76s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.02s)
Computing version for https://github.com/openid/AppAuth-iOS.git
Computed https://github.com/openid/AppAuth-iOS.git at 1.7.6 (2.10s)
Computing version for https://github.com/google/gtm-session-fetcher.git
Computed https://github.com/google/gtm-session-fetcher.git at 3.5.0 (1.03s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.92s)
Computing version for https://github.com/cleevio/RouterBytes
Computed https://github.com/cleevio/RouterBytes at 0.10.1 (1.06s)
Fetching https://github.com/cleevio/CleevioStorage.git
Fetching https://github.com/cleevio/CleevioCore.git
[1/213] Fetching cleeviocore
[214/548] Fetching cleeviocore, cleeviostorage
Fetched https://github.com/cleevio/CleevioCore.git from cache (1.86s)
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/cleevio/CleevioStorage.git from cache (2.26s)
[1/23332] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (6.97s)
Computing version for https://github.com/cleevio/CleevioCore.git
Computed https://github.com/cleevio/CleevioCore.git at 2.2.0 (10.35s)
Computing version for https://github.com/cleevio/CleevioStorage.git
Computed https://github.com/cleevio/CleevioStorage.git at 0.5.0 (0.92s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
[1/4388] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (0.88s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (1.71s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.09s)
Computing version for https://github.com/firebase/firebase-ios-sdk
Computed https://github.com/firebase/firebase-ios-sdk at 12.11.0 (11.24s)
Fetching https://github.com/google/grpc-binary.git
Fetching https://github.com/google/interop-ios-for-google-sdks.git
Fetching https://github.com/firebase/leveldb.git
Fetching https://github.com/firebase/nanopb.git
[1/8285] Fetching nanopb
[84/8567] Fetching nanopb, interop-ios-for-google-sdks
[276/11921] Fetching nanopb, interop-ios-for-google-sdks, leveldb
[1173/12074] Fetching nanopb, interop-ios-for-google-sdks, leveldb, grpc-binary
Fetching https://github.com/google/abseil-cpp-binary.git
Fetched https://github.com/google/grpc-binary.git from cache (0.45s)
[3112/11921] Fetching nanopb, interop-ios-for-google-sdks, leveldb
Fetching https://github.com/google/app-check.git
Fetching https://github.com/google/GoogleUtilities.git
[7200/14816] Fetching nanopb, interop-ios-for-google-sdks, leveldb, app-check
[8293/19922] Fetching nanopb, interop-ios-for-google-sdks, leveldb, app-check, googleutilities
[14822/20022] Fetching nanopb, interop-ios-for-google-sdks, leveldb, app-check, googleutilities, abseil-cpp-binary
Fetched https://github.com/google/abseil-cpp-binary.git from cache (0.66s)
[19667/19922] Fetching nanopb, interop-ios-for-google-sdks, leveldb, app-check, googleutilities
Fetching https://github.com/google/GoogleDataTransport.git
Fetched https://github.com/google/interop-ios-for-google-sdks.git from cache (1.15s)
Fetched https://github.com/firebase/leveldb.git from cache (1.15s)
Fetched https://github.com/google/app-check.git from cache (0.71s)
Fetching https://github.com/google/GoogleAppMeasurement.git
Fetched https://github.com/google/GoogleUtilities.git from cache (1.12s)
[1/570] Fetching googleappmeasurement
[229/6565] Fetching googleappmeasurement, googledatatransport
Fetched https://github.com/firebase/nanopb.git from cache (2.22s)
Fetching https://github.com/google/promises.git
Fetched https://github.com/google/GoogleAppMeasurement.git from cache (1.17s)
Fetched https://github.com/google/GoogleDataTransport.git from cache (1.50s)
[1/2443] Fetching promises
Fetched https://github.com/google/promises.git from cache (0.54s)
Computing version for https://github.com/google/interop-ios-for-google-sdks.git
Computed https://github.com/google/interop-ios-for-google-sdks.git at 101.0.0 (3.98s)
Computing version for https://github.com/google/abseil-cpp-binary.git
Computed https://github.com/google/abseil-cpp-binary.git at 1.2024072200.0 (0.79s)
Computing version for https://github.com/firebase/nanopb.git
Computed https://github.com/firebase/nanopb.git at 2.30910.0 (1.87s)
Computing version for https://github.com/google/GoogleUtilities.git
Computed https://github.com/google/GoogleUtilities.git at 8.1.0 (1.09s)
Computing version for https://github.com/google/GoogleDataTransport.git
Computed https://github.com/google/GoogleDataTransport.git at 10.1.0 (0.86s)
Computing version for https://github.com/google/GoogleAppMeasurement.git
Computed https://github.com/google/GoogleAppMeasurement.git at 12.11.0 (0.85s)
Fetching https://github.com/googleads/google-ads-on-device-conversion-ios-sdk
[1/88] Fetching google-ads-on-device-conversion-ios-sdk
Fetched https://github.com/googleads/google-ads-on-device-conversion-ios-sdk from cache (0.24s)
Computing version for https://github.com/google/promises.git
Computed https://github.com/google/promises.git at 2.4.0 (1.06s)
Computing version for https://github.com/googleads/google-ads-on-device-conversion-ios-sdk
Computed https://github.com/googleads/google-ads-on-device-conversion-ios-sdk at 3.4.0 (0.72s)
Computing version for https://github.com/google/grpc-binary.git
Computed https://github.com/google/grpc-binary.git at 1.69.1 (0.81s)
Computing version for https://github.com/google/app-check.git
Computed https://github.com/google/app-check.git at 11.2.0 (0.76s)
Computing version for https://github.com/firebase/leveldb.git
Computed https://github.com/firebase/leveldb.git at 1.22.5 (0.70s)
Computing version for https://github.com/facebook/facebook-ios-sdk
Computed https://github.com/facebook/facebook-ios-sdk at 18.0.3 (0.74s)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/google/interop-ios-for-google-sdks.git
Working copy of https://github.com/google/interop-ios-for-google-sdks.git resolved at 101.0.0
Creating working copy for https://github.com/googleads/google-ads-on-device-conversion-ios-sdk
Working copy of https://github.com/googleads/google-ads-on-device-conversion-ios-sdk resolved at 3.4.0
Creating working copy for https://github.com/cleevio/CleevioStorage.git
Working copy of https://github.com/cleevio/CleevioStorage.git resolved at 0.5.0
Creating working copy for https://github.com/google/GoogleUtilities.git
Working copy of https://github.com/google/GoogleUtilities.git resolved at 8.1.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/firebase/firebase-ios-sdk
Working copy of https://github.com/firebase/firebase-ios-sdk resolved at 12.11.0
Creating working copy for https://github.com/cleevio/RouterBytes
Working copy of https://github.com/cleevio/RouterBytes resolved at 0.10.1
Creating working copy for https://github.com/cleevio/CleevioCore.git
Working copy of https://github.com/cleevio/CleevioCore.git resolved at 2.2.0
Creating working copy for https://github.com/google/abseil-cpp-binary.git
Working copy of https://github.com/google/abseil-cpp-binary.git resolved at 1.2024072200.0
Creating working copy for https://github.com/google/GoogleDataTransport.git
Working copy of https://github.com/google/GoogleDataTransport.git resolved at 10.1.0
Creating working copy for https://github.com/google/grpc-binary.git
Working copy of https://github.com/google/grpc-binary.git resolved at 1.69.1
Creating working copy for https://github.com/firebase/leveldb.git
Working copy of https://github.com/firebase/leveldb.git resolved at 1.22.5
Creating working copy for https://github.com/google/GoogleAppMeasurement.git
Working copy of https://github.com/google/GoogleAppMeasurement.git resolved at 12.11.0
Creating working copy for https://github.com/google/gtm-session-fetcher.git
Working copy of https://github.com/google/gtm-session-fetcher.git resolved at 3.5.0
Creating working copy for https://github.com/facebook/facebook-ios-sdk
Working copy of https://github.com/facebook/facebook-ios-sdk resolved at 18.0.3
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 4.2.2
Creating working copy for https://github.com/google/GTMAppAuth.git
Working copy of https://github.com/google/GTMAppAuth.git resolved at 4.1.1
Creating working copy for https://github.com/openid/AppAuth-iOS.git
Working copy of https://github.com/openid/AppAuth-iOS.git resolved at 1.7.6
Creating working copy for https://github.com/firebase/nanopb.git
Working copy of https://github.com/firebase/nanopb.git resolved at 2.30910.0
Creating working copy for https://github.com/google/GoogleSignIn-iOS
Working copy of https://github.com/google/GoogleSignIn-iOS resolved at 7.1.0
Creating working copy for https://github.com/google/promises.git
Working copy of https://github.com/google/promises.git resolved at 2.4.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/google/app-check.git
Working copy of https://github.com/google/app-check.git resolved at 11.2.0
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.11.0/FirebaseAnalytics.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurementIdentitySupport.zip
Downloading binary artifact https://dl.google.com/firebase/ios/appads/3.4.0/GoogleAdsOnDeviceConversion.zip
Downloading binary artifact https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBAEMKit-Dynamic_XCFramework.zip
Downloading binary artifact https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKCoreKit-Dynamic_XCFramework.zip
Downloading binary artifact https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKLoginKit-Dynamic_XCFramework.zip
Downloading binary artifact https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKCoreKit_Basics-Dynamic_XCFramework.zip
Downloading binary artifact https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKShareKit-Dynamic_XCFramework.zip
Downloading binary artifact https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKGamingServicesKit-Dynamic_XCFramework.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
[4811/4811] Downloading https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurementIdentitySupport.zip
[74274/74274] Downloading https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurementIdentitySupport.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/FirebaseAnalytics.zip
[555298/555298] Downloading https://dl.google.com/firebase/ios/swiftpm/12.11.0/FirebaseAnalytics.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurementIdentitySupport.zip (0.58s)
[697688/697688] Downloading https://dl.google.com/firebase/ios/swiftpm/12.11.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip
[971526/971526] Downloading https://dl.google.com/firebase/ios/swiftpm/12.11.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/appads/3.4.0/GoogleAdsOnDeviceConversion.zip
[3349729/3349729] Downloading https://dl.google.com/firebase/ios/swiftpm/12.11.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/appads/3.4.0/GoogleAdsOnDeviceConversion.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.11.0/FirebaseAnalytics.zip (0.73s)
[4619597/4619597] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip
[5142911/5142911] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip
[5248596/5248596] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.zip
[6950168/6950168] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[10288579/10288579] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/appads/3.4.0/GoogleAdsOnDeviceConversion.zip
FoundationNetworking/EasyHandle.swift:293: Fatal error: 'try!' expression unexpectedly raised an error: Error Domain=libcurl.Easy Code=43 "(null)"
*** Signal 4: Backtracing from 0x7fc4106fdcd8... done ***
*** Program crashed: Illegal instruction at 0x00007fc4106fdcd8 ***
Thread 0 "swift-build":
0  0x00007fc40ebe580a <unknown> in libc.so.6
Thread 1:
0  0x00007fc40ecc8eae <unknown> in libc.so.6
Thread 2:
0  0x00007fc40ec34117 <unknown> in libc.so.6
Thread 3:
0  0x00007fc40ecbc1fe <unknown> in libc.so.6
Thread 4:
0  0x00007fc40ec34117 <unknown> in libc.so.6
Thread 5:
 0                         0x000055d8620f972e specialized InternalSHA256.process(_:hash:) + 206 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/HashAlgorithms.swift:127:93
 1 [ra] [inlined] [system] 0x000055d8620f9b5b InternalSHA256.process(_:hash:) in swift-package at //<compiler-generated>
 2 [ra]                    0x000055d8620f9b5b specialized InternalSHA256.hash(_:) + 314 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/HashAlgorithms.swift:96:13
 3 [ra] [inlined]          0x000055d8620f8fc1 SHA256.hash(_:) in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/HashAlgorithms.swift:49:25
 4 [ra] [thunk]            0x000055d8620f8fc1 protocol witness for HashAlgorithm.hash(_:) in conformance SHA256 + 48 in swift-package at //<compiler-generated>:48:17
 5 [ra]                    0x000055d862214ed4 specialized static Workspace.BinaryArtifactsManager.checksum(forBinaryArtifactAt:hashAlgorithm:archiver:fileSystem:) + 467 in swift-package at /home/build-user/swiftpm/Sources/Workspace/Workspace+BinaryArtifacts.swift:545:34
 6 [ra] [inlined] [system] 0x000055d86220e95d Workspace.BinaryArtifactsManager.checksum(forBinaryArtifactAt:) in swift-package at //<compiler-generated>
 7 [ra] [inlined]          0x000055d86220e95d static Workspace.BinaryArtifactsManager.checksum(forBinaryArtifactAt:hashAlgorithm:archiver:fileSystem:) in swift-package at /home/build-user/swiftpm/Sources/Workspace/Workspace+BinaryArtifacts.swift:271:54
 8 [ra]                    0x000055d86220e95d closure #4 in closure #1 in closure #4 in Workspace.BinaryArtifactsManager.fetch(_:artifactsDirectory:observabilityScope:) + 76 in swift-package at /home/build-user/swiftpm/Sources/Workspace/Workspace+BinaryArtifacts.swift:549:22
 9 [ra] [thunk]            0x000055d862216a65 partial apply for closure #4 in closure #1 in closure #4 in Workspace.BinaryArtifactsManager.fetch(_:artifactsDirectory:observabilityScope:) + 20 in swift-package at //<compiler-generated>
10 [ra]                    0x000055d860eae3da DiagnosticsEmitterProtocol.trap<A>(_:) + 41 in swift-package at /home/build-user/swiftpm/Sources/Basics/Observability.swift:243:24
11 [ra]                    0x000055d86220c7dc closure #1 in closure #4 in Workspace.BinaryArtifactsManager.fetch(_:artifactsDirectory:observabilityScope:) + 171 in swift-package at /home/build-user/swiftpm/Sources/Workspace/Workspace+BinaryArtifacts.swift:271:38
12 [async] [thunk]         0x000055d862216820 partial apply for closure #1 in closure #4 in Workspace.BinaryArtifactsManager.fetch(_:artifactsDirectory:observabilityScope:) in swift-package at //<compiler-generated>
13 [async] [system]        0x000055d862214380 specialized thunk for @escaping @isolated(any) @callee_guaranteed @async () -> (@out A) in swift-package at //<compiler-generated>
14 [async] [thunk]         0x000055d8622189a0 partial apply for specialized thunk for @escaping @isolated(any) @callee_guaranteed @async () -> (@out A) in swift-package
15 [async] [system]        0x00007fc4103f5470 completeTaskWithClosure(swift::AsyncContext*, swift::SwiftError*) in libswift_Concurrency.so
Thread 6:
0  0x00007fc40ec34117 <unknown> in libc.so.6
Thread 7:
0  0x00007fc40ecc190d <unknown> in libc.so.6
Thread 8:
0  0x00007fc40ecc190d <unknown> in libc.so.6
Thread 9:
0  0x00007fc40ec34117 <unknown> in libc.so.6
Thread 10:
0  0x00007fc40ecc190d <unknown> in libc.so.6
Thread 11:
0  0x00007fc40ec34117 <unknown> in libc.so.6
Thread 12:
0  0x00007fc40ec34117 <unknown> in libc.so.6
Thread 13 crashed:
0      0x00007fc4106fdcd8 _assertionFailure(_:_:file:line:flags:) + 264 in libswiftCore.so
1 [ra] 0x00007fc410732f36 swift_unexpectedError + 805 in libswiftCore.so
2 [ra] 0x00007fc40f253484 _HTTPURLProtocol.configureEasyHandle(for:body:) + 8163 in libFoundationNetworking.so
Thread 14:
0                         0x00007fc40ecb789c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x000055d860e65854 AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra]                    0x000055d860e65854 closure #5 in AsyncProcess.launch() + 147 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:707:47
3 [ra]                    0x000055d860e6a8e7 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra]                    0x000055d86212b698 closure #1 in Thread.init(task:) + 183 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:50:17
Thread 15:
0                         0x00007fc40ecb789c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x000055d860e65cee AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra]                    0x000055d860e65cee closure #6 in AsyncProcess.launch() + 157 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:739:51
3 [ra]                    0x000055d860e6a8e7 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra]                    0x000055d86212b698 closure #1 in Thread.init(task:) + 183 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:50:17
Thread 16:
 0                         0x00007fc40ecc190d <unknown> in libc.so.6
 1 [ra] [inlined] [system] 0x000055d860edb625 specialized withCheckedThrowingContinuation<A>(isolation:function:_:) in swift-package at /home/build-user/swiftpm/<stdin>
 2 [ra]                    0x000055d860edb625 URLSessionHTTPClient.execute@Sendable (_:progress:) + 228 in swift-package at /home/build-user/swiftpm/Sources/Basics/HTTPClient/URLSessionHTTPClient.swift:59:19
 3 [async] [system]        0x000055d860e8c3d0 implicit closure #3 in implicit closure #2 in implicit closure #1 in HTTPClient.init(configuration:implementation:) in swift-package at /home/build-user/swiftpm/Sources/Basics/HTTPClient/HTTPClient.swift
 4 [async] [thunk]         0x000055d860e8f200 partial apply for implicit closure #3 in implicit closure #2 in implicit closure #1 in HTTPClient.init(configuration:implementation:) in swift-package at //<compiler-generated>
 5 [async] [thunk]         0x000055d860e8c2b0 thunk for @escaping @callee_guaranteed @Sendable @async (@in_guaranteed HTTPClientRequest, @guaranteed (@escaping @callee_guaranteed @Sendable (@unowned Int64, @unowned Int64?) -> (@error @owned Error))?) -> (@owned HTTPClientResponse, @error @owned Error) in swift-package at //<compiler-generated>
 6 [async] [thunk]         0x000055d860e8f470 partial apply for thunk for @escaping @callee_guaranteed @Sendable @async (@in_guaranteed HTTPClientRequest, @guaranteed (@escaping @callee_guaranteed @Sendable (@unowned Int64, @unowned Int64?) -> (@error @owned Error))?) -> (@owned HTTPClientResponse, @error @owned Error) in swift-package
 7 [async] [thunk]         0x000055d860e8c530 thunk for @escaping @callee_guaranteed @Sendable @async (@in_guaranteed HTTPClientRequest, @in_guaranteed (@escaping @callee_guaranteed @Sendable @substituted <A, B, C> (@in_guaranteed A, @in_guaranteed B) -> (@out C, @error @owned Error) for <Int64Int64?()>)?) -> (@out HTTPClientResponse, @error @owned Error) in swift-package at //<compiler-generated>
 8 [async] [thunk]         0x000055d860e8f490 partial apply for thunk for @escaping @callee_guaranteed @Sendable @async (@in_guaranteed HTTPClientRequest, @in_guaranteed (@escaping @callee_guaranteed @Sendable @substituted <A, B, C> (@in_guaranteed A, @in_guaranteed B) -> (@out C, @error @owned Error) for <Int64Int64?()>)?) -> (@out HTTPClientResponse, @error @owned Error) in swift-package
 9 [async]                 0x000055d860e8d200 HTTPClient.executeWithStrategies(request:requestNumber:_:_:) in swift-package at /home/build-user/swiftpm/Sources/Basics/HTTPClient/HTTPClient.swift:109
10 [async]                 0x000055d860e8cbd0 HTTPClient.execute(_:observabilityScope:progress:) in swift-package at /home/build-user/swiftpm/Sources/Basics/HTTPClient/HTTPClient.swift:93
11 [async]                 0x000055d862210c60 Workspace.BinaryArtifactsManager.download(artifact:destination:observabilityScope:progress:) in swift-package at /home/build-user/swiftpm/Sources/Workspace/Workspace+BinaryArtifacts.swift:642
12 [async]                 0x000055d86220e690 Workspace.BinaryArtifactsManager.fetch(artifact:destination:observabilityScope:progress:) in swift-package at /home/build-user/swiftpm/Sources/Workspace/Workspace+BinaryArtifacts.swift:608
13 [async]                 0x000055d86220c4c0 closure #1 in closure #4 in Workspace.BinaryArtifactsManager.fetch(_:artifactsDirectory:observabilityScope:) in swift-package at /home/build-user/swiftpm/Sources/Workspace/Workspace+BinaryArtifacts.swift:244
14 [async] [thunk]         0x000055d862216820 partial apply for closure #1 in closure #4 in Workspace.BinaryArtifactsManager.fetch(_:artifactsDirectory:observabilityScope:) in swift-package at //<compiler-generated>
15 [async] [system]        0x000055d862214380 specialized thunk for @escaping @isolated(any) @callee_guaranteed @async () -> (@out A) in swift-package at //<compiler-generated>
16 [async] [thunk]         0x000055d8622189a0 partial apply for specialized thunk for @escaping @isolated(any) @callee_guaranteed @async () -> (@out A) in swift-package
17 [async] [system]        0x00007fc4103f5470 completeTaskWithClosure(swift::AsyncContext*, swift::SwiftError*) in libswift_Concurrency.so
Thread 17:
0                         0x00007fc40ecb789c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x000055d860e65854 AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra]                    0x000055d860e65854 closure #5 in AsyncProcess.launch() + 147 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:707:47
3 [ra]                    0x000055d860e6a8e7 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra] [inlined]          0x000055d86212b64d specialized Condition.whileLocked<A>(_:) in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:43:21
5 [ra] [inlined]          0x000055d86212b64d closure #1 in closure #1 in Thread.init(task:) in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:42:46
6 [ra]                    0x000055d86212b64d closure #1 in Thread.init(task:) + 108 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Condition.swift:50:20
Thread 18:
0                         0x00007fc40ecb789c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x000055d860e65cee AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra]                    0x000055d860e65cee closure #6 in AsyncProcess.launch() + 157 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:739:51
3 [ra]                    0x000055d860e6a8e7 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra]                    0x000055d86212b698 closure #1 in Thread.init(task:) + 183 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:50:17
Thread 19:
0                         0x00007fc40ecb789c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x000055d860e65854 AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra]                    0x000055d860e65854 closure #5 in AsyncProcess.launch() + 147 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:707:47
3 [ra]                    0x000055d860e6a8e7 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra]                    0x000055d86212b698 closure #1 in Thread.init(task:) + 183 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:50:17
Thread 20:
0                         0x00007fc40ecb789c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x000055d860e65cee AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra]                    0x000055d860e65cee closure #6 in AsyncProcess.launch() + 157 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:739:51
3 [ra]                    0x000055d860e6a8e7 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra]                    0x000055d86212b698 closure #1 in Thread.init(task:) + 183 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:50:17
Registers:
rax 0x0000000200000003  8589934595
rdx 0x0000000000000002  2
rcx 0xfffffffe00000000  18446744065119617024
rbx 0x0000000000000003  3
rsi 0x00007fc3f4f20a48  03 00 00 00 00 00 00 00 90 00 00 00 00 00 00 80  ················
rdi 0x00007fc394009370  06 00 06 00 07 00 06 00 06 00 07 00 07 00 07 00  ················
rbp 0x00007fc3e2418fe0  90 90 41 e2 c3 7f 00 00 36 2f 73 10 c4 7f 00 00  ··Aâ÷··6/s·Ä···
rsp 0x00007fc3e2418f70  80 8f 41 e2 c3 7f 00 00 9b 4d 62 10 c4 7f 00 00  ··Aâ÷···Mb·Ä···
 r8 0x00007fc4040a9860  79 2d c4 08 c4 7f 00 00 d3 41 9e 48 b9 a3 af c4  y-Ä·Ä···ÓA·H¹£¯Ä
 r9 0x00007fc3e2418ce0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ················
r10 0x0000000000000000  0
r11 0xc4afa3b9489e41d3  14172726568540848595
r12 0x00007fc3f4f20a40  c8 b3 9c 10 c4 7f 00 00 03 00 00 00 00 00 00 00  ȳ··Ä···········
r13 0x00007fc3e2419058  5a 00 00 00 00 00 00 f0 40 0a f2 f4 c3 7f 00 00  Z······ð@·òô÷··
r14 0x0000000000000000  0
r15 0x000000000000005a  90
rip 0x00007fc4106fdcd8  0f 0b 48 8d 35 4f 5c fb ff 48 8d 55 a0 45 31 e4  ··H·5O\ûÿH·U E1ä
rflags 0x0000000000010202
cs 0x0033  fs 0x0000  gs 0x0000
Images (67 omitted):
0x000055d860b80000–0x000055d862dbcb98 c0ac5a973475dd67125403c91c18f312c7719e63 swift-package              /usr/bin/swift-package
0x00007fc40eba3000–0x00007fc40ed5f401 095c7ba148aeca81668091f718047078d57efddb libc.so.6                  /usr/lib/x86_64-linux-gnu/libc.so.6
0x00007fc40f1a7000–0x00007fc40f2ac948 de0ffa43b62a80df431d1026e30a453fc6f62f54 libFoundationNetworking.so /usr/lib/swift/linux/libFoundationNetworking.so
0x00007fc41038a000–0x00007fc41040fa88 915bb2febfa4a2e68684650f504647d38f10bc06 libswift_Concurrency.so    /usr/lib/swift/linux/libswift_Concurrency.so
0x00007fc410421000–0x00007fc4109b0660 f2c8270b8a6affc1e83fdfcbafd46579ac5b6a9f libswiftCore.so            /usr/lib/swift/linux/libswiftCore.so
Backtrace took 164.24s
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurementIdentitySupport.zip
Downloading binary artifact https://dl.google.com/firebase/ios/swiftpm/12.11.0/FirebaseAnalytics.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip
Downloading binary artifact https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBAEMKit-Dynamic_XCFramework.zip
Downloading binary artifact https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKCoreKit_Basics-Dynamic_XCFramework.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip
Downloading binary artifact https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKLoginKit-Dynamic_XCFramework.zip
Downloading binary artifact https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKCoreKit-Dynamic_XCFramework.zip
Downloading binary artifact https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKShareKit-Dynamic_XCFramework.zip
Downloading binary artifact https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKGamingServicesKit-Dynamic_XCFramework.zip
Downloading binary artifact https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.zip
Downloading binary artifact https://dl.google.com/firebase/ios/appads/3.4.0/GoogleAdsOnDeviceConversion.zip
[1463/1463] Downloading https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip
[553147/553147] Downloading https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[1520260/1520260] Downloading https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
[3723890/3723890] Downloading https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/FirebaseAnalytics.zip
[14966724/14966724] Downloading https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/FirebaseAnalytics.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.11.0/FirebaseAnalytics.zip (1.36s)
[144659/144659] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip
[9422906/9422906] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip
[16422392/16422392] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip
[20111864/20111864] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
[58490775/58490775] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip, https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurementIdentitySupport.zip
[15105596/15105596] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurementIdentitySupport.zip (2.25s)
[39928835/39928835] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
Downloaded https://dl.google.com/firebase/ios/swiftpm/12.11.0/GoogleAppMeasurement.zip (2.94s)
[51684694/51684694] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip
Downloaded https://dl.google.com/firebase/ios/bin/abseil/1.2024072200.0/rc0/absl.zip (3.73s)
[102465361/102465361] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.zip
[102695526/102695526] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip
[102745503/103347377] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKCoreKit_Basics-Dynamic_XCFramework.zip
[103707221/106912285] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpc.zip, https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKCoreKit_Basics-Dynamic_XCFramework.zip, https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBAEMKit-Dynamic_XCFramework.zip
Downloaded https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBSDKCoreKit_Basics-Dynamic_XCFramework.zip (4.57s)
[2322617/2322617] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip
[7160782/7160782] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.zip
Downloaded https://github.com/facebook/facebook-ios-sdk/releases/download/v18.0.3/FBAEMKit-Dynamic_XCFramework.zip (4.91s)
[10944106/10944106] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip
[23826726/23826726] Downloading https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip, https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.zip
Downloaded https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/openssl_grpc.zip (5.17s)
[18355339/18355339] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.zip
[35378128/35378128] Downloading https://dl.google.com/firebase/ios/bin/firestore/12.11.0/rc0/FirebaseFirestoreInternal.zip, https://dl.google.com/firebase/ios/bin/grpc/1.69.1/rc0/grpcpp.zip
FoundationNetworking/EasyHandle.swift:293: Fatal error: 'try!' expression unexpectedly raised an error: Error Domain=libcurl.Easy Code=43 "(null)"
*** Signal 4: Backtracing from 0x7f7324bdecd8... done ***
*** Program crashed: Illegal instruction at 0x00007f7324bdecd8 ***
Thread 0 "swift-build":
0  0x00007f73230c680a <unknown> in libc.so.6
Thread 1:
0  0x00007f7323115117 <unknown> in libc.so.6
Thread 2:
0  0x00007f73231a9eae <unknown> in libc.so.6
Thread 3:
0  0x00007f732319d1fe <unknown> in libc.so.6
Thread 4 crashed:
0      0x00007f7324bdecd8 _assertionFailure(_:_:file:line:flags:) + 264 in libswiftCore.so
1 [ra] 0x00007f7324c13f36 swift_unexpectedError + 805 in libswiftCore.so
2 [ra] 0x00007f7323734484 _HTTPURLProtocol.configureEasyHandle(for:body:) + 8163 in libFoundationNetworking.so
Thread 5:
0  0x00007f7323115117 <unknown> in libc.so.6
Thread 6:
0  0x00007f7323115117 <unknown> in libc.so.6
Thread 7:
0      0x00007f73231a290d <unknown> in libc.so.6
1 [ra] 0x000000000000000b
Thread 8:
0  0x00007f7323115117 <unknown> in libc.so.6
Thread 9:
0  0x00007f73231a290d <unknown> in libc.so.6
Thread 10:
0  0x00007f7323115117 <unknown> in libc.so.6
Thread 11:
0  0x00007f7323115117 <unknown> in libc.so.6
Thread 12:
0  0x00007f7323115117 <unknown> in libc.so.6
Thread 13:
0  0x00007f7323115117 <unknown> in libc.so.6
Thread 14:
0  0x00007f73231a290d <unknown> in libc.so.6
Thread 15:
0                         0x00007f732319889c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x000056410e270854 AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra]                    0x000056410e270854 closure #5 in AsyncProcess.launch() + 147 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:707:47
3 [ra]                    0x000056410e2758e7 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra] [inlined]          0x000056410f53664d specialized Condition.whileLocked<A>(_:) in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:43:21
5 [ra] [inlined]          0x000056410f53664d closure #1 in closure #1 in Thread.init(task:) in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:42:46
6 [ra]                    0x000056410f53664d closure #1 in Thread.init(task:) + 108 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Condition.swift:50:20
Thread 16:
0                         0x00007f732319889c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x000056410e270cee AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra]                    0x000056410e270cee closure #6 in AsyncProcess.launch() + 157 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:739:51
3 [ra]                    0x000056410e2758e7 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra]                    0x000056410f536698 closure #1 in Thread.init(task:) + 183 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:50:17
Thread 17:
0                         0x00007f732319889c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x000056410e270854 AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra]                    0x000056410e270854 closure #5 in AsyncProcess.launch() + 147 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:707:47
3 [ra]                    0x000056410e2758e7 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra]                    0x000056410f536698 closure #1 in Thread.init(task:) + 183 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:50:17
Thread 18:
0                         0x00007f732319889c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x000056410e270cee AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra]                    0x000056410e270cee closure #6 in AsyncProcess.launch() + 157 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:739:51
3 [ra]                    0x000056410e2758e7 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra]                    0x000056410f536698 closure #1 in Thread.init(task:) + 183 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:50:17
Registers:
rax 0x0000000200000003  8589934595
rdx 0x0000000000000002  2
rcx 0xfffffffe00000000  18446744065119617024
rbx 0x0000000000000003  3
rsi 0x00007f72cc128de8  03 00 00 00 00 00 00 00 90 00 00 00 00 00 00 80  ················
rdi 0x00007f730c0008e0  04 00 01 00 04 00 05 00 06 00 07 00 07 00 07 00  ················
rbp 0x00007f7317ffdfe0  90 e0 ff 17 73 7f 00 00 36 3f c1 24 73 7f 00 00  ·àÿ·s···6?Á$s···
rsp 0x00007f7317ffdf70  80 df ff 17 73 7f 00 00 9b 5d b0 24 73 7f 00 00  ·ßÿ·s····]°$s···
 r8 0x00007f730c61ba70  eb 38 3e fb 74 7f 00 00 e6 69 dc 08 c5 08 e9 db  ë8>ût···æiÜ·Å·éÛ
 r9 0x00007f7317ffdce0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ················
r10 0x0000000000000000  0
r11 0xdbe908c508dc69e6  15846206406230043110
r12 0x00007f72cc128de0  c8 c3 ea 24 73 7f 00 00 03 00 00 00 00 00 00 00  ÈÃê$s···········
r13 0x00007f7317ffe058  5a 00 00 00 00 00 00 f0 e0 8d 12 cc 72 7f 00 00  Z······ðà··Ìr···
r14 0x0000000000000000  0
r15 0x000000000000005a  90
rip 0x00007f7324bdecd8  0f 0b 48 8d 35 4f 5c fb ff 48 8d 55 a0 45 31 e4  ··H·5O\ûÿH·U E1ä
rflags 0x0000000000010202
cs 0x0033  fs 0x0000  gs 0x0000
Images (68 omitted):
0x000056410df8b000–0x00005641101c7b98 c0ac5a973475dd67125403c91c18f312c7719e63 swift-package              /usr/bin/swift-package
0x00007f7323084000–0x00007f7323240401 095c7ba148aeca81668091f718047078d57efddb libc.so.6                  /usr/lib/x86_64-linux-gnu/libc.so.6
0x00007f7323688000–0x00007f732378d948 de0ffa43b62a80df431d1026e30a453fc6f62f54 libFoundationNetworking.so /usr/lib/swift/linux/libFoundationNetworking.so
0x00007f7324902000–0x00007f7324e91660 f2c8270b8a6affc1e83fdfcbafd46579ac5b6a9f libswiftCore.so            /usr/lib/swift/linux/libswiftCore.so
Backtrace took 66.99s
BUILD FAILURE 6.1 wasm