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 webauthn-swift, reference 0.0.3 (71b78c), with Swift 6.1 for Android on 29 May 2025 17:11:04 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/swift-server/swift-webauthn.git
Reference: 0.0.3
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/swift-server/swift-webauthn
 * tag               0.0.3      -> FETCH_HEAD
HEAD is now at 71b78cb update docc documentation (#29)
Cloned https://github.com/swift-server/swift-webauthn.git
Revision (git rev-parse @):
71b78cb2ce4989b2e598225d6f42a75f042986f1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/swift-webauthn.git at 0.0.3
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-server/swift-webauthn.git
https://github.com/swift-server/swift-webauthn.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftcbor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.5",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/unrelentingtech/SwiftCBOR.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-certificates",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-certificates.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "webauthn-swift",
  "name" : "webauthn-swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "WebAuthn",
      "targets" : [
        "WebAuthn"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebAuthnTests",
      "module_type" : "SwiftTarget",
      "name" : "WebAuthnTests",
      "path" : "Tests/WebAuthnTests",
      "sources" : [
        "Formats/TPMAttestationTests/CertInfoTests.swift",
        "HelpersTests.swift",
        "Mocks/MockChallengeGenerator.swift",
        "Mocks/MockUser.swift",
        "Utils/Hexadecimal.swift",
        "Utils/TestModels/TestAttestationObject.swift",
        "Utils/TestModels/TestAuthData.swift",
        "Utils/TestModels/TestClientDataJSON.swift",
        "Utils/TestModels/TestConstants.swift",
        "Utils/TestModels/TestCredentialPublicKey.swift",
        "Utils/TestModels/TestECCKeyPair.swift",
        "Utils/assert+async.swift",
        "Utils/assert+expect.swift",
        "WebAuthnManagerAuthenticationTests.swift",
        "WebAuthnManagerIntegrationTests.swift",
        "WebAuthnManagerRegistrationTests.swift"
      ],
      "target_dependencies" : [
        "WebAuthn"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WebAuthn",
      "module_type" : "SwiftTarget",
      "name" : "WebAuthn",
      "path" : "Sources/WebAuthn",
      "product_dependencies" : [
        "SwiftCBOR",
        "Crypto",
        "_CryptoExtras",
        "Logging",
        "X509"
      ],
      "product_memberships" : [
        "WebAuthn"
      ],
      "sources" : [
        "Ceremonies/Authentication/AuthenticationCredential.swift",
        "Ceremonies/Authentication/AuthenticatorAssertionResponse.swift",
        "Ceremonies/Authentication/PublicKeyCredentialRequestOptions.swift",
        "Ceremonies/Authentication/VerifiedAuthentication.swift",
        "Ceremonies/Registration/AttestationConveyancePreference.swift",
        "Ceremonies/Registration/AttestationFormat.swift",
        "Ceremonies/Registration/AttestationObject.swift",
        "Ceremonies/Registration/AttestedCredentialData.swift",
        "Ceremonies/Registration/AuthenticatorAttestationResponse.swift",
        "Ceremonies/Registration/Credential.swift",
        "Ceremonies/Registration/Formats/PackedAttestation.swift",
        "Ceremonies/Registration/Formats/TPMAttestation+Structs.swift",
        "Ceremonies/Registration/Formats/TPMAttestation.swift",
        "Ceremonies/Registration/PublicKeyCredentialCreationOptions.swift",
        "Ceremonies/Registration/RegistrationCredential.swift",
        "Ceremonies/Shared/AuthenticatorData.swift",
        "Ceremonies/Shared/AuthenticatorFlags.swift",
        "Ceremonies/Shared/COSE/COSEAlgorithmIdentifier.swift",
        "Ceremonies/Shared/COSE/COSECurve.swift",
        "Ceremonies/Shared/COSE/COSEKey.swift",
        "Ceremonies/Shared/COSE/COSEKeyType.swift",
        "Ceremonies/Shared/CollectedClientData.swift",
        "Ceremonies/Shared/CredentialPublicKey.swift",
        "Helpers/Base64Utilities.swift",
        "Helpers/ChallengeGenerator.swift",
        "Helpers/Data+safeSubscript.swift",
        "Helpers/KeyedDecodingContainer+decodeURLEncoded.swift",
        "Helpers/Numbers+Bytes.swift",
        "Helpers/UInt8+random.swift",
        "WebAuthnError.swift",
        "WebAuthnManager+Config.swift",
        "WebAuthnManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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-log.git
Fetching https://github.com/apple/swift-certificates.git
[1/3836] Fetching swift-log
[615/17772] Fetching swift-log, swift-crypto
[1254/23927] Fetching swift-log, swift-crypto, swift-certificates
Fetched https://github.com/apple/swift-log.git from cache (0.97s)
[8803/20091] Fetching swift-crypto, swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.99s)
[2927/13936] Fetching swift-crypto
Fetching https://github.com/unrelentingtech/SwiftCBOR.git
Fetching https://github.com/apple/swift-docc-plugin
Fetched https://github.com/apple/swift-crypto.git from cache (2.80s)
[1/1397] Fetching swiftcbor
[1398/3446] Fetching swiftcbor, swift-docc-plugin
Fetched https://github.com/unrelentingtech/SwiftCBOR.git from cache (0.59s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.60s)
Computing version for https://github.com/unrelentingtech/SwiftCBOR.git
Computed https://github.com/unrelentingtech/SwiftCBOR.git at 0.5.0 (4.07s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 0.6.0 (0.78s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.38s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 0.8.0 (1.01s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.67s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.72s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.48s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.26s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.65s)
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 0.6.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 0.8.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/unrelentingtech/SwiftCBOR.git
Working copy of https://github.com/unrelentingtech/SwiftCBOR.git resolved at 0.5.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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/425] Write sources
[10/425] Compiling a_gentm.c
[11/425] Compiling fiat_curve25519_adx_mul.S
[11/425] Compiling fiat_curve25519_adx_square.S
[13/425] Compiling v3_skey.c
[14/425] Write swift-version-24593BA9C3E375BF.txt
[15/425] Compiling v3_purp.c
[16/425] Compiling v3_utl.c
[17/425] Compiling v3_prn.c
[18/425] Compiling CCryptoBoringSSLShims shims.c
[19/425] Compiling v3_pmaps.c
[20/425] Compiling v3_pcons.c
[21/430] Compiling v3_ocsp.c
[22/459] Compiling v3_ncons.c
[23/461] Compiling v3_int.c
[24/461] Compiling v3_lib.c
[25/461] Compiling v3_enum.c
[26/461] Compiling v3_ia5.c
[27/461] Compiling v3_info.c
[28/461] Compiling v3_extku.c
[29/461] Compiling v3_genn.c
[30/461] Compiling v3_crld.c
[31/461] Compiling v3_cpols.c
[32/461] Compiling v3_conf.c
[33/461] Compiling v3_bitst.c
[34/461] Compiling v3_bcons.c
[35/461] Compiling v3_akeya.c
[36/461] Compiling v3_alt.c
[37/461] Compiling x_x509a.c
[38/461] Compiling v3_akey.c
[39/461] Compiling x_x509.c
[40/461] Compiling x_val.c
[41/461] Compiling x_spki.c
[42/461] Compiling x_sig.c
[43/461] Compiling x_req.c
[44/461] Compiling x_pubkey.c
[45/461] Compiling x_pkey.c
[46/461] Compiling x_info.c
[47/461] Compiling x_exten.c
[48/461] Compiling x_name.c
[49/461] Compiling x_attrib.c
[50/461] Compiling x_crl.c
[51/461] Compiling x509spki.c
[52/461] Compiling x_algor.c
[53/461] Compiling x_all.c
[54/461] Compiling x509rset.c
[55/461] Compiling x509name.c
[56/461] Compiling x509_vpm.c
[57/461] Compiling x509cset.c
[58/461] Compiling x509_txt.c
[59/461] Compiling x509_vfy.c
[60/461] Compiling x509_v3.c
[61/461] Compiling x509_set.c
[62/461] Compiling x509_trs.c
[63/461] Compiling x509_obj.c
[64/461] Compiling x509_req.c
[65/461] Compiling x509_def.c
[66/461] Compiling x509_lu.c
[67/461] Compiling x509_ext.c
[68/461] Compiling x509_cmp.c
[69/461] Compiling x509.c
[70/461] Compiling x509_d2.c
[71/461] Compiling t_x509a.c
[72/461] Compiling x509_att.c
[73/461] Compiling t_crl.c
[74/461] Compiling t_x509.c
[75/461] Compiling t_req.c
[76/461] Compiling rsa_pss.c
[77/461] Compiling name_print.c
[78/461] Compiling i2d_pr.c
[79/461] Compiling by_file.c
[80/461] Compiling policy.c
[81/461] Compiling by_dir.c
[82/461] Compiling algorithm.c
[83/461] Compiling a_verify.c
[84/461] Compiling asn1_gen.c
[85/461] Compiling pmbtoken.c
[86/461] Compiling voprf.c
[87/461] Compiling a_digest.c
[88/461] Compiling a_sign.c
[89/461] Compiling thread.c
[90/461] Compiling thread_win.c
[91/461] Compiling siphash.c
[92/461] Compiling stack.c
[93/461] Compiling thread_pthread.c
[94/461] Compiling thread_none.c
[95/461] Compiling trust_token.c
[96/461] Compiling rc4.c
[97/461] Compiling rsa_asn1.c
[98/461] Compiling refcount.c
[99/461] Compiling rsa_print.c
[100/461] Compiling trusty.c
[101/461] Compiling windows.c
[102/461] Compiling rand_extra.c
[103/461] Compiling rsa_crypt.c
[104/461] Compiling passive.c
[105/461] Compiling ios.c
[106/461] Compiling getentropy.c
[107/461] Compiling forkunsafe.c
[108/461] Compiling poly1305_arm_asm.S
[108/461] Compiling deterministic.c
[110/461] Compiling poly1305_vec.c
[111/461] Compiling pool.c
[112/461] Compiling poly1305.c
[113/461] Compiling poly1305_arm.c
[114/461] Compiling pkcs8.c
[115/461] Compiling pkcs7.c
[116/461] Compiling p5_pbev2.c
[117/461] Compiling pkcs7_x509.c
[118/461] Compiling pkcs8_x509.c
[119/461] Compiling pem_xaux.c
[120/461] Compiling pem_x509.c
[121/461] Compiling pem_pkey.c
[122/461] Compiling pem_info.c
[123/461] Compiling pem_oth.c
[124/461] Compiling pem_pk8.c
[125/461] Compiling pem_lib.c
[126/461] Compiling pem_all.c
[127/461] Compiling obj_xref.c
[128/461] Compiling lhash.c
[129/461] Compiling mem.c
[130/461] Compiling kyber.c
[131/461] Compiling obj.c
[132/461] Compiling keccak.c
[133/461] Compiling poly_rq_mul.S
[134/461] Compiling x86_64-mont5-mac.mac.x86_64.S
[136/461] Compiling SwiftASN1 ASN1Null.swift
[137/461] Compiling SwiftASN1 ASN1OctetString.swift
[137/463] Compiling x86_64-mont5-linux.linux.x86_64.S
[138/463] Compiling x86_64-mont-mac.mac.x86_64.S
[139/463] Compiling x86_64-mont-linux.linux.x86_64.S
[141/463] Compiling SwiftASN1 ASN1Identifier.swift
[142/463] Compiling SwiftASN1 ASN1Integer.swift
[143/463] Compiling SwiftASN1 ASN1BitString.swift
[144/463] Compiling SwiftASN1 ASN1Boolean.swift
[144/463] Compiling x86-mont-windows.windows.x86.S
[146/463] Compiling SwiftASN1 ASN1Strings.swift
[147/463] Compiling SwiftASN1 ArraySliceBigint.swift
[148/463] Compiling SwiftASN1 GeneralizedTime.swift
[149/463] Compiling SwiftASN1 ObjectIdentifier.swift
[149/463] Compiling hpke.c
[151/463] Compiling Logging LogHandler.swift
[151/463] Compiling x86-mont-linux.linux.x86.S
[152/463] Compiling vpaes-x86_64-mac.mac.x86_64.S
[153/463] Compiling vpaes-x86-windows.windows.x86.S
[155/463] Emitting module SwiftASN1
[156/463] Compiling SwiftASN1 ASN1.swift
[157/463] Compiling SwiftASN1 ASN1Any.swift
[157/463] Compiling vpaes-x86_64-linux.linux.x86_64.S
[158/463] Compiling vpaes-x86-linux.linux.x86.S
[159/463] Compiling vpaes-armv8-linux.linux.aarch64.S
[160/463] Compiling vpaes-armv8-ios.ios.aarch64.S
[161/463] Compiling vpaes-armv7-ios.ios.arm.S
[162/463] Compiling vpaes-armv7-linux.linux.arm.S
[163/463] Compiling hrss.c
[164/463] Compiling kdf.c
[165/463] Compiling sha512-x86_64-mac.mac.x86_64.S
[166/463] Compiling sha512-x86_64-linux.linux.x86_64.S
[167/463] Compiling sha512-armv8-ios.ios.aarch64.S
[168/463] Compiling sha512-armv8-linux.linux.aarch64.S
[169/463] Compiling sha512-armv4-linux.linux.arm.S
[170/463] Compiling sha512-586-windows.windows.x86.S
[171/463] Compiling sha512-armv4-ios.ios.arm.S
[172/463] Compiling sha256-x86_64-mac.mac.x86_64.S
[173/463] Compiling sha512-586-linux.linux.x86.S
[175/463] Compiling SwiftASN1 UTCTime.swift
[176/463] Compiling SwiftASN1 Errors.swift
[176/463] Compiling sha256-x86_64-linux.linux.x86_64.S
[177/463] Compiling sha256-armv8-ios.ios.aarch64.S
[178/463] Compiling sha256-armv8-linux.linux.aarch64.S
[179/463] Compiling sha256-armv4-linux.linux.arm.S
[180/463] Compiling sha256-armv4-ios.ios.arm.S
[181/463] Compiling sha256-586-windows.windows.x86.S
[182/463] Compiling sha256-586-linux.linux.x86.S
[183/463] Compiling sha1-x86_64-mac.mac.x86_64.S
[184/463] Compiling sha1-x86_64-linux.linux.x86_64.S
[185/463] Compiling sha1-armv8-ios.ios.aarch64.S
[186/463] Compiling sha1-armv4-large-linux.linux.arm.S
[187/463] Compiling sha1-armv4-large-ios.ios.arm.S
[188/463] Compiling sha1-586-windows.windows.x86.S
[189/463] Compiling sha1-armv8-linux.linux.aarch64.S
[190/463] Compiling sha1-586-linux.linux.x86.S
[191/463] Compiling sha512.c
[192/463] Compiling sha256.c
[193/463] Compiling sha1.c
[194/463] Compiling service_indicator.c
[195/463] Compiling rsaz-avx2-mac.mac.x86_64.S
[196/463] Compiling rsaz-avx2-linux.linux.x86_64.S
[197/463] Compiling fips.c
[198/463] Compiling self_check.c
[199/463] Compiling rdrand-x86_64-mac.mac.x86_64.S
[200/463] Compiling blinding.c
[201/463] Compiling padding.c
[202/463] Compiling rsa_impl.c
[203/463] Compiling rdrand-x86_64-linux.linux.x86_64.S
[204/463] Compiling rsa.c
[205/463] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[206/463] Compiling urandom.c
[207/463] Compiling fork_detect.c
[208/463] Compiling rand.c
[209/463] Compiling ctrdrbg.c
[210/463] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[211/463] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[212/463] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[213/463] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[214/463] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[215/463] Compiling p256-armv8-asm-ios.ios.aarch64.S
[216/463] Compiling p256-armv8-asm-linux.linux.aarch64.S
[217/463] Compiling polyval.c
[218/463] Compiling ofb.c
[219/463] Compiling gcm_nohw.c
[220/463] Compiling ctr.c
[221/463] Compiling gcm.c
[222/463] Compiling cfb.c
[223/463] Compiling cbc.c
[224/463] Compiling md5-x86_64-mac.mac.x86_64.S
[225/463] Compiling md5-x86_64-linux.linux.x86_64.S
[226/463] Compiling md5.c
[227/463] Compiling md5-586-windows.windows.x86.S
[228/463] Compiling md5-586-linux.linux.x86.S
[229/463] Compiling ghashv8-armv8-linux.linux.aarch64.S
[230/463] Compiling ghashv8-armv8-ios.ios.aarch64.S
[231/463] Compiling hmac.c
[232/463] Compiling hkdf.c
[233/463] Compiling md4.c
[234/463] Compiling ghashv8-armv7-ios.ios.arm.S
[234/463] Compiling ghashv8-armv7-linux.linux.arm.S
[236/463] Compiling ghash-x86_64-mac.mac.x86_64.S
[237/463] Compiling ghash-x86_64-linux.linux.x86_64.S
[238/463] Compiling ghash-x86-windows.windows.x86.S
[239/463] Compiling ghash-x86-linux.linux.x86.S
[240/463] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[241/463] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[242/463] Compiling ghash-ssse3-x86-windows.windows.x86.S
[243/463] Compiling ghash-ssse3-x86-linux.linux.x86.S
[244/463] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[245/463] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[246/463] Compiling fips_shared_support.c
[247/463] Compiling ghash-armv4-linux.linux.arm.S
[248/463] Compiling ghash-armv4-ios.ios.arm.S
[249/463] Compiling wnaf.c
[250/463] Compiling ecdh.c
[251/463] Compiling util.c
[252/463] Compiling ecdsa.c
[253/463] Compiling simple_mul.c
[254/463] Compiling simple.c
[255/463] Compiling scalar.c
[256/463] Compiling oct.c
[257/463] Compiling p256.c
[258/463] Compiling felem.c
[259/463] Compiling p224-64.c
[260/463] Compiling ec_key.c
[261/463] Compiling ec_montgomery.c
[262/463] Compiling ec.c
[264/463] Compiling Logging Locks.swift
[265/463] Emitting module Logging
[266/463] Compiling Logging MetadataProvider.swift
[266/463] Compiling p256-nistz.c
[267/463] Compiling digests.c
[269/463] Compiling Logging Logging.swift
[269/464] Compiling digestsign.c
[270/464] Compiling digest.c
[271/464] Compiling dh.c
[272/464] Compiling co-586-windows.windows.x86.S
[274/464] Compiling co-586-linux.linux.x86.S
[275/464] Compiling check.c
[276/464] Compiling cmac.c
[277/464] Compiling e_aesccm.c
[278/464] Compiling bsaes-armv7-linux.linux.arm.S
[279/464] Compiling aead.c
[280/464] Compiling cipher.c
/host/spi-builder-workspace/.build/checkouts/SwiftCBOR/Sources/CBOREncoder.swift:259:53: error: cannot find 'NSEC_PER_SEC' in scope
257 |
258 |         let seconds = Int64(integral)
259 |         let nanoseconds = Int32(fractional * Double(NSEC_PER_SEC))
    |                                                     `- error: cannot find 'NSEC_PER_SEC' in scope
260 |
261 |         switch options.dateStrategy {
/host/spi-builder-workspace/.build/checkouts/SwiftCBOR/Sources/CBOREncoder.swift:259:53: error: cannot find 'NSEC_PER_SEC' in scope
257 |
258 |         let seconds = Int64(integral)
259 |         let nanoseconds = Int32(fractional * Double(NSEC_PER_SEC))
    |                                                     `- error: cannot find 'NSEC_PER_SEC' in scope
260 |
261 |         switch options.dateStrategy {
[283/466] Compiling bsaes-armv7-ios.ios.arm.S
[284/466] Compiling e_aes.c
[289/466] Emitting module SwiftCBOR
[289/466] Compiling random.c
[290/466] Compiling rsaz_exp.c
[291/466] Compiling sqrt.c
[293/466] Compiling SwiftASN1 TimeUtilities.swift
[296/466] Compiling shift.c
[299/466] Compiling mul.c
[299/466] Compiling montgomery_inv.c
[302/466] Compiling SwiftASN1 PEMDocument.swift
[307/467] Compiling prime.c
[308/467] Compiling montgomery.c
[309/467] Compiling jacobi.c
[310/467] Compiling gcd.c
[312/467] Compiling gcd_extra.c
[313/467] Compiling generic.c
[314/467] Compiling div_extra.c
[315/467] Compiling exponentiation.c
[316/467] Compiling div.c
[317/467] Compiling ctx.c
[319/467] Compiling SwiftCBOR FixedWidthInteger+Bytes.swift
[320/467] Compiling SwiftCBOR Util.swift
[320/467] Compiling cmp.c
[321/467] Compiling x86_64-gcc.c
[322/467] Compiling bn.c
[323/467] Compiling bn-armv8-linux.linux.aarch64.S
[324/467] Compiling bytes.c
[325/467] Compiling add.c
[325/467] Compiling armv8-mont-linux.linux.aarch64.S
[325/467] Compiling bn-armv8-ios.ios.aarch64.S
[325/467] Compiling bn-586-linux.linux.x86.S
[325/467] Compiling bn-586-windows.windows.x86.S
[325/467] Compiling armv8-mont-ios.ios.aarch64.S
[325/467] Compiling armv4-mont-linux.linux.arm.S
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/145] Compiling bn-armv8-ios.ios.aarch64.S
[3/145] Compiling armv8-mont-ios.ios.aarch64.S
[4/145] Compiling armv4-mont-linux.linux.arm.S
[5/145] Compiling armv4-mont-ios.ios.arm.S
[6/145] Compiling bn-586-linux.linux.x86.S
[7/145] Compiling bn-586-windows.windows.x86.S
[8/145] Compiling armv8-mont-linux.linux.aarch64.S
[9/145] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[10/145] Compiling add.c
[11/145] Compiling aesv8-armv8-ios.ios.aarch64.S
[12/145] Compiling aesv8-armv7-linux.linux.arm.S
[13/145] Compiling aesv8-armv7-ios.ios.arm.S
[14/145] Compiling aesv8-armv8-linux.linux.aarch64.S
[15/145] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[16/145] Compiling aesni-x86_64-mac.mac.x86_64.S
[17/145] Compiling aesni-x86_64-linux.linux.x86_64.S
[18/145] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[19/145] Compiling aesni-x86-linux.linux.x86.S
[20/145] Compiling aesni-x86-windows.windows.x86.S
[21/145] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[22/145] Compiling mode_wrappers.c
[23/145] Compiling key_wrap.c
[24/145] Compiling sign.c
[25/145] Compiling aes.c
[26/145] Compiling ex_data.c
[27/145] Compiling scrypt.c
[28/145] Write swift-version-24593BA9C3E375BF.txt
[29/145] Compiling aes_nohw.c
[30/145] Compiling p_x25519.c
[31/145] Compiling pbkdf.c
[32/145] Compiling p_x25519_asn1.c
[32/145] Compiling p_rsa_asn1.c
[32/145] Compiling print.c
[35/145] Compiling p_hkdf.c
[36/145] Compiling p_rsa.c
[37/145] Compiling p_ed25519.c
[38/145] Compiling p_ec_asn1.c
[39/145] Compiling p_ed25519_asn1.c
[40/166] Compiling p_ec.c
[41/171] Compiling evp_ctx.c
[42/171] Compiling p_dsa_asn1.c
[43/181] Compiling err_data.c
[44/181] Compiling evp_asn1.c
[45/181] Compiling err.c
[46/181] Compiling evp.c
[47/181] Compiling engine.c
[48/181] Compiling ec_derive.c
[49/181] Compiling hash_to_curve.c
[51/181] Compiling Logging MetadataProvider.swift
[51/181] Compiling ecdsa_asn1.c
[52/181] Compiling ec_asn1.c
[53/181] Compiling ecdh_extra.c
[54/181] Compiling dsa_asn1.c
[55/181] Compiling params.c
[56/181] Compiling dh_asn1.c
[57/181] Compiling dsa.c
[58/181] Compiling curve25519_64_adx.c
[59/181] Compiling spake25519.c
[60/181] Compiling digest_extra.c
[61/181] Compiling des.c
[62/181] Compiling x25519-asm-arm.S
[64/181] Emitting module SwiftCBOR
[64/183] Compiling cpu_intel.c
[65/183] Compiling crypto.c
[67/183] Compiling SwiftASN1 ASN1BitString.swift
[68/183] Compiling SwiftASN1 ASN1Boolean.swift
[68/185] Compiling cpu_arm_linux.c
[70/185] Compiling SwiftASN1 ASN1Null.swift
[71/185] Compiling SwiftASN1 ASN1OctetString.swift
[71/185] Compiling cpu_arm_freebsd.c
[72/185] Compiling cpu_aarch64_win.c
[73/185] Compiling cpu_arm.c
[74/185] Compiling cpu_aarch64_openbsd.c
[75/185] Compiling cpu_aarch64_linux.c
[76/185] Compiling cpu_aarch64_sysreg.c
[77/185] Compiling cpu_aarch64_fuchsia.c
[78/185] Compiling cpu_aarch64_apple.c
[79/185] Compiling curve25519.c
[80/185] Compiling conf.c
[82/185] Compiling SwiftASN1 UTCTime.swift
[83/185] Compiling SwiftASN1 Errors.swift
[84/185] Compiling SwiftASN1 ASN1Strings.swift
[85/185] Compiling SwiftASN1 ArraySliceBigint.swift
[85/185] Compiling tls_cbc.c
[88/185] Compiling SwiftCBOR Util.swift
[88/185] Compiling e_rc4.c
[89/185] Compiling e_null.c
[91/185] Compiling SwiftASN1 GeneralizedTime.swift
[92/185] Compiling SwiftASN1 ObjectIdentifier.swift
[93/185] Compiling SwiftASN1 PEMDocument.swift
[94/185] Compiling SwiftASN1 TimeUtilities.swift
[94/185] Compiling e_tls.c
[95/185] Compiling e_rc2.c
[97/185] Compiling SwiftASN1 ASN1Integer.swift
[102/185] Compiling e_aesctrhmac.c
[103/185] Compiling e_aesgcmsiv.c
[104/185] Compiling e_des.c
[106/185] Compiling SwiftASN1 ASN1.swift
[107/185] Compiling SwiftASN1 ASN1Any.swift
[107/185] Compiling derive_key.c
[108/185] Compiling e_chacha20poly1305.c
[109/185] Compiling cipher_extra.c
[110/185] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[112/185] Compiling SwiftASN1 ASN1Identifier.swift
[113/185] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
/host/spi-builder-workspace/.build/checkouts/SwiftCBOR/Sources/CBOREncoder.swift:259:53: error: cannot find 'NSEC_PER_SEC' in scope
257 |
258 |         let seconds = Int64(integral)
259 |         let nanoseconds = Int32(fractional * Double(NSEC_PER_SEC))
    |                                                     `- error: cannot find 'NSEC_PER_SEC' in scope
260 |
261 |         switch options.dateStrategy {
/host/spi-builder-workspace/.build/checkouts/SwiftCBOR/Sources/CBOREncoder.swift:259:53: error: cannot find 'NSEC_PER_SEC' in scope
257 |
258 |         let seconds = Int64(integral)
259 |         let nanoseconds = Int32(fractional * Double(NSEC_PER_SEC))
    |                                                     `- error: cannot find 'NSEC_PER_SEC' in scope
260 |
261 |         switch options.dateStrategy {
[119/185] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[120/185] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[125/185] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[126/185] Compiling chacha-x86_64-mac.mac.x86_64.S
[127/185] Compiling chacha-x86_64-linux.linux.x86_64.S
[128/185] Compiling chacha.c
[129/185] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[130/185] Compiling chacha-x86-windows.windows.x86.S
[131/185] Compiling chacha-armv8-ios.ios.aarch64.S
[131/185] Compiling chacha-armv4-linux.linux.arm.S
[131/185] Compiling chacha-armv4-ios.ios.arm.S
[131/185] Compiling chacha-armv8-linux.linux.aarch64.S
[131/185] Compiling chacha-x86-linux.linux.x86.S
[132/185] Compiling Logging LogHandler.swift
[133/185] Emitting module Logging
[134/185] Compiling Logging Locks.swift
BUILD FAILURE 6.1 android