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 10 Oct 2025 06:50:12 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brokenhandsio/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/brokenhandsio/swift-webauthn
 * tag               0.0.3      -> FETCH_HEAD
HEAD is now at 71b78cb update docc documentation (#29)
Cloned https://github.com/brokenhandsio/swift-webauthn.git
Revision (git rev-parse @):
71b78cb2ce4989b2e598225d6f42a75f042986f1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brokenhandsio/swift-webauthn.git at 0.0.3
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brokenhandsio/swift-webauthn.git
https://github.com/brokenhandsio/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-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/unrelentingtech/SwiftCBOR.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-certificates.git
[1/1401] Fetching swiftcbor
[828/3534] Fetching swiftcbor, swift-docc-plugin
[1026/7467] Fetching swiftcbor, swift-docc-plugin, swift-log
[3407/14095] Fetching swiftcbor, swift-docc-plugin, swift-log, swift-certificates
[12373/31302] Fetching swiftcbor, swift-docc-plugin, swift-log, swift-certificates, swift-crypto
Fetched https://github.com/unrelentingtech/SwiftCBOR.git from cache (0.52s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.52s)
[7271/23273] Fetching swift-docc-plugin, swift-log, swift-crypto
Fetched https://github.com/apple/swift-log.git from cache (1.77s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.77s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.80s)
Computing version for https://github.com/unrelentingtech/SwiftCBOR.git
Computed https://github.com/unrelentingtech/SwiftCBOR.git at 0.5.0 (2.27s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 0.6.0 (0.59s)
Fetching https://github.com/apple/swift-asn1.git
[1/1645] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.32s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 0.8.0 (0.92s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.49s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.56s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3541] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.44s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.98s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.48s)
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/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-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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/425] Write sources
[10/425] Compiling fiat_curve25519_adx_square.S
[11/425] Compiling a_bitstr.c
[12/425] Compiling a_dup.c
[13/425] Compiling a_i2d_fp.c
[14/425] Compiling fiat_curve25519_adx_mul.S
[15/425] Compiling a_gentm.c
[16/425] Compiling a_int.c
[17/425] Write swift-version-24593BA9C3E375BF.txt
[18/425] Compiling v3_skey.c
[19/425] Compiling CCryptoBoringSSLShims shims.c
[20/425] Compiling v3_purp.c
[21/425] Compiling v3_utl.c
[22/425] Compiling v3_pcons.c
[23/425] Compiling v3_ocsp.c
[24/425] Compiling v3_prn.c
[25/425] Compiling v3_pmaps.c
[26/436] Compiling v3_ncons.c
[27/453] Compiling v3_int.c
[28/461] Compiling v3_lib.c
[29/461] Compiling v3_ia5.c
[30/461] Compiling v3_extku.c
[31/461] Compiling v3_info.c
[32/461] Compiling v3_genn.c
[33/461] Compiling v3_enum.c
[34/461] Compiling v3_crld.c
[35/461] Compiling v3_cpols.c
[36/461] Compiling v3_bitst.c
[37/461] Compiling v3_conf.c
[38/461] Compiling v3_bcons.c
[39/461] Compiling v3_alt.c
[40/461] Compiling v3_akeya.c
[41/461] Compiling x_x509a.c
[42/461] Compiling v3_akey.c
[43/461] Compiling x_x509.c
[44/461] Compiling x_spki.c
[45/461] Compiling x_sig.c
[45/461] Compiling x_val.c
[47/461] Compiling x_req.c
[48/461] Compiling x_pubkey.c
[49/461] Compiling x_pkey.c
[50/461] Compiling x_name.c
[50/461] Compiling x_info.c
[52/461] Compiling x_exten.c
[53/461] Compiling x_attrib.c
[54/461] Compiling x509spki.c
[55/461] Compiling x_crl.c
[56/461] Compiling x509rset.c
[57/461] Compiling x_algor.c
[58/461] Compiling x_all.c
[59/461] Compiling x509name.c
[60/461] Compiling x509_v3.c
[61/461] Compiling x509cset.c
[62/461] Compiling x509_vpm.c
[63/461] Compiling x509_trs.c
[64/461] Compiling x509_txt.c
[65/461] Compiling x509_vfy.c
[66/461] Compiling x509_req.c
[67/461] Compiling x509_set.c
[68/461] Compiling x509_obj.c
[69/461] Compiling x509_lu.c
[70/461] Compiling x509_ext.c
[71/461] Compiling x509_d2.c
[72/461] Compiling x509_def.c
[73/461] Compiling x509_att.c
[74/461] Compiling x509_cmp.c
[75/461] Compiling x509.c
[76/461] Compiling t_x509.c
[77/461] Compiling rsa_pss.c
[78/461] Compiling t_x509a.c
[79/461] Compiling name_print.c
[80/461] Compiling t_crl.c
[81/461] Compiling i2d_pr.c
[82/461] Compiling t_req.c
[83/461] Compiling policy.c
[84/461] Compiling by_file.c
[85/461] Compiling algorithm.c
[86/461] Compiling a_verify.c
[87/461] Compiling asn1_gen.c
[88/461] Compiling by_dir.c
[89/461] Compiling a_sign.c
[90/461] Compiling thread_win.c
[91/461] Compiling voprf.c
[92/461] Compiling a_digest.c
[93/461] Compiling thread_pthread.c
[94/461] Compiling thread_none.c
[95/461] Compiling trust_token.c
[96/461] Compiling thread.c
[97/461] Compiling pmbtoken.c
[98/461] Compiling siphash.c
[99/461] Compiling rsa_print.c
[100/461] Compiling rsa_asn1.c
[101/461] Compiling rsa_crypt.c
[102/461] Compiling stack.c
[103/461] Compiling rc4.c
[104/461] Compiling windows.c
[105/461] Compiling refcount.c
[106/461] Compiling rand_extra.c
[107/461] Compiling ios.c
[108/461] Compiling trusty.c
[110/461] Emitting module SwiftCBOR
[110/463] Compiling getentropy.c
[111/463] Compiling forkunsafe.c
[112/463] Compiling deterministic.c
[113/463] Compiling passive.c
[114/463] Compiling poly1305_arm_asm.S
[115/463] Compiling poly1305_vec.c
[116/463] Compiling pool.c
[117/463] Compiling poly1305_arm.c
[118/463] Compiling poly1305.c
[119/463] Compiling pkcs7.c
[120/463] Compiling pkcs8_x509.c
[121/463] Compiling p5_pbev2.c
[122/463] Compiling pem_xaux.c
[123/463] Compiling pkcs8.c
[124/463] Compiling pem_pkey.c
[125/463] Compiling pkcs7_x509.c
[127/463] Compiling SwiftCBOR FixedWidthInteger+Bytes.swift
[128/463] Compiling SwiftCBOR Util.swift
[128/463] Compiling pem_x509.c
[130/463] Compiling SwiftASN1 ASN1Null.swift
[131/463] Compiling SwiftASN1 ASN1OctetString.swift
[131/465] Compiling pem_oth.c
[132/465] Compiling pem_pk8.c
[134/465] Compiling SwiftASN1 ASN1Strings.swift
[135/465] Compiling SwiftASN1 ArraySliceBigint.swift
[136/465] Compiling SwiftASN1 GeneralizedTime.swift
[137/465] Compiling SwiftASN1 ObjectIdentifier.swift
[138/465] Compiling SwiftASN1 ASN1Identifier.swift
[139/465] Compiling SwiftASN1 ASN1Integer.swift
[140/465] Compiling SwiftASN1 ASN1BitString.swift
[141/465] Compiling SwiftASN1 ASN1Boolean.swift
[142/465] Compiling SwiftASN1 ASN1.swift
[143/465] Compiling SwiftASN1 ASN1Any.swift
[143/465] Compiling obj_xref.c
[144/465] Compiling pem_info.c
[145/465] Compiling mem.c
[146/465] Compiling pem_all.c
[147/465] Compiling pem_lib.c
[148/465] Compiling obj.c
[149/465] Compiling kyber.c
[150/465] Compiling poly_rq_mul.S
[152/465] Emitting module SwiftASN1
[152/465] Compiling lhash.c
[153/465] Compiling hpke.c
[154/465] Compiling x86_64-mont5-mac.mac.x86_64.S
[155/465] Compiling keccak.c
[156/465] Compiling x86_64-mont5-linux.linux.x86_64.S
[157/465] Compiling x86_64-mont-mac.mac.x86_64.S
[158/465] Compiling x86-mont-windows.windows.x86.S
[159/465] Compiling x86_64-mont-linux.linux.x86_64.S
[160/465] Compiling x86-mont-linux.linux.x86.S
[161/465] Compiling vpaes-x86_64-mac.mac.x86_64.S
[162/465] Compiling vpaes-x86_64-linux.linux.x86_64.S
[163/465] Compiling vpaes-x86-windows.windows.x86.S
[165/465] Compiling SwiftASN1 UTCTime.swift
[166/465] Compiling SwiftASN1 Errors.swift
[166/465] Compiling vpaes-x86-linux.linux.x86.S
[167/465] Compiling vpaes-armv8-linux.linux.aarch64.S
[168/465] Compiling vpaes-armv7-linux.linux.arm.S
[169/465] Compiling vpaes-armv8-ios.ios.aarch64.S
[170/465] Compiling vpaes-armv7-ios.ios.arm.S
[171/465] Compiling sha512-x86_64-linux.linux.x86_64.S
[172/465] Compiling sha512-x86_64-mac.mac.x86_64.S
[173/465] Compiling hrss.c
[174/465] Compiling kdf.c
[175/465] Compiling sha512-armv8-ios.ios.aarch64.S
[176/465] Compiling sha512-armv8-linux.linux.aarch64.S
[177/465] Compiling sha512-armv4-linux.linux.arm.S
[177/465] Compiling sha512-armv4-ios.ios.arm.S
[179/465] Compiling sha512-586-windows.windows.x86.S
[180/465] Compiling sha512-586-linux.linux.x86.S
[181/465] Compiling sha256-x86_64-mac.mac.x86_64.S
[182/465] Compiling sha256-x86_64-linux.linux.x86_64.S
[183/465] Compiling sha256-armv8-ios.ios.aarch64.S
[184/465] Compiling sha256-armv4-linux.linux.arm.S
[185/465] Compiling sha256-armv8-linux.linux.aarch64.S
[186/465] Compiling sha256-armv4-ios.ios.arm.S
[187/465] Compiling sha256-586-windows.windows.x86.S
[188/465] Compiling sha256-586-linux.linux.x86.S
[189/465] Compiling sha1-x86_64-mac.mac.x86_64.S
[190/465] Compiling sha1-x86_64-linux.linux.x86_64.S
[191/465] Compiling sha1-armv8-ios.ios.aarch64.S
[192/465] Compiling sha1-armv4-large-linux.linux.arm.S
[193/465] Compiling sha1-armv4-large-ios.ios.arm.S
[194/465] Compiling sha1-armv8-linux.linux.aarch64.S
[195/465] Compiling sha1-586-windows.windows.x86.S
[196/465] Compiling sha1-586-linux.linux.x86.S
[197/465] Compiling sha1.c
[198/465] Compiling sha256.c
[198/465] Compiling sha512.c
[200/465] Compiling service_indicator.c
[201/465] Compiling rsaz-avx2-linux.linux.x86_64.S
[202/465] Compiling rsaz-avx2-mac.mac.x86_64.S
[203/465] Compiling fips.c
[204/465] Compiling self_check.c
[205/465] Compiling rdrand-x86_64-mac.mac.x86_64.S
[206/465] Compiling blinding.c
[207/465] Compiling padding.c
[208/465] Compiling rdrand-x86_64-linux.linux.x86_64.S
[209/465] Compiling rsa_impl.c
[210/465] Compiling rsa.c
[211/465] Compiling rand.c
[212/465] Compiling urandom.c
[213/465] Compiling ctrdrbg.c
[214/465] Compiling fork_detect.c
[215/465] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[216/465] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[217/465] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[218/465] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[219/465] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[220/465] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[221/465] Compiling p256-armv8-asm-linux.linux.aarch64.S
[222/465] Compiling p256-armv8-asm-ios.ios.aarch64.S
[223/465] Compiling ctr.c
[223/465] Compiling gcm_nohw.c
[224/465] Compiling polyval.c
[227/465] Compiling Logging MetadataProvider.swift
[228/465] Compiling Logging LogHandler.swift
[229/465] Compiling Logging Logging.swift
[229/465] Compiling ofb.c
[230/465] Compiling cfb.c
[231/465] Compiling md5.c
[232/465] Compiling gcm.c
[233/465] Compiling cbc.c
[234/465] Compiling md5-x86_64-mac.mac.x86_64.S
[236/465] Compiling Logging Locks.swift
[237/465] Emitting module Logging
[238/466] Compiling md5-x86_64-linux.linux.x86_64.S
[239/466] Compiling md5-586-linux.linux.x86.S
[240/466] Compiling md5-586-windows.windows.x86.S
[241/466] Compiling hkdf.c
[242/466] Compiling ghashv8-armv8-ios.ios.aarch64.S
[243/466] Compiling ghashv8-armv8-linux.linux.aarch64.S
[244/466] Compiling md4.c
[245/466] Compiling hmac.c
[246/466] Compiling ghashv8-armv7-ios.ios.arm.S
[247/466] Compiling ghash-x86_64-mac.mac.x86_64.S
[248/466] Compiling ghashv8-armv7-linux.linux.arm.S
[249/466] Compiling ghash-x86_64-linux.linux.x86_64.S
[250/466] Compiling ghash-x86-windows.windows.x86.S
[253/466] Compiling SwiftASN1 PEMDocument.swift
[254/466] Compiling SwiftASN1 TimeUtilities.swift
[255/466] Compiling ghash-x86-linux.linux.x86.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 {
[270/467] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[271/467] Compiling ghash-ssse3-x86-windows.windows.x86.S
[272/467] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[273/467] Compiling fips_shared_support.c
[274/467] Compiling ghash-ssse3-x86-linux.linux.x86.S
[275/467] Compiling ecdsa.c
[276/467] Compiling ecdh.c
[277/467] Compiling util.c
[278/467] Compiling wnaf.c
[279/467] Compiling ghash-armv4-ios.ios.arm.S
[279/467] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[281/467] Compiling ghash-armv4-linux.linux.arm.S
[281/467] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[283/467] Compiling simple_mul.c
[284/467] Compiling simple.c
[285/467] Compiling scalar.c
[286/467] Compiling p256.c
[287/467] Compiling p224-64.c
[288/467] Compiling felem.c
[288/467] Compiling ec.c
[288/467] Compiling ec_key.c
[288/467] Compiling ec_montgomery.c
[288/467] Compiling p256-nistz.c
[288/467] Compiling oct.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
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/182] Compiling oct.c
[3/182] Compiling digestsign.c
[3/182] Compiling ec_montgomery.c
[5/182] Compiling ec_key.c
[6/182] Compiling digests.c
[7/182] Compiling ec.c
[8/182] Compiling digest.c
[9/182] Compiling felem.c
[10/182] Compiling dh.c
[11/182] Compiling check.c
[12/182] Write swift-version-24593BA9C3E375BF.txt
[13/182] Compiling cmac.c
[14/182] Compiling co-586-windows.windows.x86.S
[15/182] Compiling aead.c
[15/182] Compiling e_aes.c
[16/182] Compiling e_aesccm.c
[18/182] Compiling co-586-linux.linux.x86.S
[18/182] Compiling cipher.c
[20/182] Compiling p256-nistz.c
[21/182] Compiling rsaz_exp.c
[22/182] Compiling sqrt.c
[23/182] Compiling shift.c
[24/182] Compiling random.c
[25/188] Compiling prime.c
[26/191] Compiling mul.c
[27/196] Compiling montgomery_inv.c
[28/202] Compiling bsaes-armv7-ios.ios.arm.S
[29/218] Compiling bsaes-armv7-linux.linux.arm.S
[30/218] Compiling jacobi.c
[31/218] Compiling montgomery.c
[33/218] Compiling Logging MetadataProvider.swift
[33/218] Compiling gcd.c
[34/218] Compiling gcd_extra.c
[35/218] Compiling ctx.c
[36/218] Compiling div_extra.c
[37/218] Compiling div.c
[38/218] Compiling generic.c
[39/218] Compiling exponentiation.c
[40/218] Compiling x86_64-gcc.c
[41/218] Compiling cmp.c
[42/218] Compiling add.c
[43/218] Compiling bytes.c
[44/218] Compiling bn.c
[45/218] Compiling bn-armv8-linux.linux.aarch64.S
[46/218] Compiling bn-586-windows.windows.x86.S
[48/218] Emitting module SwiftCBOR
[49/220] Compiling SwiftASN1 ASN1Integer.swift
/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 {
[50/220] Compiling SwiftASN1 ASN1Null.swift
/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 {
[50/220] Compiling bn-586-linux.linux.x86.S
[52/220] Compiling SwiftASN1 ASN1OctetString.swift
[53/220] Compiling SwiftASN1 ASN1BitString.swift
[53/220] Compiling bn-armv8-ios.ios.aarch64.S
[55/220] Emitting module Logging
[57/220] Compiling armv4-mont-linux.linux.arm.S
[58/222] Compiling armv8-mont-ios.ios.aarch64.S
[60/222] Compiling SwiftASN1 ArraySliceBigint.swift
[61/222] Compiling SwiftASN1 GeneralizedTime.swift
[61/222] Compiling armv4-mont-ios.ios.arm.S
[62/222] Compiling armv8-mont-linux.linux.aarch64.S
[63/222] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[64/222] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[65/222] Compiling aesv8-armv8-linux.linux.aarch64.S
[66/222] Compiling aesv8-armv8-ios.ios.aarch64.S
[68/222] Compiling SwiftASN1 TimeUtilities.swift
[69/222] Compiling SwiftASN1 UTCTime.swift
[69/222] Compiling aesv8-armv7-linux.linux.arm.S
[70/222] Compiling aesv8-armv7-ios.ios.arm.S
[71/222] Compiling aesni-x86_64-linux.linux.x86_64.S
[73/222] Compiling SwiftASN1 PEMDocument.swift
[74/222] Compiling aesni-x86_64-mac.mac.x86_64.S
[75/222] Compiling aesni-x86-windows.windows.x86.S
[75/222] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[78/222] Compiling Logging LogHandler.swift
[79/222] Compiling Logging Locks.swift
[80/222] Compiling Logging Logging.swift
[80/222] Compiling aesni-x86-linux.linux.x86.S
[82/223] Compiling SwiftASN1 Errors.swift
[83/223] Compiling SwiftCBOR Util.swift
[83/223] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[85/223] Compiling SwiftASN1 ASN1.swift
[86/223] Compiling SwiftASN1 ASN1Any.swift
[87/223] Compiling SwiftASN1 ASN1Identifier.swift
[87/223] Compiling aes_nohw.c
[88/223] Compiling mode_wrappers.c
[90/223] Compiling SwiftASN1 ASN1Boolean.swift
[91/223] Compiling SwiftASN1 ASN1Strings.swift
[91/223] Compiling aes.c
[92/223] Compiling key_wrap.c
[93/223] Compiling sign.c
[95/223] Compiling ex_data.c
[100/223] Compiling scrypt.c
[103/223] Compiling pbkdf.c
[104/223] Compiling p_x25519_asn1.c
[105/223] Compiling p_x25519.c
[110/223] Compiling SwiftCBOR SingleValueDecodingContainer.swift
[110/223] Compiling print.c
[111/223] Compiling p_rsa_asn1.c
[112/223] Compiling p_rsa.c
[113/223] Compiling p_hkdf.c
[114/223] Compiling p_ed25519_asn1.c
[115/223] Compiling p_dsa_asn1.c
[116/223] Compiling p_ec_asn1.c
[117/223] Compiling p_ed25519.c
[118/223] Compiling evp_ctx.c
[119/223] Compiling p_ec.c
[120/223] Compiling err_data.c
[121/223] Compiling evp_asn1.c
[124/223] Compiling engine.c
[125/223] Compiling evp.c
[128/223] Compiling ecdh_extra.c
[129/223] Compiling err.c
[130/223] Compiling ecdsa_asn1.c
[131/223] Compiling ec_derive.c
[132/223] Compiling ec_asn1.c
[132/223] Compiling params.c
[132/223] Compiling digest_extra.c
[132/223] Compiling dsa_asn1.c
[132/223] Compiling dsa.c
[132/223] Compiling hash_to_curve.c
BUILD FAILURE 6.1 android