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 swift-webauthn, reference 1.0.0-beta.1 (909cf4), with Swift 6.1 for Wasm on 3 Nov 2025 19:40:12 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 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: 1.0.0-beta.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/brokenhandsio/swift-webauthn
 * tag               1.0.0-beta.1 -> FETCH_HEAD
HEAD is now at 909cf41 Added guiding documentation to the new public initializers (#111)
Cloned https://github.com/brokenhandsio/swift-webauthn.git
Revision (git rev-parse @):
909cf4193cde7d64196553c4245ab647a68aaaca
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brokenhandsio/swift-webauthn.git at 1.0.0-beta.1
========================================
Build
========================================
Selected platform:         wasm
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.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/unrelentingtech/SwiftCBOR.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.8.1",
            "upper_bound" : "5.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-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin.git"
    }
  ],
  "manifest_display_name" : "swift-webauthn",
  "name" : "swift-webauthn",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "WebAuthn",
      "targets" : [
        "WebAuthn"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebAuthnTests",
      "module_type" : "SwiftTarget",
      "name" : "WebAuthnTests",
      "path" : "Tests/WebAuthnTests",
      "product_dependencies" : [
        "Crypto",
        "_CryptoExtras"
      ],
      "sources" : [
        "AuthenticatorAttestationGloballyUniqueIDTests.swift",
        "DurationTests.swift",
        "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/TestModels/TestKeyConfiguration.swift",
        "Utils/TestModels/TestRSAKeyPair.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"
      ],
      "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/AuthenticatorAttachment.swift",
        "Ceremonies/Shared/AuthenticatorAttestationGloballyUniqueID.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",
        "Ceremonies/Shared/CredentialType.swift",
        "Helpers/Base64Utilities.swift",
        "Helpers/ByteCasting.swift",
        "Helpers/ChallengeGenerator.swift",
        "Helpers/Data+safeSubscript.swift",
        "Helpers/Duration+Milliseconds.swift",
        "Helpers/KeyedDecodingContainer+decodeURLEncoded.swift",
        "Helpers/UInt8+random.swift",
        "Helpers/UnreferencedStringEnumeration.swift",
        "WebAuthnError.swift",
        "WebAuthnManager+Configuration.swift",
        "WebAuthnManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/swiftlang/swift-docc-plugin.git
Fetching https://github.com/unrelentingtech/SwiftCBOR.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-log.git
[1/2160] Fetching swift-docc-plugin
[217/3572] Fetching swift-docc-plugin, swiftcbor
[458/7727] Fetching swift-docc-plugin, swiftcbor, swift-log
[7728/25083] Fetching swift-docc-plugin, swiftcbor, swift-log, swift-crypto
Fetched https://github.com/apple/swift-log.git from cache (0.45s)
[4267/20928] Fetching swift-docc-plugin, swiftcbor, swift-crypto
Fetched https://github.com/unrelentingtech/SwiftCBOR.git from cache (1.99s)
Fetched https://github.com/swiftlang/swift-docc-plugin.git from cache (2.00s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.02s)
Computing version for https://github.com/unrelentingtech/SwiftCBOR.git
Computed https://github.com/unrelentingtech/SwiftCBOR.git at 0.5.0 (4.44s)
Computing version for https://github.com/swiftlang/swift-docc-plugin.git
Computed https://github.com/swiftlang/swift-docc-plugin.git at 1.4.5 (0.62s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3569] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.41s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.04s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.56s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.1.0 (3.60s)
Fetching https://github.com/apple/swift-asn1.git
[1/1653] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.29s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (1.57s)
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.1.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin.git
Working copy of https://github.com/swiftlang/swift-docc-plugin.git resolved at 1.4.5
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/383] Write sources
[7/383] Write swift-version-24593BA9C3E375BF.txt
[8/383] Write sources
[9/383] Compiling f_int.cc
[10/399] Compiling posix_time.cc
[11/399] Compiling f_string.cc
[12/399] Write sources
[14/416] Compiling asn_pack.cc
[15/416] Compiling CXKCPShims shims.c
[16/416] Compiling SimpleFIPS202.c
[17/416] Compiling asn1_par.cc
[18/416] Compiling tasn_enc.cc
[19/416] Compiling KeccakSponge.c
[20/416] Compiling KeccakHash.c
[21/416] Compiling fiat_p256_adx_sqr.S
[22/416] Compiling fiat_p256_adx_mul.S
[23/421] Compiling fiat_curve25519_adx_mul.S
[24/421] Compiling fiat_curve25519_adx_square.S
[25/421] Compiling tasn_dec.cc
[26/421] Compiling md5-586-linux.S
[27/421] Compiling md5-x86_64-linux.S
[28/421] Compiling md5-586-apple.S
[29/421] Compiling md5-x86_64-apple.S
[30/421] Compiling chacha20_poly1305_x86_64-linux.S
[31/421] Compiling chacha20_poly1305_x86_64-apple.S
[32/421] Compiling chacha20_poly1305_armv8-win.S
[33/421] Compiling chacha20_poly1305_armv8-apple.S
[34/421] Compiling chacha20_poly1305_armv8-linux.S
[35/421] Compiling chacha-x86_64-linux.S
[36/421] Compiling chacha-x86_64-apple.S
[37/421] Compiling chacha-x86-linux.S
[38/421] Compiling chacha-x86-apple.S
[39/421] Compiling chacha-armv8-win.S
[40/421] Compiling chacha-armv8-linux.S
[41/421] Compiling chacha-armv8-apple.S
[42/421] Compiling aes128gcmsiv-x86_64-linux.S
[43/421] Compiling CCryptoBoringSSLShims shims.c
[44/421] Compiling chacha-armv4-linux.S
[45/421] Compiling aes128gcmsiv-x86_64-apple.S
[46/421] Compiling x86_64-mont5-linux.S
[47/421] Compiling x86_64-mont5-apple.S
[48/421] Compiling x86_64-mont-linux.S
[49/421] Compiling x86_64-mont-apple.S
[50/421] Compiling x86-mont-linux.S
[51/421] Compiling x86-mont-apple.S
[52/421] Compiling vpaes-x86_64-apple.S
[53/421] Compiling vpaes-x86_64-linux.S
[54/421] Compiling vpaes-x86-apple.S
[55/421] Compiling vpaes-x86-linux.S
[56/421] Compiling vpaes-armv8-win.S
[57/421] Compiling vpaes-armv8-apple.S
[58/421] Compiling vpaes-armv8-linux.S
[59/421] Compiling vpaes-armv7-linux.S
[60/421] Compiling sha512-x86_64-linux.S
[61/421] Compiling sha512-x86_64-apple.S
[62/421] Compiling sha512-armv8-linux.S
[63/421] Compiling sha512-armv8-win.S
[64/421] Compiling sha512-armv8-apple.S
[65/421] Compiling sha512-armv4-linux.S
[66/421] Compiling sha512-586-apple.S
[67/421] Compiling err_data.cc
[68/421] Compiling sha512-586-linux.S
[69/421] Compiling sha256-x86_64-linux.S
[70/421] Compiling sha256-x86_64-apple.S
[71/421] Compiling sha256-armv8-win.S
[72/421] Compiling sha256-armv8-linux.S
[73/421] Compiling sha256-armv8-apple.S
[74/421] Compiling sha256-armv4-linux.S
[75/421] Compiling sha256-586-linux.S
[76/421] Compiling sha256-586-apple.S
[77/421] Compiling sha1-x86_64-linux.S
[78/421] Compiling sha1-x86_64-apple.S
[79/421] Compiling sha1-armv8-win.S
[80/421] Compiling sha1-armv8-linux.S
[81/421] Compiling sha1-armv8-apple.S
[82/421] Compiling sha1-armv4-large-linux.S
[82/421] Compiling sha1-586-linux.S
[84/421] Compiling sha1-586-apple.S
[85/421] Compiling rsaz-avx2-apple.S
[86/421] Compiling rdrand-x86_64-linux.S
[87/421] Compiling rdrand-x86_64-apple.S
[88/421] Compiling rsaz-avx2-linux.S
[89/421] Compiling p256_beeu-x86_64-asm-linux.S
[90/421] Compiling p256_beeu-armv8-asm-win.S
[91/421] Compiling p256_beeu-armv8-asm-linux.S
[92/421] Compiling p256_beeu-x86_64-asm-apple.S
[93/421] Compiling p256_beeu-armv8-asm-apple.S
[94/421] Compiling p256-armv8-asm-win.S
[95/421] Compiling p256-x86_64-asm-apple.S
[96/421] Compiling p256-armv8-asm-linux.S
[97/421] Compiling p256-x86_64-asm-linux.S
[98/421] Compiling ghashv8-armv8-win.S
[99/421] Compiling p256-armv8-asm-apple.S
[100/421] Compiling ghashv8-armv8-apple.S
[101/421] Compiling ghashv8-armv8-linux.S
[102/421] Compiling ghash-x86_64-apple.S
[103/421] Compiling ghash-x86_64-linux.S
[104/421] Compiling ghashv8-armv7-linux.S
[105/421] Compiling ghash-x86-linux.S
[106/421] Compiling ghash-ssse3-x86_64-linux.S
[107/421] Compiling ghash-ssse3-x86-linux.S
[108/421] Compiling ghash-ssse3-x86_64-apple.S
[109/421] Compiling ghash-x86-apple.S
[110/421] Compiling ghash-neon-armv8-win.S
[111/421] Compiling ghash-ssse3-x86-apple.S
[112/421] Compiling co-586-linux.S
[113/421] Compiling ghash-armv4-linux.S
[114/421] Compiling ghash-neon-armv8-apple.S
[115/421] Compiling ghash-neon-armv8-linux.S
[116/421] Compiling bn-armv8-win.S
[117/421] Compiling bn-armv8-linux.S
[118/421] Compiling bsaes-armv7-linux.S
[119/421] Compiling co-586-apple.S
[120/421] Compiling bn-armv8-apple.S
[121/421] Compiling bn-586-linux.S
[122/421] Compiling armv8-mont-linux.S
[123/421] Compiling armv8-mont-win.S
[124/421] Compiling bn-586-apple.S
[125/421] Compiling armv4-mont-linux.S
[126/421] Compiling aesv8-gcm-armv8-win.S
[127/421] Compiling armv8-mont-apple.S
[128/421] Compiling aesv8-gcm-armv8-linux.S
[129/421] Compiling aesv8-gcm-armv8-apple.S
[130/421] Compiling aesv8-armv8-win.S
[131/421] Compiling aesv8-armv7-linux.S
[132/421] Compiling aesv8-armv8-linux.S
[133/421] Compiling aesv8-armv8-apple.S
[134/421] Compiling aesni-x86_64-apple.S
[135/421] Compiling aesni-x86_64-linux.S
[136/421] Compiling aesni-x86-linux.S
[137/421] Compiling aesni-x86-apple.S
[138/421] Compiling aesni-gcm-x86_64-linux.S
[139/421] Compiling aes-gcm-avx512-x86_64-linux.S
[140/421] Compiling aesni-gcm-x86_64-apple.S
[140/421] Compiling aes-gcm-avx512-x86_64-apple.S
[142/421] Compiling aes-gcm-avx2-x86_64-linux.S
[143/421] Compiling aes-gcm-avx2-x86_64-apple.S
[145/421] Compiling SwiftASN1 TimeUtilities.swift
[146/421] Compiling SwiftASN1 UTCTime.swift
[147/423] Compiling SwiftASN1 ASN1OctetString.swift
[148/423] Compiling SwiftASN1 ASN1Strings.swift
[149/423] Compiling SwiftASN1 ASN1Identifier.swift
[150/423] Compiling SwiftASN1 ASN1Integer.swift
[151/425] Compiling SwiftASN1 ASN1BitString.swift
[152/425] Compiling SwiftASN1 ASN1Boolean.swift
[155/425] Compiling SwiftASN1 ASN1Null.swift
[155/425] Compiling xwing.cc
[157/425] Compiling SwiftCBOR FixedWidthInteger+Bytes.swift
[158/425] Compiling SwiftCBOR Util.swift
[159/425] Compiling SwiftASN1 ASN1.swift
[160/425] Compiling SwiftASN1 BER.swift
[161/425] Compiling SwiftASN1 ASN1Any.swift
[162/425] Compiling Logging MetadataProvider.swift
[163/425] Compiling Logging LogHandler.swift
[164/425] Compiling Logging Locks.swift
[165/425] Emitting module Logging
[166/425] Compiling Logging Logging.swift
[166/426] Compiling x_x509a.cc
[168/426] Compiling SwiftASN1 ArraySliceBigint.swift
[169/426] Compiling SwiftASN1 GeneralizedTime.swift
[170/426] Compiling SwiftASN1 ObjectIdentifier.swift
[171/426] Compiling SwiftASN1 PEMDocument.swift
[171/426] Compiling x_spki.cc
[173/426] Compiling x_x509.cc
[176/426] Compiling SwiftASN1 Errors.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 {
/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 {
[190/426] Emitting module SwiftCBOR
[190/426] Compiling x_pubkey.cc
[190/426] Compiling x_req.cc
[190/426] Compiling KeccakP-1600-opt64.c
[190/426] Compiling x_sig.cc
[190/426] Compiling x_exten.cc
[190/426] Compiling x_name.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/238] Compiling x_pubkey.cc
[3/238] Compiling x_crl.cc
[4/238] Compiling x_sig.cc
[5/238] Compiling x_name.cc
[6/238] Compiling x_exten.cc
[7/238] Write swift-version-24593BA9C3E375BF.txt
[8/238] Compiling x_req.cc
[9/238] Compiling x_attrib.cc
[11/271] Compiling SwiftASN1 ASN1Any.swift
[12/271] Compiling SwiftASN1 ArraySliceBigint.swift
[13/273] Compiling SwiftASN1 ASN1.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 {
[14/273] Compiling SwiftASN1 BER.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 {
[15/273] Compiling SwiftASN1 PEMDocument.swift
[16/273] Compiling SwiftASN1 ASN1OctetString.swift
[17/273] Compiling SwiftASN1 ASN1Null.swift
[18/273] Compiling SwiftASN1 TimeUtilities.swift
[18/273] Compiling x509rset.cc
[19/273] Compiling x509spki.cc
[21/275] Compiling SwiftCBOR FixedWidthInteger+Bytes.swift
[22/275] Compiling SwiftCBOR Util.swift
[22/278] Compiling x_algor.cc
[23/278] Compiling x_all.cc
[24/278] Compiling x509name.cc
[26/278] Compiling Logging Locks.swift
[27/278] Emitting module SwiftCBOR
[28/278] Compiling Logging MetadataProvider.swift
[29/278] Compiling SwiftASN1 ASN1BitString.swift
[30/278] Compiling SwiftASN1 ASN1Boolean.swift
[31/278] Compiling SwiftASN1 ASN1Identifier.swift
[32/280] Emitting module Logging
[35/280] Compiling SwiftASN1 ASN1Integer.swift
[36/280] Compiling x509_vpm.cc
[38/280] Compiling SwiftASN1 ASN1Strings.swift
[43/280] Compiling SwiftASN1 GeneralizedTime.swift
[44/280] Compiling SwiftASN1 ObjectIdentifier.swift
[53/280] Compiling x509_txt.cc
[53/280] Compiling KeccakP-1600-opt64.c
[53/280] Compiling x509_vfy.cc
[53/280] Compiling x509cset.cc
[54/280] Compiling Logging LogHandler.swift
[54/280] Compiling x509_v3.cc
BUILD FAILURE 6.1 wasm