The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of AppRemoteConfig, reference 0.6.0 (77d824), with Swift 6.1 for Linux on 30 Apr 2025 14:06:08 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/egeniq/app-remote-config.git
Reference: 0.6.0
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/egeniq/app-remote-config
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at 77d8244 Change data and signature keys
Cloned https://github.com/egeniq/app-remote-config.git
Revision (git rev-parse @):
77d8244b380cc4696cb6ac4e6975e0308c51ae79
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/egeniq/app-remote-config.git at 0.6.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/egeniq/app-remote-config.git
https://github.com/egeniq/app-remote-config.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "AppRemoteConfig",
  "name" : "AppRemoteConfig",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "AppRemoteConfig",
      "targets" : [
        "AppRemoteConfig"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppRemoteConfigTests",
      "module_type" : "SwiftTarget",
      "name" : "AppRemoteConfigTests",
      "path" : "Tests/AppRemoteConfigTests",
      "sources" : [
        "AppRemoteConfigTests.swift",
        "SigningTests.swift"
      ],
      "target_dependencies" : [
        "AppRemoteConfig"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppRemoteConfig",
      "module_type" : "SwiftTarget",
      "name" : "AppRemoteConfig",
      "path" : "Sources/AppRemoteConfig",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "AppRemoteConfig"
      ],
      "sources" : [
        "BuildVariant.swift",
        "Condition.swift",
        "Config+Resolve.swift",
        "Config+Signing.swift",
        "Config.swift",
        "Error.swift",
        "Override.swift",
        "Platform.swift",
        "Schedule.swift",
        "Version.swift",
        "VersionRange.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 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/apple/swift-crypto.git
[1/13831] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.26s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.71s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.28s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.86s)
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/364] Write sources
[2/364] Compiling CCryptoBoringSSLShims shims.c
[3/364] Write swift-version-24593BA9C3E375BF.txt
[4/364] Compiling a_dup.cc
[5/364] Compiling a_d2i_fp.cc
[6/364] Compiling fiat_p256_adx_sqr.S
[7/364] Compiling a_bool.cc
[8/364] Compiling fiat_p256_adx_mul.S
[9/364] Compiling a_bitstr.cc
[10/364] Compiling fiat_curve25519_adx_square.S
[11/364] Compiling a_gentm.cc
[12/364] Compiling fiat_curve25519_adx_mul.S
[13/364] Compiling a_strnid.cc
[14/364] Compiling md5-x86_64-linux.S
[15/364] Compiling md5-586-apple.S
[16/364] Compiling md5-586-linux.S
[17/364] Compiling md5-x86_64-apple.S
[18/364] Compiling chacha20_poly1305_x86_64-apple.S
[19/364] Compiling chacha20_poly1305_armv8-win.S
[20/364] Compiling chacha20_poly1305_armv8-linux.S
[21/364] Compiling chacha20_poly1305_x86_64-linux.S
[22/364] Compiling chacha-x86_64-linux.S
[23/364] Compiling chacha20_poly1305_armv8-apple.S
[24/364] Compiling chacha-x86_64-apple.S
[25/364] Compiling chacha-x86-apple.S
[26/364] Compiling chacha-x86-linux.S
[27/364] Compiling chacha-armv8-win.S
[28/364] Compiling chacha-armv4-linux.S
[29/364] Compiling chacha-armv8-apple.S
[30/364] Compiling aes128gcmsiv-x86_64-apple.S
[31/364] Compiling chacha-armv8-linux.S
[32/364] Compiling aes128gcmsiv-x86_64-linux.S
[33/364] Compiling x86_64-mont5-apple.S
[34/364] Compiling x86_64-mont5-linux.S
[35/364] Compiling x86_64-mont-linux.S
[36/364] Compiling x86-mont-linux.S
[37/364] Compiling x86_64-mont-apple.S
[38/364] Compiling vpaes-x86_64-linux.S
[39/364] Compiling x86-mont-apple.S
[40/364] Compiling vpaes-x86_64-apple.S
[41/364] Compiling vpaes-x86-linux.S
[42/364] Compiling err_data.cc
[43/364] Compiling vpaes-x86-apple.S
[44/364] Compiling vpaes-armv8-win.S
[45/364] Compiling vpaes-armv8-linux.S
[46/364] Compiling vpaes-armv8-apple.S
[47/364] Compiling vpaes-armv7-linux.S
[48/364] Compiling sha512-armv8-linux.S
[49/364] Compiling sha512-armv8-win.S
[50/364] Compiling sha512-x86_64-linux.S
[51/364] Compiling sha512-x86_64-apple.S
[52/364] Compiling sha512-armv4-linux.S
[53/364] Compiling sha512-armv8-apple.S
[54/364] Compiling sha512-586-linux.S
[55/364] Compiling sha512-586-apple.S
[56/364] Compiling sha256-x86_64-apple.S
[57/364] Compiling sha256-armv8-win.S
[58/364] Compiling sha256-armv4-linux.S
[59/364] Compiling sha256-armv8-linux.S
[60/364] Compiling sha256-x86_64-linux.S
[61/364] Compiling sha256-armv8-apple.S
[62/364] Compiling sha256-586-linux.S
[63/364] Compiling sha256-586-apple.S
[64/364] Compiling sha1-x86_64-apple.S
[65/364] Compiling sha1-armv8-linux.S
[66/364] Compiling sha1-armv8-win.S
[67/364] Compiling sha1-armv8-apple.S
[68/364] Compiling sha1-586-linux.S
[69/364] Compiling sha1-x86_64-linux.S
[70/364] Compiling sha1-armv4-large-linux.S
[71/364] Compiling sha1-586-apple.S
[72/364] Compiling rsaz-avx2-linux.S
[73/364] Compiling rsaz-avx2-apple.S
[74/364] Compiling rdrand-x86_64-linux.S
[75/364] Compiling p256_beeu-x86_64-asm-linux.S
[76/364] Compiling p256_beeu-x86_64-asm-apple.S
[77/364] Compiling rdrand-x86_64-apple.S
[78/364] Compiling p256_beeu-armv8-asm-win.S
[78/364] Compiling p256_beeu-armv8-asm-linux.S
[80/364] Compiling p256_beeu-armv8-asm-apple.S
[81/364] Compiling p256-x86_64-asm-apple.S
[82/364] Compiling p256-armv8-asm-win.S
[83/364] Compiling p256-armv8-asm-linux.S
[83/364] Compiling p256-armv8-asm-apple.S
[85/364] Compiling p256-x86_64-asm-linux.S
[86/364] Compiling ghashv8-armv8-apple.S
[86/364] Compiling ghashv8-armv8-win.S
[88/364] Compiling ghashv8-armv8-linux.S
[89/364] Compiling ghashv8-armv7-linux.S
[90/364] Compiling ghash-x86_64-linux.S
[91/364] Compiling ghash-x86-linux.S
[92/364] Compiling ghash-x86_64-apple.S
[93/364] Compiling ghash-x86-apple.S
[94/364] Compiling ghash-ssse3-x86_64-apple.S
[95/364] Compiling ghash-ssse3-x86_64-linux.S
[96/364] Compiling ghash-ssse3-x86-apple.S
[97/364] Compiling ghash-ssse3-x86-linux.S
[98/364] Compiling ghash-neon-armv8-win.S
[99/364] Compiling ghash-neon-armv8-linux.S
[100/364] Compiling ghash-neon-armv8-apple.S
[101/364] Compiling ghash-armv4-linux.S
[102/364] Compiling co-586-linux.S
[103/364] Compiling co-586-apple.S
[104/364] Compiling bn-armv8-win.S
[105/364] Compiling bsaes-armv7-linux.S
[106/364] Compiling bn-armv8-apple.S
[107/364] Compiling bn-armv8-linux.S
[108/364] Compiling bn-586-linux.S
[109/364] Compiling bn-586-apple.S
[110/364] Compiling armv8-mont-win.S
[111/364] Compiling armv8-mont-linux.S
[112/364] Compiling armv8-mont-apple.S
[113/364] Compiling armv4-mont-linux.S
[113/364] Compiling aesv8-gcm-armv8-linux.S
[115/364] Compiling aesv8-gcm-armv8-win.S
[116/364] Compiling aesv8-gcm-armv8-apple.S
[117/364] Compiling aesv8-armv8-win.S
[118/364] Compiling aesv8-armv8-apple.S
[119/364] Compiling aesv8-armv8-linux.S
[120/364] Compiling aesni-x86_64-apple.S
[121/364] Compiling aesv8-armv7-linux.S
[122/364] Compiling aesni-x86_64-linux.S
[123/364] Compiling aesni-x86-linux.S
[124/364] Compiling aesni-x86-apple.S
[125/364] Compiling aes-gcm-avx10-x86_64-apple.S
[126/364] Compiling aesni-gcm-x86_64-linux.S
[127/364] Compiling aes-gcm-avx10-x86_64-linux.S
[128/364] Compiling aesni-gcm-x86_64-apple.S
[129/364] Compiling x_sig.cc
[130/364] Compiling x_spki.cc
[131/364] Compiling x_val.cc
[132/364] Compiling x_req.cc
[133/364] Compiling x_x509a.cc
[134/364] Compiling x_x509.cc
[135/364] Compiling x_pubkey.cc
[136/364] Compiling x_name.cc
[137/364] Compiling x_exten.cc
[138/364] Compiling x_attrib.cc
[139/364] Compiling x_crl.cc
[140/364] Compiling x_algor.cc
[141/364] Compiling x509spki.cc
[142/364] Compiling x_all.cc
[143/364] Compiling x509rset.cc
[144/364] Compiling x509name.cc
[145/364] Compiling x509cset.cc
[146/364] Compiling x509_vpm.cc
[147/364] Compiling x509_txt.cc
[148/364] Compiling x509_trs.cc
[149/364] Compiling x509_v3.cc
[150/364] Compiling x509_vfy.cc
[151/364] Compiling x509_req.cc
[152/364] Compiling x509_set.cc
[153/364] Compiling x509_obj.cc
[154/364] Compiling x509_d2.cc
[155/364] Compiling x509_def.cc
[156/364] Compiling x509_lu.cc
[157/364] Compiling x509_att.cc
[158/364] Compiling x509_cmp.cc
[159/364] Compiling x509_ext.cc
[160/364] Compiling x509.cc
[161/364] Compiling v3_skey.cc
[162/364] Compiling v3_utl.cc
[163/364] Compiling v3_purp.cc
[164/364] Compiling v3_prn.cc
[165/364] Compiling v3_ocsp.cc
[166/364] Compiling v3_pcons.cc
[167/364] Compiling v3_pmaps.cc
[168/364] Compiling v3_ncons.cc
[169/364] Compiling v3_info.cc
[170/364] Compiling v3_int.cc
[171/364] Compiling v3_lib.cc
[172/364] Compiling v3_ia5.cc
[173/364] Compiling v3_genn.cc
[174/364] Compiling v3_enum.cc
[175/364] Compiling v3_extku.cc
[176/364] Compiling v3_crld.cc
[177/364] Compiling v3_cpols.cc
[178/364] Compiling v3_bitst.cc
[179/364] Compiling v3_alt.cc
[180/364] Compiling v3_conf.cc
[181/364] Compiling v3_akeya.cc
[182/364] Compiling v3_bcons.cc
[183/364] Compiling v3_akey.cc
[184/364] Compiling t_x509a.cc
[185/364] Compiling name_print.cc
[186/364] Compiling t_x509.cc
[187/364] Compiling policy.cc
[188/364] Compiling t_req.cc
[189/364] Compiling rsa_pss.cc
[190/364] Compiling i2d_pr.cc
[191/364] Compiling t_crl.cc
[192/364] Compiling a_sign.cc
[193/364] Compiling by_file.cc
[194/364] Compiling by_dir.cc
[195/364] Compiling a_digest.cc
[196/364] Compiling asn1_gen.cc
[197/364] Compiling a_verify.cc
[198/364] Compiling voprf.cc
[199/364] Compiling algorithm.cc
[200/364] Compiling thread_pthread.cc
[201/364] Compiling thread_none.cc
[202/364] Compiling thread_win.cc
[203/364] Compiling trust_token.cc
[204/364] Compiling thread.cc
[205/364] Compiling pmbtoken.cc
[206/364] Compiling wots.cc
[207/364] Compiling stack.cc
[208/364] Compiling thash.cc
[209/364] Compiling merkle.cc
[210/364] Compiling fors.cc
[211/364] Compiling siphash.cc
[212/364] Compiling sha512.cc
[213/364] Compiling slhdsa.cc
[214/364] Compiling sha256.cc
[215/364] Compiling sha1.cc
[216/364] Compiling rsa_extra.cc
[216/364] Compiling rsa_print.cc
[218/364] Compiling rc4.cc
[219/364] Compiling refcount.cc
[220/364] Compiling rsa_asn1.cc
[221/364] Compiling rsa_crypt.cc
[222/364] Compiling windows.cc
[223/364] Compiling trusty.cc
[224/364] Compiling rand_extra.cc
[225/364] Compiling passive.cc
[226/364] Compiling urandom.cc
[227/364] Compiling getentropy.cc
[228/364] Compiling forkunsafe.cc
[229/364] Compiling poly1305_arm_asm.S
[230/364] Compiling ios.cc
[231/364] Compiling fork_detect.cc
[232/364] Compiling deterministic.cc
[233/364] Compiling poly1305_arm.cc
[234/364] Compiling pool.cc
[235/364] Compiling poly1305.cc
[236/364] Compiling poly1305_vec.cc
[237/364] Compiling pkcs8.cc
[238/364] Compiling p5_pbev2.cc
[239/364] Compiling pkcs7.cc
[240/364] Compiling pkcs7_x509.cc
[241/364] Compiling pem_x509.cc
[242/364] Compiling pkcs8_x509.cc
[243/364] Compiling pem_xaux.cc
[244/364] Compiling pem_pkey.cc
[245/364] Compiling pem_pk8.cc
[246/364] Compiling obj_xref.cc
[247/364] Compiling pem_oth.cc
[248/364] Compiling pem_lib.cc
[249/364] Compiling pem_info.cc
[250/364] Compiling mldsa.cc
[251/364] Compiling pem_all.cc
[252/364] Compiling obj.cc
[253/364] Compiling mem.cc
[254/364] Compiling md4.cc
[255/364] Compiling poly_rq_mul.S
[256/364] Compiling fips_shared_support.cc
[257/364] Compiling lhash.cc
[258/364] Compiling mlkem.cc
[259/364] Compiling md5.cc
[260/364] Compiling kyber.cc
[261/364] Compiling hrss.cc
[262/364] Compiling hpke.cc
[263/364] Compiling sign.cc
[264/364] Compiling scrypt.cc
[265/364] Compiling pbkdf.cc
[266/364] Compiling print.cc
[267/364] Compiling ex_data.cc
[268/364] Compiling p_x25519_asn1.cc
[269/364] Compiling p_x25519.cc
[270/364] Compiling p_rsa_asn1.cc
[271/364] Compiling p_hkdf.cc
[272/364] Compiling p_rsa.cc
[273/364] Compiling p_ed25519.cc
[274/364] Compiling p_ec_asn1.cc
[275/364] Compiling p_ed25519_asn1.cc
[276/364] Compiling p_ec.cc
[277/364] Compiling p_dsa_asn1.cc
[278/364] Compiling evp_ctx.cc
[279/364] Compiling p_dh_asn1.cc
[280/364] Compiling p_dh.cc
[281/364] Compiling evp_asn1.cc
[282/364] Compiling ecdsa_asn1.cc
[283/364] Compiling evp.cc
[284/364] Compiling engine.cc
[285/364] Compiling err.cc
[286/364] Compiling ecdh_extra.cc
[287/364] Compiling dsa_asn1.cc
[288/364] Compiling hash_to_curve.cc
[289/364] Compiling ec_derive.cc
[290/364] Compiling ec_asn1.cc
[291/364] Compiling dsa.cc
[292/364] Compiling digest_extra.cc
[293/364] Compiling x25519-asm-arm.S
[294/364] Compiling params.cc
[295/364] Compiling spake25519.cc
[296/364] Compiling des.cc
[297/364] Compiling dh_asn1.cc
[298/364] Compiling cpu_intel.cc
[299/364] Compiling cpu_arm_linux.cc
[300/364] Compiling curve25519.cc
[301/364] Compiling crypto.cc
[302/364] Compiling cpu_arm_freebsd.cc
[303/364] Compiling cpu_aarch64_win.cc
[304/364] Compiling bcm.cc
[305/364] Compiling cpu_aarch64_openbsd.cc
[306/364] Compiling cpu_aarch64_sysreg.cc
[307/364] Compiling cpu_aarch64_linux.cc
[308/364] Compiling cpu_aarch64_fuchsia.cc
[309/364] Compiling cpu_aarch64_apple.cc
[310/364] Compiling curve25519_64_adx.cc
[311/364] Compiling tls_cbc.cc
[312/364] Compiling e_rc4.cc
[313/364] Compiling conf.cc
[314/364] Compiling e_des.cc
[315/364] Compiling e_rc2.cc
[316/364] Compiling e_null.cc
[317/364] Compiling e_tls.cc
[318/364] Compiling e_chacha20poly1305.cc
[319/364] Compiling derive_key.cc
[320/364] Compiling e_aesgcmsiv.cc
[321/364] Compiling cipher_extra.cc
[322/364] Compiling e_aesctrhmac.cc
[322/364] Compiling unicode.cc
[324/364] Compiling chacha.cc
[325/364] Compiling cbb.cc
[326/364] Compiling ber.cc
[327/364] Compiling bn_asn1.cc
[328/364] Compiling cbs.cc
[329/364] Compiling asn1_compat.cc
[330/364] Compiling buf.cc
[331/364] Compiling file.cc
[332/364] Compiling convert.cc
[333/364] Compiling blake2.cc
[334/364] Compiling printf.cc
[335/364] Compiling bio_mem.cc
[336/364] Compiling hexdump.cc
[337/364] Compiling pair.cc
[338/364] Compiling errno.cc
[339/364] Compiling fd.cc
[340/364] Compiling base64.cc
[341/364] Compiling tasn_utl.cc
[342/364] Compiling tasn_fre.cc
[343/364] Compiling tasn_new.cc
[344/364] Compiling tasn_typ.cc
[345/364] Compiling bio.cc
[346/364] Compiling posix_time.cc
[347/364] Compiling tasn_enc.cc
[348/364] Compiling tasn_dec.cc
[349/364] Compiling asn1_par.cc
[350/364] Compiling f_string.cc
[351/364] Compiling asn_pack.cc
[352/364] Compiling f_int.cc
[353/364] Compiling a_utctm.cc
[354/364] Compiling a_time.cc
[355/364] Compiling a_type.cc
[355/364] Write sources
[357/364] Compiling asn1_lib.cc
[358/364] Compiling a_octet.cc
[359/364] Compiling a_mbstr.cc
[360/364] Compiling a_strex.cc
[361/364] Compiling a_object.cc
[362/364] Compiling a_i2d_fp.cc
[363/364] Compiling a_int.cc
[365/372] Compiling CryptoBoringWrapper RandomBytes.swift
[366/372] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[367/372] Compiling CryptoBoringWrapper EllipticCurve.swift
[368/372] Emitting module CryptoBoringWrapper
[369/372] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[370/372] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[371/372] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[372/372] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[374/444] Compiling Crypto SymmetricKeys.swift
[375/444] Compiling Crypto HMAC.swift
[376/444] Compiling Crypto MACFunctions.swift
[377/444] Compiling Crypto MessageAuthenticationCode.swift
[378/444] Compiling Crypto AES.swift
[379/444] Compiling Crypto ECDSASignature_boring.swift
[380/444] Compiling Crypto ECDSA_boring.swift
[381/444] Compiling Crypto EdDSA_boring.swift
[382/444] Compiling Crypto ECDSA.swift
[383/444] Compiling Crypto Ed25519.swift
[384/453] Emitting module Crypto
[385/453] Compiling Crypto AES-GCM.swift
[386/453] Compiling Crypto AES-GCM_boring.swift
[387/453] Compiling Crypto ChaChaPoly_boring.swift
[388/453] Compiling Crypto ChaChaPoly.swift
[389/453] Compiling Crypto Cipher.swift
[390/453] Compiling Crypto Nonces.swift
[391/453] Compiling Crypto ASN1.swift
[392/453] Compiling Crypto ASN1Any.swift
[393/453] Compiling Crypto ASN1BitString.swift
[394/453] Compiling Crypto ASN1Boolean.swift
[395/453] Compiling Crypto HKDF.swift
[396/453] Compiling Crypto AESWrap.swift
[397/453] Compiling Crypto AESWrap_boring.swift
[398/453] Compiling Crypto Ed25519_boring.swift
[399/453] Compiling Crypto NISTCurvesKeys_boring.swift
[400/453] Compiling Crypto X25519Keys_boring.swift
[401/453] Compiling Crypto Curve25519.swift
[402/453] Compiling Crypto Ed25519Keys.swift
[403/453] Compiling Crypto NISTCurvesKeys.swift
[404/453] Compiling Crypto X25519Keys.swift
[405/453] Compiling Crypto HPKE-Ciphersuite.swift
[406/453] Compiling Crypto HPKE-KDF.swift
[407/453] Compiling Crypto HPKE-KexKeyDerivation.swift
[408/453] Compiling Crypto HPKE-LabeledExtract.swift
[409/453] Compiling Crypto HPKE-Utils.swift
[410/453] Compiling Crypto DHKEM.swift
[411/453] Compiling Crypto HPKE-KEM-Curve25519.swift
[412/453] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[413/453] Compiling Crypto HPKE-KEM.swift
[414/453] Compiling Crypto HPKE-Errors.swift
[415/453] Compiling Crypto PKCS8PrivateKey.swift
[416/453] Compiling Crypto SEC1PrivateKey.swift
[417/453] Compiling Crypto SubjectPublicKeyInfo.swift
[418/453] Compiling Crypto CryptoKitErrors.swift
[419/453] Compiling Crypto Digest_boring.swift
[420/453] Compiling Crypto Digest.swift
[421/453] Compiling Crypto Digests.swift
[422/453] Compiling Crypto HashFunctions.swift
[423/453] Compiling Crypto HashFunctions_SHA2.swift
[424/453] Compiling Crypto HPKE-AEAD.swift
[425/453] Compiling Crypto HPKE.swift
[426/453] Compiling Crypto HPKE-Context.swift
[427/453] Compiling Crypto HPKE-KeySchedule.swift
[428/453] Compiling Crypto HPKE-Modes.swift
[429/453] Compiling Crypto Insecure.swift
[430/453] Compiling Crypto Insecure_HashFunctions.swift
[431/453] Compiling Crypto KEM.swift
[432/453] Compiling Crypto ECDH_boring.swift
[433/453] Compiling Crypto DH.swift
[434/453] Compiling Crypto ECDH.swift
[435/453] Compiling Crypto ASN1Identifier.swift
[436/453] Compiling Crypto ASN1Integer.swift
[437/453] Compiling Crypto ASN1Null.swift
[438/453] Compiling Crypto ASN1OctetString.swift
[439/453] Compiling Crypto ASN1Strings.swift
[440/453] Compiling Crypto ArraySliceBigint.swift
[441/453] Compiling Crypto GeneralizedTime.swift
[442/453] Compiling Crypto ObjectIdentifier.swift
[443/453] Compiling Crypto ECDSASignature.swift
[444/453] Compiling Crypto PEMDocument.swift
[445/453] Compiling Crypto Signature.swift
[446/453] Compiling Crypto CryptoKitErrors_boring.swift
[447/453] Compiling Crypto RNG_boring.swift
[448/453] Compiling Crypto SafeCompare_boring.swift
[449/453] Compiling Crypto Zeroization_boring.swift
[450/453] Compiling Crypto PrettyBytes.swift
[451/453] Compiling Crypto SafeCompare.swift
[452/453] Compiling Crypto SecureBytes.swift
[453/453] Compiling Crypto Zeroization.swift
[455/465] Compiling AppRemoteConfig Override.swift
[456/466] Compiling AppRemoteConfig Config+Resolve.swift
[457/466] Compiling AppRemoteConfig Config+Signing.swift
[458/466] Compiling AppRemoteConfig Platform.swift
[459/466] Compiling AppRemoteConfig Schedule.swift
[460/466] Compiling AppRemoteConfig Version.swift
[461/466] Emitting module AppRemoteConfig
[462/466] Compiling AppRemoteConfig BuildVariant.swift
[463/466] Compiling AppRemoteConfig Condition.swift
[464/466] Compiling AppRemoteConfig Config.swift
[465/466] Compiling AppRemoteConfig Error.swift
[466/466] Compiling AppRemoteConfig VersionRange.swift
Build complete! (64.82s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "AppRemoteConfig",
  "name" : "AppRemoteConfig",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "AppRemoteConfig",
      "targets" : [
        "AppRemoteConfig"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppRemoteConfigTests",
      "module_type" : "SwiftTarget",
      "name" : "AppRemoteConfigTests",
      "path" : "Tests/AppRemoteConfigTests",
      "sources" : [
        "AppRemoteConfigTests.swift",
        "SigningTests.swift"
      ],
      "target_dependencies" : [
        "AppRemoteConfig"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AppRemoteConfig",
      "module_type" : "SwiftTarget",
      "name" : "AppRemoteConfig",
      "path" : "Sources/AppRemoteConfig",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "AppRemoteConfig"
      ],
      "sources" : [
        "BuildVariant.swift",
        "Condition.swift",
        "Config+Resolve.swift",
        "Config+Signing.swift",
        "Config.swift",
        "Error.swift",
        "Override.swift",
        "Platform.swift",
        "Schedule.swift",
        "Version.swift",
        "VersionRange.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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.