Build Information
Failed to build SwiftBeanCountSheetSync, reference main (66f562
), with Swift 6.1 for Linux on 8 Sep 2025 07:11:49 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/SwiftBeanCountSheetSync.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/Nef10/SwiftBeanCountSheetSync
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 66f5627 Bump swiftlint to 0.61.0
Cloned https://github.com/Nef10/SwiftBeanCountSheetSync.git
Revision (git rev-parse @):
66f5627e2d209ced194971b16c0bc847c57cd964
SUCCESS checkout https://github.com/Nef10/SwiftBeanCountSheetSync.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Nef10/SwiftBeanCountSheetSync.git
https://github.com/Nef10/SwiftBeanCountSheetSync.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swiftbeancountmodel",
"requirement" : {
"exact" : [
"0.1.6"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/SwiftBeanCountModel.git"
},
{
"identity" : "swiftbeancountparser",
"requirement" : {
"exact" : [
"0.1.8"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/SwiftBeanCountParser.git"
},
{
"identity" : "googleauthentication",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/GoogleAuthentication.git"
}
],
"manifest_display_name" : "SwiftBeanCountSheetSync",
"name" : "SwiftBeanCountSheetSync",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SwiftBeanCountSheetSync",
"targets" : [
"SwiftBeanCountSheetSync"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftBeanCountSheetSyncTests",
"module_type" : "SwiftTarget",
"name" : "SwiftBeanCountSheetSyncTests",
"path" : "Tests/SwiftBeanCountSheetSyncTests",
"sources" : [
"SwiftBeanCountSheetSyncTests.swift"
],
"target_dependencies" : [
"SwiftBeanCountSheetSync"
],
"type" : "test"
},
{
"c99name" : "SwiftBeanCountSheetSync",
"module_type" : "SwiftTarget",
"name" : "SwiftBeanCountSheetSync",
"path" : "Sources/SwiftBeanCountSheetSync",
"product_dependencies" : [
"SwiftBeanCountModel",
"SwiftBeanCountParser",
"GoogleAuthentication"
],
"product_memberships" : [
"SwiftBeanCountSheetSync"
],
"sources" : [
"Downloader.swift",
"LedgerReader.swift",
"LedgerSettings.swift",
"SheetDownloader.swift",
"SheetParser.swift",
"Syncer.swift",
"TransactionMapper.swift",
"Uploader.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Nef10/SwiftBeanCountModel.git
Fetching https://github.com/Nef10/GoogleAuthentication.git
Fetching https://github.com/Nef10/SwiftBeanCountParser.git
[1/2326] Fetching swiftbeancountparser
[885/5986] Fetching swiftbeancountparser, swiftbeancountmodel
[2220/7102] Fetching swiftbeancountparser, swiftbeancountmodel, googleauthentication
Fetched https://github.com/Nef10/GoogleAuthentication.git from cache (4.75s)
Fetched https://github.com/Nef10/SwiftBeanCountModel.git from cache (4.89s)
Fetched https://github.com/Nef10/SwiftBeanCountParser.git from cache (4.88s)
Computing version for https://github.com/Nef10/GoogleAuthentication.git
Computed https://github.com/Nef10/GoogleAuthentication.git at 1.0.3 (5.83s)
Fetching https://github.com/OAuthSwift/OAuthSwift.git
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
[1/5148] Fetching oauthswift
[774/9534] Fetching oauthswift, keychainaccess
Fetched https://github.com/OAuthSwift/OAuthSwift.git from cache (1.05s)
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (1.05s)
Computing version for https://github.com/Nef10/SwiftBeanCountParser.git
Computed https://github.com/Nef10/SwiftBeanCountParser.git at 0.1.8 (2.26s)
Computing version for https://github.com/Nef10/SwiftBeanCountModel.git
Computed https://github.com/Nef10/SwiftBeanCountModel.git at 0.1.6 (0.84s)
Computing version for https://github.com/OAuthSwift/OAuthSwift.git
Computed https://github.com/OAuthSwift/OAuthSwift.git at 2.2.0 (4.93s)
Fetching https://github.com/httpswift/swifter.git
Fetching https://github.com/tid-kijyun/Kanna.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/phimage/Erik.git
[1/6050] Fetching swifter
[788/8440] Fetching swifter, kanna
[3630/9082] Fetching swifter, kanna, erik
[4606/25460] Fetching swifter, kanna, erik, swift-crypto
Fetched https://github.com/phimage/Erik.git from cache (2.69s)
Fetched https://github.com/tid-kijyun/Kanna.git from cache (2.71s)
Fetched https://github.com/httpswift/swifter.git from cache (2.74s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.78s)
Computing version for https://github.com/httpswift/swifter.git
Computed https://github.com/httpswift/swifter.git at 1.5.0 (5.96s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (1.02s)
Computing version for https://github.com/phimage/Erik.git
Computed https://github.com/phimage/Erik.git at 5.1.0 (0.93s)
Fetching https://github.com/Thomvis/BrightFutures.git
Fetching https://github.com/nvzqz/FileKit.git
[1/4067] Fetching brightfutures
[774/7190] Fetching brightfutures, filekit
Fetched https://github.com/nvzqz/FileKit.git from cache (1.56s)
Fetched https://github.com/Thomvis/BrightFutures.git from cache (1.60s)
Computing version for https://github.com/nvzqz/FileKit.git
Computed https://github.com/nvzqz/FileKit.git at 6.1.0 (2.53s)
Computing version for https://github.com/Thomvis/BrightFutures.git
Computed https://github.com/Thomvis/BrightFutures.git at 8.2.0 (0.97s)
Computing version for https://github.com/tid-kijyun/Kanna.git
Computed https://github.com/tid-kijyun/Kanna.git at 5.3.0 (0.98s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (1.22s)
Creating working copy for https://github.com/Nef10/SwiftBeanCountModel.git
Working copy of https://github.com/Nef10/SwiftBeanCountModel.git resolved at 0.1.6
Creating working copy for https://github.com/nvzqz/FileKit.git
Working copy of https://github.com/nvzqz/FileKit.git resolved at 6.1.0
Creating working copy for https://github.com/Nef10/GoogleAuthentication.git
Working copy of https://github.com/Nef10/GoogleAuthentication.git resolved at 1.0.3
Creating working copy for https://github.com/Thomvis/BrightFutures.git
Working copy of https://github.com/Thomvis/BrightFutures.git resolved at 8.2.0
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 4.2.2
Creating working copy for https://github.com/Nef10/SwiftBeanCountParser.git
Working copy of https://github.com/Nef10/SwiftBeanCountParser.git resolved at 0.1.8
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 1.1.7
Creating working copy for https://github.com/httpswift/swifter.git
Working copy of https://github.com/httpswift/swifter.git resolved at 1.5.0
Creating working copy for https://github.com/phimage/Erik.git
Working copy of https://github.com/phimage/Erik.git resolved at 5.1.0
Creating working copy for https://github.com/tid-kijyun/Kanna.git
Working copy of https://github.com/tid-kijyun/Kanna.git resolved at 5.3.0
Creating working copy for https://github.com/OAuthSwift/OAuthSwift.git
Working copy of https://github.com/OAuthSwift/OAuthSwift.git resolved at 2.2.0
Building for debugging...
[0/413] Write sources
[7/413] Compiling a_dup.c
[8/413] Compiling e_chacha20poly1305.c
[9/413] Compiling f_int.c
[10/413] Compiling a_d2i_fp.c
[11/413] Compiling a_bitstr.c
[12/413] Compiling v3_utl.c
[13/413] Compiling v3_skey.c
[14/413] Compiling v3_prn.c
[15/413] Compiling v3_purp.c
[16/413] Compiling v3_pmaps.c
[17/413] Write swift-version-24593BA9C3E375BF.txt
[18/413] Compiling v3_pcons.c
[19/413] Compiling CCryptoBoringSSLShims shims.c
[20/413] Compiling v3_pcia.c
[21/413] Compiling v3_ocsp.c
[22/413] Compiling v3_pci.c
[23/413] Compiling v3_int.c
[24/413] Compiling v3_lib.c
[25/413] Compiling v3_ncons.c
[26/433] Compiling v3_genn.c
[27/433] Compiling v3_ia5.c
[28/433] Compiling v3_extku.c
[29/433] Compiling v3_enum.c
[30/433] Compiling v3_info.c
[31/433] Compiling v3_crld.c
[32/433] Compiling v3_cpols.c
[33/433] Compiling v3_conf.c
[34/433] Compiling v3_bcons.c
[35/433] Compiling v3_alt.c
[36/433] Compiling v3_akeya.c
[37/433] Compiling pcy_tree.c
[38/433] Compiling v3_bitst.c
[39/433] Compiling v3_akey.c
[40/433] Compiling pcy_lib.c
[41/433] Compiling pcy_node.c
[42/433] Compiling pcy_data.c
[43/433] Compiling pcy_map.c
[44/433] Compiling x_x509a.c
[45/433] Compiling pcy_cache.c
[46/433] Compiling x_sig.c
[47/433] Compiling x_val.c
[48/433] Compiling x_x509.c
[49/433] Compiling x_spki.c
[50/433] Compiling x_pubkey.c
[51/433] Compiling x_req.c
[52/433] Compiling x_info.c
[53/433] Compiling x_name.c
[54/433] Compiling x_pkey.c
[55/433] Compiling x_exten.c
[56/433] Compiling x_crl.c
[57/433] Compiling x_attrib.c
[58/433] Compiling x_algor.c
[59/433] Compiling x509name.c
[60/433] Compiling x509spki.c
[61/433] Compiling x_all.c
[62/433] Compiling x509rset.c
[63/433] Compiling x509cset.c
[64/433] Compiling x509_trs.c
[65/433] Compiling x509_set.c
[65/433] Compiling x509_v3.c
[67/433] Compiling x509_txt.c
[68/433] Compiling x509_vpm.c
[69/433] Compiling x509_vfy.c
[70/433] Compiling x509_req.c
[71/433] Compiling x509_lu.c
[72/433] Compiling x509_obj.c
[73/433] Compiling x509_att.c
[74/433] Compiling x509_def.c
[75/433] Compiling x509_d2.c
[76/433] Compiling x509_ext.c
[77/433] Compiling x509.c
[78/433] Compiling t_x509.c
[79/433] Compiling t_crl.c
[80/433] Compiling x509_cmp.c
[81/433] Compiling i2d_pr.c
[82/433] Compiling t_x509a.c
[83/433] Compiling rsa_pss.c
[84/433] Compiling by_file.c
[85/433] Compiling t_req.c
[86/433] Compiling asn1_gen.c
[87/433] Compiling algorithm.c
[88/433] Compiling a_strex.c
[89/433] Compiling by_dir.c
[90/433] Compiling a_verify.c
[91/433] Compiling a_digest.c
[92/433] Compiling trust_token.c
[93/433] Compiling thread_win.c
[94/433] Compiling voprf.c
[95/433] Compiling thread_pthread.c
[96/433] Compiling thread.c
[97/433] Compiling thread_none.c
[98/433] Compiling rsa_print.c
[99/433] Compiling a_sign.c
[100/433] Compiling stack.c
[101/433] Compiling rc4.c
[102/433] Compiling siphash.c
[103/433] Compiling windows.c
[104/433] Compiling refcount_c11.c
[105/433] Compiling refcount_lock.c
[106/433] Compiling rand_extra.c
[107/433] Compiling passive.c
[108/433] Compiling fuchsia.c
[109/433] Compiling rsa_asn1.c
[110/433] Compiling pmbtoken.c
[111/433] Compiling pool.c
[112/433] Compiling deterministic.c
[113/433] Compiling poly1305_arm_asm.S
[114/433] Compiling poly1305_arm.c
[115/433] Compiling poly1305.c
[116/433] Compiling forkunsafe.c
[117/433] Compiling pkcs7.c
[118/433] Compiling poly1305_vec.c
[119/433] Compiling p5_pbev2.c
[120/433] Compiling pkcs8.c
[121/433] Compiling pkcs8_x509.c
[122/433] Compiling pkcs7_x509.c
[123/433] Compiling pem_oth.c
[124/433] Compiling pem_x509.c
[125/433] Compiling pem_xaux.c
[126/433] Compiling obj_xref.c
[127/433] Compiling pem_lib.c
[128/433] Compiling pem_pkey.c
[129/433] Compiling obj.c
[130/433] Compiling pem_pk8.c
[131/433] Compiling lhash.c
[132/433] Compiling pem_info.c
[133/433] Compiling pem_all.c
[134/433] Compiling mem.c
[135/433] Compiling x86_64-mont5.mac.x86_64.S
[136/433] Compiling hkdf.c
[137/433] Compiling x86_64-mont5.linux.x86_64.S
[138/433] Compiling poly_rq_mul.S
[139/433] Compiling x86_64-mont.mac.x86_64.S
[140/433] Compiling hrss.c
[141/433] Compiling x86-mont.windows.x86.S
[142/433] Compiling x86_64-mont.linux.x86_64.S
[143/433] Compiling x86-mont.linux.x86.S
[144/433] Compiling hpke.c
[145/433] Compiling vpaes-x86_64.mac.x86_64.S
[146/433] Compiling vpaes-x86.linux.x86.S
[147/433] Compiling vpaes-x86_64.linux.x86_64.S
[148/433] Compiling vpaes-x86.windows.x86.S
[149/433] Compiling vpaes-armv8.linux.aarch64.S
[150/433] Compiling vpaes-armv8.ios.aarch64.S
[151/433] Compiling vpaes-armv7.linux.arm.S
[152/433] Compiling vpaes-armv7.ios.arm.S
[153/433] Compiling kdf.c
[154/433] Compiling sha512-x86_64.mac.x86_64.S
[155/433] Compiling sha512-armv8.linux.aarch64.S
[156/433] Compiling sha512-armv8.ios.aarch64.S
[157/433] Compiling sha512-586.linux.x86.S
[158/433] Compiling sha512-x86_64.linux.x86_64.S
[159/433] Compiling sha512-armv4.linux.arm.S
[160/433] Compiling sha512-armv4.ios.arm.S
[161/433] Compiling sha512-586.windows.x86.S
[162/433] Compiling sha256-x86_64.mac.x86_64.S
[163/433] Compiling sha256-armv8.linux.aarch64.S
[164/433] Compiling sha256-armv4.linux.arm.S
[165/433] Compiling sha256-armv8.ios.aarch64.S
[166/433] Compiling sha256-armv4.ios.arm.S
[167/433] Compiling sha256-x86_64.linux.x86_64.S
[168/433] Compiling sha256-586.linux.x86.S
[169/433] Compiling sha256-586.windows.x86.S
[170/433] Compiling sha1-armv8.linux.aarch64.S
[171/433] Compiling sha1-x86_64.mac.x86_64.S
[172/433] Compiling sha1-armv8.ios.aarch64.S
[173/433] Compiling sha1-armv4-large.linux.arm.S
[174/433] Compiling sha1-586.windows.x86.S
[175/433] Compiling sha1-x86_64.linux.x86_64.S
[176/433] Compiling sha1-586.linux.x86.S
[177/433] Compiling sha1-armv4-large.ios.arm.S
[178/433] Compiling sha1-altivec.c
[179/433] Compiling sha512.c
[180/433] Compiling sha1.c
[181/433] Compiling rsaz-avx2.mac.x86_64.S
[182/433] Compiling sha256.c
[183/433] Compiling rsaz-avx2.linux.x86_64.S
[184/433] Compiling self_check.c
[185/433] Compiling rsa_impl.c
[186/433] Compiling rdrand-x86_64.mac.x86_64.S
[187/433] Compiling blinding.c
[188/433] Compiling rsa.c
[189/433] Compiling rdrand-x86_64.linux.x86_64.S
[190/433] Compiling urandom.c
[191/433] Compiling padding.c
[192/433] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[192/433] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[194/433] Compiling p256-x86_64-asm.mac.x86_64.S
[195/433] Compiling fork_detect.c
[196/433] Compiling rand.c
[197/433] Compiling ctrdrbg.c
[198/433] Compiling ofb.c
[199/433] Compiling polyval.c
[200/433] Compiling gcm_nohw.c
[200/433] Compiling p256-x86_64-asm.linux.x86_64.S
[202/433] Compiling ctr.c
[203/433] Compiling gcm.c
[204/433] Compiling cbc.c
[205/433] Compiling md5.c
[206/433] Compiling cfb.c
[207/433] Compiling md5-x86_64.mac.x86_64.S
[208/433] Compiling md5-586.windows.x86.S
[209/433] Compiling md5-x86_64.linux.x86_64.S
[210/433] Compiling md5-586.linux.x86.S
[211/433] Compiling is_fips.c
[212/433] Compiling hmac.c
[213/433] Compiling md4.c
[214/433] Compiling ghashv8-armx64.linux.aarch64.S
[215/433] Compiling ghashv8-armx32.linux.arm.S
[216/433] Compiling ghashv8-armx32.ios.arm.S
[217/433] Compiling ghashv8-armx64.ios.aarch64.S
[218/433] Compiling ghash-x86_64.linux.x86_64.S
[219/433] Compiling ghash-x86.linux.x86.S
[220/433] Compiling ghash-x86.windows.x86.S
[221/433] Compiling ghash-x86_64.mac.x86_64.S
[221/433] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[223/433] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[224/433] Compiling ghash-ssse3-x86.windows.x86.S
[225/433] Compiling ghash-neon-armv8.linux.aarch64.S
[226/433] Compiling ghash-ssse3-x86.linux.x86.S
[227/433] Compiling ghash-neon-armv8.ios.aarch64.S
[228/433] Compiling ghash-armv4.ios.arm.S
[229/433] Compiling fips_shared_support.c
[230/433] Compiling ghash-armv4.linux.arm.S
[231/433] Compiling simple.c
[232/433] Compiling util.c
[233/433] Compiling simple_mul.c
[234/433] Compiling ecdh.c
[235/433] Compiling wnaf.c
[236/433] Compiling ecdsa.c
[237/433] Compiling scalar.c
[238/433] Compiling felem.c
[239/433] Compiling oct.c
[240/433] Compiling p256.c
[241/433] Compiling p224-64.c
[242/433] Compiling ec_key.c
[243/433] Compiling ec_montgomery.c
[244/433] Compiling digest.c
[245/433] Compiling digests.c
[246/433] Compiling check.c
[247/433] Compiling dh.c
[248/433] Compiling ec.c
[249/433] Compiling co-586.windows.x86.S
[250/433] Compiling des.c
[251/433] Compiling e_des.c
[252/433] Compiling cipher.c
[253/433] Compiling e_aes.c
[254/433] Compiling co-586.linux.x86.S
[255/433] Compiling aead.c
[256/433] Compiling sqrt.c
[257/433] Compiling bsaes-armv7.linux.arm.S
[258/433] Compiling bsaes-armv7.ios.arm.S
[259/433] Compiling p256-x86_64.c
[260/433] Compiling rsaz_exp.c
[261/433] Compiling shift.c
[262/433] Compiling random.c
[263/433] Compiling prime.c
[264/433] Compiling mul.c
[265/433] Compiling montgomery_inv.c
[266/433] Compiling jacobi.c
[267/433] Compiling exponentiation.c
[268/433] Compiling montgomery.c
[269/433] Compiling gcd_extra.c
[270/433] Compiling generic.c
[271/433] Compiling div_extra.c
[272/433] Compiling gcd.c
[273/433] Compiling ctx.c
[274/433] Compiling cmp.c
[275/433] Compiling div.c
[276/433] Compiling bytes.c
[277/433] Compiling bn.c
[278/433] Compiling x86_64-gcc.c
[279/433] Compiling add.c
[280/433] Compiling bn-586.windows.x86.S
[281/433] Compiling bn-586.linux.x86.S
[282/433] Compiling armv8-mont.linux.aarch64.S
[283/433] Compiling armv8-mont.ios.aarch64.S
[284/433] Compiling armv4-mont.ios.arm.S
[285/433] Compiling armv4-mont.linux.arm.S
[286/433] Compiling aesv8-armx64.linux.aarch64.S
[287/433] Compiling aesv8-armx64.ios.aarch64.S
[288/433] Compiling aesni-x86_64.mac.x86_64.S
[289/433] Compiling aesv8-armx32.ios.arm.S
[290/433] Compiling aesv8-armx32.linux.arm.S
[291/433] Compiling aesni-x86.linux.x86.S
[292/433] Compiling aesni-x86.windows.x86.S
[293/433] Compiling aesni-gcm-x86_64.mac.x86_64.S
[294/433] Compiling aesni-x86_64.linux.x86_64.S
[295/433] Compiling aesni-gcm-x86_64.linux.x86_64.S
[297/433] Compiling SwiftBeanCountModel Transaction.swift
[298/433] Compiling SwiftBeanCountModel TransactionMetaData.swift
[299/433] Compiling SwiftBeanCountModel Price.swift
[300/433] Compiling SwiftBeanCountModel Tag.swift
[301/433] Compiling SwiftBeanCountModel Balance.swift
[302/433] Compiling SwiftBeanCountModel Commodity.swift
[303/433] Compiling SwiftBeanCountModel Cost.swift
[304/433] Compiling SwiftBeanCountModel Custom.swift
[305/433] Compiling SwiftBeanCountModel Event.swift
[306/433] Compiling SwiftBeanCountModel Flag.swift
[307/433] Compiling SwiftBeanCountModel MultiCurrencyAmount.swift
[308/433] Compiling SwiftBeanCountModel Option.swift
[309/433] Compiling SwiftBeanCountModel Inventory.swift
[310/433] Compiling SwiftBeanCountModel Ledger.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[311/435] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
25 |
26 | import Foundation
27 | import Security
| `- error: no such module 'Security'
28 | #if os(iOS) || os(OSX)
29 | import LocalAuthentication
[312/435] Compiling KeychainAccess Keychain.swift
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
25 |
26 | import Foundation
27 | import Security
| `- error: no such module 'Security'
28 | #if os(iOS) || os(OSX)
29 | import LocalAuthentication
[312/435] Compiling key_wrap.c
[314/435] Emitting module SwiftBeanCountModel
[315/435] Compiling SwiftBeanCountModel Account.swift
[316/435] Compiling SwiftBeanCountModel AccountName.swift
[317/435] Compiling SwiftBeanCountModel Amount.swift
[317/435] Compiling mode_wrappers.c
[318/435] Compiling aes.c
[319/435] Compiling ex_data.c
[320/435] Compiling sign.c
[321/435] Compiling scrypt.c
[322/435] Compiling aes_nohw.c
[323/435] Compiling pbkdf.c
[324/435] Compiling print.c
[325/435] Compiling p_x25519_asn1.c
[326/435] Compiling p_x25519.c
[327/435] Compiling p_rsa_asn1.c
[328/435] Compiling p_ed25519.c
[329/435] Compiling p_ed25519_asn1.c
[330/435] Compiling p_ec_asn1.c
[330/435] Compiling p_rsa.c
[332/435] Compiling p_ec.c
[333/435] Compiling p_dsa_asn1.c
[334/435] Compiling err_data.c
[335/435] Compiling evp_ctx.c
[336/435] Compiling evp.c
[337/435] Compiling digestsign.c
[338/435] Compiling engine.c
[339/435] Compiling evp_asn1.c
[341/435] Compiling SwiftBeanCountModel TransactionPosting.swift
[342/435] Compiling SwiftBeanCountModel ValidationResult.swift
[342/435] Compiling ecdh_extra.c
[343/436] Compiling err.c
[344/436] Compiling ecdsa_asn1.c
[346/436] Compiling ec_asn1.c
[347/436] Compiling hash_to_curve.c
[348/436] Compiling digest_extra.c
[349/436] Compiling ec_derive.c
[350/436] Compiling dsa_asn1.c
[351/436] Compiling dsa.c
[352/436] Compiling x25519-asm-arm.S
[353/436] Compiling dh_asn1.c
[354/436] Compiling params.c
[355/436] Compiling cpu-ppc64le.c
[356/436] Compiling spake25519.c
[357/436] Compiling cpu-arm.c
[358/436] Compiling crypto.c
[359/436] Compiling cpu-arm-linux.c
[360/436] Compiling cpu-aarch64-win.c
[361/436] Compiling cpu-intel.c
[362/436] Compiling cpu-aarch64-linux.c
[363/436] Compiling cpu-aarch64-fuchsia.c
[364/436] Compiling e_rc4.c
[365/436] Compiling cmac.c
[366/436] Compiling tls_cbc.c
[367/436] Compiling curve25519.c
[368/436] Compiling conf.c
[369/436] Compiling e_tls.c
[370/436] Compiling e_rc2.c
[371/436] Compiling e_null.c
[372/436] Compiling derive_key.c
[373/436] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[374/436] Compiling e_aesctrhmac.c
[375/436] Compiling e_aesgcmsiv.c
[376/436] Compiling e_aesccm.c
[377/436] Compiling cipher_extra.c
[378/436] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[379/436] Compiling chacha-x86_64.mac.x86_64.S
[380/436] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[381/436] Compiling chacha-x86.windows.x86.S
[382/436] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[383/436] Compiling chacha.c
[384/436] Compiling chacha-x86_64.linux.x86_64.S
[385/436] Compiling chacha-x86.linux.x86.S
[386/436] Compiling chacha-armv8.ios.aarch64.S
[386/436] Compiling chacha-armv4.linux.arm.S
[386/436] Compiling unicode.c
[386/436] Compiling cbs.c
[386/436] Compiling chacha-armv8.linux.aarch64.S
[386/436] Compiling chacha-armv4.ios.arm.S
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/51] Compiling chacha-armv8.ios.aarch64.S
[1/51] Compiling unicode.c
[2/51] Compiling chacha-armv4.linux.arm.S
[3/51] Compiling chacha-armv4.ios.arm.S
[4/51] Compiling chacha-armv8.linux.aarch64.S
[5/51] Compiling ber.c
[6/51] Compiling cbb.c
[7/51] Compiling buf.c
[8/51] Compiling cbs.c
[9/51] Compiling asn1_compat.c
[10/51] Compiling convert.c
[11/51] Compiling bn_asn1.c
[12/51] Compiling socket.c
[13/51] Compiling blake2.c
[14/51] Compiling printf.c
[15/51] Write swift-version-24593BA9C3E375BF.txt
[16/51] Compiling socket_helper.c
[17/51] Compiling hexdump.c
[18/51] Compiling fd.c
[19/51] Compiling pair.c
[19/51] Compiling file.c
[21/51] Compiling base64.c
[22/52] Compiling tasn_utl.c
[23/53] Compiling connect.c
[24/63] Compiling bio_mem.c
[25/67] Compiling time_support.c
[26/69] Compiling bio.c
[27/71] Compiling tasn_typ.c
[28/71] Compiling tasn_fre.c
[28/71] Compiling f_string.c
[30/71] Compiling tasn_new.c
[31/71] Compiling tasn_dec.c
[32/71] Compiling asn1_par.c
[33/71] Compiling tasn_enc.c
[34/71] Compiling asn1_lib.c
[35/71] Compiling asn_pack.c
[36/71] Compiling a_type.c
[37/71] Compiling a_utf8.c
[38/71] Compiling f_enum.c
[38/71] Compiling a_utctm.c
[40/71] Compiling a_time.c
[41/71] Compiling a_octet.c
[42/71] Compiling a_print.c
[43/71] Compiling a_strnid.c
[44/71] Compiling a_mbstr.c
[45/71] Compiling a_int.c
[46/71] Compiling a_object.c
[47/71] Compiling a_gentm.c
[48/71] Compiling a_i2d_fp.c
[49/71] Compiling a_bool.c
[50/71] Compiling a_enum.c
[52/71] Compiling SwiftBeanCountModel Custom.swift
[53/71] Compiling SwiftBeanCountModel Event.swift
[54/71] Compiling SwiftBeanCountModel Flag.swift
[55/71] Compiling SwiftBeanCountModel Balance.swift
[56/71] Compiling SwiftBeanCountModel Commodity.swift
[57/71] Compiling SwiftBeanCountModel Cost.swift
[58/127] Compiling Crypto ECDSASignature.swift
[59/127] Compiling Crypto PEMDocument.swift
[60/127] Compiling Crypto PKCS8PrivateKey.swift
[61/127] Compiling Crypto SEC1PrivateKey.swift
[62/127] Compiling Crypto AES-GCM.swift
[63/127] Compiling Crypto AES-GCM_boring.swift
[64/127] Compiling Crypto ChaChaPoly_boring.swift
[65/127] Emitting module SwiftBeanCountModel
[66/127] Compiling Crypto ASN1Integer.swift
[67/127] Compiling Crypto ASN1OctetString.swift
[68/127] Compiling Crypto ArraySliceBigint.swift
[69/127] Compiling Crypto ObjectIdentifier.swift
[70/127] Compiling Crypto SubjectPublicKeyInfo.swift
[71/127] Compiling Crypto CryptoKitErrors.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[72/128] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
25 |
26 | import Foundation
27 | import Security
| `- error: no such module 'Security'
28 | #if os(iOS) || os(OSX)
29 | import LocalAuthentication
[73/128] Compiling KeychainAccess Keychain.swift
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
25 |
26 | import Foundation
27 | import Security
| `- error: no such module 'Security'
28 | #if os(iOS) || os(OSX)
29 | import LocalAuthentication
BUILD FAILURE 6.1 linux