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