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

Successful build of JWSETKit, reference main (19344c), with Swift 6.1 for Linux on 12 Sep 2025 06:59:05 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/amosavian/JWSETKit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/amosavian/JWSETKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 19344c5 chore: Minor refactors
Cloned https://github.com/amosavian/JWSETKit.git
Revision (git rev-parse @):
19344c5219a20f8ea9da90f0586fa77a6d3ca2d0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/amosavian/JWSETKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/amosavian/JWSETKit.git
https://github.com/amosavian/JWSETKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-asn1",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-asn1.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.15.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-certificates",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.13.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-certificates"
    }
  ],
  "manifest_display_name" : "JWSETKit",
  "name" : "JWSETKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "JWSETKit",
      "targets" : [
        "JWSETKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JWSETKitTests",
      "module_type" : "SwiftTarget",
      "name" : "JWSETKitTests",
      "path" : "Tests/JWSETKitTests",
      "sources" : [
        "Base/StorageTests.swift",
        "Base/WebContainerTests.swift",
        "Cryptography/CompressionTests.swift",
        "Cryptography/ECTests.swift",
        "Cryptography/JWKSetTests.swift",
        "Cryptography/MLDSATests.swift",
        "Cryptography/RFC7520DecryptionTests.swift",
        "Cryptography/RFC7520EncryptionTests.swift",
        "Cryptography/RFC7520SignatureTests.swift",
        "Cryptography/RSACryptoTests.swift",
        "Cryptography/RSATests.swift",
        "Cryptography/ThumbprintTests.swift",
        "Entities/JOSEHeaderJWETests.swift",
        "Entities/JOSEHeaderJWSTests.swift",
        "Entities/JWETests.swift",
        "Entities/JWSMLDSATests.swift",
        "Entities/JWSTests.swift",
        "Entities/JWTOAuthClaimsTests.swift",
        "Entities/JWTOIDCAuthClaimsTests.swift",
        "Entities/JWTOIDCStandardClaimsTests.swift",
        "Entities/JWTPopClaimsTests.swift",
        "Entities/JWTRegisteredClaimsTests.swift",
        "Entities/JWTTests.swift",
        "ExampleKeys.swift",
        "Extensions/Base64Tests.swift",
        "Extensions/KeyLookupTests.swift",
        "Extensions/LocalizingTests.swift"
      ],
      "target_dependencies" : [
        "JWSETKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JWSETKit",
      "module_type" : "SwiftTarget",
      "name" : "JWSETKit",
      "path" : "Sources/JWSETKit",
      "product_dependencies" : [
        "Collections",
        "SwiftASN1",
        "Crypto",
        "X509",
        "_CryptoExtras"
      ],
      "product_memberships" : [
        "JWSETKit"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/JWSETKit/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/JWSETKit/Resources/ar.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "ar"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/JWSETKit/Resources/en.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/JWSETKit/Resources/es.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "es"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/JWSETKit/Resources/fa.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "fa"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/JWSETKit/Resources/fr.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        }
      ],
      "sources" : [
        "Base/EncryptedData.swift",
        "Base/Error.swift",
        "Base/Expiry.swift",
        "Base/ProtectedContainer.swift",
        "Base/RawType.swift",
        "Base/Storage.swift",
        "Base/StorageField.swift",
        "Base/WebContainer.swift",
        "Cryptography/Algorithms/Algorithms.swift",
        "Cryptography/Algorithms/Compression.swift",
        "Cryptography/Algorithms/ContentEncryption.swift",
        "Cryptography/Algorithms/KeyEncryption.swift",
        "Cryptography/Algorithms/RFC5480Algorithms.swift",
        "Cryptography/Algorithms/Signature.swift",
        "Cryptography/Certificate/JSONWebCertificate.swift",
        "Cryptography/Certificate/SecCertificate.swift",
        "Cryptography/Certificate/X509Certificate.swift",
        "Cryptography/Compression/Apple.swift",
        "Cryptography/Compression/Zlib.swift",
        "Cryptography/EC/ECCAbstract.swift",
        "Cryptography/EC/Ed25519.swift",
        "Cryptography/EC/HPKE.swift",
        "Cryptography/EC/JWK-EC.swift",
        "Cryptography/EC/P256.swift",
        "Cryptography/EC/P384.swift",
        "Cryptography/EC/P521.swift",
        "Cryptography/Hashing/SHA.swift",
        "Cryptography/KeyASN1.swift",
        "Cryptography/KeyAccessors.swift",
        "Cryptography/KeyExporter.swift",
        "Cryptography/KeyParser.swift",
        "Cryptography/KeySet.swift",
        "Cryptography/Keys.swift",
        "Cryptography/PQC/JWK-MLDSA.swift",
        "Cryptography/PQC/MLDSA65.swift",
        "Cryptography/PQC/MLDSA87.swift",
        "Cryptography/PQC/ModuleLatticeAbstract.swift",
        "Cryptography/RSA/JWK-RSA.swift",
        "Cryptography/RSA/RSA.swift",
        "Cryptography/RSA/RSA_boring.swift",
        "Cryptography/RSA/SecKey.swift",
        "Cryptography/Symmetric/AES-CBC-HMAC.swift",
        "Cryptography/Symmetric/AES.swift",
        "Cryptography/Symmetric/CommonCrypto.swift",
        "Cryptography/Symmetric/ConcatKDF.swift",
        "Cryptography/Symmetric/Direct.swift",
        "Cryptography/Symmetric/HMAC.swift",
        "Cryptography/Symmetric/PBKDF2.swift",
        "Cryptography/Symmetric/SymmetricKey.swift",
        "Entities/JOSE/JOSE-JWEHPKERegistered.swift",
        "Entities/JOSE/JOSE-JWERegistered.swift",
        "Entities/JOSE/JOSE-JWSRegistered.swift",
        "Entities/JOSE/JOSEHeader.swift",
        "Entities/JWE/JWE.swift",
        "Entities/JWE/JWECodable.swift",
        "Entities/JWE/JWEHeader.swift",
        "Entities/JWE/JWERecipient.swift",
        "Entities/JWS/JWS.swift",
        "Entities/JWS/JWSCodable.swift",
        "Entities/JWS/JWSHeader.swift",
        "Entities/JWT/JWTOAuthClaims.swift",
        "Entities/JWT/JWTOIDCAuth.swift",
        "Entities/JWT/JWTOIDCStandard.swift",
        "Entities/JWT/JWTPayload.swift",
        "Entities/JWT/JWTPopClaims.swift",
        "Entities/JWT/JWTRegisteredClaims.swift",
        "Entities/SD-JWT/JWTSDClaims.swift",
        "Extensions/ASN1.swift",
        "Extensions/Base64.swift",
        "Extensions/Codable.swift",
        "Extensions/Data.swift",
        "Extensions/KeyLookup.swift",
        "Extensions/Localizing.swift",
        "Extensions/LockValue.swift"
      ],
      "target_dependencies" : [
        "Czlib"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Czlib",
      "module_type" : "SystemLibraryTarget",
      "name" : "Czlib",
      "path" : "Sources/Czlib",
      "product_memberships" : [
        "JWSETKit"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates
Fetching https://github.com/apple/swift-collections.git
[1/1629] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.40s)
[1/6583] Fetching swift-certificates
[1252/23447] Fetching swift-certificates, swift-crypto
[2380/40900] Fetching swift-certificates, swift-crypto, swift-collections
Fetched https://github.com/apple/swift-certificates from cache (0.85s)
[5707/34317] Fetching swift-crypto, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.14s)
[13323/16864] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.94s)
Computing version for https://github.com/apple/swift-certificates
Computed https://github.com/apple/swift-certificates at 1.13.0 (5.45s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (1.92s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.77s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.82s)
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.1
Creating working copy for https://github.com/apple/swift-certificates
Working copy of https://github.com/apple/swift-certificates resolved at 1.13.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.4.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.0
Building for debugging...
[0/389] Write sources
[0/389] Copying Localizable.stringsdict
[0/389] Write sources
[0/389] Copying Localizable.stringsdict
[0/389] Copying PrivacyInfo.xcprivacy
[0/389] Copying Info.plist
[0/389] Write sources
[19/389] Compiling fiat_curve25519_adx_square.S
[20/389] Compiling armv8-mont-win.S
[20/389] Compiling fiat_p256_adx_mul.S
[20/389] Compiling armv8-mont-linux.S
[23/389] Compiling fiat_p256_adx_sqr.S
[24/389] Compiling fiat_curve25519_adx_mul.S
[25/389] Compiling md5-x86_64-apple.S
[26/389] Compiling md5-x86_64-linux.S
[27/389] Compiling md5-586-linux.S
[28/389] Compiling md5-586-apple.S
[29/389] Compiling chacha20_poly1305_x86_64-apple.S
[30/389] Compiling chacha20_poly1305_armv8-win.S
[31/389] Compiling chacha20_poly1305_armv8-linux.S
[32/389] Compiling chacha20_poly1305_armv8-apple.S
[33/389] Compiling chacha-x86-linux.S
[34/389] Compiling chacha-x86_64-apple.S
[35/389] Compiling chacha20_poly1305_x86_64-linux.S
[36/389] Compiling chacha-x86_64-linux.S
[37/389] Compiling chacha-x86-apple.S
[38/389] Compiling chacha-armv8-win.S
[39/389] Write swift-version-24593BA9C3E375BF.txt
[40/389] Compiling chacha-armv8-linux.S
[41/389] Compiling chacha-armv8-apple.S
[41/389] Compiling chacha-armv4-linux.S
[43/389] Compiling aes128gcmsiv-x86_64-apple.S
[44/389] Compiling aes128gcmsiv-x86_64-linux.S
[45/389] Compiling x86_64-mont5-apple.S
[46/389] Compiling x86_64-mont5-linux.S
[47/389] Compiling x86_64-mont-linux.S
[48/389] Compiling x86_64-mont-apple.S
[49/389] Compiling x86-mont-linux.S
[50/389] Compiling err_data.cc
[51/389] Compiling x86-mont-apple.S
[52/389] Compiling vpaes-x86_64-linux.S
[53/389] Compiling vpaes-x86_64-apple.S
[54/389] Compiling vpaes-armv8-win.S
[55/389] Compiling CCryptoBoringSSLShims shims.c
[56/389] Compiling vpaes-x86-linux.S
[57/389] Compiling vpaes-x86-apple.S
[58/389] Compiling vpaes-armv8-linux.S
[59/406] Compiling vpaes-armv8-apple.S
[60/406] Compiling sha512-x86_64-linux.S
[61/406] Compiling vpaes-armv7-linux.S
[62/406] Compiling sha512-x86_64-apple.S
[63/406] Compiling sha512-armv8-win.S
[64/417] Compiling sha512-armv8-apple.S
[65/420] Compiling sha512-armv8-linux.S
[66/420] Compiling sha512-586-linux.S
[67/420] Compiling sha512-armv4-linux.S
[68/420] Compiling sha512-586-apple.S
[69/420] Compiling sha256-x86_64-linux.S
[70/420] Compiling sha256-x86_64-apple.S
[71/420] Compiling sha256-armv8-win.S
[72/420] Compiling sha256-armv8-linux.S
[73/420] Compiling sha256-armv8-apple.S
[74/420] Compiling sha256-586-linux.S
[75/420] Compiling sha256-armv4-linux.S
[76/420] Compiling sha256-586-apple.S
[77/420] Compiling sha1-x86_64-apple.S
[78/420] Compiling sha1-armv8-win.S
[79/420] Compiling sha1-x86_64-linux.S
[80/420] Compiling sha1-armv4-large-linux.S
[81/420] Compiling sha1-armv8-apple.S
[82/420] Compiling sha1-armv8-linux.S
[83/420] Compiling sha1-586-linux.S
[84/420] Compiling sha1-586-apple.S
[85/420] Compiling rsaz-avx2-apple.S
[86/420] Compiling rdrand-x86_64-apple.S
[87/420] Compiling rdrand-x86_64-linux.S
[88/420] Compiling rsaz-avx2-linux.S
[89/420] Compiling p256_beeu-x86_64-asm-linux.S
[90/420] Compiling p256_beeu-x86_64-asm-apple.S
[91/420] Compiling p256_beeu-armv8-asm-linux.S
[92/420] Compiling p256_beeu-armv8-asm-win.S
[93/420] Compiling p256_beeu-armv8-asm-apple.S
[94/420] Compiling p256-x86_64-asm-apple.S
[95/420] Compiling p256-armv8-asm-win.S
[96/420] Compiling p256-x86_64-asm-linux.S
[97/420] Compiling p256-armv8-asm-apple.S
[98/420] Compiling p256-armv8-asm-linux.S
[99/420] Compiling ghashv8-armv8-win.S
[100/420] Compiling ghashv8-armv8-linux.S
[101/420] Compiling ghashv8-armv8-apple.S
[102/420] Compiling ghashv8-armv7-linux.S
[103/420] Compiling ghash-x86_64-linux.S
[104/420] Compiling ghash-x86_64-apple.S
[105/420] Compiling ghash-x86-linux.S
[106/420] Compiling ghash-x86-apple.S
[107/420] Compiling ghash-ssse3-x86_64-apple.S
[108/420] Compiling ghash-ssse3-x86_64-linux.S
[109/420] Compiling ghash-ssse3-x86-apple.S
[110/420] Compiling ghash-ssse3-x86-linux.S
[111/420] Compiling ghash-neon-armv8-win.S
[112/420] Compiling ghash-neon-armv8-apple.S
[113/420] Compiling ghash-neon-armv8-linux.S
[114/420] Compiling ghash-armv4-linux.S
[115/420] Compiling co-586-linux.S
[116/420] Compiling co-586-apple.S
[117/420] Compiling bsaes-armv7-linux.S
[118/420] Compiling bn-armv8-win.S
[119/420] Compiling bn-586-linux.S
[120/420] Compiling bn-armv8-apple.S
[121/420] Compiling bn-armv8-linux.S
[121/420] Compiling armv8-mont-apple.S
[123/420] Compiling bn-586-apple.S
[124/420] Compiling armv4-mont-linux.S
[125/420] Compiling aesv8-gcm-armv8-linux.S
[126/420] Compiling aesv8-gcm-armv8-apple.S
[127/420] Compiling aesv8-gcm-armv8-win.S
[128/420] Compiling aesv8-armv8-win.S
[129/420] Compiling aesv8-armv8-linux.S
[130/420] Compiling aesv8-armv8-apple.S
[131/420] Compiling aesv8-armv7-linux.S
[132/420] Compiling aesni-x86_64-apple.S
[133/420] Compiling aesni-x86-apple.S
[134/420] Compiling aesni-x86-linux.S
[134/420] Compiling aesni-x86_64-linux.S
[136/420] Compiling aesni-gcm-x86_64-apple.S
[137/420] Compiling aesni-gcm-x86_64-linux.S
[138/420] Compiling aes-gcm-avx512-x86_64-apple.S
[139/420] Compiling aes-gcm-avx512-x86_64-linux.S
[140/420] Compiling aes-gcm-avx2-x86_64-linux.S
[141/420] Compiling aes-gcm-avx2-x86_64-apple.S
[142/420] Compiling xwing.cc
[143/420] Compiling x_val.cc
[144/420] Compiling x_sig.cc
[145/420] Compiling x_spki.cc
[146/420] Compiling x_x509a.cc
[147/420] Compiling x_x509.cc
[148/420] Compiling x_req.cc
[149/420] Compiling x_name.cc
[150/420] Compiling x_pubkey.cc
[151/420] Compiling x_exten.cc
[153/420] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[154/421] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[155/421] Compiling InternalCollectionsUtilities Debugging.swift
[155/421] Compiling x_crl.cc
[159/423] Compiling InternalCollectionsUtilities Descriptions.swift
[160/423] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[161/423] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[162/423] Compiling InternalCollectionsUtilities Integer rank.swift
[163/423] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[165/423] Compiling x_attrib.cc
[167/423] Emitting module InternalCollectionsUtilities
[171/423] Compiling InternalCollectionsUtilities UInt+reversed.swift
[172/423] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[173/423] Compiling InternalCollectionsUtilities _SortedCollection.swift
[174/423] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[175/423] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[179/423] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[180/424] Compiling x_all.cc
[181/424] Compiling x_algor.cc
[183/424] Emitting module SwiftASN1
[183/547] Compiling x509spki.cc
[185/547] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[186/547] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[186/547] Compiling x509rset.cc
[187/547] Compiling x509name.cc
[188/547] Compiling x509cset.cc
[190/554] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[191/554] Compiling HeapModule Heap+Invariants.swift
[192/604] Compiling HeapModule Heap+Descriptions.swift
[193/645] Compiling HeapModule _HeapNode.swift
[194/645] Compiling HeapModule Heap.swift
[195/645] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[196/645] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[197/645] Compiling DequeModule Deque+Extras.swift
[198/645] Compiling HashTreeCollections _HashSlot.swift
[199/646] Compiling DequeModule _DequeSlot.swift
[200/646] Compiling HashTreeCollections _HashNode+Structural filter.swift
[201/647] Compiling DequeModule _DequeBuffer.swift
[202/647] Compiling DequeModule _DequeBufferHeader.swift
[203/648] Compiling HashTreeCollections TreeDictionary+Merge.swift
[204/648] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[205/648] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[206/648] Compiling HashTreeCollections TreeDictionary+Values.swift
[207/648] Compiling HashTreeCollections _HashTreeIterator.swift
[208/648] Compiling HashTreeCollections _HashTreeStatistics.swift
[209/648] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[210/655] Compiling HashTreeCollections _RawHashNode.swift
[211/655] Compiling HashTreeCollections _UnmanagedHashNode.swift
[212/655] Compiling HashTreeCollections _UnsafePath.swift
[213/655] Compiling HashTreeCollections TreeDictionary+Codable.swift
[214/655] Compiling HashTreeCollections TreeDictionary+Collection.swift
[215/655] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[216/655] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[219/655] Compiling HeapModule Heap+UnsafeHandle.swift
[221/655] Emitting module HeapModule
[221/656] Compiling x509_vpm.cc
[223/656] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[224/656] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[226/656] Compiling HashTreeCollections _Bucket.swift
[227/656] Compiling HashTreeCollections _Hash.swift
[228/656] Compiling HashTreeCollections _HashLevel.swift
[229/656] Compiling HashTreeCollections _HashNode+Builder.swift
[230/656] Compiling HashTreeCollections _HashNode+Debugging.swift
[231/656] Compiling HashTreeCollections _HashNode+Initializers.swift
[232/656] Compiling HashTreeCollections _HashNode+Invariants.swift
[233/656] Compiling HashTreeCollections _HashNode+Lookups.swift
[234/656] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[235/656] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[236/656] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[237/656] Compiling HashTreeCollections TreeDictionary+Filter.swift
[238/656] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[239/656] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[240/656] Compiling HashTreeCollections TreeDictionary+Keys.swift
[241/656] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[244/656] Compiling HashTreeCollections _HashStack.swift
[245/656] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[249/656] Compiling DequeModule _UnsafeWrappedBuffer.swift
[250/656] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[251/656] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[252/656] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[253/656] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[254/656] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[255/656] Compiling HashTreeCollections _HashNode+Structural merge.swift
[256/656] Compiling HashTreeCollections _AncestorHashSlots.swift
[257/656] Compiling HashTreeCollections _Bitmap.swift
[258/656] Compiling HashTreeCollections TreeSet+Hashable.swift
[259/656] Compiling HashTreeCollections TreeSet+Sendable.swift
[260/656] Compiling HashTreeCollections TreeSet+Sequence.swift
[261/656] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[262/656] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[263/656] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[264/656] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[265/656] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[266/656] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[267/656] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[270/666] Compiling DequeModule Deque+Testing.swift
[271/666] Compiling DequeModule Deque._Storage.swift
[276/666] Compiling OrderedCollections OrderedSet+SubSequence.swift
[277/666] Compiling OrderedCollections OrderedSet+Testing.swift
[278/666] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[279/666] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[280/666] Compiling OrderedCollections OrderedSet.swift
[281/666] Compiling OrderedCollections _UnsafeBitset.swift
[282/666] Compiling HashTreeCollections TreeSet+Equatable.swift
[283/666] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[284/666] Compiling HashTreeCollections TreeSet+Extras.swift
[285/666] Compiling HashTreeCollections TreeSet+Filter.swift
[297/666] Compiling DequeModule Deque+Codable.swift
[298/666] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[298/666] Compiling x509_vfy.cc
[310/675] Emitting module DequeModule
[311/676] Compiling _RopeModule _CharacterRecognizer.swift
[312/676] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[313/676] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[314/676] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[315/676] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[316/676] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[317/676] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[318/676] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[319/676] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[320/676] Compiling HashTreeCollections TreeSet.swift
[328/676] Compiling OrderedCollections OrderedSet+Sendable.swift
[338/676] Compiling x509_txt.cc
[349/676] Compiling x509_v3.cc
[357/676] Compiling x509_trs.cc
[359/676] Emitting module OrderedCollections
[371/677] Compiling x509_set.cc
[384/677] Emitting module _RopeModule
[384/677] Compiling x509_obj.cc
[385/677] Compiling x509_req.cc
[386/677] Compiling x509_lu.cc
[387/677] Compiling x509_ext.cc
[410/677] Compiling x509_def.cc
[412/677] Compiling _RopeModule Rope+Join.swift
[413/677] Compiling _RopeModule Rope+MutatingForEach.swift
[414/677] Compiling _RopeModule Rope+Remove.swift
[415/677] Compiling _RopeModule Rope+RemoveSubrange.swift
[416/677] Compiling _RopeModule Rope+Split.swift
[417/677] Compiling _RopeModule Optional Utilities.swift
[418/677] Compiling _RopeModule String Utilities.swift
[419/677] Compiling _RopeModule String.Index+ABI.swift
[420/677] Compiling x509_d2.cc
[459/677] Compiling x509_att.cc
[460/677] Compiling x509_cmp.cc
[461/678] Compiling x509.cc
[463/678] Emitting module HashTreeCollections
[465/679] Compiling v3_utl.cc
[466/679] Compiling v3_skey.cc
[467/679] Compiling v3_purp.cc
[468/679] Compiling v3_prn.cc
[469/679] Compiling v3_pcons.cc
[470/679] Compiling v3_pmaps.cc
[471/679] Compiling v3_ocsp.cc
[472/679] Compiling v3_ncons.cc
[473/679] Compiling v3_lib.cc
[474/679] Compiling v3_int.cc
[475/679] Compiling v3_ia5.cc
[476/679] Compiling v3_info.cc
[477/679] Compiling v3_genn.cc
[478/679] Compiling v3_extku.cc
[479/679] Compiling v3_enum.cc
[480/679] Compiling v3_crld.cc
[481/679] Compiling v3_cpols.cc
[482/679] Compiling v3_conf.cc
[483/679] Compiling v3_bitst.cc
[484/679] Compiling v3_bcons.cc
[485/679] Compiling v3_alt.cc
[486/679] Compiling v3_akeya.cc
[487/679] Compiling v3_akey.cc
[488/679] Compiling t_x509a.cc
[489/679] Compiling t_x509.cc
[490/679] Compiling t_req.cc
[491/679] Compiling i2d_pr.cc
[492/679] Compiling t_crl.cc
[493/679] Compiling rsa_pss.cc
[494/679] Compiling policy.cc
[495/679] Compiling name_print.cc
[496/679] Compiling by_file.cc
[497/679] Compiling by_dir.cc
[498/679] Compiling asn1_gen.cc
[499/679] Compiling algorithm.cc
[500/679] Compiling a_verify.cc
[501/679] Compiling a_sign.cc
[502/679] Compiling thread_win.cc
[503/679] Compiling a_digest.cc
[504/679] Compiling voprf.cc
[505/679] Compiling thread_pthread.cc
[506/679] Compiling thread_none.cc
[507/679] Compiling thread.cc
[508/679] Compiling trust_token.cc
[509/679] Compiling pmbtoken.cc
[510/679] Compiling stack.cc
[511/679] Compiling siphash.cc
[512/679] Compiling sha512.cc
[513/679] Compiling sha256.cc
[514/679] Compiling slhdsa.cc
[515/679] Compiling sha1.cc
[516/679] Compiling rsa_print.cc
[517/679] Compiling rsa_extra.cc
[518/679] Compiling spake2plus.cc
[519/679] Compiling rc4.cc
[520/679] Compiling refcount.cc
[521/679] Compiling rsa_crypt.cc
[522/679] Compiling windows.cc
[523/679] Compiling trusty.cc
[524/679] Compiling urandom.cc
[525/679] Compiling rand.cc
[526/679] Compiling passive.cc
[527/679] Compiling rsa_asn1.cc
[528/679] Compiling ios.cc
[529/679] Compiling poly1305_arm_asm.S
[530/679] Compiling getentropy.cc
[531/679] Compiling forkunsafe.cc
[532/679] Compiling fork_detect.cc
[533/679] Compiling deterministic.cc
[534/679] Compiling poly1305.cc
[535/679] Compiling poly1305_arm.cc
[536/679] Compiling poly1305_vec.cc
[537/679] Compiling pool.cc
[538/679] Compiling pkcs7.cc
[539/679] Compiling pkcs8.cc
[540/679] Compiling pkcs7_x509.cc
[541/679] Compiling p5_pbev2.cc
[542/679] Compiling pkcs8_x509.cc
[543/679] Compiling pem_x509.cc
[544/679] Compiling pem_xaux.cc
[545/679] Compiling pem_pkey.cc
[546/679] Compiling mlkem.cc
[547/679] Compiling obj_xref.cc
[548/679] Compiling pem_pk8.cc
[549/679] Compiling pem_oth.cc
[550/679] Compiling obj.cc
[551/679] Compiling mldsa.cc
[552/679] Compiling pem_lib.cc
[553/679] Compiling pem_all.cc
[554/679] Compiling pem_info.cc
[555/679] Compiling mem.cc
[556/679] Compiling poly_rq_mul.S
[557/679] Compiling fips_shared_support.cc
[558/679] Compiling lhash.cc
[559/679] Compiling md5.cc
[560/679] Compiling fuzzer_mode.cc
[561/679] Compiling hrss.cc
[562/679] Compiling md4.cc
[563/679] Compiling kyber.cc
[564/679] Compiling ex_data.cc
[565/679] Compiling hpke.cc
[566/679] Compiling sign.cc
[567/679] Compiling scrypt.cc
[568/679] Compiling pbkdf.cc
[569/679] Compiling print.cc
[570/679] Compiling p_x25519.cc
[571/679] Compiling p_x25519_asn1.cc
[572/679] Compiling p_rsa_asn1.cc
[573/679] Compiling p_ed25519.cc
[574/679] Compiling p_rsa.cc
[575/679] Compiling p_ed25519_asn1.cc
[576/679] Compiling p_hkdf.cc
[577/679] Compiling p_ec.cc
[578/679] Compiling p_ec_asn1.cc
[579/679] Compiling p_dh_asn1.cc
[580/679] Compiling p_dh.cc
[581/679] Compiling evp.cc
[582/679] Compiling p_dsa_asn1.cc
[583/679] Compiling evp_ctx.cc
[584/679] Compiling err.cc
[585/679] Compiling engine.cc
[586/679] Compiling evp_asn1.cc
[587/679] Compiling ecdsa_p1363.cc
[588/679] Compiling ecdh.cc
[589/679] Compiling hash_to_curve.cc
[590/679] Compiling ec_derive.cc
[591/679] Compiling ecdsa_asn1.cc
[592/679] Compiling dsa.cc
[593/679] Compiling dsa_asn1.cc
[594/679] Compiling ec_asn1.cc
[595/679] Compiling params.cc
[596/679] Compiling x25519-asm-arm.S
[597/679] Compiling des.cc
[598/679] Compiling digest_extra.cc
[599/679] Compiling dh_asn1.cc
[600/679] Compiling spake25519.cc
[601/679] Compiling cpu_intel.cc
[602/679] Compiling crypto.cc
[603/679] Compiling curve25519.cc
[604/679] Compiling cpu_arm_linux.cc
[605/679] Compiling cpu_arm_freebsd.cc
[606/679] Compiling cpu_aarch64_openbsd.cc
[607/679] Compiling cpu_aarch64_win.cc
[608/679] Compiling cpu_aarch64_sysreg.cc
[609/679] Compiling cpu_aarch64_linux.cc
[610/679] Compiling cpu_aarch64_fuchsia.cc
[611/679] Compiling cpu_aarch64_apple.cc
[612/679] Compiling curve25519_64_adx.cc
[613/679] Compiling bcm.cc
[614/679] Compiling conf.cc
[615/679] Compiling tls_cbc.cc
[616/679] Compiling get_cipher.cc
[617/679] Compiling e_rc4.cc
[618/679] Compiling e_rc2.cc
[619/679] Compiling e_tls.cc
[620/679] Compiling e_null.cc
[621/679] Compiling e_des.cc
[622/679] Compiling derive_key.cc
[623/679] Compiling e_aeseax.cc
[623/679] Compiling e_chacha20poly1305.cc
[625/679] Compiling e_aesgcmsiv.cc
[626/679] Compiling e_aesctrhmac.cc
[627/679] Compiling cms.cc
[628/679] Compiling chacha.cc
[629/679] Compiling sqrt.cc
[630/679] Compiling buf.cc
[631/679] Compiling unicode.cc
[632/679] Compiling ber.cc
[633/679] Compiling asn1_compat.cc
[634/679] Compiling exponentiation.cc
[635/679] Compiling cbs.cc
[636/679] Compiling cbb.cc
[637/679] Compiling div.cc
[638/679] Compiling blake2.cc
[639/679] Compiling printf.cc
[640/679] Compiling bn_asn1.cc
[641/679] Compiling pair.cc
[642/679] Compiling hexdump.cc
[643/679] Compiling file.cc
[644/679] Compiling convert.cc
[645/679] Compiling fd.cc
[646/679] Compiling errno.cc
[647/679] Compiling bio_mem.cc
[648/679] Compiling base64.cc
[649/679] Compiling tasn_typ.cc
[650/679] Compiling bio.cc
[651/679] Compiling tasn_fre.cc
[652/679] Compiling tasn_enc.cc
[653/679] Compiling tasn_utl.cc
[654/679] Compiling posix_time.cc
[655/679] Compiling tasn_new.cc
[656/679] Compiling f_string.cc
[657/679] Compiling f_int.cc
[658/679] Compiling tasn_dec.cc
[659/679] Compiling asn_pack.cc
[660/679] Compiling asn1_par.cc
[661/679] Compiling a_octet.cc
[662/679] Compiling a_utctm.cc
[663/679] Compiling a_time.cc
[664/679] Compiling a_type.cc
[665/679] Compiling asn1_lib.cc
[666/679] Compiling a_strnid.cc
[667/679] Compiling a_strex.cc
[668/679] Compiling a_object.cc
[669/679] Compiling a_i2d_fp.cc
[670/679] Compiling a_dup.cc
[670/679] Write sources
[672/679] Compiling a_mbstr.cc
[673/679] Compiling a_d2i_fp.cc
[674/679] Compiling a_gentm.cc
[675/679] Compiling a_int.cc
[676/726] Compiling aes.cc
[677/732] Compiling a_bool.cc
[678/732] Compiling a_bitstr.cc
[680/740] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[681/740] Compiling BitCollections BitSet+CustomReflectable.swift
[682/740] Compiling BitCollections BitSet+CustomStringConvertible.swift
[683/740] Compiling BitCollections BitSet+Equatable.swift
[684/740] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[685/740] Compiling BitCollections BitSet+Extras.swift
[686/740] Compiling BitCollections BitSet+Hashable.swift
[687/747] Compiling BitCollections BitSet+Initializers.swift
[688/747] Compiling BitCollections BitSet+Invariants.swift
[689/747] Compiling BitCollections BitSet+Random.swift
[690/747] Compiling BitCollections BitSet+SetAlgebra basics.swift
[691/747] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[692/747] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[693/747] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[694/747] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[695/747] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[696/747] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[697/747] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[698/747] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[699/747] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[700/747] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[701/747] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[702/747] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[703/747] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[704/747] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[705/747] Compiling BitCollections BitSet+SetAlgebra union.swift
[706/747] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[707/747] Compiling BitCollections BitSet.Counted.swift
[708/747] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[709/747] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[710/747] Compiling BitCollections BitArray+Extras.swift
[711/747] Compiling BitCollections BitArray+Fill.swift
[712/747] Compiling BitCollections BitArray+Hashable.swift
[713/747] Compiling BitCollections BitArray+Initializers.swift
[714/747] Compiling BitCollections BitArray+Invariants.swift
[715/747] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[716/747] Compiling BitCollections BitArray+BitwiseOperations.swift
[717/747] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[718/747] Compiling BitCollections BitArray+Codable.swift
[719/747] Compiling BitCollections BitArray+Collection.swift
[720/747] Compiling BitCollections BitArray+Copy.swift
[721/747] Compiling BitCollections BitArray+CustomReflectable.swift
[722/747] Compiling BitCollections BitArray+Descriptions.swift
[723/747] Compiling BitCollections BitArray+Equatable.swift
[724/747] Emitting module BitCollections
[725/747] Compiling BitCollections BitArray+RandomBits.swift
[726/747] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[727/747] Compiling BitCollections BitArray+Shifts.swift
[728/747] Compiling BitCollections BitArray+Testing.swift
[729/747] Compiling BitCollections BitArray._UnsafeHandle.swift
[730/747] Compiling BitCollections BitArray.swift
[731/747] Compiling BitCollections BitSet+BidirectionalCollection.swift
[732/747] Compiling BitCollections BitSet+Codable.swift
[733/747] Compiling BitCollections BitSet.Index.swift
[734/747] Compiling BitCollections BitSet._UnsafeHandle.swift
[735/747] Compiling BitCollections BitSet.swift
[736/747] Compiling BitCollections Range+Utilities.swift
[737/747] Compiling BitCollections Slice+Utilities.swift
[738/747] Compiling BitCollections UInt+Tricks.swift
[739/747] Compiling BitCollections _Word.swift
[741/748] Compiling CryptoBoringWrapper RandomBytes.swift
[742/750] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[743/750] Emitting module Collections
[744/750] Compiling Collections Collections.swift
[746/751] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[747/751] Emitting module CryptoBoringWrapper
[748/751] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[749/751] Compiling CryptoBoringWrapper EllipticCurve.swift
[750/751] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[751/751] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[753/823] Compiling Crypto X25519Keys.swift
[754/823] Compiling Crypto SymmetricKeys.swift
[755/823] Compiling Crypto HMAC.swift
[756/823] Compiling Crypto MACFunctions.swift
[757/823] Compiling Crypto MessageAuthenticationCode.swift
[758/823] Compiling Crypto AES.swift
[759/823] Compiling Crypto ECDSASignature_boring.swift
[760/823] Compiling Crypto ECDSA_boring.swift
[761/823] Compiling Crypto EdDSA_boring.swift
[762/823] Compiling Crypto ECDSA.swift
[763/833] Emitting module Crypto
[764/833] Compiling Crypto AES-GCM.swift
[765/833] Compiling Crypto AES-GCM_boring.swift
[766/833] Compiling Crypto ChaChaPoly_boring.swift
[767/833] Compiling Crypto ChaChaPoly.swift
[768/833] Compiling Crypto Cipher.swift
[769/833] Compiling Crypto Nonces.swift
[770/833] Compiling Crypto ASN1.swift
[771/833] Compiling Crypto ASN1Any.swift
[772/833] Compiling Crypto ASN1BitString.swift
[773/833] Compiling Crypto ASN1Boolean.swift
[774/833] Compiling Crypto HPKE-Errors.swift
[775/833] Compiling Crypto HPKE.swift
[776/833] Compiling Crypto HPKE-Context.swift
[777/833] Compiling Crypto HPKE-KeySchedule.swift
[778/833] Compiling Crypto HPKE-Modes.swift
[779/833] Compiling Crypto Insecure.swift
[780/833] Compiling Crypto Insecure_HashFunctions.swift
[781/833] Compiling Crypto KEM.swift
[782/833] Compiling Crypto ECDH_boring.swift
[783/833] Compiling Crypto DH.swift
[784/833] Compiling Crypto HPKE-AEAD.swift
[785/833] Compiling Crypto HPKE-Ciphersuite.swift
[786/833] Compiling Crypto HPKE-KDF.swift
[787/833] Compiling Crypto HPKE-KexKeyDerivation.swift
[788/833] Compiling Crypto HPKE-LabeledExtract.swift
[789/833] Compiling Crypto HPKE-Utils.swift
[790/833] Compiling Crypto DHKEM.swift
[791/833] Compiling Crypto HPKE-KEM-Curve25519.swift
[792/833] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[793/833] Compiling Crypto HPKE-KEM.swift
[794/833] Compiling Crypto PKCS8PrivateKey.swift
[795/833] Compiling Crypto SEC1PrivateKey.swift
[796/833] Compiling Crypto SubjectPublicKeyInfo.swift
[797/833] Compiling Crypto CryptoError_boring.swift
[798/833] Compiling Crypto CryptoKitErrors.swift
[799/833] Compiling Crypto Digest_boring.swift
[800/833] Compiling Crypto Digest.swift
[801/833] Compiling Crypto Digests.swift
[802/833] Compiling Crypto HashFunctions.swift
[803/833] Compiling Crypto HashFunctions_SHA2.swift
[804/833] Compiling Crypto ECDH.swift
[805/833] Compiling Crypto HKDF.swift
[806/833] Compiling Crypto AESWrap.swift
[807/833] Compiling Crypto AESWrap_boring.swift
[808/833] Compiling Crypto Ed25519_boring.swift
[809/833] Compiling Crypto NISTCurvesKeys_boring.swift
[810/833] Compiling Crypto X25519Keys_boring.swift
[811/833] Compiling Crypto Curve25519.swift
[812/833] Compiling Crypto Ed25519Keys.swift
[813/833] Compiling Crypto NISTCurvesKeys.swift
[814/833] Compiling Crypto ASN1Identifier.swift
[815/833] Compiling Crypto ASN1Integer.swift
[816/833] Compiling Crypto ASN1Null.swift
[817/833] Compiling Crypto ASN1OctetString.swift
[818/833] Compiling Crypto ASN1Strings.swift
[819/833] Compiling Crypto ArraySliceBigint.swift
[820/833] Compiling Crypto GeneralizedTime.swift
[821/833] Compiling Crypto ObjectIdentifier.swift
[822/833] Compiling Crypto ECDSASignature.swift
[823/833] Compiling Crypto PEMDocument.swift
[824/833] Compiling Crypto Ed25519.swift
[825/833] Compiling Crypto Signature.swift
[826/833] Compiling Crypto CryptoKitErrors_boring.swift
[827/833] Compiling Crypto RNG_boring.swift
[828/833] Compiling Crypto SafeCompare_boring.swift
[829/833] Compiling Crypto Zeroization_boring.swift
[830/833] Compiling Crypto PrettyBytes.swift
[831/833] Compiling Crypto SafeCompare.swift
[832/833] Compiling Crypto SecureBytes.swift
[833/833] Compiling Crypto Zeroization.swift
[835/884] Compiling _CryptoExtras BoringSSLHelpers.swift
[836/884] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[837/884] Compiling _CryptoExtras Data+Extensions.swift
[838/884] Compiling _CryptoExtras DigestType.swift
[839/884] Compiling _CryptoExtras Error.swift
[840/884] Compiling _CryptoExtras I2OSP.swift
[841/884] Compiling _CryptoExtras IntegerEncoding.swift
[842/891] Compiling _CryptoExtras PKCS8DERRepresentation.swift
[843/891] Compiling _CryptoExtras PKCS8PrivateKey.swift
[844/891] Compiling _CryptoExtras RFC8410AlgorithmIdentifier.swift
[845/891] Compiling _CryptoExtras ECToolbox_boring.swift
[846/891] Compiling _CryptoExtras ECToolbox.swift
[847/891] Compiling _CryptoExtras HashToField.swift
[848/891] Compiling _CryptoExtras KDF.swift
[849/891] Compiling _CryptoExtras PBKDF2_boring.swift
[850/891] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[851/891] Compiling _CryptoExtras PBKDF2.swift
[852/891] Compiling _CryptoExtras Scrypt_boring.swift
[853/891] Compiling _CryptoExtras Scrypt.swift
[854/891] Compiling _CryptoExtras OPRF.swift
[855/891] Compiling _CryptoExtras OPRFClient.swift
[856/891] Emitting module _CryptoExtras
[857/891] Compiling _CryptoExtras AES_CBC.swift
[858/891] Compiling _CryptoExtras AES_CFB.swift
[859/891] Compiling _CryptoExtras AES_CTR.swift
[860/891] Compiling _CryptoExtras AES_GCM_SIV.swift
[861/891] Compiling _CryptoExtras Block Function.swift
[862/891] Compiling _CryptoExtras AES_CFB_boring.swift
[863/891] Compiling _CryptoExtras AES_CTR_boring.swift
[864/891] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[865/891] Compiling _CryptoExtras CMAC.swift
[866/891] Compiling _CryptoExtras ARC+API.swift
[867/891] Compiling _CryptoExtras ARC.swift
[868/891] Compiling _CryptoExtras ARCCredential.swift
[869/891] Compiling _CryptoExtras ARCEncoding.swift
[870/891] Compiling _CryptoExtras ARCPrecredential.swift
[871/891] Compiling _CryptoExtras PEMDocument.swift
[872/891] Compiling _CryptoExtras PrettyBytes.swift
[873/891] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[874/891] Compiling _CryptoExtras DLEQ.swift
[875/891] Compiling _CryptoExtras Prover.swift
[876/891] Compiling _CryptoExtras Verifier.swift
[877/891] Compiling _CryptoExtras ZKPToolbox.swift
[878/891] Compiling _CryptoExtras ARCPresentation.swift
[879/891] Compiling _CryptoExtras ARCRequest.swift
[880/891] Compiling _CryptoExtras ARCResponse.swift
[881/891] Compiling _CryptoExtras ARCServer.swift
[882/891] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[883/891] Compiling _CryptoExtras ChaCha20CTR.swift
[884/891] Compiling _CryptoExtras ObjectIdentifier.swift
[885/891] Compiling _CryptoExtras OPRFServer.swift
[886/891] Compiling _CryptoExtras VOPRF+API.swift
[887/891] Compiling _CryptoExtras VOPRFClient.swift
[888/891] Compiling _CryptoExtras VOPRFServer.swift
[889/891] Compiling _CryptoExtras RSA+BlindSigning.swift
[890/891] Compiling _CryptoExtras RSA.swift
[891/891] Compiling _CryptoExtras RSA_boring.swift
[893/959] Compiling JWSETKit ContentEncryption.swift
[894/959] Compiling JWSETKit KeyEncryption.swift
[895/959] Compiling JWSETKit RFC5480Algorithms.swift
[896/959] Compiling JWSETKit Signature.swift
[897/959] Compiling JWSETKit JSONWebCertificate.swift
[898/959] Compiling JWSETKit SecCertificate.swift
[899/959] Compiling JWSETKit X509Certificate.swift
[900/959] Compiling JWSETKit Apple.swift
[901/959] Compiling JWSETKit Zlib.swift
[902/959] Compiling JWSETKit ECCAbstract.swift
[903/959] Compiling JWSETKit JWS.swift
[904/959] Compiling JWSETKit JWSCodable.swift
[905/959] Compiling JWSETKit JWSHeader.swift
[906/959] Compiling JWSETKit JWTOAuthClaims.swift
[907/959] Compiling JWSETKit JWTOIDCAuth.swift
[908/959] Compiling JWSETKit JWTOIDCStandard.swift
[909/959] Compiling JWSETKit JWTPayload.swift
[910/959] Compiling JWSETKit JWTPopClaims.swift
[911/959] Compiling JWSETKit JWTRegisteredClaims.swift
[912/968] Compiling JWSETKit EncryptedData.swift
[913/968] Compiling JWSETKit Error.swift
[914/968] Compiling JWSETKit Expiry.swift
[915/968] Compiling JWSETKit ProtectedContainer.swift
[916/968] Compiling JWSETKit RawType.swift
[917/968] Compiling JWSETKit Storage.swift
[918/968] Compiling JWSETKit StorageField.swift
[919/968] Compiling JWSETKit WebContainer.swift
[920/968] Compiling JWSETKit Algorithms.swift
[921/968] Compiling JWSETKit Compression.swift
[922/968] Emitting module JWSETKit
[923/968] Compiling JWSETKit SymmetricKey.swift
[924/968] Compiling JWSETKit JOSE-JWEHPKERegistered.swift
[925/968] Compiling JWSETKit JOSE-JWERegistered.swift
[926/968] Compiling JWSETKit JOSE-JWSRegistered.swift
[927/968] Compiling JWSETKit JOSEHeader.swift
[928/968] Compiling JWSETKit JWE.swift
[929/968] Compiling JWSETKit JWECodable.swift
[930/968] Compiling JWSETKit JWEHeader.swift
[931/968] Compiling JWSETKit JWERecipient.swift
[932/968] Compiling JWSETKit KeyParser.swift
[933/968] Compiling JWSETKit KeySet.swift
[934/968] Compiling JWSETKit Keys.swift
[935/968] Compiling JWSETKit JWK-MLDSA.swift
[936/968] Compiling JWSETKit MLDSA65.swift
[937/968] Compiling JWSETKit MLDSA87.swift
[938/968] Compiling JWSETKit ModuleLatticeAbstract.swift
[939/968] Compiling JWSETKit JWK-RSA.swift
[940/968] Compiling JWSETKit RSA.swift
[941/968] Compiling JWSETKit JWTSDClaims.swift
[942/968] Compiling JWSETKit ASN1.swift
[943/968] Compiling JWSETKit Base64.swift
[944/968] Compiling JWSETKit Codable.swift
[945/968] Compiling JWSETKit Data.swift
[946/968] Compiling JWSETKit KeyLookup.swift
[947/968] Compiling JWSETKit Localizing.swift
[948/968] Compiling JWSETKit LockValue.swift
[949/968] Compiling JWSETKit resource_bundle_accessor.swift
[950/968] Compiling JWSETKit RSA_boring.swift
[951/968] Compiling JWSETKit SecKey.swift
[952/968] Compiling JWSETKit AES-CBC-HMAC.swift
[953/968] Compiling JWSETKit AES.swift
[954/968] Compiling JWSETKit CommonCrypto.swift
[955/968] Compiling JWSETKit ConcatKDF.swift
[956/968] Compiling JWSETKit Direct.swift
[957/968] Compiling JWSETKit HMAC.swift
[958/968] Compiling JWSETKit PBKDF2.swift
[959/968] Compiling JWSETKit Ed25519.swift
[960/968] Compiling JWSETKit HPKE.swift
[961/968] Compiling JWSETKit JWK-EC.swift
[962/968] Compiling JWSETKit P256.swift
[963/968] Compiling JWSETKit P384.swift
[964/968] Compiling JWSETKit P521.swift
[965/968] Compiling JWSETKit SHA.swift
[966/968] Compiling JWSETKit KeyASN1.swift
[967/968] Compiling JWSETKit KeyAccessors.swift
[968/968] Compiling JWSETKit KeyExporter.swift
Build complete! (276.19s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-asn1",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-asn1.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.15.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-certificates",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.13.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-certificates"
    }
  ],
  "manifest_display_name" : "JWSETKit",
  "name" : "JWSETKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "JWSETKit",
      "targets" : [
        "JWSETKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JWSETKitTests",
      "module_type" : "SwiftTarget",
      "name" : "JWSETKitTests",
      "path" : "Tests/JWSETKitTests",
      "sources" : [
        "Base/StorageTests.swift",
        "Base/WebContainerTests.swift",
        "Cryptography/CompressionTests.swift",
        "Cryptography/ECTests.swift",
        "Cryptography/JWKSetTests.swift",
        "Cryptography/MLDSATests.swift",
        "Cryptography/RFC7520DecryptionTests.swift",
        "Cryptography/RFC7520EncryptionTests.swift",
        "Cryptography/RFC7520SignatureTests.swift",
        "Cryptography/RSACryptoTests.swift",
        "Cryptography/RSATests.swift",
        "Cryptography/ThumbprintTests.swift",
        "Entities/JOSEHeaderJWETests.swift",
        "Entities/JOSEHeaderJWSTests.swift",
        "Entities/JWETests.swift",
        "Entities/JWSMLDSATests.swift",
        "Entities/JWSTests.swift",
        "Entities/JWTOAuthClaimsTests.swift",
        "Entities/JWTOIDCAuthClaimsTests.swift",
        "Entities/JWTOIDCStandardClaimsTests.swift",
        "Entities/JWTPopClaimsTests.swift",
        "Entities/JWTRegisteredClaimsTests.swift",
        "Entities/JWTTests.swift",
        "ExampleKeys.swift",
        "Extensions/Base64Tests.swift",
        "Extensions/KeyLookupTests.swift",
        "Extensions/LocalizingTests.swift"
      ],
      "target_dependencies" : [
        "JWSETKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JWSETKit",
      "module_type" : "SwiftTarget",
      "name" : "JWSETKit",
      "path" : "Sources/JWSETKit",
      "product_dependencies" : [
        "Collections",
        "SwiftASN1",
        "Crypto",
        "X509",
        "_CryptoExtras"
      ],
      "product_memberships" : [
        "JWSETKit"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/JWSETKit/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/JWSETKit/Resources/ar.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "ar"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/JWSETKit/Resources/en.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/JWSETKit/Resources/es.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "es"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/JWSETKit/Resources/fa.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "fa"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/JWSETKit/Resources/fr.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        }
      ],
      "sources" : [
        "Base/EncryptedData.swift",
        "Base/Error.swift",
        "Base/Expiry.swift",
        "Base/ProtectedContainer.swift",
        "Base/RawType.swift",
        "Base/Storage.swift",
        "Base/StorageField.swift",
        "Base/WebContainer.swift",
        "Cryptography/Algorithms/Algorithms.swift",
        "Cryptography/Algorithms/Compression.swift",
        "Cryptography/Algorithms/ContentEncryption.swift",
        "Cryptography/Algorithms/KeyEncryption.swift",
        "Cryptography/Algorithms/RFC5480Algorithms.swift",
        "Cryptography/Algorithms/Signature.swift",
        "Cryptography/Certificate/JSONWebCertificate.swift",
        "Cryptography/Certificate/SecCertificate.swift",
        "Cryptography/Certificate/X509Certificate.swift",
        "Cryptography/Compression/Apple.swift",
        "Cryptography/Compression/Zlib.swift",
        "Cryptography/EC/ECCAbstract.swift",
        "Cryptography/EC/Ed25519.swift",
        "Cryptography/EC/HPKE.swift",
        "Cryptography/EC/JWK-EC.swift",
        "Cryptography/EC/P256.swift",
        "Cryptography/EC/P384.swift",
        "Cryptography/EC/P521.swift",
        "Cryptography/Hashing/SHA.swift",
        "Cryptography/KeyASN1.swift",
        "Cryptography/KeyAccessors.swift",
        "Cryptography/KeyExporter.swift",
        "Cryptography/KeyParser.swift",
        "Cryptography/KeySet.swift",
        "Cryptography/Keys.swift",
        "Cryptography/PQC/JWK-MLDSA.swift",
        "Cryptography/PQC/MLDSA65.swift",
        "Cryptography/PQC/MLDSA87.swift",
        "Cryptography/PQC/ModuleLatticeAbstract.swift",
        "Cryptography/RSA/JWK-RSA.swift",
        "Cryptography/RSA/RSA.swift",
        "Cryptography/RSA/RSA_boring.swift",
        "Cryptography/RSA/SecKey.swift",
        "Cryptography/Symmetric/AES-CBC-HMAC.swift",
        "Cryptography/Symmetric/AES.swift",
        "Cryptography/Symmetric/CommonCrypto.swift",
        "Cryptography/Symmetric/ConcatKDF.swift",
        "Cryptography/Symmetric/Direct.swift",
        "Cryptography/Symmetric/HMAC.swift",
        "Cryptography/Symmetric/PBKDF2.swift",
        "Cryptography/Symmetric/SymmetricKey.swift",
        "Entities/JOSE/JOSE-JWEHPKERegistered.swift",
        "Entities/JOSE/JOSE-JWERegistered.swift",
        "Entities/JOSE/JOSE-JWSRegistered.swift",
        "Entities/JOSE/JOSEHeader.swift",
        "Entities/JWE/JWE.swift",
        "Entities/JWE/JWECodable.swift",
        "Entities/JWE/JWEHeader.swift",
        "Entities/JWE/JWERecipient.swift",
        "Entities/JWS/JWS.swift",
        "Entities/JWS/JWSCodable.swift",
        "Entities/JWS/JWSHeader.swift",
        "Entities/JWT/JWTOAuthClaims.swift",
        "Entities/JWT/JWTOIDCAuth.swift",
        "Entities/JWT/JWTOIDCStandard.swift",
        "Entities/JWT/JWTPayload.swift",
        "Entities/JWT/JWTPopClaims.swift",
        "Entities/JWT/JWTRegisteredClaims.swift",
        "Entities/SD-JWT/JWTSDClaims.swift",
        "Extensions/ASN1.swift",
        "Extensions/Base64.swift",
        "Extensions/Codable.swift",
        "Extensions/Data.swift",
        "Extensions/KeyLookup.swift",
        "Extensions/Localizing.swift",
        "Extensions/LockValue.swift"
      ],
      "target_dependencies" : [
        "Czlib"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Czlib",
      "module_type" : "SystemLibraryTarget",
      "name" : "Czlib",
      "path" : "Sources/Czlib",
      "product_memberships" : [
        "JWSETKit"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "6.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.