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 Compute, reference 3.1.0 (5d48d2), with Swift 6.1 for Linux on 28 Apr 2025 12:28:36 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/swift-cloud/Compute.git
Reference: 3.1.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/swift-cloud/Compute
 * tag               3.1.0      -> FETCH_HEAD
HEAD is now at 5d48d24 feat: ja4 digests (#25)
Cloned https://github.com/swift-cloud/Compute.git
Revision (git rev-parse @):
5d48d24c9515f3a0e760fe2837d174fa2a8ffcda
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-cloud/Compute.git at 3.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-cloud/Compute.git
https://github.com/swift-cloud/Compute.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    }
  ],
  "manifest_display_name" : "Compute",
  "name" : "Compute",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "Compute",
      "targets" : [
        "Compute"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ComputeDemo",
      "targets" : [
        "ComputeDemo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ComputeTests",
      "module_type" : "SwiftTarget",
      "name" : "ComputeTests",
      "path" : "Tests/ComputeTests",
      "sources" : [
        "FetchTests.swift",
        "JWTTests.swift"
      ],
      "target_dependencies" : [
        "Compute"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ComputeRuntime",
      "module_type" : "ClangTarget",
      "name" : "ComputeRuntime",
      "path" : "Sources/ComputeRuntime",
      "product_memberships" : [
        "Compute",
        "ComputeDemo"
      ],
      "sources" : [
        "ComputeRuntime.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ComputeDemo",
      "module_type" : "SwiftTarget",
      "name" : "ComputeDemo",
      "path" : "Sources/ComputeDemo",
      "product_memberships" : [
        "ComputeDemo"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Compute"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Compute",
      "module_type" : "SwiftTarget",
      "name" : "Compute",
      "path" : "Sources/Compute",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "Compute",
        "ComputeDemo"
      ],
      "sources" : [
        "Cache.swift",
        "Compute.swift",
        "Concurrency.swift",
        "ConfigStore.swift",
        "Console.swift",
        "Crypto.swift",
        "Fanout/FanoutClient.swift",
        "Fanout/FanoutMessage.swift",
        "Fanout/IncomingRequest+Fanout.swift",
        "Fanout/OutgoingResponse+Fanout.swift",
        "Fastly/Fastly.swift",
        "Fastly/FastlyABI.swift",
        "Fastly/FastlyBody.swift",
        "Fastly/FastlyCache.swift",
        "Fastly/FastlyConfigStore.swift",
        "Fastly/FastlyDevice.swift",
        "Fastly/FastlyEnvironment.swift",
        "Fastly/FastlyError.swift",
        "Fastly/FastlyGeoLocation.swift",
        "Fastly/FastlyKVStore.swift",
        "Fastly/FastlyLogger.swift",
        "Fastly/FastlyPendingRequest.swift",
        "Fastly/FastlyRequest.swift",
        "Fastly/FastlyResponse.swift",
        "Fastly/FastlySecretStore.swift",
        "Fastly/FastlyStubs.swift",
        "Fastly/FastlyTypes.swift",
        "Fastly/FastlyUtils.swift",
        "Fetch/Fetch+URLSession.swift",
        "Fetch/Fetch+Wasi.swift",
        "Fetch/Fetch.swift",
        "Fetch/FetchRequest.swift",
        "Fetch/FetchResponse.swift",
        "Headers.swift",
        "IncomingRequest.swift",
        "JWT/JWT.swift",
        "JWT/JWTClaim.swift",
        "JWT/JWTError.swift",
        "KVStore.swift",
        "OutgoingResponse.swift",
        "Range.swift",
        "ReadableBody/ReadableBody+Data.swift",
        "ReadableBody/ReadableBody+Wasi.swift",
        "ReadableBody/ReadableBody.swift",
        "Router/Parameters.swift",
        "Router/PathComponent.swift",
        "Router/Routable.swift",
        "Router/Router.swift",
        "Router/TrieRouter.swift",
        "SecretStore.swift",
        "WritableBody.swift"
      ],
      "target_dependencies" : [
        "ComputeRuntime"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/apple/swift-crypto
[1/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto from cache (1.43s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.12.3 (4.86s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.25s)
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/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.12.3
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
Building for debugging...
[0/372] Write sources
[4/372] Compiling ComputeRuntime ComputeRuntime.c
[5/372] Compiling ghash-ssse3-x86-linux.S
[6/372] Compiling fiat_p256_adx_sqr.S
[7/372] Compiling fiat_p256_adx_mul.S
[8/372] Compiling fiat_curve25519_adx_square.S
[9/372] Compiling fiat_curve25519_adx_mul.S
[10/372] Compiling md5-x86_64-linux.S
[11/372] Compiling md5-x86_64-apple.S
[12/372] Compiling md5-586-apple.S
[13/372] Compiling md5-586-linux.S
[14/372] Compiling chacha20_poly1305_x86_64-linux.S
[15/372] Compiling CCryptoBoringSSLShims shims.c
[16/372] Compiling chacha20_poly1305_x86_64-apple.S
[17/372] Compiling a_octet.cc
[18/372] Write swift-version-24593BA9C3E375BF.txt
[19/372] Compiling a_object.cc
[20/372] Compiling chacha20_poly1305_armv8-win.S
[21/372] Compiling chacha20_poly1305_armv8-apple.S
[22/372] Compiling chacha20_poly1305_armv8-linux.S
[23/372] Compiling chacha-x86_64-apple.S
[24/372] Compiling chacha-x86-linux.S
[25/372] Compiling a_strex.cc
[26/372] Compiling chacha-x86_64-linux.S
[27/372] Compiling chacha-x86-apple.S
[28/372] Compiling chacha-armv8-win.S
[29/372] Compiling chacha-armv8-linux.S
[30/372] Compiling chacha-armv4-linux.S
[31/372] Compiling chacha-armv8-apple.S
[32/372] Compiling aes128gcmsiv-x86_64-linux.S
[33/372] Compiling aes128gcmsiv-x86_64-apple.S
[34/372] Compiling err_data.cc
[35/372] Compiling x86_64-mont5-linux.S
[36/372] Compiling x86_64-mont5-apple.S
[37/372] Compiling x86_64-mont-apple.S
[38/372] Compiling x86_64-mont-linux.S
[39/372] Compiling x86-mont-linux.S
[40/372] Compiling x86-mont-apple.S
[41/372] Compiling vpaes-x86_64-linux.S
[42/372] Compiling vpaes-x86_64-apple.S
[43/372] Compiling vpaes-x86-linux.S
[44/372] Compiling vpaes-x86-apple.S
[45/372] Compiling vpaes-armv8-win.S
[46/372] Compiling vpaes-armv8-linux.S
[47/372] Compiling vpaes-armv8-apple.S
[48/372] Compiling vpaes-armv7-linux.S
[49/372] Compiling sha512-x86_64-apple.S
[50/372] Compiling sha512-x86_64-linux.S
[51/372] Compiling sha512-armv8-win.S
[52/372] Compiling sha512-armv8-linux.S
[53/372] Compiling sha512-armv8-apple.S
[54/372] Compiling sha512-armv4-linux.S
[55/372] Compiling sha512-586-linux.S
[56/372] Compiling sha512-586-apple.S
[57/372] Compiling sha256-armv8-linux.S
[58/372] Compiling sha256-armv8-win.S
[59/372] Compiling sha256-x86_64-apple.S
[60/372] Compiling sha256-armv8-apple.S
[61/372] Compiling sha256-x86_64-linux.S
[62/372] Compiling x_x509a.cc
[63/372] Compiling sha256-armv4-linux.S
[64/372] Compiling sha256-586-linux.S
[65/372] Compiling sha256-586-apple.S
[66/372] Compiling sha1-x86_64-apple.S
[67/372] Compiling sha1-armv8-win.S
[68/372] Compiling sha1-armv8-linux.S
[69/372] Compiling sha1-x86_64-linux.S
[70/372] Compiling sha1-armv8-apple.S
[71/372] Compiling sha1-armv4-large-linux.S
[72/372] Compiling sha1-586-linux.S
[73/372] Compiling rsaz-avx2-apple.S
[74/372] Compiling sha1-586-apple.S
[75/372] Compiling rdrand-x86_64-linux.S
[76/372] Compiling rsaz-avx2-linux.S
[77/372] Compiling rdrand-x86_64-apple.S
[78/372] Compiling p256_beeu-x86_64-asm-linux.S
[79/372] Compiling p256_beeu-x86_64-asm-apple.S
[80/372] Compiling p256_beeu-armv8-asm-win.S
[81/372] Compiling p256_beeu-armv8-asm-linux.S
[82/372] Compiling p256_beeu-armv8-asm-apple.S
[83/372] Compiling p256-x86_64-asm-apple.S
[84/372] Compiling p256-x86_64-asm-linux.S
[85/372] Compiling p256-armv8-asm-win.S
[86/372] Compiling p256-armv8-asm-linux.S
[87/372] Compiling p256-armv8-asm-apple.S
[88/372] Compiling ghashv8-armv8-linux.S
[89/372] Compiling ghashv8-armv8-win.S
[90/372] Compiling ghashv8-armv8-apple.S
[91/372] Compiling ghashv8-armv7-linux.S
[92/372] Compiling ghash-x86_64-apple.S
[93/372] Compiling ghash-x86-linux.S
[94/372] Compiling ghash-x86_64-linux.S
[95/372] Compiling ghash-x86-apple.S
[96/372] Compiling ghash-ssse3-x86_64-linux.S
[97/372] Compiling ghash-ssse3-x86_64-apple.S
[98/372] Compiling ghash-ssse3-x86-apple.S
[99/372] Compiling ghash-neon-armv8-win.S
[100/372] Compiling ghash-neon-armv8-linux.S
[101/372] Compiling ghash-neon-armv8-apple.S
[102/372] Compiling ghash-armv4-linux.S
[103/372] Compiling co-586-linux.S
[104/372] Compiling bsaes-armv7-linux.S
[105/372] Compiling co-586-apple.S
[106/372] Compiling bn-armv8-win.S
[107/372] Compiling bn-armv8-linux.S
[108/372] Compiling bn-armv8-apple.S
[109/372] Compiling bn-586-linux.S
[110/372] Compiling bn-586-apple.S
[111/372] Compiling armv8-mont-win.S
[112/372] Compiling armv8-mont-linux.S
[113/372] Compiling armv8-mont-apple.S
[114/372] Compiling armv4-mont-linux.S
[115/372] Compiling aesv8-gcm-armv8-win.S
[116/372] Compiling aesv8-gcm-armv8-linux.S
[117/372] Compiling aesv8-gcm-armv8-apple.S
[118/372] Compiling aesv8-armv8-win.S
[119/372] Compiling aesv8-armv8-linux.S
[120/372] Compiling aesv8-armv8-apple.S
[121/372] Compiling aesv8-armv7-linux.S
[122/372] Compiling aesni-x86_64-apple.S
[123/372] Compiling aesni-x86_64-linux.S
[124/372] Compiling aesni-x86-linux.S
[125/372] Compiling aesni-x86-apple.S
[126/372] Compiling aesni-gcm-x86_64-apple.S
[127/372] Compiling aesni-gcm-x86_64-linux.S
[128/372] Compiling aes-gcm-avx10-x86_64-apple.S
[129/372] Compiling aes-gcm-avx10-x86_64-linux.S
[130/372] Compiling x_sig.cc
[131/372] Compiling x_val.cc
[132/372] Compiling x_spki.cc
[133/372] Compiling x_req.cc
[134/372] Compiling x_pubkey.cc
[135/372] Compiling x_x509.cc
[136/372] Compiling x_name.cc
[137/372] Compiling x_exten.cc
[138/372] Compiling x509spki.cc
[139/372] Compiling x_crl.cc
[140/372] Compiling x_algor.cc
[141/372] Compiling x_attrib.cc
[142/372] Compiling x_all.cc
[143/372] Compiling x509rset.cc
[144/372] Compiling x509name.cc
[145/372] Compiling x509cset.cc
[146/372] Compiling x509_txt.cc
[147/372] Compiling x509_vpm.cc
[147/372] Compiling x509_v3.cc
[149/372] Compiling x509_vfy.cc
[150/372] Compiling x509_set.cc
[150/372] Compiling x509_trs.cc
[152/372] Compiling x509_req.cc
[153/372] Compiling x509_obj.cc
[154/372] Compiling x509_def.cc
[155/372] Compiling x509_d2.cc
[156/372] Compiling x509_ext.cc
[157/372] Compiling x509_lu.cc
[158/372] Compiling x509.cc
[159/372] Compiling x509_att.cc
[160/372] Compiling x509_cmp.cc
[161/372] Compiling v3_utl.cc
[162/372] Compiling v3_skey.cc
[163/372] Compiling v3_prn.cc
[164/372] Compiling v3_purp.cc
[165/372] Compiling v3_pmaps.cc
[166/372] Compiling v3_ocsp.cc
[167/372] Compiling v3_pcons.cc
[168/372] Compiling v3_ncons.cc
[169/372] Compiling v3_lib.cc
[170/372] Compiling v3_int.cc
[171/372] Compiling v3_info.cc
[172/372] Compiling v3_ia5.cc
[173/372] Compiling v3_genn.cc
[174/372] Compiling v3_extku.cc
[175/372] Compiling v3_enum.cc
[176/372] Compiling v3_crld.cc
[177/372] Compiling v3_cpols.cc
[178/372] Compiling v3_conf.cc
[179/372] Compiling v3_bitst.cc
[180/372] Compiling v3_bcons.cc
[181/372] Compiling v3_akeya.cc
[182/372] Compiling v3_akey.cc
[183/372] Compiling v3_alt.cc
[184/372] Compiling t_x509a.cc
[185/372] Compiling t_x509.cc
[186/372] Compiling i2d_pr.cc
[187/372] Compiling t_crl.cc
[188/372] Compiling t_req.cc
[189/372] Compiling rsa_pss.cc
[190/372] Compiling name_print.cc
[191/372] Compiling policy.cc
[192/372] Compiling by_file.cc
[193/372] Compiling by_dir.cc
[194/372] Compiling asn1_gen.cc
[195/372] Compiling voprf.cc
[195/372] Compiling algorithm.cc
[197/372] Compiling a_verify.cc
[198/372] Compiling a_digest.cc
[199/372] Compiling a_sign.cc
[200/372] Compiling trust_token.cc
[201/372] Compiling pmbtoken.cc
[202/372] Compiling thread_win.cc
[203/372] Compiling thread.cc
[204/372] Compiling thread_none.cc
[205/372] Compiling thread_pthread.cc
[206/372] Compiling stack.cc
[207/372] Compiling wots.cc
[208/372] Compiling thash.cc
[209/372] Compiling merkle.cc
[210/372] Compiling slhdsa.cc
[211/372] Compiling fors.cc
[212/372] Compiling sha512.cc
[213/372] Compiling siphash.cc
[214/372] Compiling sha256.cc
[215/372] Compiling sha1.cc
[216/372] Compiling rsa_print.cc
[217/372] Compiling rsa_extra.cc
[218/372] Compiling rc4.cc
[219/372] Compiling rsa_crypt.cc
[220/372] Compiling windows.cc
[221/372] Compiling refcount.cc
[222/372] Compiling rsa_asn1.cc
[223/372] Compiling trusty.cc
[224/372] Compiling rand_extra.cc
[225/372] Compiling urandom.cc
[226/372] Compiling ios.cc
[227/372] Compiling getentropy.cc
[228/372] Compiling poly1305_arm_asm.S
[229/372] Compiling passive.cc
[230/372] Compiling forkunsafe.cc
[231/372] Compiling deterministic.cc
[232/372] Compiling fork_detect.cc
[233/372] Compiling pool.cc
[234/372] Compiling poly1305.cc
[235/372] Compiling poly1305_arm.cc
[236/372] Compiling poly1305_vec.cc
[237/372] Compiling pkcs7.cc
[238/372] Compiling p5_pbev2.cc
[239/372] Compiling pkcs8_x509.cc
[240/372] Compiling pkcs8.cc
[241/372] Compiling pkcs7_x509.cc
[242/372] Compiling pem_x509.cc
[243/372] Compiling pem_xaux.cc
[244/372] Compiling pem_pkey.cc
[245/372] Compiling pem_pk8.cc
[246/372] Compiling pem_oth.cc
[247/372] Compiling pem_lib.cc
[248/372] Compiling obj_xref.cc
[249/372] Compiling pem_info.cc
[250/372] Compiling obj.cc
[251/372] Compiling mldsa.cc
[252/372] Compiling mlkem.cc
[253/372] Compiling pem_all.cc
[254/372] Compiling mem.cc
[255/372] Compiling fips_shared_support.cc
[256/372] Compiling md5.cc
[257/372] Compiling md4.cc
[258/372] Compiling poly_rq_mul.S
[259/372] Compiling lhash.cc
[260/372] Compiling kyber.cc
[261/372] Compiling hpke.cc
[262/372] Compiling ex_data.cc
[263/372] Compiling hrss.cc
[264/372] Compiling scrypt.cc
[265/372] Compiling sign.cc
[266/372] Compiling pbkdf.cc
[266/372] Compiling print.cc
[268/372] Compiling p_x25519.cc
[269/372] Compiling p_x25519_asn1.cc
[270/372] Compiling p_rsa.cc
[271/372] Compiling p_hkdf.cc
[272/372] Compiling p_ed25519_asn1.cc
[273/372] Compiling p_ed25519.cc
[274/372] Compiling p_rsa_asn1.cc
[275/372] Compiling p_ec_asn1.cc
[276/372] Compiling p_ec.cc
[277/372] Compiling p_dh.cc
[278/372] Compiling p_dsa_asn1.cc
[279/372] Compiling evp_ctx.cc
[280/372] Compiling p_dh_asn1.cc
[281/372] Compiling evp.cc
[282/372] Compiling evp_asn1.cc
[283/372] Compiling err.cc
[284/372] Compiling engine.cc
[285/372] Compiling ecdh_extra.cc
[286/372] Compiling ecdsa_asn1.cc
[287/372] Compiling ec_derive.cc
[288/372] Compiling hash_to_curve.cc
[289/372] Compiling ec_asn1.cc
[290/372] Compiling dsa_asn1.cc
[291/372] Compiling dsa.cc
[292/372] Compiling params.cc
[293/372] Compiling digest_extra.cc
[294/372] Compiling dh_asn1.cc
[295/372] Compiling x25519-asm-arm.S
[296/372] Compiling des.cc
[297/372] Compiling spake25519.cc
[298/372] Compiling crypto.cc
[299/372] Compiling cpu_intel.cc
[300/372] Compiling cpu_arm_linux.cc
[301/372] Compiling cpu_arm_freebsd.cc
[302/372] Compiling cpu_aarch64_win.cc
[303/372] Compiling cpu_aarch64_openbsd.cc
[304/372] Compiling cpu_aarch64_linux.cc
[305/372] Compiling curve25519.cc
[306/372] Compiling bcm.cc
[307/372] Compiling cpu_aarch64_sysreg.cc
[308/372] Compiling cpu_aarch64_fuchsia.cc
[309/372] Compiling cpu_aarch64_apple.cc
[310/372] Compiling curve25519_64_adx.cc
[311/372] Compiling conf.cc
[312/372] Compiling e_null.cc
[313/372] Compiling e_rc2.cc
[314/372] Compiling e_rc4.cc
[315/372] Compiling tls_cbc.cc
[316/372] Compiling e_tls.cc
[317/372] Compiling e_des.cc
[318/372] Compiling e_chacha20poly1305.cc
[319/372] Compiling derive_key.cc
[320/372] Compiling e_aesgcmsiv.cc
[321/372] Compiling e_aesctrhmac.cc
[322/372] Compiling chacha.cc
[323/372] Compiling cipher_extra.cc
[324/372] Compiling unicode.cc
[325/372] Compiling cbb.cc
[326/372] Compiling cbs.cc
[327/372] Compiling ber.cc
[328/372] Compiling asn1_compat.cc
[329/372] Compiling bn_asn1.cc
[330/372] Compiling buf.cc
[330/372] Compiling convert.cc
[332/372] Compiling blake2.cc
[333/372] Compiling printf.cc
[334/372] Compiling pair.cc
[335/372] Compiling file.cc
[336/372] Compiling errno.cc
[337/372] Compiling hexdump.cc
[338/372] Compiling bio_mem.cc
[339/372] Compiling fd.cc
[340/372] Compiling bio.cc
[341/372] Compiling base64.cc
[342/372] Compiling tasn_typ.cc
[343/372] Compiling tasn_utl.cc
[344/372] Compiling tasn_fre.cc
[345/372] Compiling posix_time.cc
[346/372] Compiling tasn_enc.cc
[347/372] Compiling tasn_new.cc
[348/372] Compiling tasn_dec.cc
[349/372] Compiling f_string.cc
[350/372] Compiling f_int.cc
[351/372] Compiling asn_pack.cc
[352/372] Compiling asn1_par.cc
[353/372] Compiling a_utctm.cc
[354/372] Compiling asn1_lib.cc
[355/372] Compiling a_time.cc
[356/372] Compiling a_type.cc
[357/372] Compiling a_int.cc
[358/372] Compiling a_mbstr.cc
[359/372] Compiling a_strnid.cc
[360/372] Compiling a_i2d_fp.cc
[361/372] Compiling a_gentm.cc
[362/372] Compiling a_dup.cc
[363/372] Compiling a_d2i_fp.cc
[364/372] Compiling a_bool.cc
[365/372] Compiling a_bitstr.cc
[367/380] Compiling CryptoBoringWrapper RandomBytes.swift
[368/380] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[369/380] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[370/380] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[371/380] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[372/380] Emitting module CryptoBoringWrapper
[373/380] Compiling CryptoBoringWrapper EllipticCurve.swift
[374/380] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[375/381] Wrapping AST for CryptoBoringWrapper for debugging
[377/452] Emitting module Crypto
[378/461] Compiling Crypto HKDF.swift
[379/461] Compiling Crypto AESWrap.swift
[380/461] Compiling Crypto AESWrap_boring.swift
[381/461] Compiling Crypto Ed25519_boring.swift
[382/461] Compiling Crypto NISTCurvesKeys_boring.swift
[383/461] Compiling Crypto X25519Keys_boring.swift
[384/461] Compiling Crypto Curve25519.swift
[385/461] Compiling Crypto Ed25519Keys.swift
[386/461] Compiling Crypto NISTCurvesKeys.swift
[387/461] Compiling Crypto X25519Keys.swift
[388/461] Compiling Crypto HPKE-Ciphersuite.swift
[389/461] Compiling Crypto HPKE-KDF.swift
[390/461] Compiling Crypto HPKE-KexKeyDerivation.swift
[391/461] Compiling Crypto HPKE-LabeledExtract.swift
[392/461] Compiling Crypto HPKE-Utils.swift
[393/461] Compiling Crypto DHKEM.swift
[394/461] Compiling Crypto HPKE-KEM-Curve25519.swift
[395/461] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[396/461] Compiling Crypto HPKE-KEM.swift
[397/461] Compiling Crypto HPKE-Errors.swift
[398/461] Compiling Crypto SymmetricKeys.swift
[399/461] Compiling Crypto HMAC.swift
[400/461] Compiling Crypto MACFunctions.swift
[401/461] Compiling Crypto MessageAuthenticationCode.swift
[402/461] Compiling Crypto AES.swift
[403/461] Compiling Crypto ECDSASignature_boring.swift
[404/461] Compiling Crypto ECDSA_boring.swift
[405/461] Compiling Crypto EdDSA_boring.swift
[406/461] Compiling Crypto ECDSA.swift
[407/461] Compiling Crypto Ed25519.swift
[408/461] Compiling Crypto HPKE.swift
[409/461] Compiling Crypto HPKE-Context.swift
[410/461] Compiling Crypto HPKE-KeySchedule.swift
[411/461] Compiling Crypto HPKE-Modes.swift
[412/461] Compiling Crypto Insecure.swift
[413/461] Compiling Crypto Insecure_HashFunctions.swift
[414/461] Compiling Crypto KEM.swift
[415/461] Compiling Crypto ECDH_boring.swift
[416/461] Compiling Crypto DH.swift
[417/461] Compiling Crypto ECDH.swift
[418/461] Compiling Crypto PKCS8PrivateKey.swift
[419/461] Compiling Crypto SEC1PrivateKey.swift
[420/461] Compiling Crypto SubjectPublicKeyInfo.swift
[421/461] Compiling Crypto CryptoKitErrors.swift
[422/461] Compiling Crypto Digest_boring.swift
[423/461] Compiling Crypto Digest.swift
[424/461] Compiling Crypto Digests.swift
[425/461] Compiling Crypto HashFunctions.swift
[426/461] Compiling Crypto HashFunctions_SHA2.swift
[427/461] Compiling Crypto HPKE-AEAD.swift
[428/461] Compiling Crypto AES-GCM.swift
[429/461] Compiling Crypto AES-GCM_boring.swift
[430/461] Compiling Crypto ChaChaPoly_boring.swift
[431/461] Compiling Crypto ChaChaPoly.swift
[432/461] Compiling Crypto Cipher.swift
[433/461] Compiling Crypto Nonces.swift
[434/461] Compiling Crypto ASN1.swift
[435/461] Compiling Crypto ASN1Any.swift
[436/461] Compiling Crypto ASN1BitString.swift
[437/461] Compiling Crypto ASN1Boolean.swift
[438/461] Compiling Crypto ASN1Identifier.swift
[439/461] Compiling Crypto ASN1Integer.swift
[440/461] Compiling Crypto ASN1Null.swift
[441/461] Compiling Crypto ASN1OctetString.swift
[442/461] Compiling Crypto ASN1Strings.swift
[443/461] Compiling Crypto ArraySliceBigint.swift
[444/461] Compiling Crypto GeneralizedTime.swift
[445/461] Compiling Crypto ObjectIdentifier.swift
[446/461] Compiling Crypto ECDSASignature.swift
[447/461] Compiling Crypto PEMDocument.swift
[448/461] Compiling Crypto Signature.swift
[449/461] Compiling Crypto CryptoKitErrors_boring.swift
[450/461] Compiling Crypto RNG_boring.swift
[451/461] Compiling Crypto SafeCompare_boring.swift
[452/461] Compiling Crypto Zeroization_boring.swift
[453/461] Compiling Crypto PrettyBytes.swift
[454/461] Compiling Crypto SafeCompare.swift
[455/461] Compiling Crypto SecureBytes.swift
[456/461] Compiling Crypto Zeroization.swift
[457/462] Wrapping AST for Crypto for debugging
[459/508] Compiling Compute FanoutMessage.swift
[460/508] Compiling Compute IncomingRequest+Fanout.swift
[461/508] Compiling Compute OutgoingResponse+Fanout.swift
[462/508] Compiling Compute Fastly.swift
[463/508] Compiling Compute FastlyABI.swift
[464/508] Compiling Compute FastlyBody.swift
[465/508] Compiling Compute FastlyCache.swift
[466/514] Emitting module Compute
/host/spi-builder-workspace/Sources/Compute/Concurrency.swift:13:39: warning: conformance of 'HTTPURLResponse' to protocol 'Sendable' was already stated in the type's module 'FoundationNetworking'
11 |
12 | #if !arch(wasm32)
13 | extension HTTPURLResponse: @unchecked Sendable {}
   |                                       `- warning: conformance of 'HTTPURLResponse' to protocol 'Sendable' was already stated in the type's module 'FoundationNetworking'
14 | #endif
15 |
FoundationNetworking.HTTPURLResponse:1:12: note: 'HTTPURLResponse' declares conformance to protocol 'Sendable' here
 1 | open class HTTPURLResponse : URLResponse, @unchecked Sendable {
   |            `- note: 'HTTPURLResponse' declares conformance to protocol 'Sendable' here
 2 |     public init?(url: URL, statusCode: Int, httpVersion: String?, headerFields: [String : String]?)
 3 |     required public init?(coder aDecoder: NSCoder)
[467/514] Compiling Compute FastlyConfigStore.swift
[468/514] Compiling Compute FastlyDevice.swift
[469/514] Compiling Compute FastlyEnvironment.swift
[470/514] Compiling Compute FastlyError.swift
[471/514] Compiling Compute FastlyGeoLocation.swift
[472/514] Compiling Compute FastlyKVStore.swift
[473/514] Compiling Compute FastlyLogger.swift
[474/514] Compiling Compute Cache.swift
/host/spi-builder-workspace/Sources/Compute/Concurrency.swift:13:39: warning: conformance of 'HTTPURLResponse' to protocol 'Sendable' was already stated in the type's module 'FoundationNetworking'
11 |
12 | #if !arch(wasm32)
13 | extension HTTPURLResponse: @unchecked Sendable {}
   |                                       `- warning: conformance of 'HTTPURLResponse' to protocol 'Sendable' was already stated in the type's module 'FoundationNetworking'
14 | #endif
15 |
FoundationNetworking.HTTPURLResponse:1:12: note: 'HTTPURLResponse' declares conformance to protocol 'Sendable' here
 1 | open class HTTPURLResponse : URLResponse, @unchecked Sendable {
   |            `- note: 'HTTPURLResponse' declares conformance to protocol 'Sendable' here
 2 |     public init?(url: URL, statusCode: Int, httpVersion: String?, headerFields: [String : String]?)
 3 |     required public init?(coder aDecoder: NSCoder)
[475/514] Compiling Compute Compute.swift
/host/spi-builder-workspace/Sources/Compute/Concurrency.swift:13:39: warning: conformance of 'HTTPURLResponse' to protocol 'Sendable' was already stated in the type's module 'FoundationNetworking'
11 |
12 | #if !arch(wasm32)
13 | extension HTTPURLResponse: @unchecked Sendable {}
   |                                       `- warning: conformance of 'HTTPURLResponse' to protocol 'Sendable' was already stated in the type's module 'FoundationNetworking'
14 | #endif
15 |
FoundationNetworking.HTTPURLResponse:1:12: note: 'HTTPURLResponse' declares conformance to protocol 'Sendable' here
 1 | open class HTTPURLResponse : URLResponse, @unchecked Sendable {
   |            `- note: 'HTTPURLResponse' declares conformance to protocol 'Sendable' here
 2 |     public init?(url: URL, statusCode: Int, httpVersion: String?, headerFields: [String : String]?)
 3 |     required public init?(coder aDecoder: NSCoder)
[476/514] Compiling Compute Concurrency.swift
/host/spi-builder-workspace/Sources/Compute/Concurrency.swift:13:39: warning: conformance of 'HTTPURLResponse' to protocol 'Sendable' was already stated in the type's module 'FoundationNetworking'
11 |
12 | #if !arch(wasm32)
13 | extension HTTPURLResponse: @unchecked Sendable {}
   |                                       `- warning: conformance of 'HTTPURLResponse' to protocol 'Sendable' was already stated in the type's module 'FoundationNetworking'
14 | #endif
15 |
FoundationNetworking.HTTPURLResponse:1:12: note: 'HTTPURLResponse' declares conformance to protocol 'Sendable' here
 1 | open class HTTPURLResponse : URLResponse, @unchecked Sendable {
   |            `- note: 'HTTPURLResponse' declares conformance to protocol 'Sendable' here
 2 |     public init?(url: URL, statusCode: Int, httpVersion: String?, headerFields: [String : String]?)
 3 |     required public init?(coder aDecoder: NSCoder)
[477/514] Compiling Compute ConfigStore.swift
/host/spi-builder-workspace/Sources/Compute/Concurrency.swift:13:39: warning: conformance of 'HTTPURLResponse' to protocol 'Sendable' was already stated in the type's module 'FoundationNetworking'
11 |
12 | #if !arch(wasm32)
13 | extension HTTPURLResponse: @unchecked Sendable {}
   |                                       `- warning: conformance of 'HTTPURLResponse' to protocol 'Sendable' was already stated in the type's module 'FoundationNetworking'
14 | #endif
15 |
FoundationNetworking.HTTPURLResponse:1:12: note: 'HTTPURLResponse' declares conformance to protocol 'Sendable' here
 1 | open class HTTPURLResponse : URLResponse, @unchecked Sendable {
   |            `- note: 'HTTPURLResponse' declares conformance to protocol 'Sendable' here
 2 |     public init?(url: URL, statusCode: Int, httpVersion: String?, headerFields: [String : String]?)
 3 |     required public init?(coder aDecoder: NSCoder)
[478/514] Compiling Compute Console.swift
/host/spi-builder-workspace/Sources/Compute/Concurrency.swift:13:39: warning: conformance of 'HTTPURLResponse' to protocol 'Sendable' was already stated in the type's module 'FoundationNetworking'
11 |
12 | #if !arch(wasm32)
13 | extension HTTPURLResponse: @unchecked Sendable {}
   |                                       `- warning: conformance of 'HTTPURLResponse' to protocol 'Sendable' was already stated in the type's module 'FoundationNetworking'
14 | #endif
15 |
FoundationNetworking.HTTPURLResponse:1:12: note: 'HTTPURLResponse' declares conformance to protocol 'Sendable' here
 1 | open class HTTPURLResponse : URLResponse, @unchecked Sendable {
   |            `- note: 'HTTPURLResponse' declares conformance to protocol 'Sendable' here
 2 |     public init?(url: URL, statusCode: Int, httpVersion: String?, headerFields: [String : String]?)
 3 |     required public init?(coder aDecoder: NSCoder)
[479/514] Compiling Compute Crypto.swift
/host/spi-builder-workspace/Sources/Compute/Concurrency.swift:13:39: warning: conformance of 'HTTPURLResponse' to protocol 'Sendable' was already stated in the type's module 'FoundationNetworking'
11 |
12 | #if !arch(wasm32)
13 | extension HTTPURLResponse: @unchecked Sendable {}
   |                                       `- warning: conformance of 'HTTPURLResponse' to protocol 'Sendable' was already stated in the type's module 'FoundationNetworking'
14 | #endif
15 |
FoundationNetworking.HTTPURLResponse:1:12: note: 'HTTPURLResponse' declares conformance to protocol 'Sendable' here
 1 | open class HTTPURLResponse : URLResponse, @unchecked Sendable {
   |            `- note: 'HTTPURLResponse' declares conformance to protocol 'Sendable' here
 2 |     public init?(url: URL, statusCode: Int, httpVersion: String?, headerFields: [String : String]?)
 3 |     required public init?(coder aDecoder: NSCoder)
[480/514] Compiling Compute FanoutClient.swift
/host/spi-builder-workspace/Sources/Compute/Concurrency.swift:13:39: warning: conformance of 'HTTPURLResponse' to protocol 'Sendable' was already stated in the type's module 'FoundationNetworking'
11 |
12 | #if !arch(wasm32)
13 | extension HTTPURLResponse: @unchecked Sendable {}
   |                                       `- warning: conformance of 'HTTPURLResponse' to protocol 'Sendable' was already stated in the type's module 'FoundationNetworking'
14 | #endif
15 |
FoundationNetworking.HTTPURLResponse:1:12: note: 'HTTPURLResponse' declares conformance to protocol 'Sendable' here
 1 | open class HTTPURLResponse : URLResponse, @unchecked Sendable {
   |            `- note: 'HTTPURLResponse' declares conformance to protocol 'Sendable' here
 2 |     public init?(url: URL, statusCode: Int, httpVersion: String?, headerFields: [String : String]?)
 3 |     required public init?(coder aDecoder: NSCoder)
[481/514] Compiling Compute OutgoingResponse.swift
[482/514] Compiling Compute Range.swift
[483/514] Compiling Compute ReadableBody+Data.swift
[484/514] Compiling Compute ReadableBody+Wasi.swift
[485/514] Compiling Compute ReadableBody.swift
[486/514] Compiling Compute Parameters.swift
[487/514] Compiling Compute FastlyUtils.swift
[488/514] Compiling Compute Fetch+URLSession.swift
[489/514] Compiling Compute Fetch+Wasi.swift
[490/514] Compiling Compute Fetch.swift
[491/514] Compiling Compute FetchRequest.swift
[492/514] Compiling Compute FetchResponse.swift
[493/514] Compiling Compute Headers.swift
[494/514] Compiling Compute IncomingRequest.swift
[495/514] Compiling Compute JWT.swift
[496/514] Compiling Compute JWTClaim.swift
[497/514] Compiling Compute JWTError.swift
[498/514] Compiling Compute KVStore.swift
[499/514] Compiling Compute FastlyPendingRequest.swift
[500/514] Compiling Compute FastlyRequest.swift
[501/514] Compiling Compute FastlyResponse.swift
[502/514] Compiling Compute FastlySecretStore.swift
[503/514] Compiling Compute FastlyStubs.swift
[504/514] Compiling Compute FastlyTypes.swift
[505/514] Compiling Compute PathComponent.swift
[506/514] Compiling Compute Routable.swift
[507/514] Compiling Compute Router.swift
[508/514] Compiling Compute TrieRouter.swift
[509/514] Compiling Compute SecretStore.swift
[510/514] Compiling Compute WritableBody.swift
[511/515] Wrapping AST for Compute for debugging
[513/517] Compiling ComputeDemo main.swift
/host/spi-builder-workspace/Sources/ComputeDemo/main.swift:17:19: warning: sending 'res' risks causing data races; this is an error in the Swift 6 language mode
15 |         verified = false
16 |     }
17 |     try await res.send([
   |                   |- warning: sending 'res' risks causing data races; this is an error in the Swift 6 language mode
   |                   `- note: sending main actor-isolated 'res' to nonisolated callee risks causing data races between nonisolated and main actor-isolated uses
18 |         "verified": verified,
19 |         "signature": jwt.signature.toHexString(),
[514/517] Emitting module ComputeDemo
[515/518] Wrapping AST for ComputeDemo for debugging
[516/518] Write Objects.LinkFileList
[517/518] Linking ComputeDemo
Build complete! (54.34s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    }
  ],
  "manifest_display_name" : "Compute",
  "name" : "Compute",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "Compute",
      "targets" : [
        "Compute"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ComputeDemo",
      "targets" : [
        "ComputeDemo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ComputeTests",
      "module_type" : "SwiftTarget",
      "name" : "ComputeTests",
      "path" : "Tests/ComputeTests",
      "sources" : [
        "FetchTests.swift",
        "JWTTests.swift"
      ],
      "target_dependencies" : [
        "Compute"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ComputeRuntime",
      "module_type" : "ClangTarget",
      "name" : "ComputeRuntime",
      "path" : "Sources/ComputeRuntime",
      "product_memberships" : [
        "Compute",
        "ComputeDemo"
      ],
      "sources" : [
        "ComputeRuntime.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ComputeDemo",
      "module_type" : "SwiftTarget",
      "name" : "ComputeDemo",
      "path" : "Sources/ComputeDemo",
      "product_memberships" : [
        "ComputeDemo"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Compute"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Compute",
      "module_type" : "SwiftTarget",
      "name" : "Compute",
      "path" : "Sources/Compute",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "Compute",
        "ComputeDemo"
      ],
      "sources" : [
        "Cache.swift",
        "Compute.swift",
        "Concurrency.swift",
        "ConfigStore.swift",
        "Console.swift",
        "Crypto.swift",
        "Fanout/FanoutClient.swift",
        "Fanout/FanoutMessage.swift",
        "Fanout/IncomingRequest+Fanout.swift",
        "Fanout/OutgoingResponse+Fanout.swift",
        "Fastly/Fastly.swift",
        "Fastly/FastlyABI.swift",
        "Fastly/FastlyBody.swift",
        "Fastly/FastlyCache.swift",
        "Fastly/FastlyConfigStore.swift",
        "Fastly/FastlyDevice.swift",
        "Fastly/FastlyEnvironment.swift",
        "Fastly/FastlyError.swift",
        "Fastly/FastlyGeoLocation.swift",
        "Fastly/FastlyKVStore.swift",
        "Fastly/FastlyLogger.swift",
        "Fastly/FastlyPendingRequest.swift",
        "Fastly/FastlyRequest.swift",
        "Fastly/FastlyResponse.swift",
        "Fastly/FastlySecretStore.swift",
        "Fastly/FastlyStubs.swift",
        "Fastly/FastlyTypes.swift",
        "Fastly/FastlyUtils.swift",
        "Fetch/Fetch+URLSession.swift",
        "Fetch/Fetch+Wasi.swift",
        "Fetch/Fetch.swift",
        "Fetch/FetchRequest.swift",
        "Fetch/FetchResponse.swift",
        "Headers.swift",
        "IncomingRequest.swift",
        "JWT/JWT.swift",
        "JWT/JWTClaim.swift",
        "JWT/JWTError.swift",
        "KVStore.swift",
        "OutgoingResponse.swift",
        "Range.swift",
        "ReadableBody/ReadableBody+Data.swift",
        "ReadableBody/ReadableBody+Wasi.swift",
        "ReadableBody/ReadableBody.swift",
        "Router/Parameters.swift",
        "Router/PathComponent.swift",
        "Router/Routable.swift",
        "Router/Router.swift",
        "Router/TrieRouter.swift",
        "SecretStore.swift",
        "WritableBody.swift"
      ],
      "target_dependencies" : [
        "ComputeRuntime"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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.