The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Dribble, reference 0.1.1 (7e82e7), with Swift 6.1 for Android on 28 May 2025 22:21:25 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/orlandos-nl/Dribble.git
Reference: 0.1.1
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/orlandos-nl/Dribble
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at 7e82e7f Merge pull request #2 from needle-tail/main
Cloned https://github.com/orlandos-nl/Dribble.git
Revision (git rev-parse @):
7e82e7fc28f21da4923ecf4b4d4edd7f3d08d87b
SUCCESS checkout https://github.com/orlandos-nl/Dribble.git at 0.1.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/orlandos-nl/Dribble.git
https://github.com/orlandos-nl/Dribble.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.60.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "Dribble",
  "name" : "Dribble",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Dribble",
      "targets" : [
        "Dribble"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CLIExample",
      "targets" : [
        "CLIExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DribbleTests",
      "module_type" : "SwiftTarget",
      "name" : "DribbleTests",
      "path" : "Tests/DribbleTests",
      "sources" : [
        "DribbleTests.swift"
      ],
      "target_dependencies" : [
        "Dribble"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Dribble",
      "module_type" : "SwiftTarget",
      "name" : "Dribble",
      "path" : "Sources/Dribble",
      "product_dependencies" : [
        "NIO",
        "_NIOConcurrency",
        "NIOFoundationCompat",
        "Crypto"
      ],
      "product_memberships" : [
        "Dribble",
        "CLIExample"
      ],
      "sources" : [
        "Errors.swift",
        "Heplers.swift",
        "STUN.swift",
        "StunClient.swift",
        "StunInboundHandler.swift",
        "TurnAllocation.swift",
        "TurnChannels.swift",
        "TurnClient.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLIExample",
      "module_type" : "SwiftTarget",
      "name" : "CLIExample",
      "path" : "Sources/CLIExample",
      "product_memberships" : [
        "CLIExample"
      ],
      "sources" : [
        "CLI.swift"
      ],
      "target_dependencies" : [
        "Dribble"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.5"
}
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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio.git
[1/13936] Fetching swift-crypto
[2371/90029] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (7.47s)
Fetched https://github.com/apple/swift-nio.git from cache (7.59s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (8.92s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[4217/6101] Fetching swift-system, swift-atomics
[4562/22692] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.75s)
[5526/18301] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (2.32s)
Fetched https://github.com/apple/swift-collections.git from cache (2.34s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.05s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.73s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.96s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.93s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.6.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/458] Compiling a_dup.c
[1/458] Write sources
[4/458] Compiling ctx.c
[5/458] Write sources
[16/458] Compiling cmp.c
[17/458] Compiling CNIOWindows shim.c
[18/458] Compiling _AtomicsShims.c
[19/458] Compiling CNIOWindows WSAStartup.c
[20/458] Compiling digest.c
[21/458] Compiling CNIOWASI CNIOWASI.c
[22/458] Compiling bytes.c
[23/458] Compiling CNIOLinux liburing_shims.c
[24/458] Write sources
[25/458] Compiling CNIODarwin shim.c
[26/458] Compiling div.c
[27/458] Compiling CNIOLinux shim.c
[28/458] Compiling fiat_curve25519_adx_square.S
[29/458] Compiling fiat_curve25519_adx_mul.S
[30/458] Compiling a_gentm.c
[31/458] Write swift-version-24593BA9C3E375BF.txt
[32/458] Compiling CCryptoBoringSSLShims shims.c
[33/462] Compiling v3_skey.c
[34/462] Compiling v3_prn.c
[35/462] Compiling v3_purp.c
[36/462] Compiling v3_pmaps.c
[37/464] Compiling v3_utl.c
[38/478] Compiling v3_pcons.c
[39/478] Compiling v3_ocsp.c
[40/478] Compiling v3_ncons.c
[41/478] Compiling v3_int.c
[42/478] Compiling v3_lib.c
[43/478] Compiling v3_info.c
[44/478] Compiling v3_ia5.c
[45/478] Compiling v3_genn.c
[46/478] Compiling v3_extku.c
[47/478] Compiling v3_enum.c
[49/478] Emitting module _NIODataStructures
[49/478] Compiling v3_cpols.c
[50/478] Compiling v3_crld.c
[51/478] Compiling v3_bitst.c
[52/478] Compiling v3_conf.c
[53/478] Compiling v3_bcons.c
[54/478] Compiling v3_akeya.c
[55/478] Compiling v3_alt.c
[56/478] Compiling v3_akey.c
[57/478] Compiling x_x509a.c
[58/478] Compiling x_val.c
[59/478] Compiling x_spki.c
[60/478] Compiling x_x509.c
[61/478] Compiling x_sig.c
[62/478] Compiling x_pkey.c
[63/478] Compiling x_pubkey.c
[64/478] Compiling x_req.c
[66/478] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[67/478] Compiling InternalCollectionsUtilities Debugging.swift
[68/479] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[69/479] Compiling InternalCollectionsUtilities _SortedCollection.swift
[70/479] Compiling _NIODataStructures _TinyArray.swift
[71/479] Emitting module _NIOBase64
[72/479] Compiling _NIOBase64 Base64.swift
[73/480] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[74/480] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[75/480] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[76/480] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[77/480] Compiling InternalCollectionsUtilities Integer rank.swift
[78/480] Compiling InternalCollectionsUtilities Descriptions.swift
[79/480] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[80/480] Emitting module InternalCollectionsUtilities
[81/480] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[82/480] Compiling InternalCollectionsUtilities UInt+reversed.swift
[83/480] Compiling _NIODataStructures Heap.swift
[84/480] Compiling _NIODataStructures PriorityQueue.swift
[84/481] Compiling x_exten.c
[86/481] Compiling x_info.c
[88/481] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[89/482] Compiling x_name.c
[91/482] Wrapping AST for _NIOBase64 for debugging
[92/482] Compiling x_attrib.c
[93/482] Compiling x_all.c
[94/482] Compiling x_algor.c
[95/482] Wrapping AST for _NIODataStructures for debugging
[96/482] Compiling x_crl.c
[97/482] Wrapping AST for InternalCollectionsUtilities for debugging
[98/482] Compiling x509spki.c
[99/497] Compiling x509rset.c
[100/497] Compiling x509name.c
[101/497] Compiling x509cset.c
[102/497] Compiling x509_v3.c
[104/497] Compiling DequeModule Deque+CustomReflectable.swift
[105/497] Compiling DequeModule Deque+Descriptions.swift
[106/499] Compiling DequeModule Deque+Equatable.swift
[107/499] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[107/499] Compiling x509_vpm.c
[109/499] Compiling DequeModule _DequeBuffer.swift
[110/499] Compiling DequeModule _DequeBufferHeader.swift
[110/499] Compiling x509_txt.c
[112/499] Compiling DequeModule Deque+Extras.swift
[113/499] Compiling DequeModule Deque+Hashable.swift
[113/499] Compiling x509_set.c
[114/499] Compiling x509_trs.c
[115/499] Compiling x509_req.c
[116/499] Compiling x509_vfy.c
[118/499] Compiling DequeModule Deque+Testing.swift
[119/499] Compiling DequeModule Deque._Storage.swift
[119/499] Compiling x509_def.c
[120/499] Compiling x509_obj.c
[122/499] Compiling DequeModule _DequeSlot.swift
[123/499] Compiling DequeModule _UnsafeWrappedBuffer.swift
[123/499] Compiling x509_d2.c
[124/499] Compiling x509_att.c
[125/499] Compiling x509_cmp.c
[126/499] Compiling x509_lu.c
[127/499] Compiling c-nioatomics.c
[128/499] Compiling x509_ext.c
[129/499] Compiling c-atomics.c
[130/499] Compiling t_x509a.c
[131/499] Compiling x509.c
[133/505] Compiling DequeModule Deque._UnsafeHandle.swift
[134/505] Compiling DequeModule Deque.swift
[134/505] Compiling policy.c
[135/505] Compiling t_crl.c
[137/505] Compiling DequeModule Deque+Codable.swift
[138/505] Compiling DequeModule Deque+Collection.swift
[138/505] Compiling t_req.c
[139/505] Compiling t_x509.c
[140/505] Compiling rsa_pss.c
[141/505] Compiling name_print.c
[142/505] Compiling i2d_pr.c
[143/505] Compiling a_verify.c
[144/505] Compiling by_file.c
[146/505] Emitting module DequeModule
[146/505] Compiling algorithm.c
[147/506] Compiling by_dir.c
[148/506] Compiling asn1_gen.c
[150/506] Compiling NIOConcurrencyHelpers lock.swift
[150/506] Compiling a_digest.c
[151/506] Compiling thread_win.c
[153/506] Compiling a_sign.c
[154/506] Compiling thread_none.c
[155/506] Compiling thread_pthread.c
[156/506] Compiling thread.c
[158/506] Emitting module NIOConcurrencyHelpers
[158/506] Compiling voprf.c
[159/506] Compiling trust_token.c
[161/506] Compiling NIOConcurrencyHelpers NIOLock.swift
[162/506] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[163/506] Compiling NIOConcurrencyHelpers atomics.swift
[164/506] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[164/506] Compiling siphash.c
[165/507] Compiling pmbtoken.c
[166/507] Wrapping AST for DequeModule for debugging
[167/507] Compiling rsa_print.c
[168/507] Compiling stack.c
[169/507] Compiling rc4.c
[170/507] Compiling refcount.c
[171/507] Compiling rsa_crypt.c
[172/507] Compiling rsa_asn1.c
[174/507] Compiling rand_extra.c
[175/507] Compiling trusty.c
[176/507] Compiling ios.c
[177/507] Compiling windows.c
[178/507] Compiling getentropy.c
[179/507] Compiling deterministic.c
[180/507] Compiling passive.c
[181/507] Compiling pool.c
[181/507] Compiling poly1305_arm_asm.S
[183/507] Compiling forkunsafe.c
[184/507] Compiling poly1305_vec.c
[185/507] Compiling poly1305_arm.c
[186/507] Wrapping AST for NIOConcurrencyHelpers for debugging
[187/507] Compiling poly1305.c
[188/507] Compiling pkcs7.c
[189/507] Compiling p5_pbev2.c
[190/507] Compiling pem_xaux.c
[191/507] Compiling pem_pkey.c
[192/507] Compiling pkcs8.c
[193/507] Compiling pkcs7_x509.c
[194/507] Compiling pkcs8_x509.c
[195/507] Compiling pem_pk8.c
[196/507] Compiling obj_xref.c
[197/507] Compiling pem_x509.c
[198/507] Compiling pem_oth.c
[199/507] Compiling obj.c
[200/507] Compiling lhash.c
[201/507] Compiling pem_all.c
[202/507] Compiling pem_info.c
[202/507] Compiling mem.c
[204/507] Compiling keccak.c
[205/507] Compiling kyber.c
[206/507] Compiling x86_64-mont-mac.mac.x86_64.S
[207/507] Compiling poly_rq_mul.S
[207/507] Compiling pem_lib.c
[209/507] Compiling hpke.c
[210/507] Compiling x86_64-mont5-mac.mac.x86_64.S
[211/507] Compiling x86_64-mont5-linux.linux.x86_64.S
[212/507] Compiling x86_64-mont-linux.linux.x86_64.S
[213/507] Compiling vpaes-x86_64-mac.mac.x86_64.S
[214/507] Compiling x86-mont-windows.windows.x86.S
[215/507] Compiling x86-mont-linux.linux.x86.S
[216/507] Compiling vpaes-x86-linux.linux.x86.S
[217/507] Compiling vpaes-x86_64-linux.linux.x86_64.S
[218/507] Compiling vpaes-x86-windows.windows.x86.S
[219/507] Compiling vpaes-armv7-linux.linux.arm.S
[220/507] Compiling vpaes-armv8-linux.linux.aarch64.S
[221/507] Compiling vpaes-armv7-ios.ios.arm.S
[222/507] Compiling vpaes-armv8-ios.ios.aarch64.S
[223/507] Compiling sha512-x86_64-linux.linux.x86_64.S
[224/507] Compiling sha512-armv4-ios.ios.arm.S
[225/507] Compiling sha512-x86_64-mac.mac.x86_64.S
[226/507] Compiling sha512-armv4-linux.linux.arm.S
[227/507] Compiling kdf.c
[228/507] Compiling sha512-armv8-ios.ios.aarch64.S
[229/507] Compiling sha512-586-windows.windows.x86.S
[230/507] Compiling sha512-armv8-linux.linux.aarch64.S
[231/507] Compiling sha512-586-linux.linux.x86.S
[232/507] Compiling sha256-x86_64-mac.mac.x86_64.S
[233/507] Compiling sha256-x86_64-linux.linux.x86_64.S
[234/507] Compiling sha256-armv8-ios.ios.aarch64.S
[235/507] Compiling sha256-armv4-linux.linux.arm.S
[236/507] Compiling sha256-586-windows.windows.x86.S
[237/507] Compiling sha256-586-linux.linux.x86.S
[238/507] Compiling sha1-x86_64-mac.mac.x86_64.S
[239/507] Compiling sha256-armv8-linux.linux.aarch64.S
[240/507] Compiling sha1-x86_64-linux.linux.x86_64.S
[241/507] Compiling sha256-armv4-ios.ios.arm.S
[242/507] Compiling sha1-armv4-large-linux.linux.arm.S
[243/507] Compiling sha1-armv4-large-ios.ios.arm.S
[244/507] Compiling sha1-armv8-linux.linux.aarch64.S
[245/507] Compiling sha1-armv8-ios.ios.aarch64.S
[246/507] Compiling sha1-586-linux.linux.x86.S
[247/507] Compiling sha1-586-windows.windows.x86.S
[248/507] Compiling sha512.c
[249/507] Compiling sha256.c
[250/507] Compiling fips.c
[250/507] Compiling sha1.c
[252/507] Compiling rsaz-avx2-mac.mac.x86_64.S
[253/507] Compiling rsaz-avx2-linux.linux.x86_64.S
[254/507] Compiling service_indicator.c
[255/507] Compiling rdrand-x86_64-mac.mac.x86_64.S
[256/507] Compiling rdrand-x86_64-linux.linux.x86_64.S
[257/507] Compiling hrss.c
[258/507] Compiling self_check.c
[259/507] Compiling rsa_impl.c
[260/507] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[261/507] Compiling blinding.c
[262/507] Compiling padding.c
[263/507] Compiling rand.c
[264/507] Compiling urandom.c
[265/507] Compiling ctrdrbg.c
[266/507] Compiling fork_detect.c
[267/507] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[268/507] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[269/507] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[270/507] Compiling rsa.c
[271/507] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[272/507] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[273/507] Compiling p256-armv8-asm-linux.linux.aarch64.S
[274/507] Compiling p256-armv8-asm-ios.ios.aarch64.S
[275/507] Compiling polyval.c
[276/507] Compiling gcm_nohw.c
[277/507] Compiling ctr.c
[278/507] Compiling ofb.c
[279/507] Compiling cfb.c
[280/507] Compiling md5-x86_64-linux.linux.x86_64.S
[281/507] Compiling cbc.c
[282/507] Compiling md4.c
[283/507] Compiling gcm.c
[284/507] Compiling md5.c
[285/507] Compiling md5-x86_64-mac.mac.x86_64.S
[286/507] Compiling hmac.c
[287/507] Compiling hkdf.c
[287/507] Compiling md5-586-windows.windows.x86.S
[289/507] Compiling md5-586-linux.linux.x86.S
[290/507] Compiling ghashv8-armv8-ios.ios.aarch64.S
[291/507] Compiling ghashv8-armv7-linux.linux.arm.S
[292/507] Compiling ghashv8-armv8-linux.linux.aarch64.S
[293/507] Compiling ghash-x86-linux.linux.x86.S
[294/507] Compiling ghash-x86_64-mac.mac.x86_64.S
[295/507] Compiling ghashv8-armv7-ios.ios.arm.S
[296/507] Compiling ghash-x86_64-linux.linux.x86_64.S
[297/507] Compiling ghash-x86-windows.windows.x86.S
[297/507] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[299/507] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[300/507] Compiling ghash-ssse3-x86-windows.windows.x86.S
[301/507] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[302/507] Compiling ghash-armv4-linux.linux.arm.S
[303/507] Compiling ghash-ssse3-x86-linux.linux.x86.S
[304/507] Compiling fips_shared_support.c
[305/507] Compiling ghash-armv4-ios.ios.arm.S
[306/507] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[307/507] Compiling ecdh.c
[308/507] Compiling util.c
[309/507] Compiling scalar.c
[310/507] Compiling ecdsa.c
[311/507] Compiling wnaf.c
[312/507] Compiling simple_mul.c
[313/507] Compiling simple.c
[314/507] Compiling ec_montgomery.c
[315/507] Compiling p224-64.c
[316/507] Compiling p256.c
[317/507] Compiling felem.c
[318/507] Compiling oct.c
[319/507] Compiling digests.c
[320/507] Compiling dh.c
[321/507] Compiling ec.c
[322/507] Compiling check.c
[322/507] Compiling ec_key.c
[322/507] Compiling digestsign.c
[322/507] Compiling co-586-windows.windows.x86.S
[326/507] Compiling co-586-linux.linux.x86.S
[327/507] Compiling bsaes-armv7-linux.linux.arm.S
[328/507] Compiling bsaes-armv7-ios.ios.arm.S
[329/507] Compiling aead.c
[330/507] Compiling cmac.c
[331/507] Compiling sqrt.c
[332/507] Compiling e_aesccm.c
[333/507] Compiling p256-nistz.c
[334/507] Compiling shift.c
[335/507] Compiling cipher.c
[336/507] Compiling random.c
[337/507] Compiling rsaz_exp.c
[338/507] Compiling jacobi.c
[339/507] Compiling e_aes.c
[340/507] Compiling prime.c
[341/507] Compiling montgomery_inv.c
[342/507] Compiling gcd.c
[343/507] Compiling gcd_extra.c
[344/507] Compiling montgomery.c
[345/507] Compiling mul.c
[346/507] Compiling exponentiation.c
[347/507] Compiling div_extra.c
[348/507] Compiling bn.c
[349/507] Compiling x86_64-gcc.c
[350/507] Compiling bn-armv8-linux.linux.aarch64.S
[351/507] Compiling bn-armv8-ios.ios.aarch64.S
[352/507] Compiling bn-586-windows.windows.x86.S
[353/507] Compiling bn-586-linux.linux.x86.S
[354/507] Compiling generic.c
[354/507] Compiling add.c
[356/507] Compiling armv8-mont-ios.ios.aarch64.S
[357/507] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[358/507] Compiling armv4-mont-linux.linux.arm.S
[359/507] Compiling armv4-mont-ios.ios.arm.S
[359/507] Compiling aesv8-armv8-ios.ios.aarch64.S
[361/507] Compiling aesv8-armv8-linux.linux.aarch64.S
[362/507] Compiling armv8-mont-linux.linux.aarch64.S
[363/507] Compiling aesv8-armv7-linux.linux.arm.S
[364/507] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[365/507] Compiling aesni-x86_64-linux.linux.x86_64.S
[366/507] Compiling aesni-x86_64-mac.mac.x86_64.S
[367/507] Compiling aesv8-armv7-ios.ios.arm.S
[368/507] Compiling aesni-x86-windows.windows.x86.S
[369/507] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[370/507] Compiling aesni-x86-linux.linux.x86.S
[371/507] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[372/507] Compiling key_wrap.c
[373/507] Compiling mode_wrappers.c
[374/507] Compiling aes.c
[375/507] Compiling ex_data.c
[376/507] Compiling sign.c
[377/507] Compiling scrypt.c
[378/507] Compiling aes_nohw.c
[379/507] Compiling p_x25519_asn1.c
[380/507] Compiling p_x25519.c
[381/507] Compiling pbkdf.c
[382/507] Compiling p_hkdf.c
[383/507] Compiling p_ed25519.c
[384/507] Compiling print.c
[385/507] Compiling p_ed25519_asn1.c
[386/507] Compiling p_rsa_asn1.c
[387/507] Compiling p_rsa.c
[388/507] Compiling p_ec.c
[389/507] Compiling p_ec_asn1.c
[390/507] Compiling err_data.c
[391/507] Compiling evp.c
[392/507] Compiling p_dsa_asn1.c
[393/507] Compiling evp_ctx.c
[394/507] Compiling evp_asn1.c
[395/507] Compiling ecdh_extra.c
[396/507] Compiling engine.c
[397/507] Compiling ecdsa_asn1.c
[398/507] Compiling err.c
[399/507] Compiling ec_derive.c
[400/507] Compiling ec_asn1.c
[401/507] Compiling params.c
[402/507] Compiling hash_to_curve.c
[403/507] Compiling dh_asn1.c
[404/507] Compiling dsa_asn1.c
[405/507] Compiling dsa.c
[406/507] Compiling digest_extra.c
[407/507] Compiling crypto.c
[408/507] Compiling x25519-asm-arm.S
[409/507] Compiling cpu_intel.c
[410/507] Compiling curve25519_64_adx.c
[411/507] Compiling cpu_arm_freebsd.c
[412/507] Compiling cpu_aarch64_win.c
[413/507] Compiling cpu_arm_linux.c
[414/507] Compiling spake25519.c
[415/507] Compiling cpu_aarch64_openbsd.c
[416/507] Compiling cpu_arm.c
[417/507] Compiling cpu_aarch64_sysreg.c
[418/507] Compiling cpu_aarch64_linux.c
[419/507] Compiling des.c
[420/507] Compiling cpu_aarch64_apple.c
[421/507] Compiling cpu_aarch64_fuchsia.c
[422/507] Compiling e_rc4.c
[423/507] Compiling tls_cbc.c
[424/507] Compiling conf.c
[425/507] Compiling e_tls.c
[426/507] Compiling e_null.c
[427/507] Compiling e_rc2.c
[428/507] Compiling e_des.c
[429/507] Compiling e_chacha20poly1305.c
[430/507] Compiling curve25519.c
[431/507] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[432/507] Compiling derive_key.c
[433/507] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[434/507] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[435/507] Compiling e_aesctrhmac.c
[436/507] Compiling e_aesgcmsiv.c
[437/507] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[438/507] Compiling cipher_extra.c
[439/507] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[440/507] Compiling chacha-x86_64-mac.mac.x86_64.S
[441/507] Compiling chacha-x86_64-linux.linux.x86_64.S
[442/507] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[443/507] Compiling chacha-x86-windows.windows.x86.S
[444/507] Compiling chacha-x86-linux.linux.x86.S
[445/507] Compiling chacha.c
[446/507] Compiling chacha-armv4-linux.linux.arm.S
[447/507] Compiling chacha-armv8-ios.ios.aarch64.S
[448/507] Compiling chacha-armv4-ios.ios.arm.S
[449/507] Compiling unicode.c
[450/507] Compiling chacha-armv8-linux.linux.aarch64.S
[451/507] Compiling buf.c
[452/507] Compiling asn1_compat.c
[453/507] Compiling bn_asn1.c
[454/507] Compiling ber.c
[455/507] Compiling cbb.c
[456/507] Compiling convert.c
[457/507] Compiling cbs.c
[458/507] Compiling printf.c
[459/507] Compiling blake2.c
[460/507] Compiling file.c
[461/507] Compiling hexdump.c
[462/507] Compiling pair.c
[463/507] Compiling errno.c
[464/507] Compiling fd.c
[465/507] Compiling bio_mem.c
[466/507] Compiling base64.c
[467/507] Compiling bio.c
[468/507] Compiling tasn_utl.c
[469/507] Compiling tasn_fre.c
[470/507] Compiling f_string.c
[471/507] Compiling tasn_new.c
[472/507] Compiling f_int.c
[473/507] Compiling posix_time.c
[473/507] Compiling tasn_enc.c
[475/507] Compiling asn_pack.c
[476/507] Compiling tasn_dec.c
[477/507] Compiling tasn_typ.c
[478/507] Compiling asn1_par.c
[479/507] Compiling a_type.c
[480/507] Compiling a_strex.c
[481/507] Compiling a_octet.c
[482/507] Compiling a_utctm.c
[483/507] Compiling asn1_lib.c
[484/507] Compiling a_time.c
[485/507] Compiling a_strnid.c
[486/507] Write sources
[487/507] Compiling a_object.c
[488/507] Compiling a_i2d_fp.c
[489/507] Compiling a_bool.c
[490/507] Compiling a_mbstr.c
[491/507] Compiling a_d2i_fp.c
[492/507] Compiling a_int.c
[493/507] Compiling a_bitstr.c
[495/529] Compiling Atomics UnsafeAtomic.swift
[496/529] Compiling Atomics UnsafeAtomicLazyReference.swift
[497/531] Compiling Atomics IntegerOperations.swift
[498/531] Compiling Atomics Unmanaged extensions.swift
[499/531] Compiling Atomics AtomicMemoryOrderings.swift
[500/531] Compiling Atomics DoubleWord.swift
[501/531] Compiling Atomics ManagedAtomic.swift
[502/531] Compiling Atomics ManagedAtomicLazyReference.swift
[503/531] Compiling Atomics AtomicReference.swift
[504/531] Compiling Atomics AtomicStorage.swift
[505/531] Compiling Atomics AtomicValue.swift
[506/531] Compiling Atomics Primitives.shims.swift
[507/531] Compiling Atomics AtomicInteger.swift
[508/531] Compiling Atomics AtomicOptionalWrappable.swift
[509/531] Emitting module Atomics
[510/531] Compiling Atomics IntegerConformances.swift
[511/531] Compiling Atomics PointerConformances.swift
[512/531] Compiling Atomics Primitives.native.swift
[513/531] Compiling Atomics OptionalRawRepresentable.swift
[514/531] Compiling Atomics RawRepresentable.swift
[515/531] Compiling Atomics AtomicBool.swift
[516/532] Wrapping AST for Atomics for debugging
[518/592] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[519/592] Compiling NIOCore MulticastChannel.swift
[520/592] Compiling NIOCore NIOAny.swift
[521/592] Compiling NIOCore NIOCloseOnErrorHandler.swift
[522/592] Compiling NIOCore NIOLoopBound.swift
[523/592] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[524/592] Compiling NIOCore NIOScheduledCallback.swift
[525/592] Compiling NIOCore NIOSendable.swift
[526/592] Compiling NIOCore RecvByteBufferAllocator.swift
[527/600] Compiling NIOCore IO.swift
[528/600] Compiling NIOCore IOData.swift
[529/600] Compiling NIOCore IPProtocol.swift
[530/600] Compiling NIOCore IntegerBitPacking.swift
[531/600] Compiling NIOCore IntegerTypes.swift
[532/600] Compiling NIOCore Interfaces.swift
[533/600] Compiling NIOCore Linux.swift
[534/600] Compiling NIOCore MarkedCircularBuffer.swift
[535/600] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[536/600] Compiling NIOCore SocketAddresses.swift
[537/600] Compiling NIOCore SocketOptionProvider.swift
[538/600] Compiling NIOCore SystemCallHelpers.swift
[539/600] Compiling NIOCore TimeAmount+Duration.swift
[540/600] Compiling NIOCore TypeAssistedChannelHandler.swift
[541/600] Compiling NIOCore UniversalBootstrapSupport.swift
[542/600] Compiling NIOCore Utilities.swift
[543/600] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[544/600] Compiling NIOCore EventLoopFuture+Deprecated.swift
[545/600] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[546/600] Compiling NIOCore EventLoopFuture.swift
[547/600] Compiling NIOCore FileDescriptor.swift
[548/600] Compiling NIOCore FileHandle.swift
[549/600] Compiling NIOCore FileRegion.swift
[550/600] Compiling NIOCore GlobalSingletons.swift
[551/600] Compiling NIOCore CircularBuffer.swift
[552/600] Compiling NIOCore Codec.swift
[553/600] Compiling NIOCore ConvenienceOptionSupport.swift
[554/600] Compiling NIOCore DeadChannel.swift
[555/600] Compiling NIOCore DispatchQueue+WithFuture.swift
[556/600] Compiling NIOCore EventLoop+Deprecated.swift
[557/600] Compiling NIOCore EventLoop+SerialExecutor.swift
[558/600] Compiling NIOCore EventLoop.swift
[559/600] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[560/600] Emitting module CryptoBoringWrapper
[561/601] Wrapping AST for CryptoBoringWrapper for debugging
[563/661] Compiling Crypto Ed25519.swift
[564/661] Compiling Crypto NISTCurvesKeys.swift
[565/661] Compiling Crypto X25519Keys.swift
[566/661] Compiling Crypto SymmetricKeys.swift
[567/661] Compiling Crypto HMAC.swift
[568/661] Compiling Crypto MACFunctions.swift
[569/661] Compiling Crypto MessageAuthenticationCode.swift
[570/661] Compiling Crypto AES.swift
[571/661] Compiling Crypto ECDSASignature_boring.swift
[572/661] Compiling Crypto ECDSA_boring.swift
[573/661] Compiling Crypto EdDSA_boring.swift
[574/661] Compiling Crypto ECDSA.swift
[575/661] Compiling Crypto EdDSA.swift
[576/661] Compiling Crypto Signature.swift
[577/661] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[578/661] Compiling Crypto CryptoKitErrors_boring.swift
[579/669] Compiling Crypto HashFunctions.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[580/669] Compiling Crypto HashFunctions_SHA2.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[581/669] Compiling Crypto Insecure.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[582/669] Compiling Crypto Insecure_HashFunctions.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[583/669] Compiling Crypto ECDH_boring.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[584/669] Compiling Crypto DH.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[585/669] Compiling Crypto ECDH.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[586/669] Compiling Crypto HKDF.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[587/669] Compiling Crypto AESWrap.swift
[588/669] Compiling Crypto AESWrap_boring.swift
[589/669] Compiling Crypto Ed25519_boring.swift
[590/669] Compiling Crypto EllipticCurvePoint_boring.swift
[591/669] Compiling Crypto EllipticCurve_boring.swift
[592/669] Compiling Crypto NISTCurvesKeys_boring.swift
[593/669] Compiling Crypto X25519Keys_boring.swift
[594/669] Compiling Crypto Curve25519.swift
[595/669] Emitting module Crypto
[596/669] Compiling Crypto ECDSASignature.swift
[597/669] Compiling Crypto PEMDocument.swift
[598/669] Compiling Crypto PKCS8PrivateKey.swift
[599/669] Compiling Crypto SEC1PrivateKey.swift
[600/669] Compiling Crypto SubjectPublicKeyInfo.swift
[601/669] Compiling Crypto CryptoKitErrors.swift
[602/669] Compiling Crypto Digest_boring.swift
[603/669] Compiling Crypto Digest.swift
[604/669] Compiling Crypto Digests.swift
[605/669] Emitting module NIOCore
[606/669] Compiling Crypto AES-GCM.swift
[607/669] Compiling Crypto AES-GCM_boring.swift
[608/669] Compiling Crypto ChaChaPoly_boring.swift
[609/669] Compiling Crypto ChaChaPoly.swift
[610/669] Compiling Crypto Cipher.swift
[611/669] Compiling Crypto Nonces.swift
[612/669] Compiling Crypto ASN1.swift
[613/669] Compiling Crypto ASN1Any.swift
[614/669] Compiling Crypto ASN1BitString.swift
[615/669] Compiling Crypto ASN1Boolean.swift
[616/669] Compiling Crypto ASN1Identifier.swift
[617/669] Compiling Crypto ASN1Integer.swift
[618/669] Compiling Crypto ASN1Null.swift
[619/669] Compiling Crypto ASN1OctetString.swift
[620/669] Compiling Crypto ASN1Strings.swift
[621/669] Compiling Crypto ArraySliceBigint.swift
[622/669] Compiling Crypto GeneralizedTime.swift
[623/669] Compiling Crypto ObjectIdentifier.swift
[652/670] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[653/670] Compiling Crypto RNG_boring.swift
[654/670] Compiling Crypto SafeCompare_boring.swift
[655/670] Compiling Crypto Zeroization_boring.swift
[656/670] Compiling Crypto PrettyBytes.swift
[657/670] Compiling Crypto SafeCompare.swift
[658/670] Compiling Crypto SecureBytes.swift
[659/670] Compiling Crypto Zeroization.swift
[659/670] Wrapping AST for NIOCore for debugging
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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/19] Write swift-version-24593BA9C3E375BF.txt
[2/67] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[3/67] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[4/68] Compiling Atomics AtomicMemoryOrderings.swift
[5/68] Compiling Atomics DoubleWord.swift
[6/68] Compiling Atomics ManagedAtomic.swift
[7/68] Compiling Atomics ManagedAtomicLazyReference.swift
[8/70] Compiling Atomics UnsafeAtomic.swift
[9/70] Compiling Atomics UnsafeAtomicLazyReference.swift
[10/70] Compiling Atomics AtomicBool.swift
[11/70] Compiling Atomics AtomicReference.swift
[12/70] Compiling Atomics AtomicStorage.swift
[13/70] Compiling Atomics AtomicValue.swift
[14/70] Emitting module CryptoBoringWrapper
[15/70] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[16/70] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[17/70] Compiling NIOConcurrencyHelpers NIOLock.swift
[18/71] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[19/71] Compiling NIOConcurrencyHelpers lock.swift
[20/71] Compiling NIOConcurrencyHelpers atomics.swift
[21/71] Compiling _NIODataStructures Heap.swift
[22/71] Emitting module _NIODataStructures
[23/71] Emitting module _NIOBase64
[24/71] Compiling _NIOBase64 Base64.swift
[26/72] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[27/72] Compiling Atomics IntegerOperations.swift
[28/72] Compiling Atomics Unmanaged extensions.swift
[29/72] Emitting module NIOConcurrencyHelpers
[30/72] Compiling Atomics Primitives.shims.swift
[31/72] Compiling Atomics AtomicInteger.swift
[32/72] Compiling Atomics AtomicOptionalWrappable.swift
[37/71] Compiling _NIODataStructures _TinyArray.swift
[38/71] Compiling _NIODataStructures PriorityQueue.swift
[43/71] Compiling Atomics Primitives.native.swift
[45/71] Emitting module InternalCollectionsUtilities
[46/71] Compiling Atomics IntegerConformances.swift
[47/71] Compiling Atomics PointerConformances.swift
[48/71] Compiling Atomics OptionalRawRepresentable.swift
[49/71] Compiling Atomics RawRepresentable.swift
[50/131] Wrapping AST for InternalCollectionsUtilities for debugging
[52/146] Compiling DequeModule _DequeBuffer.swift
[53/146] Compiling DequeModule _DequeBufferHeader.swift
[54/148] Compiling DequeModule Deque+CustomReflectable.swift
[55/148] Compiling DequeModule Deque+Descriptions.swift
[56/148] Compiling DequeModule Deque+Equatable.swift
[57/148] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[58/148] Compiling DequeModule Deque+Extras.swift
[59/148] Compiling DequeModule Deque+Hashable.swift
[60/148] Compiling DequeModule Deque+Testing.swift
[61/148] Emitting module Atomics
[62/148] Compiling DequeModule Deque+Codable.swift
[63/148] Compiling DequeModule Deque+Collection.swift
[68/149] Compiling DequeModule Deque._Storage.swift
[70/149] Compiling DequeModule _DequeSlot.swift
[71/149] Compiling DequeModule _UnsafeWrappedBuffer.swift
[72/149] Compiling Crypto HashFunctions.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[73/149] Compiling Crypto HashFunctions_SHA2.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[74/149] Compiling Crypto Insecure.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[75/149] Compiling Crypto Insecure_HashFunctions.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[76/149] Compiling Crypto ECDH_boring.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[77/149] Compiling Crypto DH.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[78/149] Compiling Crypto ECDH.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[79/149] Compiling Crypto HKDF.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[80/157] Compiling DequeModule Deque._UnsafeHandle.swift
[81/157] Compiling DequeModule Deque.swift
[81/157] Wrapping AST for Atomics for debugging
[90/157] Compiling Crypto Digest.swift
[91/157] Compiling Crypto Digests.swift
[94/157] Emitting module DequeModule
[95/158] Compiling Crypto AESWrap.swift
[96/158] Compiling Crypto AESWrap_boring.swift
[97/158] Compiling Crypto Ed25519_boring.swift
[98/158] Compiling Crypto EllipticCurvePoint_boring.swift
[99/158] Compiling Crypto EllipticCurve_boring.swift
[100/158] Compiling Crypto NISTCurvesKeys_boring.swift
[101/158] Compiling Crypto X25519Keys_boring.swift
[102/158] Compiling Crypto Curve25519.swift
[104/158] Compiling Crypto Ed25519.swift
[105/158] Compiling Crypto NISTCurvesKeys.swift
[106/158] Compiling Crypto X25519Keys.swift
[107/158] Compiling Crypto SymmetricKeys.swift
[108/158] Compiling Crypto HMAC.swift
[109/158] Compiling Crypto MACFunctions.swift
[110/158] Compiling Crypto MessageAuthenticationCode.swift
[111/158] Compiling Crypto AES.swift
[112/158] Compiling Crypto ECDSASignature_boring.swift
[113/158] Compiling Crypto ECDSA_boring.swift
[114/158] Compiling Crypto EdDSA_boring.swift
[115/158] Compiling Crypto ECDSA.swift
[116/158] Compiling Crypto EdDSA.swift
[117/158] Compiling Crypto Signature.swift
[118/158] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[119/158] Compiling Crypto CryptoKitErrors_boring.swift
[120/158] Emitting module Crypto
[120/158] Wrapping AST for DequeModule for debugging
[122/218] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[123/218] Compiling NIOCore EventLoopFuture+Deprecated.swift
[124/218] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[125/218] Compiling NIOCore EventLoopFuture.swift
[126/218] Compiling NIOCore FileDescriptor.swift
[127/218] Compiling NIOCore FileHandle.swift
[128/218] Compiling NIOCore FileRegion.swift
[129/218] Compiling NIOCore GlobalSingletons.swift
[130/218] Compiling NIOCore CircularBuffer.swift
[131/218] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[132/218] Compiling NIOCore ByteBuffer-views.swift
[133/218] Compiling NIOCore Channel.swift
[134/218] Compiling NIOCore ChannelHandler.swift
[135/218] Compiling NIOCore ChannelHandlers.swift
[136/218] Compiling NIOCore ChannelInvoker.swift
[137/218] Compiling NIOCore ChannelOption.swift
[138/218] Compiling NIOCore ChannelPipeline.swift
[139/218] Compiling NIOCore IO.swift
[140/218] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[141/218] Compiling Crypto RNG_boring.swift
[142/218] Compiling Crypto SafeCompare_boring.swift
[143/218] Compiling Crypto Zeroization_boring.swift
[144/218] Compiling Crypto PrettyBytes.swift
[145/218] Compiling Crypto SafeCompare.swift
[146/218] Compiling Crypto SecureBytes.swift
[147/218] Compiling Crypto Zeroization.swift
BUILD FAILURE 6.1 android