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 devicecheckkit, reference main (203bc6), with Swift 6.1 for Android on 9 Sep 2025 04:48:54 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zunda-pixel/devicecheckkit.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/zunda-pixel/devicecheckkit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 203bc61 Bump actions/checkout from 4 to 5 (#16)
Cloned https://github.com/zunda-pixel/devicecheckkit.git
Revision (git rev-parse @):
203bc61d841739a5dac56ac6cfd1ad14027b9cf2
SUCCESS checkout https://github.com/zunda-pixel/devicecheckkit.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/zunda-pixel/devicecheckkit.git
https://github.com/zunda-pixel/devicecheckkit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "jwt-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt-kit"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types"
    },
    {
      "identity" : "http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/zunda-pixel/http-client"
    }
  ],
  "manifest_display_name" : "devicecheckkit",
  "name" : "devicecheckkit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "DeviceCheckKit",
      "targets" : [
        "DeviceCheckKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DeviceCheckKit",
      "module_type" : "SwiftTarget",
      "name" : "DeviceCheckKit",
      "path" : "Sources/DeviceCheckKit",
      "product_dependencies" : [
        "JWTKit",
        "HTTPTypes",
        "HTTPClient"
      ],
      "product_memberships" : [
        "DeviceCheckKit"
      ],
      "sources" : [
        "Body.swift",
        "DeviceCheck+Execute.swift",
        "DeviceCheck.swift",
        "DeviceCheckError.swift",
        "Environment.swift",
        "Payload.swift",
        "TwoBits.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/jwt-kit
Fetching https://github.com/zunda-pixel/http-client
Fetching https://github.com/apple/swift-http-types
[1/141] Fetching http-client
[142/1058] Fetching http-client, swift-http-types
[1059/10195] Fetching http-client, swift-http-types, jwt-kit
Fetched https://github.com/zunda-pixel/http-client from cache (2.05s)
Fetched https://github.com/apple/swift-http-types from cache (2.05s)
Fetched https://github.com/vapor/jwt-kit from cache (2.06s)
Computing version for https://github.com/zunda-pixel/http-client
Computed https://github.com/zunda-pixel/http-client at 0.3.1 (3.13s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.53s)
Computing version for https://github.com/vapor/jwt-kit
Computed https://github.com/vapor/jwt-kit at 5.2.0 (0.66s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-log.git
[1/3903] Fetching swift-log
[275/10364] Fetching swift-log, swift-certificates
[10365/27082] Fetching swift-log, swift-certificates, swift-crypto
Fetched https://github.com/apple/swift-certificates.git from cache (1.96s)
Fetched https://github.com/apple/swift-log.git from cache (1.96s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.99s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (3.98s)
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (3.06s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (3.81s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (2.61s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.62s)
Creating working copy for https://github.com/vapor/jwt-kit
Working copy of https://github.com/vapor/jwt-kit resolved at 5.2.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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/zunda-pixel/http-client
Working copy of https://github.com/zunda-pixel/http-client resolved at 0.3.1
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
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.13.0
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
Building for debugging...
[0/381] Write sources
[12/381] Compiling fiat_p256_adx_sqr.S
[13/381] Compiling fiat_p256_adx_mul.S
[14/381] Compiling fiat_curve25519_adx_square.S
[15/381] Compiling fiat_curve25519_adx_mul.S
[16/381] Compiling md5-586-linux.S
[17/381] Compiling md5-x86_64-linux.S
[18/381] Compiling md5-x86_64-apple.S
[19/381] Compiling md5-586-apple.S
[20/381] Compiling chacha20_poly1305_x86_64-linux.S
[21/381] Compiling chacha20_poly1305_x86_64-apple.S
[22/381] Compiling chacha20_poly1305_armv8-win.S
[23/381] Write swift-version-24593BA9C3E375BF.txt
[24/381] Compiling CCryptoBoringSSLShims shims.c
[25/381] Compiling chacha20_poly1305_armv8-apple.S
[26/381] Compiling chacha20_poly1305_armv8-linux.S
[27/381] Compiling chacha-x86_64-linux.S
[28/381] Compiling chacha-x86_64-apple.S
[29/381] Compiling chacha-x86-linux.S
[30/411] Compiling chacha-x86-apple.S
[31/413] Compiling err_data.cc
[32/413] Compiling obj_xref.cc
[33/413] Compiling chacha-armv8-win.S
[34/413] Compiling chacha-armv8-apple.S
[35/413] Compiling chacha-armv8-linux.S
[36/413] Compiling chacha-armv4-linux.S
[37/413] Compiling aes128gcmsiv-x86_64-linux.S
[38/413] Compiling aes128gcmsiv-x86_64-apple.S
[39/413] Compiling x86_64-mont5-linux.S
[40/413] Compiling x86_64-mont-linux.S
[41/413] Compiling x86_64-mont5-apple.S
[42/413] Compiling x86-mont-linux.S
[43/413] Compiling x86_64-mont-apple.S
[44/413] Compiling x86-mont-apple.S
[45/413] Compiling vpaes-x86_64-linux.S
[46/413] Compiling pem_all.cc
[47/413] Compiling vpaes-x86_64-apple.S
[48/413] Compiling vpaes-x86-apple.S
[49/413] Compiling vpaes-x86-linux.S
[50/413] Compiling vpaes-armv8-win.S
[51/413] Compiling vpaes-armv8-linux.S
[52/413] Compiling vpaes-armv7-linux.S
[53/413] Compiling vpaes-armv8-apple.S
[54/413] Compiling sha512-x86_64-linux.S
[55/413] Compiling sha512-x86_64-apple.S
[56/413] Compiling sha512-armv8-win.S
[57/413] Compiling sha512-armv8-linux.S
[58/413] Compiling sha512-armv8-apple.S
[59/413] Compiling sha512-armv4-linux.S
[60/413] Compiling sha512-586-linux.S
[61/413] Compiling sha512-586-apple.S
[62/413] Compiling sha256-x86_64-linux.S
[63/413] Compiling sha256-x86_64-apple.S
[64/413] Compiling sha256-armv8-win.S
[65/413] Compiling sha256-armv8-apple.S
[66/413] Compiling sha256-armv4-linux.S
[67/413] Compiling sha256-armv8-linux.S
[68/413] Compiling sha256-586-linux.S
[69/413] Compiling sha256-586-apple.S
[70/413] Compiling sha1-x86_64-linux.S
[71/413] Compiling sha1-armv8-linux.S
[72/413] Compiling sha1-x86_64-apple.S
[73/413] Compiling sha1-armv8-win.S
[74/413] Compiling sha1-armv8-apple.S
[75/413] Compiling sha1-586-linux.S
[76/413] Compiling sha1-armv4-large-linux.S
[77/413] Compiling sha1-586-apple.S
[78/413] Compiling rsaz-avx2-linux.S
[79/413] Compiling rdrand-x86_64-apple.S
[80/413] Compiling rsaz-avx2-apple.S
[81/413] Compiling rdrand-x86_64-linux.S
[82/413] Compiling p256_beeu-x86_64-asm-linux.S
[83/413] Compiling p256_beeu-x86_64-asm-apple.S
[84/413] Compiling p256_beeu-armv8-asm-win.S
[85/413] Compiling p256_beeu-armv8-asm-linux.S
[86/413] Compiling p256_beeu-armv8-asm-apple.S
[87/413] Compiling p256-x86_64-asm-linux.S
[88/413] Compiling p256-x86_64-asm-apple.S
[89/413] Compiling p256-armv8-asm-win.S
[90/413] Compiling p256-armv8-asm-apple.S
[91/413] Compiling p256-armv8-asm-linux.S
[92/413] Compiling ghashv8-armv8-win.S
[93/413] Compiling ghashv8-armv8-linux.S
[94/413] Compiling ghashv8-armv8-apple.S
[95/413] Compiling ghash-x86_64-apple.S
[96/413] Compiling ghashv8-armv7-linux.S
[97/413] Compiling ghash-x86_64-linux.S
[98/413] Compiling ghash-x86-linux.S
[99/413] Compiling ghash-x86-apple.S
[100/413] Compiling ghash-ssse3-x86_64-linux.S
[101/413] Compiling ghash-ssse3-x86_64-apple.S
[102/413] Compiling ghash-neon-armv8-win.S
[103/413] Compiling ghash-ssse3-x86-linux.S
[104/413] Compiling ghash-neon-armv8-linux.S
[105/413] Compiling ghash-ssse3-x86-apple.S
[106/413] Compiling ghash-armv4-linux.S
[107/413] Compiling ghash-neon-armv8-apple.S
[108/413] Compiling co-586-linux.S
[109/413] Compiling co-586-apple.S
[110/413] Compiling bsaes-armv7-linux.S
[111/413] Compiling bn-armv8-win.S
[112/413] Compiling bn-armv8-apple.S
[113/413] Compiling bn-armv8-linux.S
[114/413] Compiling bn-586-linux.S
[115/413] Compiling bn-586-apple.S
[116/413] Compiling armv8-mont-apple.S
[117/413] Compiling armv8-mont-win.S
[118/413] Compiling armv8-mont-linux.S
[119/413] Compiling armv4-mont-linux.S
[120/413] Compiling aesv8-gcm-armv8-win.S
[121/413] Compiling aesv8-armv8-win.S
[122/413] Compiling aesv8-gcm-armv8-linux.S
[123/413] Compiling aesv8-gcm-armv8-apple.S
[124/413] Compiling aesv8-armv8-linux.S
[125/413] Compiling aesv8-armv8-apple.S
[126/413] Compiling aesni-x86-linux.S
[127/413] Compiling aesni-x86_64-apple.S
[128/413] Compiling aesv8-armv7-linux.S
[129/413] Compiling aesni-x86_64-linux.S
[130/413] Compiling aesni-x86-apple.S
[131/413] Compiling aesni-gcm-x86_64-apple.S
[131/413] Compiling aesni-gcm-x86_64-linux.S
[133/413] Compiling aes-gcm-avx512-x86_64-linux.S
[134/413] Compiling aes-gcm-avx2-x86_64-linux.S
[135/413] Compiling aes-gcm-avx2-x86_64-apple.S
[136/413] Compiling aes-gcm-avx512-x86_64-apple.S
[137/413] Compiling x_x509.cc
[138/413] Compiling x_val.cc
[139/413] Compiling xwing.cc
[141/413] Emitting module _CertificateInternals
[142/413] Compiling _CertificateInternals _TinyArray.swift
[143/414] Emitting module HTTPTypes
[144/415] Compiling HTTPTypes HTTPParsedFields.swift
[145/415] Compiling HTTPTypes HTTPRequest.swift
[147/415] Compiling HTTPTypes HTTPField.swift
[148/415] Compiling HTTPTypes HTTPResponse.swift
[149/415] Compiling HTTPTypes ISOLatin1String.swift
[149/415] Compiling x_x509a.cc
[151/415] Compiling SwiftASN1 ASN1OctetString.swift
[152/415] Compiling SwiftASN1 ASN1Strings.swift
[153/415] Compiling SwiftASN1 ASN1BitString.swift
[154/415] Compiling SwiftASN1 ASN1Boolean.swift
[155/415] Compiling SwiftASN1 ASN1Identifier.swift
[156/415] Compiling SwiftASN1 ASN1Integer.swift
[157/415] Compiling SwiftASN1 ASN1Null.swift
[158/417] Compiling HTTPTypes NIOLock.swift
[159/417] Compiling SwiftASN1 ASN1.swift
[160/417] Compiling SwiftASN1 BER.swift
[161/417] Compiling SwiftASN1 ASN1Any.swift
[161/417] Compiling x_spki.cc
[162/417] Compiling x_sig.cc
[163/417] Compiling x_req.cc
[164/417] Compiling x_pubkey.cc
[165/417] Compiling x_name.cc
[167/417] Compiling SwiftASN1 DER.swift
[168/417] Compiling SwiftASN1 Errors.swift
[169/417] Emitting module SwiftASN1
[170/417] Compiling Logging MetadataProvider.swift
[171/417] Compiling Logging Locks.swift
[172/417] Emitting module Logging
[173/417] Compiling Logging LogHandler.swift
[174/417] Compiling Logging Logging.swift
[175/418] Compiling SwiftASN1 ObjectIdentifier.swift
[176/418] Compiling SwiftASN1 PEMDocument.swift
[177/418] Compiling SwiftASN1 ArraySliceBigint.swift
[178/418] Compiling SwiftASN1 GeneralizedTime.swift
[179/418] Compiling SwiftASN1 TimeUtilities.swift
[180/418] Compiling SwiftASN1 UTCTime.swift
[180/418] Compiling x_attrib.cc
[183/419] Compiling x_all.cc
[184/419] Compiling x_crl.cc
[185/419] Compiling x_exten.cc
[186/419] Compiling x_algor.cc
[187/419] Compiling x509rset.cc
[188/419] Compiling x509spki.cc
[189/419] Compiling x509name.cc
[190/419] Compiling x509cset.cc
[191/419] Compiling x509_vpm.cc
[192/419] Compiling x509_v3.cc
[193/419] Compiling x509_vfy.cc
[195/419] Compiling HTTPTypes HTTPFieldName.swift
[196/419] Compiling HTTPTypes HTTPFields.swift
[196/420] Compiling x509_trs.cc
[197/420] Compiling x509_txt.cc
[199/420] Compiling x509_set.cc
[200/420] Compiling x509_req.cc
[201/420] Compiling x509_obj.cc
[202/420] Compiling x509_lu.cc
[203/426] Compiling x509_ext.cc
[204/426] Compiling x509_d2.cc
[205/426] Compiling x509_def.cc
[206/426] Compiling x509_att.cc
[207/426] Compiling x509.cc
[208/426] Compiling x509_cmp.cc
[209/426] Compiling v3_skey.cc
[210/426] Compiling v3_utl.cc
[212/426] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[213/426] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[214/426] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[215/426] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[215/426] Compiling v3_prn.cc
[217/426] Emitting module HTTPTypesFoundation
[218/426] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[218/427] Compiling v3_pmaps.cc
[220/427] Compiling v3_purp.cc
[221/427] Compiling v3_pcons.cc
[222/427] Compiling v3_ocsp.cc
[223/430] Compiling v3_ncons.cc
[224/430] Compiling v3_lib.cc
[225/430] Compiling v3_int.cc
[226/430] Compiling v3_info.cc
[227/430] Compiling v3_genn.cc
[228/430] Compiling v3_ia5.cc
[229/430] Compiling v3_extku.cc
[230/430] Compiling v3_enum.cc
[231/430] Compiling v3_crld.cc
[232/430] Compiling v3_cpols.cc
[233/430] Compiling v3_bitst.cc
[234/430] Compiling v3_conf.cc
[235/430] Compiling v3_bcons.cc
[236/430] Compiling v3_alt.cc
[237/430] Compiling v3_akeya.cc
[238/430] Compiling v3_akey.cc
[239/430] Compiling t_x509a.cc
[240/430] Compiling t_x509.cc
[241/430] Compiling t_req.cc
[242/430] Compiling t_crl.cc
[243/430] Compiling rsa_pss.cc
[245/430] Compiling HTTPClient URLSesssion++.swift
[246/430] Emitting module HTTPClient
[247/430] Compiling HTTPClient HTTPClient.swift
[248/431] Compiling policy.cc
[249/431] Compiling i2d_pr.cc
[250/431] Compiling name_print.cc
[251/431] Compiling by_file.cc
[252/431] Compiling asn1_gen.cc
[253/431] Compiling algorithm.cc
[254/431] Compiling by_dir.cc
[255/431] Compiling a_verify.cc
[256/431] Compiling a_sign.cc
[257/431] Compiling voprf.cc
[258/431] Compiling a_digest.cc
[259/431] Compiling thread_win.cc
[260/431] Compiling thread_pthread.cc
[261/431] Compiling thread_none.cc
[262/431] Compiling trust_token.cc
[263/431] Compiling thread.cc
[264/431] Compiling pmbtoken.cc
[265/431] Compiling stack.cc
[266/431] Compiling siphash.cc
[267/431] Compiling sha512.cc
[268/431] Compiling slhdsa.cc
[269/431] Compiling sha1.cc
[270/431] Compiling sha256.cc
[271/431] Compiling spake2plus.cc
[272/431] Compiling rsa_print.cc
[273/431] Compiling rsa_extra.cc
[274/431] Compiling rsa_crypt.cc
[275/431] Compiling refcount.cc
[276/431] Compiling rc4.cc
[277/431] Compiling urandom.cc
[278/431] Compiling trusty.cc
[279/431] Compiling windows.cc
[280/431] Compiling rand.cc
[281/431] Compiling rsa_asn1.cc
[282/431] Compiling passive.cc
[283/431] Compiling poly1305_arm_asm.S
[284/431] Compiling getentropy.cc
[285/431] Compiling ios.cc
[286/431] Compiling deterministic.cc
[287/431] Compiling fork_detect.cc
[288/431] Compiling forkunsafe.cc
[289/431] Compiling poly1305_vec.cc
[290/431] Compiling pool.cc
[291/431] Compiling poly1305.cc
[292/431] Compiling poly1305_arm.cc
[293/431] Compiling pkcs7.cc
[294/431] Compiling p5_pbev2.cc
[295/431] Compiling pkcs8.cc
[296/431] Compiling pkcs8_x509.cc
[297/431] Compiling pem_xaux.cc
[298/431] Compiling pkcs7_x509.cc
[299/431] Compiling pem_pkey.cc
[300/431] Compiling pem_lib.cc
[301/431] Compiling pem_x509.cc
[302/431] Compiling mlkem.cc
[303/431] Compiling pem_pk8.cc
[304/431] Compiling mldsa.cc
[305/431] Compiling mem.cc
[306/431] Compiling pem_info.cc
[307/431] Compiling poly_rq_mul.S
[308/431] Compiling pem_oth.cc
[309/431] Compiling obj.cc
[310/431] Compiling fips_shared_support.cc
[311/431] Compiling md5.cc
[312/431] Compiling lhash.cc
[313/431] Compiling md4.cc
[314/431] Compiling fuzzer_mode.cc
[315/431] Compiling kyber.cc
[316/431] Compiling hpke.cc
[317/431] Compiling ex_data.cc
[318/431] Compiling sign.cc
[319/431] Compiling hrss.cc
[320/431] Compiling scrypt.cc
[321/431] Compiling print.cc
[322/431] Compiling p_rsa.cc
[323/431] Compiling pbkdf.cc
[324/431] Compiling p_x25519.cc
[325/431] Compiling p_x25519_asn1.cc
[326/431] Compiling p_rsa_asn1.cc
[327/431] Compiling p_ed25519.cc
[328/431] Compiling p_hkdf.cc
[329/431] Compiling p_ed25519_asn1.cc
[330/431] Compiling p_ec.cc
[331/431] Compiling p_ec_asn1.cc
[332/431] Compiling p_dh_asn1.cc
[333/431] Compiling p_dh.cc
[334/431] Compiling p_dsa_asn1.cc
[335/431] Compiling err.cc
[336/431] Compiling evp.cc
[337/431] Compiling evp_ctx.cc
[338/431] Compiling evp_asn1.cc
[339/431] Compiling engine.cc
[340/431] Compiling ecdsa_p1363.cc
[341/431] Compiling ecdh.cc
[342/431] Compiling ecdsa_asn1.cc
[343/431] Compiling ec_derive.cc
[344/431] Compiling hash_to_curve.cc
[345/431] Compiling dsa.cc
[346/431] Compiling ec_asn1.cc
[347/431] Compiling dsa_asn1.cc
[348/431] Compiling bcm.cc
[349/431] Compiling params.cc
[350/431] Compiling x25519-asm-arm.S
[351/431] Compiling des.cc
[352/431] Compiling digest_extra.cc
[353/431] Compiling dh_asn1.cc
[354/431] Compiling curve25519_64_adx.cc
[355/431] Compiling cpu_intel.cc
[356/431] Compiling crypto.cc
[357/431] Compiling spake25519.cc
[358/431] Compiling cpu_arm_linux.cc
[359/431] Compiling cpu_arm_freebsd.cc
[360/431] Compiling curve25519.cc
[361/431] Compiling cpu_aarch64_win.cc
[362/431] Compiling cpu_aarch64_sysreg.cc
[363/431] Compiling cpu_aarch64_linux.cc
[364/431] Compiling cpu_aarch64_openbsd.cc
[365/431] Compiling cpu_aarch64_fuchsia.cc
[366/431] Compiling cpu_aarch64_apple.cc
[367/431] Compiling conf.cc
[368/431] Compiling tls_cbc.cc
[369/431] Compiling get_cipher.cc
[370/431] Compiling e_rc4.cc
[371/431] Compiling e_tls.cc
[372/431] Compiling e_null.cc
[373/431] Compiling cms.cc
[374/431] Compiling e_rc2.cc
[375/431] Compiling e_des.cc
[376/431] Compiling e_chacha20poly1305.cc
[377/431] Compiling e_aesgcmsiv.cc
[378/431] Compiling e_aesctrhmac.cc
[379/431] Compiling e_aeseax.cc
[380/431] Compiling derive_key.cc
[381/431] Compiling chacha.cc
[382/431] Compiling cbb.cc
[383/431] Compiling unicode.cc
[384/431] Compiling sqrt.cc
[385/431] Compiling ber.cc
[386/431] Compiling cbs.cc
[387/431] Compiling div.cc
[388/431] Compiling buf.cc
[389/431] Compiling exponentiation.cc
[390/431] Compiling asn1_compat.cc
[391/431] Compiling printf.cc
[392/431] Compiling blake2.cc
[393/431] Compiling pair.cc
[394/431] Compiling hexdump.cc
[395/431] Compiling bn_asn1.cc
[396/431] Compiling file.cc
[397/431] Compiling convert.cc
[398/431] Compiling fd.cc
[399/431] Compiling errno.cc
[400/431] Compiling base64.cc
[401/431] Compiling bio.cc
[402/431] Compiling bio_mem.cc
[403/431] Compiling tasn_fre.cc
[404/431] Compiling tasn_typ.cc
[405/431] Compiling tasn_new.cc
[406/431] Compiling tasn_utl.cc
[407/431] Compiling posix_time.cc
[408/431] Compiling f_string.cc
[409/431] Compiling tasn_enc.cc
[410/431] Compiling f_int.cc
[411/431] Compiling asn_pack.cc
[412/431] Compiling tasn_dec.cc
[413/431] Compiling asn1_par.cc
[414/431] Compiling asn1_lib.cc
[415/431] Compiling a_utctm.cc
[416/431] Compiling a_octet.cc
[417/431] Compiling a_type.cc
[418/431] Compiling a_time.cc
[419/431] Compiling a_strex.cc
[420/431] Compiling a_strnid.cc
[421/431] Compiling a_object.cc
[422/431] Compiling a_i2d_fp.cc
[423/431] Compiling a_dup.cc
[424/431] Compiling a_mbstr.cc
[425/431] Compiling a_gentm.cc
[426/431] Compiling a_int.cc
[427/431] Compiling a_d2i_fp.cc
[428/431] Compiling a_bool.cc
[429/431] Compiling aes.cc
[430/431] Compiling a_bitstr.cc
[432/439] Compiling CryptoBoringWrapper RandomBytes.swift
[433/439] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[434/439] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[435/439] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[436/439] Emitting module CryptoBoringWrapper
[437/439] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[438/439] Compiling CryptoBoringWrapper EllipticCurve.swift
[439/439] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[441/511] Compiling Crypto HPKE-Errors.swift
[442/511] Compiling Crypto HPKE.swift
[443/511] Compiling Crypto HPKE-Context.swift
[444/511] Compiling Crypto HPKE-KeySchedule.swift
[445/511] Compiling Crypto HPKE-Modes.swift
[446/511] Compiling Crypto Insecure.swift
[447/511] Compiling Crypto Insecure_HashFunctions.swift
[448/511] Compiling Crypto KEM.swift
[449/511] Compiling Crypto ECDH_boring.swift
[450/511] Compiling Crypto DH.swift
[451/521] Compiling Crypto HPKE-AEAD.swift
[452/521] Compiling Crypto HPKE-Ciphersuite.swift
[453/521] Compiling Crypto HPKE-KDF.swift
[454/521] Compiling Crypto HPKE-KexKeyDerivation.swift
[455/521] Compiling Crypto HPKE-LabeledExtract.swift
[456/521] Compiling Crypto HPKE-Utils.swift
[457/521] Compiling Crypto DHKEM.swift
[458/521] Compiling Crypto HPKE-KEM-Curve25519.swift
[459/521] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[460/521] Compiling Crypto HPKE-KEM.swift
[461/521] Compiling Crypto PKCS8PrivateKey.swift
[462/521] Compiling Crypto SEC1PrivateKey.swift
[463/521] Compiling Crypto SubjectPublicKeyInfo.swift
[464/521] Compiling Crypto CryptoError_boring.swift
[465/521] Compiling Crypto CryptoKitErrors.swift
[466/521] Compiling Crypto Digest_boring.swift
[467/521] Compiling Crypto Digest.swift
[468/521] Compiling Crypto Digests.swift
[469/521] Compiling Crypto HashFunctions.swift
[470/521] Compiling Crypto HashFunctions_SHA2.swift
[471/521] Emitting module Crypto
[472/521] Compiling Crypto AES-GCM.swift
[473/521] Compiling Crypto AES-GCM_boring.swift
[474/521] Compiling Crypto ChaChaPoly_boring.swift
[475/521] Compiling Crypto ChaChaPoly.swift
[476/521] Compiling Crypto Cipher.swift
[477/521] Compiling Crypto Nonces.swift
[478/521] Compiling Crypto ASN1.swift
[479/521] Compiling Crypto ASN1Any.swift
[480/521] Compiling Crypto ASN1BitString.swift
[481/521] Compiling Crypto ASN1Boolean.swift
[482/521] Compiling Crypto X25519Keys.swift
[483/521] Compiling Crypto SymmetricKeys.swift
[484/521] Compiling Crypto HMAC.swift
[485/521] Compiling Crypto MACFunctions.swift
[486/521] Compiling Crypto MessageAuthenticationCode.swift
[487/521] Compiling Crypto AES.swift
[488/521] Compiling Crypto ECDSASignature_boring.swift
[489/521] Compiling Crypto ECDSA_boring.swift
[490/521] Compiling Crypto EdDSA_boring.swift
[491/521] Compiling Crypto ECDSA.swift
[492/521] Compiling Crypto ECDH.swift
[493/521] Compiling Crypto HKDF.swift
[494/521] Compiling Crypto AESWrap.swift
[495/521] Compiling Crypto AESWrap_boring.swift
[496/521] Compiling Crypto Ed25519_boring.swift
[497/521] Compiling Crypto NISTCurvesKeys_boring.swift
[498/521] Compiling Crypto X25519Keys_boring.swift
[499/521] Compiling Crypto Curve25519.swift
[500/521] Compiling Crypto Ed25519Keys.swift
[501/521] Compiling Crypto NISTCurvesKeys.swift
[502/521] Compiling Crypto Ed25519.swift
[503/521] Compiling Crypto Signature.swift
[504/521] Compiling Crypto CryptoKitErrors_boring.swift
[505/521] Compiling Crypto RNG_boring.swift
[506/521] Compiling Crypto SafeCompare_boring.swift
[507/521] Compiling Crypto Zeroization_boring.swift
[508/521] Compiling Crypto PrettyBytes.swift
[509/521] Compiling Crypto SafeCompare.swift
[510/521] Compiling Crypto SecureBytes.swift
[511/521] Compiling Crypto Zeroization.swift
[512/521] Compiling Crypto ASN1Identifier.swift
[513/521] Compiling Crypto ASN1Integer.swift
[514/521] Compiling Crypto ASN1Null.swift
[515/521] Compiling Crypto ASN1OctetString.swift
[516/521] Compiling Crypto ASN1Strings.swift
[517/521] Compiling Crypto ArraySliceBigint.swift
[518/521] Compiling Crypto GeneralizedTime.swift
[519/521] Compiling Crypto ObjectIdentifier.swift
[520/521] Compiling Crypto ECDSASignature.swift
[521/521] Compiling Crypto PEMDocument.swift
[523/572] Compiling _CryptoExtras PBKDF2_boring.swift
[524/572] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[525/572] Compiling _CryptoExtras PBKDF2.swift
[526/572] Compiling _CryptoExtras Scrypt_boring.swift
[527/572] Compiling _CryptoExtras Scrypt.swift
[528/572] Compiling _CryptoExtras OPRF.swift
[529/572] Compiling _CryptoExtras OPRFClient.swift
[530/579] Emitting module _CryptoExtras
[531/579] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[532/579] Compiling _CryptoExtras CMAC.swift
[533/579] Compiling _CryptoExtras ARC+API.swift
[534/579] Compiling _CryptoExtras ARC.swift
[535/579] Compiling _CryptoExtras ARCCredential.swift
[536/579] Compiling _CryptoExtras ARCEncoding.swift
[537/579] Compiling _CryptoExtras ARCPrecredential.swift
[538/579] Compiling _CryptoExtras AES_CBC.swift
[539/579] Compiling _CryptoExtras AES_CFB.swift
[540/579] Compiling _CryptoExtras AES_CTR.swift
[541/579] Compiling _CryptoExtras AES_GCM_SIV.swift
[542/579] Compiling _CryptoExtras Block Function.swift
[543/579] Compiling _CryptoExtras AES_CFB_boring.swift
[544/579] Compiling _CryptoExtras AES_CTR_boring.swift
[545/579] Compiling _CryptoExtras PEMDocument.swift
[546/579] Compiling _CryptoExtras PrettyBytes.swift
[547/579] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[548/579] Compiling _CryptoExtras DLEQ.swift
[549/579] Compiling _CryptoExtras Prover.swift
[550/579] Compiling _CryptoExtras Verifier.swift
[551/579] Compiling _CryptoExtras ZKPToolbox.swift
[552/579] Compiling _CryptoExtras ARCPresentation.swift
[553/579] Compiling _CryptoExtras ARCRequest.swift
[554/579] Compiling _CryptoExtras ARCResponse.swift
[555/579] Compiling _CryptoExtras ARCServer.swift
[556/579] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[557/579] Compiling _CryptoExtras ChaCha20CTR.swift
[558/579] Compiling _CryptoExtras ObjectIdentifier.swift
[559/579] Compiling _CryptoExtras PKCS8DERRepresentation.swift
[560/579] Compiling _CryptoExtras PKCS8PrivateKey.swift
[561/579] Compiling _CryptoExtras RFC8410AlgorithmIdentifier.swift
[562/579] Compiling _CryptoExtras ECToolbox_boring.swift
[563/579] Compiling _CryptoExtras ECToolbox.swift
[564/579] Compiling _CryptoExtras HashToField.swift
[565/579] Compiling _CryptoExtras KDF.swift
[566/579] Compiling _CryptoExtras OPRFServer.swift
[567/579] Compiling _CryptoExtras VOPRF+API.swift
[568/579] Compiling _CryptoExtras VOPRFClient.swift
[569/579] Compiling _CryptoExtras VOPRFServer.swift
[570/579] Compiling _CryptoExtras RSA+BlindSigning.swift
[571/579] Compiling _CryptoExtras RSA.swift
[572/579] Compiling _CryptoExtras RSA_boring.swift
[573/579] Compiling _CryptoExtras BoringSSLHelpers.swift
[574/579] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[575/579] Compiling _CryptoExtras Data+Extensions.swift
[576/579] Compiling _CryptoExtras DigestType.swift
[577/579] Compiling _CryptoExtras Error.swift
[578/579] Compiling _CryptoExtras I2OSP.swift
[579/579] Compiling _CryptoExtras IntegerEncoding.swift
[581/674] Compiling X509 OCSPExtensionID.swift
[582/674] Compiling X509 OCSPNonce.swift
[583/674] Compiling X509 OCSPPolicy.swift
[584/674] Compiling X509 OCSPRequest.swift
[585/674] Compiling X509 OCSPResponse.swift
[586/674] Compiling X509 OCSPResponseBytes.swift
[587/674] Compiling X509 OCSPResponseData.swift
[588/674] Compiling X509 OCSPResponseStatus.swift
[589/674] Compiling X509 OCSPSignature.swift
[590/674] Compiling X509 OCSPSingleRequest.swift
[591/674] Compiling X509 OCSPSingleResponse.swift
[592/674] Compiling X509 OCSPTBSRequest.swift
[593/674] Compiling X509 OCSPVersion.swift
[594/687] Compiling X509 CMSIssuerAndSerialNumber.swift
[595/687] Compiling X509 CMSOperations.swift
[596/687] Compiling X509 CMSSignature.swift
[597/687] Compiling X509 CMSSignedData.swift
[598/687] Compiling X509 CMSSignerIdentifier.swift
[599/687] Compiling X509 CMSSignerInfo.swift
[600/687] Compiling X509 CMSVersion.swift
[601/687] Compiling X509 Curve25519+DER.swift
[602/687] Compiling X509 Digests.swift
[603/687] Compiling X509 DistinguishedName.swift
[604/687] Compiling X509 CommonName.swift
[605/687] Compiling X509 CountryName.swift
[606/687] Compiling X509 DNBuilder.swift
[607/687] Compiling X509 DomainComponent.swift
[608/687] Compiling X509 OneOfPolicies.swift
[609/687] Compiling X509 PolicyBuilder.swift
[610/687] Compiling X509 BasicConstraintsPolicy.swift
[611/687] Compiling X509 DNSNames.swift
[612/687] Compiling X509 DirectoryNames.swift
[613/687] Compiling X509 ExpiryPolicy.swift
[614/687] Compiling X509 IPConstraints.swift
[615/687] Compiling X509 NameConstraintsPolicy.swift
[616/687] Compiling X509 RFC5280Policy.swift
[617/687] Compiling X509 URIConstraints.swift
[618/687] Compiling X509 VersionPolicy.swift
[619/687] Compiling X509 ServerIdentityPolicy.swift
[620/687] Compiling X509 TrustRootLoading.swift
[621/687] Compiling X509 PKCS8PrivateKey.swift
[622/687] Compiling X509 PromiseAndFuture.swift
[623/687] Compiling X509 RDNAttribute.swift
[624/687] Compiling X509 RandomNumberGenerator+bytes.swift
[625/687] Compiling X509 RelativeDistinguishedName.swift
[626/687] Compiling X509 SEC1PrivateKey.swift
[627/687] Compiling X509 SecKeyWrapper.swift
[628/687] Compiling X509 Signature.swift
[629/687] Compiling X509 SignatureAlgorithm.swift
[630/687] Compiling X509 AllOfPolicies.swift
[631/687] Compiling X509 AnyPolicy.swift
[632/687] Compiling X509 CertificateStore.swift
[633/687] Compiling X509 CustomCertificateStore.swift
[634/687] Compiling X509 CSRAttribute.swift
[635/687] Compiling X509 CSRAttributes.swift
[636/687] Compiling X509 CSRVersion.swift
[637/687] Compiling X509 CertificateSigningRequest.swift
[638/687] Compiling X509 CertificationRequestInfo.swift
[639/687] Compiling X509 ExtensionRequest.swift
[640/687] Compiling X509 Certificate.swift
[641/687] Compiling X509 CertificatePrivateKey.swift
[642/687] Compiling X509 CertificatePublicKey.swift
[643/687] Compiling X509 CertificateSerialNumber.swift
[644/687] Compiling X509 CertificateVersion.swift
[645/687] Compiling X509 CMSAttribute.swift
[646/687] Compiling X509 CMSContentInfo.swift
[647/687] Compiling X509 CMSEncapsulatedContentInfo.swift
[648/687] Compiling X509 EmailAddress.swift
[649/687] Compiling X509 LocalityName.swift
[650/687] Compiling X509 OrganizationName.swift
[651/687] Compiling X509 OrganizationalUnitName.swift
[652/687] Compiling X509 StateOrProvinceName.swift
[653/687] Compiling X509 StreetAddress.swift
[654/687] Compiling X509 Error.swift
[655/687] Compiling X509 AuthorityInformationAccess.swift
[656/687] Compiling X509 AuthorityKeyIdentifier.swift
[657/687] Compiling X509 BasicConstraints.swift
[658/687] Compiling X509 ExtendedKeyUsage.swift
[659/687] Compiling X509 ExtensionIdentifiers.swift
[660/687] Compiling X509 KeyUsage.swift
[661/687] Compiling X509 NameConstraints.swift
[662/687] Compiling X509 SubjectAlternativeName.swift
[663/687] Compiling X509 SubjectKeyIdentifier.swift
[664/687] Compiling X509 Extension.swift
[665/687] Compiling X509 Extensions.swift
[666/687] Compiling X509 ExtensionsBuilder.swift
[667/687] Compiling X509 GeneralName.swift
[668/687] Compiling X509 Lock.swift
[669/687] Compiling X509 LockedValueBox.swift
[670/687] Compiling X509 BasicOCSPResponse.swift
[671/687] Compiling X509 DirectoryString.swift
[672/687] Compiling X509 OCSPCertID.swift
[673/687] Compiling X509 OCSPCertStatus.swift
[674/687] Emitting module X509
[675/687] Compiling X509 UnverifiedChain.swift
[676/687] Compiling X509 VerificationDiagnostic.swift
[677/687] Compiling X509 Verifier.swift
[678/687] Compiling X509 VerifierPolicy.swift
[679/687] Compiling X509 AlgorithmIdentifier.swift
[680/687] Compiling X509 ECDSASignature.swift
[681/687] Compiling X509 RSAPKCS1PublicKey.swift
[682/687] Compiling X509 SubjectPublicKeyInfo.swift
[683/687] Compiling X509 TBSCertificate.swift
[684/687] Compiling X509 Time.swift
[685/687] Compiling X509 TimeCalculations.swift
[686/687] Compiling X509 Validity.swift
[687/687] Compiling X509 X509SendableMetatype.swift
[689/746] Compiling JWTKit EdDSA.swift
[690/746] Compiling JWTKit EdDSACurve.swift
[691/746] Compiling JWTKit EdDSAError.swift
[692/746] Compiling JWTKit EdDSASigner.swift
[693/746] Compiling JWTKit JWTKeyCollection+EdDSA.swift
[694/746] Compiling JWTKit HMAC.swift
[695/746] Compiling JWTKit HMACError.swift
[696/746] Compiling JWTKit HMACSigner.swift
[697/754] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
[698/754] Compiling JWTKit UnsecuredNoneSigner.swift
[699/754] Compiling JWTKit JWTKeyCollection+RSA.swift
[700/754] Compiling JWTKit RSA.swift
[701/754] Compiling JWTKit RSAError.swift
[702/754] Compiling JWTKit RSASigner.swift
[703/754] Compiling JWTKit Base64URL.swift
[704/754] Compiling JWTKit CryptoSigner.swift
[705/754] Emitting module JWTKit
[706/754] Compiling JWTKit ECDSAError.swift
[707/754] Compiling JWTKit ECDSAKeyTypes.swift
[708/754] Compiling JWTKit ECDSASigner.swift
[709/754] Compiling JWTKit ECDSASigningAlgorithm.swift
[710/754] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[711/754] Compiling JWTKit P256+CurveType.swift
[712/754] Compiling JWTKit P384+CurveType.swift
[713/754] Compiling JWTKit P521+CurveType.swift
[714/754] Compiling JWTKit AudienceClaim.swift
[715/754] Compiling JWTKit BoolClaim.swift
[716/754] Compiling JWTKit ExpirationClaim.swift
[717/754] Compiling JWTKit GoogleHostedDomainClaim.swift
[718/754] Compiling JWTKit IDClaim.swift
[719/754] Compiling JWTKit IssuedAtClaim.swift
[720/754] Compiling JWTKit IssuerClaim.swift
[721/754] Compiling JWTKit JWTClaim.swift
[722/754] Compiling JWTKit JWTMultiValueClaim.swift
[723/754] Compiling JWTKit JWTUnixEpochClaim.swift
[724/754] Compiling JWTKit LocaleClaim.swift
[725/754] Compiling JWTKit NotBeforeClaim.swift
[726/754] Compiling JWTKit SubjectClaim.swift
[727/754] Compiling JWTKit TenantIDClaim.swift
[728/754] Compiling JWTKit ECDSA.swift
[729/754] Compiling JWTKit ECDSACurve.swift
[730/754] Compiling JWTKit ECDSACurveType.swift
[731/754] Compiling JWTKit JWTHeader+CommonFields.swift
[732/754] Compiling JWTKit JWTHeader.swift
[733/754] Compiling JWTKit JWTHeaderField.swift
[734/754] Compiling JWTKit JWTKeyCollection.swift
[735/754] Compiling JWTKit JWTParser.swift
[736/754] Compiling JWTKit JWTPayload.swift
[737/754] Compiling JWTKit JWTSerializer.swift
[738/754] Compiling JWTKit JWTSigner.swift
[739/754] Compiling JWTKit JWTKeyCollection+HMAC.swift
[740/754] Compiling JWTKit Insecure.swift
[741/754] Compiling JWTKit JWK.swift
[742/754] Compiling JWTKit JWKIdentifier.swift
[743/754] Compiling JWTKit JWKS.swift
[744/754] Compiling JWTKit JWKSigner.swift
[745/754] Compiling JWTKit JWTAlgorithm.swift
[746/754] Compiling JWTKit JWTError.swift
[747/754] Compiling JWTKit CustomizedJSONCoders.swift
[748/754] Compiling JWTKit Utilities.swift
[749/754] Compiling JWTKit AppleIdentityToken.swift
[750/754] Compiling JWTKit FirebaseAuthIdentityToken.swift
[751/754] Compiling JWTKit GoogleIdentityToken.swift
[752/754] Compiling JWTKit MicrosoftIdentityToken.swift
[753/754] Compiling JWTKit ValidationTimePayload.swift
[754/754] Compiling JWTKit X5CVerifier.swift
[756/763] Compiling DeviceCheckKit DeviceCheckError.swift
[757/763] Compiling DeviceCheckKit Environment.swift
[758/763] Emitting module DeviceCheckKit
[759/763] Compiling DeviceCheckKit TwoBits.swift
[760/763] Compiling DeviceCheckKit Payload.swift
[761/763] Compiling DeviceCheckKit DeviceCheck+Execute.swift
[762/763] Compiling DeviceCheckKit Body.swift
[763/763] Compiling DeviceCheckKit DeviceCheck.swift
Build complete! (215.94s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "jwt-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt-kit"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types"
    },
    {
      "identity" : "http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/zunda-pixel/http-client"
    }
  ],
  "manifest_display_name" : "devicecheckkit",
  "name" : "devicecheckkit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "DeviceCheckKit",
      "targets" : [
        "DeviceCheckKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DeviceCheckKit",
      "module_type" : "SwiftTarget",
      "name" : "DeviceCheckKit",
      "path" : "Sources/DeviceCheckKit",
      "product_dependencies" : [
        "JWTKit",
        "HTTPTypes",
        "HTTPClient"
      ],
      "product_memberships" : [
        "DeviceCheckKit"
      ],
      "sources" : [
        "Body.swift",
        "DeviceCheck+Execute.swift",
        "DeviceCheck.swift",
        "DeviceCheckError.swift",
        "Environment.swift",
        "Payload.swift",
        "TwoBits.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.