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 AppStoreConnect, reference main (f8e0a7), with Swift 6.1 for Linux on 26 Apr 2025 21:09:17 UTC.

Swift 6 data race errors: 3

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/onmyway133/AppStoreConnect.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/onmyway133/AppStoreConnect
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f8e0a73 Update
Cloned https://github.com/onmyway133/AppStoreConnect.git
Revision (git rev-parse @):
f8e0a73d6a9f7a4c59de47f532a63c79ceb6ee18
SUCCESS checkout https://github.com/onmyway133/AppStoreConnect.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/onmyway133/AppStoreConnect.git
https://github.com/onmyway133/AppStoreConnect.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "get",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kean/Get"
    },
    {
      "identity" : "naivedate",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kean/NaiveDate"
    },
    {
      "identity" : "urlqueryencoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kean/URLQueryEncoder"
    },
    {
      "identity" : "jwt-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt-kit"
    }
  ],
  "manifest_display_name" : "AppStoreConnect",
  "name" : "AppStoreConnect",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AppStoreConnect",
      "targets" : [
        "AppStoreConnect"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppStoreConnect",
      "module_type" : "SwiftTarget",
      "name" : "AppStoreConnect",
      "path" : "Sources",
      "product_dependencies" : [
        "Get",
        "NaiveDate",
        "URLQueryEncoder",
        "JWTKit"
      ],
      "product_memberships" : [
        "AppStoreConnect"
      ],
      "sources" : [
        "Client.swift",
        "CreateAPI/Entities.swift",
        "CreateAPI/Paths.swift",
        "DateDecodingStrategy+extensions.swift",
        "JWT.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/kean/URLQueryEncoder
Fetching https://github.com/kean/NaiveDate
Fetching https://github.com/vapor/jwt-kit
Fetching https://github.com/kean/Get
[2/128] Fetching urlqueryencoder
[129/2477] Fetching urlqueryencoder, get
[670/2859] Fetching urlqueryencoder, get, naivedate
Fetched https://github.com/kean/URLQueryEncoder from cache (0.25s)
Fetched https://github.com/kean/NaiveDate from cache (0.25s)
[823/2349] Fetching get
[2350/11398] Fetching get, jwt-kit
Fetched https://github.com/kean/Get from cache (0.88s)
Fetched https://github.com/vapor/jwt-kit from cache (0.89s)
Computing version for https://github.com/kean/URLQueryEncoder
Computed https://github.com/kean/URLQueryEncoder at 0.2.1 (2.27s)
Computing version for https://github.com/kean/NaiveDate
Computed https://github.com/kean/NaiveDate at 1.1.0 (0.52s)
Computing version for https://github.com/kean/Get
Computed https://github.com/kean/Get at 0.8.0 (0.56s)
Computing version for https://github.com/vapor/jwt-kit
Computed https://github.com/vapor/jwt-kit at 4.13.5 (0.57s)
Fetching https://github.com/apple/swift-crypto.git
[1/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.45s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.26s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.24s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.83s)
Creating working copy for https://github.com/kean/Get
Working copy of https://github.com/kean/Get resolved at 0.8.0
Creating working copy for https://github.com/kean/NaiveDate
Working copy of https://github.com/kean/NaiveDate resolved at 1.1.0
Creating working copy for https://github.com/vapor/jwt-kit
Working copy of https://github.com/vapor/jwt-kit resolved at 4.13.5
Creating working copy for https://github.com/kean/URLQueryEncoder
Working copy of https://github.com/kean/URLQueryEncoder resolved at 0.2.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Building for debugging...
[0/790] Write sources
[4/790] Compiling p_rsa_asn1.c
[4/790] Write sources
[7/790] Compiling a_d2i_fp.c
[8/790] Compiling sign.c
[9/790] Compiling a_bitstr.c
[10/790] Compiling ctr.c
[11/790] Compiling montgomery_inv.c
[12/790] Compiling fiat_p256_adx_sqr.S
[13/790] Compiling fiat_curve25519_adx_mul.S
[14/790] Compiling fiat_curve25519_adx_square.S
[15/790] Compiling fiat_p256_adx_mul.S
[16/790] Compiling a_bool.c
[17/790] Write swift-version-24593BA9C3E375BF.txt
[18/790] Compiling x_val.c
[19/790] Compiling x_x509a.c
[20/790] Compiling x_sig.c
[21/790] Compiling x_x509.c
[22/790] Compiling x_spki.c
[23/790] Compiling x_req.c
[24/790] Compiling x_name.c
[25/793] Compiling x_pubkey.c
[26/798] Compiling x_exten.c
[27/798] Compiling x_crl.c
[28/799] Compiling x_attrib.c
[29/800] Compiling x509spki.c
[30/800] Compiling x_algor.c
[31/800] Compiling x_all.c
[32/800] Compiling x509rset.c
[33/800] Compiling x509name.c
[34/800] Compiling x509cset.c
[35/800] Compiling x509_v3.c
[36/800] Compiling x509_vpm.c
[37/800] Compiling x509_txt.c
[38/800] Compiling x509_trs.c
[39/800] Compiling x509_vfy.c
[40/800] Compiling x509_obj.c
[41/800] Compiling x509_set.c
[42/800] Compiling x509_req.c
[43/800] Compiling x509_lu.c
[44/800] Compiling x509_ext.c
[45/800] Compiling x509_def.c
[46/800] Compiling x509_d2.c
[47/800] Compiling x509_cmp.c
[48/800] Compiling x509_att.c
[49/800] Compiling x509.c
[50/800] Compiling v3_skey.c
[51/800] Compiling v3_purp.c
[52/800] Compiling v3_utl.c
[53/800] Compiling v3_prn.c
[54/800] Compiling v3_pmaps.c
[55/800] Compiling v3_pcons.c
[56/800] Compiling v3_ocsp.c
[57/800] Compiling v3_ncons.c
[58/800] Compiling v3_int.c
[59/800] Compiling v3_lib.c
[60/800] Compiling v3_info.c
[61/800] Compiling v3_ia5.c
[62/800] Compiling v3_extku.c
[63/800] Compiling v3_genn.c
[64/800] Compiling v3_enum.c
[65/800] Compiling v3_cpols.c
[66/800] Compiling v3_crld.c
[67/800] Compiling v3_conf.c
[68/800] Compiling v3_bitst.c
[69/800] Compiling v3_bcons.c
[70/800] Compiling v3_akeya.c
[71/800] Compiling v3_alt.c
[72/800] Compiling v3_akey.c
[73/800] Compiling t_x509a.c
[74/800] Compiling t_x509.c
[75/800] Compiling t_crl.c
[76/800] Compiling rsa_pss.c
[78/800] Emitting module Get
[78/800] Compiling i2d_pr.c
[79/800] Compiling policy.c
[80/800] Compiling by_file.c
[81/800] Compiling name_print.c
[82/800] Compiling t_req.c
[83/800] Compiling by_dir.c
[84/800] Compiling asn1_gen.c
[85/800] Compiling a_sign.c
[86/800] Compiling algorithm.c
[87/800] Compiling a_verify.c
[88/800] Compiling voprf.c
[89/800] Compiling trust_token.c
[90/800] Compiling thread_win.c
[91/800] Compiling thread_pthread.c
[92/800] Compiling a_digest.c
[93/800] Compiling thread_none.c
[94/800] Compiling thread.c
[95/800] Compiling pmbtoken.c
[96/800] Compiling wots.c
[97/800] Compiling thash.c
[98/800] Compiling spx_util.c
[99/800] Compiling stack.c
[100/800] Compiling spx.c
[101/800] Compiling merkle.c
[102/800] Compiling fors.c
[103/800] Compiling address.c
[104/800] Compiling rsa_print.c
[105/800] Compiling siphash.c
[106/800] Compiling rc4.c
[107/800] Compiling refcount.c
[108/800] Compiling rsa_asn1.c
[109/800] Compiling windows.c
[110/800] Compiling rsa_crypt.c
[111/800] Compiling rand_extra.c
[112/800] Compiling trusty.c
[113/800] Compiling passive.c
[114/800] Compiling ios.c
[115/800] Compiling forkunsafe.c
[116/800] Compiling deterministic.c
[117/800] Compiling getentropy.c
[118/800] Compiling poly1305_arm_asm.S
[119/800] Compiling pool.c
[120/800] Compiling poly1305.c
[121/800] Compiling poly1305_arm.c
[122/800] Compiling poly1305_vec.c
[123/800] Compiling pkcs7.c
[124/800] Compiling pkcs8.c
[125/800] Compiling pkcs8_x509.c
[126/800] Compiling p5_pbev2.c
[127/800] Compiling pkcs7_x509.c
[128/800] Compiling pem_xaux.c
[129/800] Compiling pem_x509.c
[130/800] Compiling pem_pkey.c
[131/800] Compiling pem_oth.c
[132/800] Compiling pem_pk8.c
[133/800] Compiling obj_xref.c
[134/800] Compiling pem_lib.c
[134/800] Compiling pem_info.c
[136/800] Compiling mem.c
[137/800] Compiling obj.c
[138/800] Compiling pem_all.c
[139/800] Compiling lhash.c
[140/800] Compiling keccak.c
[141/800] Compiling kyber.c
[142/800] Compiling poly_rq_mul.S
[143/800] Compiling x86_64-mont5-mac.mac.x86_64.S
[144/800] Compiling x86_64-mont-mac.mac.x86_64.S
[145/800] Compiling x86_64-mont5-linux.linux.x86_64.S
[146/800] Compiling hpke.c
[147/800] Compiling x86_64-mont-linux.linux.x86_64.S
[148/800] Compiling x86-mont-windows.windows.x86.S
[149/800] Compiling hrss.c
[150/800] Compiling x86-mont-linux.linux.x86.S
[150/800] Compiling vpaes-x86_64-mac.mac.x86_64.S
[152/800] Compiling vpaes-x86_64-linux.linux.x86_64.S
[153/800] Compiling vpaes-x86-linux.linux.x86.S
[154/800] Compiling vpaes-x86-windows.windows.x86.S
[155/800] Compiling vpaes-armv8-linux.linux.aarch64.S
[156/800] Compiling vpaes-armv8-ios.ios.aarch64.S
[157/800] Compiling vpaes-armv7-linux.linux.arm.S
[158/800] Compiling vpaes-armv7-ios.ios.arm.S
[159/800] Compiling sha512-x86_64-mac.mac.x86_64.S
[160/800] Compiling sha512-armv8-linux.linux.aarch64.S
[161/800] Compiling kdf.c
[162/800] Compiling sha512-armv4-linux.linux.arm.S
[163/800] Compiling sha512-x86_64-linux.linux.x86_64.S
[164/800] Compiling sha512-armv8-ios.ios.aarch64.S
[165/800] Compiling sha512-armv4-ios.ios.arm.S
[166/800] Compiling sha512-586-windows.windows.x86.S
[167/800] Compiling sha256-x86_64-mac.mac.x86_64.S
[168/800] Compiling sha512-586-linux.linux.x86.S
[169/800] Compiling sha256-armv8-linux.linux.aarch64.S
[170/800] Compiling sha256-x86_64-linux.linux.x86_64.S
[171/800] Compiling sha256-armv4-ios.ios.arm.S
[172/800] Compiling sha256-armv4-linux.linux.arm.S
[173/800] Compiling sha256-586-windows.windows.x86.S
[174/800] Compiling sha256-armv8-ios.ios.aarch64.S
[175/800] Compiling sha1-x86_64-mac.mac.x86_64.S
[176/800] Compiling sha256-586-linux.linux.x86.S
[177/800] Compiling sha1-armv8-ios.ios.aarch64.S
[178/800] Compiling sha1-armv8-linux.linux.aarch64.S
[179/800] Compiling sha1-armv4-large-linux.linux.arm.S
[180/800] Compiling sha1-armv4-large-ios.ios.arm.S
[181/800] Compiling sha1-586-linux.linux.x86.S
[182/800] Compiling sha1-586-windows.windows.x86.S
[183/800] Compiling sha1-x86_64-linux.linux.x86_64.S
[184/800] Compiling sha512.c
[185/800] Compiling sha256.c
[186/800] Compiling sha1.c
[187/800] Compiling service_indicator.c
[188/800] Compiling rsaz-avx2-mac.mac.x86_64.S
[189/800] Compiling fips.c
[190/800] Compiling rsaz-avx2-linux.linux.x86_64.S
[191/800] Compiling self_check.c
[192/800] Compiling rdrand-x86_64-mac.mac.x86_64.S
[193/800] Compiling padding.c
[194/800] Compiling blinding.c
[195/800] Compiling rdrand-x86_64-linux.linux.x86_64.S
[196/800] Compiling rsa_impl.c
[197/800] Compiling rsa.c
[198/800] Compiling fork_detect.c
[199/800] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[200/800] Compiling rand.c
[201/800] Compiling urandom.c
[202/800] Compiling ctrdrbg.c
[203/800] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[204/800] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[205/800] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[206/800] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[207/800] Compiling p256-armv8-asm-ios.ios.aarch64.S
[208/800] Compiling p256-armv8-asm-linux.linux.aarch64.S
[209/800] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[210/800] Compiling polyval.c
[211/800] Compiling ofb.c
[212/800] Compiling gcm_nohw.c
[213/800] Compiling gcm.c
[214/800] Compiling cfb.c
[215/800] Compiling cbc.c
[216/800] Compiling md5-x86_64-mac.mac.x86_64.S
[217/800] Compiling md5-586-windows.windows.x86.S
[218/800] Compiling md5-586-linux.linux.x86.S
[219/800] Compiling md5-x86_64-linux.linux.x86_64.S
[220/800] Compiling md5.c
[221/800] Compiling ghashv8-armv8-linux.linux.aarch64.S
[222/800] Compiling md4.c
[223/800] Compiling ghashv8-armv8-ios.ios.aarch64.S
[224/800] Compiling ghashv8-armv7-linux.linux.arm.S
[225/800] Compiling hkdf.c
[226/800] Compiling hmac.c
[227/800] Compiling ghash-x86_64-mac.mac.x86_64.S
[228/800] Compiling ghashv8-armv7-ios.ios.arm.S
[229/800] Compiling ghash-x86_64-linux.linux.x86_64.S
[230/800] Compiling ghash-x86-windows.windows.x86.S
[231/800] Compiling ghash-x86-linux.linux.x86.S
[232/800] Compiling ghash-ssse3-x86-windows.windows.x86.S
[233/800] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[234/800] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[235/800] Compiling ghash-ssse3-x86-linux.linux.x86.S
[236/800] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[237/800] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[238/800] Compiling fips_shared_support.c
[239/800] Compiling ghash-armv4-linux.linux.arm.S
[240/800] Compiling ghash-armv4-ios.ios.arm.S
[241/800] Compiling ecdsa.c
[242/800] Compiling ecdh.c
[243/800] Compiling wnaf.c
[244/800] Compiling util.c
[245/800] Compiling simple_mul.c
[246/800] Compiling simple.c
[247/800] Compiling scalar.c
[248/800] Compiling p224-64.c
[249/800] Compiling oct.c
[250/800] Compiling p256.c
[251/800] Compiling felem.c
[252/800] Compiling ec_key.c
[253/800] Compiling ec_montgomery.c
[254/800] Compiling digestsign.c
[255/800] Compiling digests.c
[256/800] Compiling ec.c
[257/800] Compiling digest.c
[258/800] Compiling dh.c
[259/800] Compiling check.c
[260/800] Compiling co-586-windows.windows.x86.S
[261/800] Compiling co-586-linux.linux.x86.S
[262/800] Compiling cmac.c
[263/800] Compiling e_aes.c
[264/800] Compiling cipher.c
[265/800] Compiling bsaes-armv7-linux.linux.arm.S
[266/800] Compiling e_aesccm.c
[267/800] Compiling bsaes-armv7-ios.ios.arm.S
[268/800] Compiling aead.c
[269/800] Compiling p256-nistz.c
[270/800] Compiling shift.c
[271/800] Compiling sqrt.c
[272/800] Compiling rsaz_exp.c
[273/800] Compiling random.c
[274/800] Compiling jacobi.c
[275/800] Compiling mul.c
[276/800] Compiling prime.c
[277/800] Compiling montgomery.c
[278/800] Compiling generic.c
[280/800] Compiling NaiveDate NaiveDateFormatter.swift
[280/800] Compiling gcd_extra.c
[281/800] Compiling gcd.c
[283/800] Compiling NaiveDate NaiveDate.swift
[284/800] Emitting module NaiveDate
[285/800] Emitting module URLQueryEncoder
[285/800] Compiling div_extra.c
[286/800] Compiling div.c
[288/800] Compiling URLQueryEncoder URLQueryEncoder.swift
[289/800] Compiling Get APIClient.swift
[290/801] Compiling NaiveDate NaiveDateFormatStyle.swift
[291/802] Compiling Get Request.swift
[292/802] Compiling Get Helpers.swift
[292/803] Compiling exponentiation.c
[293/803] Compiling bn.c
[294/803] Compiling bytes.c
[295/803] Compiling ctx.c
[297/803] Compiling cmp.c
[300/803] Compiling bn-armv8-linux.linux.aarch64.S
[301/803] Compiling bn-armv8-ios.ios.aarch64.S
[302/803] Compiling bn-586-windows.windows.x86.S
[303/803] Compiling add.c
[304/803] Compiling bn-586-linux.linux.x86.S
[305/803] Compiling armv8-mont-linux.linux.aarch64.S
[306/803] Compiling armv8-mont-ios.ios.aarch64.S
[307/803] Compiling armv4-mont-linux.linux.arm.S
[308/803] Compiling armv4-mont-ios.ios.arm.S
[309/803] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[310/803] Compiling aesv8-armv8-ios.ios.aarch64.S
[311/803] Compiling aesv8-armv8-linux.linux.aarch64.S
[312/803] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[313/803] Compiling aesv8-armv7-linux.linux.arm.S
[313/803] Compiling aesv8-armv7-ios.ios.arm.S
[315/803] Compiling aesni-x86_64-mac.mac.x86_64.S
[316/803] Compiling aesni-x86-windows.windows.x86.S
[317/803] Compiling aesni-x86_64-linux.linux.x86_64.S
[318/803] Compiling aesni-x86-linux.linux.x86.S
[319/803] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[319/803] Compiling x86_64-gcc.c
[321/803] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[322/803] Compiling mode_wrappers.c
[323/803] Compiling key_wrap.c
[324/803] Compiling aes.c
[325/803] Compiling ex_data.c
[326/803] Compiling scrypt.c
[327/803] Compiling pbkdf.c
[328/803] Compiling p_x25519.c
[329/803] Compiling p_x25519_asn1.c
[330/803] Compiling print.c
[331/803] Compiling p_hkdf.c
[332/803] Compiling aes_nohw.c
[333/803] Compiling p_ed25519.c
[334/803] Compiling p_rsa.c
[335/803] Compiling p_ed25519_asn1.c
[336/803] Compiling p_ec_asn1.c
[337/803] Compiling err_data.c
[338/803] Compiling p_ec.c
[339/803] Compiling p_dsa_asn1.c
[340/803] Compiling evp_ctx.c
[341/803] Compiling ecdsa_asn1.c
[342/803] Compiling engine.c
[343/803] Compiling evp.c
[344/803] Compiling ecdh_extra.c
[345/803] Compiling evp_asn1.c
[346/803] Compiling ec_derive.c
[347/803] Compiling err.c
[348/803] Compiling ec_asn1.c
[349/803] Compiling hash_to_curve.c
[350/803] Compiling digest_extra.c
[351/803] Compiling dh_asn1.c
[352/803] Compiling dsa.c
[353/803] Compiling dsa_asn1.c
[354/803] Compiling x25519-asm-arm.S
[355/803] Compiling spake25519.c
[356/803] Compiling params.c
[357/803] Compiling crypto.c
[358/803] Compiling des.c
[359/803] Compiling cpu_arm_linux.c
[360/803] Compiling cpu_intel.c
[361/803] Compiling cpu_aarch64_win.c
[361/803] Compiling cpu_arm_freebsd.c
[363/803] Compiling cpu_aarch64_sysreg.c
[364/803] Compiling cpu_aarch64_openbsd.c
[365/803] Compiling cpu_aarch64_linux.c
[366/803] Compiling cpu_aarch64_fuchsia.c
[367/803] Compiling cpu_aarch64_apple.c
[368/803] Compiling curve25519.c
[369/803] Compiling e_rc4.c
[370/803] Compiling e_tls.c
[371/803] Compiling tls_cbc.c
[372/803] Compiling e_null.c
[373/803] Compiling e_rc2.c
[374/803] Compiling conf.c
[375/803] Compiling derive_key.c
[376/803] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[377/803] Compiling e_aesctrhmac.c
[378/803] Compiling curve25519_64_adx.c
[379/803] Compiling e_des.c
[380/803] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[381/803] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[382/803] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[383/803] Compiling cipher_extra.c
[384/803] Compiling e_aesgcmsiv.c
[384/803] Compiling e_chacha20poly1305.c
[386/803] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[387/803] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[388/803] Compiling chacha.c
[389/803] Compiling chacha-x86_64-mac.mac.x86_64.S
[390/803] Compiling chacha-armv8-linux.linux.aarch64.S
[391/803] Compiling chacha-armv8-ios.ios.aarch64.S
[392/803] Compiling chacha-x86-windows.windows.x86.S
[392/803] Compiling chacha-x86-linux.linux.x86.S
[394/803] Compiling chacha-armv4-linux.linux.arm.S
[395/803] Compiling chacha-x86_64-linux.linux.x86_64.S
[396/803] Compiling chacha-armv4-ios.ios.arm.S
[397/803] Compiling ber.c
[398/803] Compiling unicode.c
[399/803] Compiling buf.c
[400/803] Compiling bn_asn1.c
[401/803] Compiling asn1_compat.c
[402/803] Compiling cbb.c
[403/803] Compiling socket_helper.c
[404/803] Compiling blake2.c
[405/803] Compiling convert.c
[406/803] Compiling cbs.c
[407/803] Compiling printf.c
[408/803] Compiling socket.c
[409/803] Compiling fd.c
[410/803] Compiling file.c
[411/803] Compiling errno.c
[412/803] Compiling pair.c
[413/803] Compiling hexdump.c
[414/803] Compiling bio_mem.c
[415/803] Compiling tasn_new.c
[416/803] Compiling connect.c
[417/803] Compiling bio.c
[418/803] Compiling base64.c
[419/803] Compiling tasn_typ.c
[420/803] Compiling tasn_fre.c
[421/803] Compiling tasn_utl.c
[422/803] Compiling tasn_enc.c
[423/803] Compiling f_int.c
[424/803] Compiling posix_time.c
[425/803] Compiling tasn_dec.c
[426/803] Compiling f_string.c
[427/803] Compiling asn1_lib.c
[428/803] Compiling asn1_par.c
[429/803] Compiling asn_pack.c
[430/803] Compiling a_utctm.c
[431/803] Compiling a_octet.c
[432/803] Compiling a_strnid.c
[433/803] Compiling a_type.c
[434/803] Compiling a_time.c
[435/803] Compiling a_strex.c
[436/803] Compiling a_i2d_fp.c
[437/803] Compiling a_mbstr.c
[438/803] Compiling a_object.c
[439/803] Compiling a_int.c
[440/803] Compiling a_dup.c
[441/803] Compiling a_gentm.c
[442/803] Compiling fiat_p256_adx_sqr.S
[443/803] Compiling CCryptoBoringSSLShims shims.c
[444/803] Compiling fiat_p256_adx_mul.S
[445/803] Compiling fiat_curve25519_adx_square.S
[446/803] Compiling md5-x86_64-apple.S
[447/803] Compiling md5-x86_64-linux.S
[448/803] Compiling fiat_curve25519_adx_mul.S
[449/803] Compiling chacha20_poly1305_armv8-win.S
[450/803] Compiling md5-586-apple.S
[450/803] Compiling chacha20_poly1305_x86_64-apple.S
[452/803] Compiling md5-586-linux.S
[453/803] Compiling chacha20_poly1305_armv8-linux.S
[454/803] Compiling chacha20_poly1305_x86_64-linux.S
[455/803] Compiling chacha-x86_64-linux.S
[456/803] Compiling chacha-x86_64-apple.S
[457/803] Compiling chacha20_poly1305_armv8-apple.S
[457/803] Compiling chacha-x86-apple.S
[459/803] Compiling err_data.cc
[460/803] Compiling chacha-armv8-win.S
[461/803] Compiling chacha-armv8-linux.S
[462/803] Compiling chacha-x86-linux.S
[463/803] Compiling chacha-armv4-linux.S
[464/803] Compiling x86_64-mont-apple.S
[465/803] Compiling chacha-armv8-apple.S
[466/803] Compiling aes128gcmsiv-x86_64-apple.S
[467/803] Compiling x86_64-mont5-linux.S
[468/803] Compiling x86_64-mont5-apple.S
[469/803] Compiling aes128gcmsiv-x86_64-linux.S
[470/803] Compiling x86_64-mont-linux.S
[471/803] Compiling vpaes-x86_64-linux.S
[472/803] Compiling x86-mont-linux.S
[473/803] Compiling vpaes-x86_64-apple.S
[474/803] Compiling vpaes-x86-linux.S
[475/803] Compiling x86-mont-apple.S
[476/803] Compiling vpaes-armv8-linux.S
[477/803] Compiling vpaes-x86-apple.S
[478/803] Compiling vpaes-armv8-win.S
[479/803] Compiling vpaes-armv8-apple.S
[480/803] Compiling vpaes-armv7-linux.S
[481/803] Compiling sha512-armv8-win.S
[482/803] Compiling sha512-x86_64-apple.S
[483/803] Compiling sha512-x86_64-linux.S
[484/803] Compiling sha512-armv8-linux.S
[485/803] Compiling sha512-586-linux.S
[486/803] Compiling sha512-armv8-apple.S
[487/803] Compiling sha512-armv4-linux.S
[488/803] Compiling sha512-586-apple.S
[489/803] Compiling sha256-x86_64-linux.S
[490/803] Compiling sha256-x86_64-apple.S
[491/803] Compiling sha256-armv8-apple.S
[492/803] Compiling sha256-armv8-win.S
[493/803] Compiling sha256-586-linux.S
[494/803] Compiling sha256-armv4-linux.S
[495/803] Compiling sha256-armv8-linux.S
[496/803] Compiling sha1-armv8-win.S
[497/803] Compiling sha256-586-apple.S
[498/803] Compiling sha1-x86_64-apple.S
[499/803] Compiling sha1-armv4-large-linux.S
[500/803] Compiling sha1-armv8-linux.S
[501/803] Compiling sha1-x86_64-linux.S
[502/803] Compiling sha1-armv8-apple.S
[503/803] Compiling sha1-586-apple.S
[504/803] Compiling sha1-586-linux.S
[505/803] Compiling rsaz-avx2-apple.S
[506/803] Compiling rdrand-x86_64-linux.S
[507/803] Compiling rsaz-avx2-linux.S
[508/803] Compiling rdrand-x86_64-apple.S
[509/803] Compiling p256_beeu-x86_64-asm-linux.S
[510/803] Compiling p256_beeu-armv8-asm-linux.S
[511/803] Compiling p256_beeu-armv8-asm-win.S
[512/803] Compiling p256_beeu-armv8-asm-apple.S
[513/803] Compiling p256_beeu-x86_64-asm-apple.S
[514/803] Compiling p256-x86_64-asm-apple.S
[515/803] Compiling p256-x86_64-asm-linux.S
[516/803] Compiling p256-armv8-asm-win.S
[517/803] Compiling p256-armv8-asm-linux.S
[518/803] Compiling p256-armv8-asm-apple.S
[519/803] Compiling ghashv8-armv8-win.S
[520/803] Compiling ghashv8-armv8-apple.S
[520/803] Compiling ghashv8-armv8-linux.S
[522/803] Compiling ghashv8-armv7-linux.S
[523/803] Compiling ghash-x86-linux.S
[523/803] Compiling ghash-x86_64-linux.S
[525/803] Compiling ghash-x86_64-apple.S
[526/803] Compiling ghash-ssse3-x86_64-linux.S
[527/803] Compiling ghash-ssse3-x86_64-apple.S
[528/803] Compiling ghash-ssse3-x86-linux.S
[529/803] Compiling ghash-x86-apple.S
[530/803] Compiling ghash-neon-armv8-apple.S
[531/803] Compiling ghash-neon-armv8-win.S
[532/803] Compiling ghash-neon-armv8-linux.S
[533/803] Compiling co-586-linux.S
[533/803] Compiling ghash-ssse3-x86-apple.S
[535/803] Compiling co-586-apple.S
[536/803] Compiling ghash-armv4-linux.S
[537/803] Compiling bsaes-armv7-linux.S
[538/803] Compiling bn-armv8-win.S
[539/803] Compiling bn-armv8-linux.S
[540/803] Compiling bn-armv8-apple.S
[541/803] Compiling bn-586-linux.S
[541/803] Compiling bn-586-apple.S
[543/803] Compiling armv8-mont-apple.S
[544/803] Compiling armv8-mont-win.S
[545/803] Compiling armv8-mont-linux.S
[546/803] Compiling armv4-mont-linux.S
[547/803] Compiling aesv8-gcm-armv8-win.S
[548/803] Compiling aesv8-gcm-armv8-linux.S
[549/803] Compiling aesv8-armv8-linux.S
[550/803] Compiling aesv8-gcm-armv8-apple.S
[551/803] Compiling aesv8-armv8-apple.S
[552/803] Compiling aesv8-armv7-linux.S
[553/803] Compiling aesv8-armv8-win.S
[553/803] Compiling aesni-x86_64-apple.S
[555/803] Compiling aesni-x86-linux.S
[556/803] Compiling aesni-x86_64-linux.S
[557/803] Compiling aesni-gcm-x86_64-linux.S
[558/803] Compiling aes-gcm-avx10-x86_64-linux.S
[559/803] Compiling aesni-x86-apple.S
[560/803] Compiling aesni-gcm-x86_64-apple.S
[561/803] Compiling aes-gcm-avx10-x86_64-apple.S
[562/803] Compiling x_sig.cc
[563/803] Compiling x_x509.cc
[564/803] Compiling x_x509a.cc
[565/803] Compiling x_val.cc
[566/803] Compiling x_req.cc
[567/803] Compiling x_name.cc
[568/803] Compiling x_spki.cc
[569/803] Compiling x_pubkey.cc
[570/803] Compiling x_exten.cc
[571/803] Compiling x_algor.cc
[572/803] Compiling x509spki.cc
[573/803] Compiling x_attrib.cc
[574/803] Compiling x_all.cc
[575/803] Compiling x_crl.cc
[576/803] Compiling x509rset.cc
[577/803] Compiling x509name.cc
[578/803] Compiling x509_vpm.cc
[579/803] Compiling x509_vfy.cc
[580/803] Compiling x509cset.cc
[581/803] Compiling x509_trs.cc
[582/803] Compiling x509_v3.cc
[583/803] Compiling x509_txt.cc
[584/803] Compiling x509_set.cc
[585/803] Compiling x509_req.cc
[586/803] Compiling x509_obj.cc
[587/803] Compiling x509_lu.cc
[588/803] Compiling x509_ext.cc
[589/803] Compiling x509_def.cc
[590/803] Compiling x509_att.cc
[590/803] Compiling x509_d2.cc
[592/803] Compiling x509_cmp.cc
[593/803] Compiling x509.cc
[594/803] Compiling v3_utl.cc
[595/803] Compiling v3_skey.cc
[596/803] Compiling v3_ocsp.cc
[597/803] Compiling v3_prn.cc
[598/803] Compiling v3_pcons.cc
[599/803] Compiling v3_purp.cc
[600/803] Compiling v3_int.cc
[601/803] Compiling v3_pmaps.cc
[602/803] Compiling v3_ncons.cc
[603/803] Compiling v3_lib.cc
[604/803] Compiling v3_ia5.cc
[605/803] Compiling v3_extku.cc
[606/803] Compiling v3_info.cc
[607/803] Compiling v3_genn.cc
[608/803] Compiling v3_crld.cc
[609/803] Compiling v3_conf.cc
[610/803] Compiling v3_enum.cc
[611/803] Compiling v3_cpols.cc
[612/803] Compiling v3_bitst.cc
[613/803] Compiling v3_bcons.cc
[614/803] Compiling v3_alt.cc
[615/803] Compiling v3_akeya.cc
[616/803] Compiling v3_akey.cc
[617/803] Compiling t_x509a.cc
[618/803] Compiling t_x509.cc
[619/803] Compiling t_crl.cc
[620/803] Compiling rsa_pss.cc
[621/803] Compiling t_req.cc
[622/803] Compiling i2d_pr.cc
[623/803] Compiling name_print.cc
[624/803] Compiling policy.cc
[625/803] Compiling algorithm.cc
[626/803] Compiling a_sign.cc
[627/803] Compiling by_file.cc
[628/803] Compiling by_dir.cc
[629/803] Compiling a_verify.cc
[630/803] Compiling thread_win.cc
[631/803] Compiling trust_token.cc
[632/803] Compiling voprf.cc
[633/803] Compiling asn1_gen.cc
[634/803] Compiling pmbtoken.cc
[635/803] Compiling a_digest.cc
[636/803] Compiling thread_pthread.cc
[637/803] Compiling thread.cc
[638/803] Compiling wots.cc
[639/803] Compiling thread_none.cc
[640/803] Compiling thash.cc
[641/803] Compiling stack.cc
[642/803] Compiling slhdsa.cc
[643/803] Compiling siphash.cc
[644/803] Compiling sha512.cc
[645/803] Compiling fors.cc
[646/803] Compiling sha256.cc
[647/803] Compiling merkle.cc
[648/803] Compiling sha1.cc
[649/803] Compiling rsa_print.cc
[650/803] Compiling rsa_extra.cc
[651/803] Compiling rsa_crypt.cc
[652/803] Compiling rc4.cc
[653/803] Compiling refcount.cc
[654/803] Compiling trusty.cc
[655/803] Compiling windows.cc
[656/803] Compiling rsa_asn1.cc
[657/803] Compiling urandom.cc
[658/803] Compiling rand_extra.cc
[659/803] Compiling ios.cc
[660/803] Compiling poly1305_arm_asm.S
[661/803] Compiling deterministic.cc
[662/803] Compiling getentropy.cc
[663/803] Compiling forkunsafe.cc
[664/803] Compiling passive.cc
[665/803] Compiling fork_detect.cc
[666/803] Compiling poly1305_vec.cc
[667/803] Compiling poly1305_arm.cc
[668/803] Compiling pool.cc
[669/803] Compiling poly1305.cc
[670/803] Compiling pkcs7.cc
[671/803] Compiling pkcs8_x509.cc
[672/803] Compiling pkcs8.cc
[673/803] Compiling pem_x509.cc
[674/803] Compiling p5_pbev2.cc
[675/803] Compiling pkcs7_x509.cc
[676/803] Compiling pem_xaux.cc
[677/803] Compiling pem_pkey.cc
[678/803] Compiling obj_xref.cc
[679/803] Compiling pem_oth.cc
[680/803] Compiling pem_pk8.cc
[681/803] Compiling mlkem.cc
[682/803] Compiling mldsa.cc
[683/803] Compiling obj.cc
[684/803] Compiling pem_info.cc
[685/803] Compiling pem_all.cc
[686/803] Compiling mem.cc
[687/803] Compiling pem_lib.cc
[688/803] Compiling fips_shared_support.cc
[689/803] Compiling poly_rq_mul.S
[690/803] Compiling md5.cc
[691/803] Compiling lhash.cc
[692/803] Compiling md4.cc
[693/803] Compiling kyber.cc
[694/803] Compiling ex_data.cc
[695/803] Compiling hpke.cc
[695/803] Compiling sign.cc
[697/803] Compiling scrypt.cc
[698/803] Compiling hrss.cc
[699/803] Compiling print.cc
[700/803] Compiling pbkdf.cc
[701/803] Compiling p_x25519.cc
[702/803] Compiling p_rsa_asn1.cc
[703/803] Compiling p_x25519_asn1.cc
[704/803] Compiling p_rsa.cc
[705/803] Compiling p_ed25519.cc
[706/803] Compiling p_hkdf.cc
[707/803] Compiling p_ed25519_asn1.cc
[708/803] Compiling p_ec.cc
[709/803] Compiling p_ec_asn1.cc
[710/803] Compiling p_dsa_asn1.cc
[711/803] Compiling p_dh.cc
[712/803] Compiling evp_ctx.cc
[713/803] Compiling p_dh_asn1.cc
[714/803] Compiling evp_asn1.cc
[715/803] Compiling err.cc
[716/803] Compiling engine.cc
[717/803] Compiling evp.cc
[718/803] Compiling hash_to_curve.cc
[719/803] Compiling ecdsa_asn1.cc
[720/803] Compiling ecdh_extra.cc
[721/803] Compiling ec_derive.cc
[722/803] Compiling ec_asn1.cc
[723/803] Compiling dsa.cc
[724/803] Compiling params.cc
[725/803] Compiling digest_extra.cc
[726/803] Compiling dsa_asn1.cc
[727/803] Compiling x25519-asm-arm.S
[728/803] Compiling dh_asn1.cc
[729/803] Compiling des.cc
[730/803] Compiling bcm.cc
[731/803] Compiling spake25519.cc
[732/803] Compiling curve25519.cc
[733/803] Compiling cpu_arm_linux.cc
[734/803] Compiling crypto.cc
[735/803] Compiling cpu_arm_freebsd.cc
[736/803] Compiling cpu_intel.cc
[737/803] Compiling cpu_aarch64_win.cc
[738/803] Compiling cpu_aarch64_sysreg.cc
[739/803] Compiling cpu_aarch64_openbsd.cc
[740/803] Compiling cpu_aarch64_fuchsia.cc
[741/803] Compiling cpu_aarch64_linux.cc
[742/803] Compiling conf.cc
[743/803] Compiling tls_cbc.cc
[744/803] Compiling cpu_aarch64_apple.cc
[745/803] Compiling e_rc4.cc
[746/803] Compiling curve25519_64_adx.cc
[747/803] Compiling e_tls.cc
[748/803] Compiling e_rc2.cc
[749/803] Compiling e_null.cc
[750/803] Compiling e_des.cc
[751/803] Compiling e_chacha20poly1305.cc
[752/803] Compiling e_aesctrhmac.cc
[753/803] Compiling e_aesgcmsiv.cc
[754/803] Compiling derive_key.cc
[755/803] Compiling cipher_extra.cc
[756/803] Compiling chacha.cc
[757/803] Compiling unicode.cc
[758/803] Compiling ber.cc
[759/803] Compiling cbb.cc
[760/803] Compiling cbs.cc
[761/803] Compiling asn1_compat.cc
[762/803] Compiling buf.cc
[763/803] Compiling bn_asn1.cc
[764/803] Compiling blake2.cc
[765/803] Compiling printf.cc
[766/803] Compiling convert.cc
[767/803] Compiling pair.cc
[768/803] Compiling hexdump.cc
[769/803] Compiling file.cc
[770/803] Compiling errno.cc
[771/803] Compiling bio_mem.cc
[772/803] Compiling fd.cc
[773/803] Compiling bio.cc
[774/803] Compiling base64.cc
[775/803] Compiling tasn_utl.cc
[776/803] Compiling posix_time.cc
[777/803] Compiling tasn_typ.cc
[778/803] Compiling f_string.cc
[779/803] Compiling tasn_fre.cc
[780/803] Compiling tasn_new.cc
[781/803] Compiling tasn_enc.cc
[782/803] Compiling asn_pack.cc
[783/803] Compiling tasn_dec.cc
[784/803] Compiling f_int.cc
[785/803] Compiling asn1_par.cc
[786/803] Compiling a_strnid.cc
[787/803] Compiling a_type.cc
[788/803] Compiling a_utctm.cc
[789/803] Compiling asn1_lib.cc
[790/803] Compiling a_time.cc
[791/803] Compiling a_octet.cc
[792/803] Compiling a_strex.cc
[793/803] Compiling a_object.cc
[794/803] Compiling a_d2i_fp.cc
[795/803] Write sources
[796/803] Compiling a_gentm.cc
[797/803] Compiling a_i2d_fp.cc
[798/803] Compiling a_mbstr.cc
[799/803] Compiling a_dup.cc
[800/803] Compiling a_int.cc
[801/803] Compiling a_bool.cc
[802/803] Compiling a_bitstr.cc
[804/811] Compiling CryptoBoringWrapper RandomBytes.swift
[805/811] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[806/811] Compiling CryptoBoringWrapper EllipticCurve.swift
[807/811] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[808/811] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[809/811] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[810/811] Emitting module CryptoBoringWrapper
[811/811] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[813/883] Compiling Crypto HPKE-Ciphersuite.swift
[814/883] Compiling Crypto HPKE-KDF.swift
[815/883] Compiling Crypto HPKE-KexKeyDerivation.swift
[816/883] Compiling Crypto HPKE-LabeledExtract.swift
[817/883] Compiling Crypto HPKE-Utils.swift
[818/883] Compiling Crypto DHKEM.swift
[819/883] Compiling Crypto HPKE-KEM-Curve25519.swift
[820/883] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[821/883] Compiling Crypto HPKE-KEM.swift
[822/883] Compiling Crypto HPKE-Errors.swift
[823/892] Compiling Crypto HKDF.swift
[824/892] Compiling Crypto AESWrap.swift
[825/892] Compiling Crypto AESWrap_boring.swift
[826/892] Compiling Crypto Ed25519_boring.swift
[827/892] Compiling Crypto NISTCurvesKeys_boring.swift
[828/892] Compiling Crypto X25519Keys_boring.swift
[829/892] Compiling Crypto Curve25519.swift
[830/892] Compiling Crypto Ed25519Keys.swift
[831/892] Compiling Crypto NISTCurvesKeys.swift
[832/892] Compiling Crypto X25519Keys.swift
[833/892] Compiling Crypto SymmetricKeys.swift
[834/892] Compiling Crypto HMAC.swift
[835/892] Compiling Crypto MACFunctions.swift
[836/892] Compiling Crypto MessageAuthenticationCode.swift
[837/892] Compiling Crypto AES.swift
[838/892] Compiling Crypto ECDSASignature_boring.swift
[839/892] Compiling Crypto ECDSA_boring.swift
[840/892] Compiling Crypto EdDSA_boring.swift
[841/892] Compiling Crypto ECDSA.swift
[842/892] Compiling Crypto Ed25519.swift
[843/892] Emitting module Crypto
[844/892] Compiling Crypto AES-GCM.swift
[845/892] Compiling Crypto AES-GCM_boring.swift
[846/892] Compiling Crypto ChaChaPoly_boring.swift
[847/892] Compiling Crypto ChaChaPoly.swift
[848/892] Compiling Crypto Cipher.swift
[849/892] Compiling Crypto Nonces.swift
[850/892] Compiling Crypto ASN1.swift
[851/892] Compiling Crypto ASN1Any.swift
[852/892] Compiling Crypto ASN1BitString.swift
[853/892] Compiling Crypto ASN1Boolean.swift
[854/892] Compiling Crypto HPKE.swift
[855/892] Compiling Crypto HPKE-Context.swift
[856/892] Compiling Crypto HPKE-KeySchedule.swift
[857/892] Compiling Crypto HPKE-Modes.swift
[858/892] Compiling Crypto Insecure.swift
[859/892] Compiling Crypto Insecure_HashFunctions.swift
[860/892] Compiling Crypto KEM.swift
[861/892] Compiling Crypto ECDH_boring.swift
[862/892] Compiling Crypto DH.swift
[863/892] Compiling Crypto ECDH.swift
[864/892] Compiling Crypto PKCS8PrivateKey.swift
[865/892] Compiling Crypto SEC1PrivateKey.swift
[866/892] Compiling Crypto SubjectPublicKeyInfo.swift
[867/892] Compiling Crypto CryptoKitErrors.swift
[868/892] Compiling Crypto Digest_boring.swift
[869/892] Compiling Crypto Digest.swift
[870/892] Compiling Crypto Digests.swift
[871/892] Compiling Crypto HashFunctions.swift
[872/892] Compiling Crypto HashFunctions_SHA2.swift
[873/892] Compiling Crypto HPKE-AEAD.swift
[874/892] Compiling Crypto ASN1Identifier.swift
[875/892] Compiling Crypto ASN1Integer.swift
[876/892] Compiling Crypto ASN1Null.swift
[877/892] Compiling Crypto ASN1OctetString.swift
[878/892] Compiling Crypto ASN1Strings.swift
[879/892] Compiling Crypto ArraySliceBigint.swift
[880/892] Compiling Crypto GeneralizedTime.swift
[881/892] Compiling Crypto ObjectIdentifier.swift
[882/892] Compiling Crypto ECDSASignature.swift
[883/892] Compiling Crypto PEMDocument.swift
[884/892] Compiling Crypto Signature.swift
[885/892] Compiling Crypto CryptoKitErrors_boring.swift
[886/892] Compiling Crypto RNG_boring.swift
[887/892] Compiling Crypto SafeCompare_boring.swift
[888/892] Compiling Crypto Zeroization_boring.swift
[889/892] Compiling Crypto PrettyBytes.swift
[890/892] Compiling Crypto SafeCompare.swift
[891/892] Compiling Crypto SecureBytes.swift
[892/892] Compiling Crypto Zeroization.swift
[894/940] Emitting module JWTKit
[895/946] Compiling JWTKit JWTClaim.swift
[896/946] Compiling JWTKit JWTMultiValueClaim.swift
[897/946] Compiling JWTKit JWTUnixEpochClaim.swift
[898/946] Compiling JWTKit LocaleClaim.swift
[899/946] Compiling JWTKit NotBeforeClaim.swift
[900/946] Compiling JWTKit SubjectClaim.swift
[901/946] Compiling JWTKit ECDSAError.swift
[902/946] Compiling JWTKit JWTSigner.swift
[903/946] Compiling JWTKit JWTSigners.swift
[904/946] Compiling JWTKit JWTSigner+UnsecuredNone.swift
[905/946] Compiling JWTKit UnsecuredNoneSigner.swift
[906/946] Compiling JWTKit JWTSigner+RSA.swift
[907/946] Compiling JWTKit RSAError.swift
[908/946] Compiling JWTKit OctetKeyPair.swift
[909/946] Compiling JWTKit HMACError.swift
[910/946] Compiling JWTKit HMACSigner.swift
[911/946] Compiling JWTKit JWTSigner+HMAC.swift
[912/946] Compiling JWTKit JWK.swift
[913/946] Compiling JWTKit JWKIdentifier.swift
[914/946] Compiling JWTKit JWKS.swift
[915/946] Compiling JWTKit RSAKey.swift
[916/946] Compiling JWTKit RSASigner.swift
[917/946] Compiling JWTKit Base64URL.swift
[918/946] Compiling JWTKit BigNumber.swift
[919/946] Compiling JWTKit CustomizedJSONCoders.swift
[920/946] Compiling JWTKit Exports.swift
[921/946] Compiling JWTKit JWTAlgorithm.swift
[922/946] Compiling JWTKit JWTError.swift
[923/946] Compiling JWTKit JWTHeader.swift
[924/946] Compiling JWTKit JWTParser.swift
[925/946] Compiling JWTKit JWTPayload.swift
[926/946] Compiling JWTKit JWTSerializer.swift
[927/946] Compiling JWTKit AudienceClaim.swift
[928/946] Compiling JWTKit BoolClaim.swift
[929/946] Compiling JWTKit ExpirationClaim.swift
[930/946] Compiling JWTKit GoogleHostedDomainClaim.swift
[931/946] Compiling JWTKit IDClaim.swift
[932/946] Compiling JWTKit IssuedAtClaim.swift
[933/946] Compiling JWTKit IssuerClaim.swift
[934/946] Compiling JWTKit ECDSAKey.swift
[935/946] Compiling JWTKit ECDSASigner.swift
[936/946] Compiling JWTKit JWTSigner+ECDSA.swift
[937/946] Compiling JWTKit EdDSAError.swift
[938/946] Compiling JWTKit EdDSAKey.swift
[939/946] Compiling JWTKit EdDSASigner.swift
[940/946] Compiling JWTKit JWTSigner+EdDSA.swift
[941/946] Compiling JWTKit OpenSSLSigner.swift
[942/946] Compiling JWTKit Utilities.swift
[943/946] Compiling JWTKit AppleIdentityToken.swift
[944/946] Compiling JWTKit GoogleIdentityToken.swift
[945/946] Compiling JWTKit MicrosoftIdentitiyToken.swift
[946/946] Compiling JWTKit X5CVerifier.swift
[948/953] Compiling AppStoreConnect DateDecodingStrategy+extensions.swift
/host/spi-builder-workspace/Sources/DateDecodingStrategy+extensions.swift:11:16: warning: static property 'formatter1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 |
10 | struct Formatters {
11 |     static var formatter1: DateFormatter = {
   |                |- warning: static property 'formatter1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'formatter1' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'formatter1' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |         let formatter = DateFormatter()
13 |         formatter.calendar = Calendar(identifier: .iso8601)
/host/spi-builder-workspace/Sources/DateDecodingStrategy+extensions.swift:20:16: warning: static property 'formatter2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
18 |     }()
19 |
20 |     static var formatter2: DateFormatter = {
   |                |- warning: static property 'formatter2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'formatter2' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'formatter2' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |         let formatter = DateFormatter()
22 |         formatter.calendar = Calendar(identifier: .iso8601)
/host/spi-builder-workspace/Sources/DateDecodingStrategy+extensions.swift:29:16: warning: static property 'iso8601Formatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
27 |     }()
28 |
29 |     static let iso8601Formatter = ISO8601DateFormatter()
   |                |- warning: static property 'iso8601Formatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601Formatter' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 | }
31 |
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
[949/953] Compiling AppStoreConnect JWT.swift
[950/953] Emitting module AppStoreConnect
/host/spi-builder-workspace/Sources/CreateAPI/Entities.swift:6543:40: warning: 'AppStoreVersionSubmission' is deprecated: Deprecated
 6541 |         case routingAppCoverage(RoutingAppCoverage)
 6542 |         case appStoreReviewDetail(AppStoreReviewDetail)
 6543 |         case appStoreVersionSubmission(AppStoreVersionSubmission)
      |                                        `- warning: 'AppStoreVersionSubmission' is deprecated: Deprecated
 6544 |         case idfaDeclaration(IdfaDeclaration)
 6545 |         case appClipDefaultExperience(AppClipDefaultExperience)
/host/spi-builder-workspace/Sources/CreateAPI/Entities.swift:6544:30: warning: 'IdfaDeclaration' is deprecated: Deprecated
 6542 |         case appStoreReviewDetail(AppStoreReviewDetail)
 6543 |         case appStoreVersionSubmission(AppStoreVersionSubmission)
 6544 |         case idfaDeclaration(IdfaDeclaration)
      |                              `- warning: 'IdfaDeclaration' is deprecated: Deprecated
 6545 |         case appClipDefaultExperience(AppClipDefaultExperience)
 6546 |         case appStoreVersionExperiment(AppStoreVersionExperiment)
/host/spi-builder-workspace/Sources/CreateAPI/Entities.swift:8730:40: warning: 'AppStoreVersionSubmission' is deprecated: Deprecated
 8728 |         case routingAppCoverage(RoutingAppCoverage)
 8729 |         case appStoreReviewDetail(AppStoreReviewDetail)
 8730 |         case appStoreVersionSubmission(AppStoreVersionSubmission)
      |                                        `- warning: 'AppStoreVersionSubmission' is deprecated: Deprecated
 8731 |         case idfaDeclaration(IdfaDeclaration)
 8732 |         case appClipDefaultExperience(AppClipDefaultExperience)
/host/spi-builder-workspace/Sources/CreateAPI/Entities.swift:8731:30: warning: 'IdfaDeclaration' is deprecated: Deprecated
 8729 |         case appStoreReviewDetail(AppStoreReviewDetail)
 8730 |         case appStoreVersionSubmission(AppStoreVersionSubmission)
 8731 |         case idfaDeclaration(IdfaDeclaration)
      |                              `- warning: 'IdfaDeclaration' is deprecated: Deprecated
 8732 |         case appClipDefaultExperience(AppClipDefaultExperience)
 8733 |         case appStoreVersionExperiment(AppStoreVersionExperiment)
/host/spi-builder-workspace/Sources/CreateAPI/Entities.swift:9974:42: warning: 'AgeRatingDeclaration' is deprecated: Deprecated
 9972 |         public var appStoreVersionPhasedRelease: AppStoreVersionPhasedRelease?
 9973 |         /// - warning: Deprecated.
 9974 |         public var ageRatingDeclaration: AgeRatingDeclaration?
      |                                          `- warning: 'AgeRatingDeclaration' is deprecated: Deprecated
 9975 |         public var appStoreVersionLocalizations: AppStoreVersionLocalizations?
 9976 |         public var appStoreVersionExperiments: AppStoreVersionExperiments?
/host/spi-builder-workspace/Sources/CreateAPI/Entities.swift:10416:195: warning: 'AgeRatingDeclaration' is deprecated: Deprecated
10414 |         }
10415 |
10416 |         public init(build: Build? = nil, app: App? = nil, routingAppCoverage: RoutingAppCoverage? = nil, appStoreVersionPhasedRelease: AppStoreVersionPhasedRelease? = nil, ageRatingDeclaration: AgeRatingDeclaration? = nil, appStoreVersionLocalizations: AppStoreVersionLocalizations? = nil, appStoreVersionExperiments: AppStoreVersionExperiments? = nil, appClipDefaultExperience: AppClipDefaultExperience? = nil, appStoreReviewDetail: AppStoreReviewDetail? = nil, appStoreVersionSubmission: AppStoreVersionSubmission? = nil, idfaDeclaration: IdfaDeclaration? = nil) {
      |                                                                                                                                                                                                   `- warning: 'AgeRatingDeclaration' is deprecated: Deprecated
10417 |             self.build = build
10418 |             self.app = app
/host/spi-builder-workspace/Sources/DateDecodingStrategy+extensions.swift:11:16: warning: static property 'formatter1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 |
10 | struct Formatters {
11 |     static var formatter1: DateFormatter = {
   |                |- warning: static property 'formatter1' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'formatter1' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'formatter1' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |         let formatter = DateFormatter()
13 |         formatter.calendar = Calendar(identifier: .iso8601)
/host/spi-builder-workspace/Sources/DateDecodingStrategy+extensions.swift:20:16: warning: static property 'formatter2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
18 |     }()
19 |
20 |     static var formatter2: DateFormatter = {
   |                |- warning: static property 'formatter2' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'formatter2' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'formatter2' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |         let formatter = DateFormatter()
22 |         formatter.calendar = Calendar(identifier: .iso8601)
/host/spi-builder-workspace/Sources/DateDecodingStrategy+extensions.swift:29:16: warning: static property 'iso8601Formatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
27 |     }()
28 |
29 |     static let iso8601Formatter = ISO8601DateFormatter()
   |                |- warning: static property 'iso8601Formatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601Formatter' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 | }
31 |
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
[951/953] Compiling AppStoreConnect Entities.swift
/host/spi-builder-workspace/Sources/CreateAPI/Entities.swift:6543:40: warning: 'AppStoreVersionSubmission' is deprecated: Deprecated
 6541 |         case routingAppCoverage(RoutingAppCoverage)
 6542 |         case appStoreReviewDetail(AppStoreReviewDetail)
 6543 |         case appStoreVersionSubmission(AppStoreVersionSubmission)
      |                                        `- warning: 'AppStoreVersionSubmission' is deprecated: Deprecated
 6544 |         case idfaDeclaration(IdfaDeclaration)
 6545 |         case appClipDefaultExperience(AppClipDefaultExperience)
/host/spi-builder-workspace/Sources/CreateAPI/Entities.swift:6544:30: warning: 'IdfaDeclaration' is deprecated: Deprecated
 6542 |         case appStoreReviewDetail(AppStoreReviewDetail)
 6543 |         case appStoreVersionSubmission(AppStoreVersionSubmission)
 6544 |         case idfaDeclaration(IdfaDeclaration)
      |                              `- warning: 'IdfaDeclaration' is deprecated: Deprecated
 6545 |         case appClipDefaultExperience(AppClipDefaultExperience)
 6546 |         case appStoreVersionExperiment(AppStoreVersionExperiment)
/host/spi-builder-workspace/Sources/CreateAPI/Entities.swift:8730:40: warning: 'AppStoreVersionSubmission' is deprecated: Deprecated
 8728 |         case routingAppCoverage(RoutingAppCoverage)
 8729 |         case appStoreReviewDetail(AppStoreReviewDetail)
 8730 |         case appStoreVersionSubmission(AppStoreVersionSubmission)
      |                                        `- warning: 'AppStoreVersionSubmission' is deprecated: Deprecated
 8731 |         case idfaDeclaration(IdfaDeclaration)
 8732 |         case appClipDefaultExperience(AppClipDefaultExperience)
/host/spi-builder-workspace/Sources/CreateAPI/Entities.swift:8731:30: warning: 'IdfaDeclaration' is deprecated: Deprecated
 8729 |         case appStoreReviewDetail(AppStoreReviewDetail)
 8730 |         case appStoreVersionSubmission(AppStoreVersionSubmission)
 8731 |         case idfaDeclaration(IdfaDeclaration)
      |                              `- warning: 'IdfaDeclaration' is deprecated: Deprecated
 8732 |         case appClipDefaultExperience(AppClipDefaultExperience)
 8733 |         case appStoreVersionExperiment(AppStoreVersionExperiment)
/host/spi-builder-workspace/Sources/CreateAPI/Entities.swift:9974:42: warning: 'AgeRatingDeclaration' is deprecated: Deprecated
 9972 |         public var appStoreVersionPhasedRelease: AppStoreVersionPhasedRelease?
 9973 |         /// - warning: Deprecated.
 9974 |         public var ageRatingDeclaration: AgeRatingDeclaration?
      |                                          `- warning: 'AgeRatingDeclaration' is deprecated: Deprecated
 9975 |         public var appStoreVersionLocalizations: AppStoreVersionLocalizations?
 9976 |         public var appStoreVersionExperiments: AppStoreVersionExperiments?
/host/spi-builder-workspace/Sources/CreateAPI/Entities.swift:10416:195: warning: 'AgeRatingDeclaration' is deprecated: Deprecated
10414 |         }
10415 |
10416 |         public init(build: Build? = nil, app: App? = nil, routingAppCoverage: RoutingAppCoverage? = nil, appStoreVersionPhasedRelease: AppStoreVersionPhasedRelease? = nil, ageRatingDeclaration: AgeRatingDeclaration? = nil, appStoreVersionLocalizations: AppStoreVersionLocalizations? = nil, appStoreVersionExperiments: AppStoreVersionExperiments? = nil, appClipDefaultExperience: AppClipDefaultExperience? = nil, appStoreReviewDetail: AppStoreReviewDetail? = nil, appStoreVersionSubmission: AppStoreVersionSubmission? = nil, idfaDeclaration: IdfaDeclaration? = nil) {
      |                                                                                                                                                                                                   `- warning: 'AgeRatingDeclaration' is deprecated: Deprecated
10417 |             self.build = build
10418 |             self.app = app
/host/spi-builder-workspace/Sources/CreateAPI/Entities.swift:6564:57: warning: 'AppStoreVersionSubmission' is deprecated: Deprecated
 6562 |             } else if let value = try? container.decode(AppStoreReviewDetail.self) {
 6563 |                 self = .appStoreReviewDetail(value)
 6564 |             } else if let value = try? container.decode(AppStoreVersionSubmission.self) {
      |                                                         `- warning: 'AppStoreVersionSubmission' is deprecated: Deprecated
 6565 |                 self = .appStoreVersionSubmission(value)
 6566 |             } else if let value = try? container.decode(IdfaDeclaration.self) {
/host/spi-builder-workspace/Sources/CreateAPI/Entities.swift:6566:57: warning: 'IdfaDeclaration' is deprecated: Deprecated
 6564 |             } else if let value = try? container.decode(AppStoreVersionSubmission.self) {
 6565 |                 self = .appStoreVersionSubmission(value)
 6566 |             } else if let value = try? container.decode(IdfaDeclaration.self) {
      |                                                         `- warning: 'IdfaDeclaration' is deprecated: Deprecated
 6567 |                 self = .idfaDeclaration(value)
 6568 |             } else if let value = try? container.decode(AppClipDefaultExperience.self) {
/host/spi-builder-workspace/Sources/CreateAPI/Entities.swift:8751:57: warning: 'AppStoreVersionSubmission' is deprecated: Deprecated
 8749 |             } else if let value = try? container.decode(AppStoreReviewDetail.self) {
 8750 |                 self = .appStoreReviewDetail(value)
 8751 |             } else if let value = try? container.decode(AppStoreVersionSubmission.self) {
      |                                                         `- warning: 'AppStoreVersionSubmission' is deprecated: Deprecated
 8752 |                 self = .appStoreVersionSubmission(value)
 8753 |             } else if let value = try? container.decode(IdfaDeclaration.self) {
/host/spi-builder-workspace/Sources/CreateAPI/Entities.swift:8753:57: warning: 'IdfaDeclaration' is deprecated: Deprecated
 8751 |             } else if let value = try? container.decode(AppStoreVersionSubmission.self) {
 8752 |                 self = .appStoreVersionSubmission(value)
 8753 |             } else if let value = try? container.decode(IdfaDeclaration.self) {
      |                                                         `- warning: 'IdfaDeclaration' is deprecated: Deprecated
 8754 |                 self = .idfaDeclaration(value)
 8755 |             } else if let value = try? container.decode(AppClipDefaultExperience.self) {
[952/953] Compiling AppStoreConnect Paths.swift
[953/953] Compiling AppStoreConnect Client.swift
/host/spi-builder-workspace/Sources/Client.swift:24:21: warning: 'init(host:_:)' is deprecated: Please use an initializer with a `baseURL` parameter instead
22 |     ) throws {
23 |         let jwt = try credential.generateJWT()
24 |         apiClient = APIClient(host: "api.appstoreconnect.apple.com") {
   |                     `- warning: 'init(host:_:)' is deprecated: Please use an initializer with a `baseURL` parameter instead
25 |             $0.sessionConfiguration.httpAdditionalHeaders = [
26 |                 "Authorization": "Bearer \(jwt)"
Build complete! (291.81s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "get",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kean/Get"
    },
    {
      "identity" : "naivedate",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kean/NaiveDate"
    },
    {
      "identity" : "urlqueryencoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kean/URLQueryEncoder"
    },
    {
      "identity" : "jwt-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt-kit"
    }
  ],
  "manifest_display_name" : "AppStoreConnect",
  "name" : "AppStoreConnect",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AppStoreConnect",
      "targets" : [
        "AppStoreConnect"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppStoreConnect",
      "module_type" : "SwiftTarget",
      "name" : "AppStoreConnect",
      "path" : "Sources",
      "product_dependencies" : [
        "Get",
        "NaiveDate",
        "URLQueryEncoder",
        "JWTKit"
      ],
      "product_memberships" : [
        "AppStoreConnect"
      ],
      "sources" : [
        "Client.swift",
        "CreateAPI/Entities.swift",
        "CreateAPI/Paths.swift",
        "DateDecodingStrategy+extensions.swift",
        "JWT.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.