Build Information
Failed to build SwiftBeanCountSheetSync, reference main (58857f), with Swift 6.1 for Linux on 13 Dec 2025 18:01:58 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
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 58857fe Bump actions/upload-artifact to v6
Cloned https://github.com/Nef10/SwiftBeanCountSheetSync.git
Revision (git rev-parse @):
58857fe830ae331b772b5c250c559617118a7118
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.2.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Nef10/SwiftBeanCountModel.git"
},
{
"identity" : "swiftbeancountparser",
"requirement" : {
"exact" : [
"0.1.9"
]
},
"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-0":/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:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Nef10/SwiftBeanCountParser.git
Fetching https://github.com/Nef10/GoogleAuthentication.git
Fetching https://github.com/Nef10/SwiftBeanCountModel.git
[1/1161] Fetching googleauthentication
[280/4926] Fetching googleauthentication, swiftbeancountmodel
[304/7323] Fetching googleauthentication, swiftbeancountmodel, swiftbeancountparser
Fetched https://github.com/Nef10/GoogleAuthentication.git from cache (3.91s)
Fetched https://github.com/Nef10/SwiftBeanCountParser.git from cache (4.02s)
Fetched https://github.com/Nef10/SwiftBeanCountModel.git from cache (4.76s)
Computing version for https://github.com/Nef10/GoogleAuthentication.git
Computed https://github.com/Nef10/GoogleAuthentication.git at 1.0.3 (5.38s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
Fetching https://github.com/OAuthSwift/OAuthSwift.git
[1/4386] Fetching keychainaccess
[265/9534] Fetching keychainaccess, oauthswift
Fetched https://github.com/OAuthSwift/OAuthSwift.git from cache (0.65s)
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (0.68s)
Computing version for https://github.com/Nef10/SwiftBeanCountParser.git
Computed https://github.com/Nef10/SwiftBeanCountParser.git at 0.1.9 (1.26s)
Fetching https://github.com/Nef10/SwiftBeanCountParserUtils.git
[1/992] Fetching swiftbeancountparserutils
Fetched https://github.com/Nef10/SwiftBeanCountParserUtils.git from cache (0.22s)
Computing version for https://github.com/Nef10/SwiftBeanCountModel.git
Computed https://github.com/Nef10/SwiftBeanCountModel.git at 0.2.0 (0.81s)
Computing version for https://github.com/OAuthSwift/OAuthSwift.git
Computed https://github.com/OAuthSwift/OAuthSwift.git at 2.2.0 (0.62s)
Fetching https://github.com/tid-kijyun/Kanna.git
Fetching https://github.com/httpswift/swifter.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/phimage/Erik.git
[1/642] Fetching erik
[643/3032] Fetching erik, kanna
[3033/9082] Fetching erik, kanna, swifter
Fetched https://github.com/tid-kijyun/Kanna.git from cache (0.33s)
[2276/6692] Fetching erik, swifter
[2458/24157] Fetching erik, swifter, swift-crypto
Fetched https://github.com/httpswift/swifter.git from cache (1.04s)
[3088/18107] Fetching erik, swift-crypto
Fetched https://github.com/phimage/Erik.git from cache (2.47s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.50s)
Computing version for https://github.com/Nef10/SwiftBeanCountParserUtils.git
Computed https://github.com/Nef10/SwiftBeanCountParserUtils.git at 1.0.0 (3.06s)
Computing version for https://github.com/httpswift/swifter.git
Computed https://github.com/httpswift/swifter.git at 1.5.0 (0.60s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (0.54s)
Computing version for https://github.com/phimage/Erik.git
Computed https://github.com/phimage/Erik.git at 5.1.0 (0.63s)
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 (0.83s)
Fetched https://github.com/Thomvis/BrightFutures.git from cache (0.85s)
Computing version for https://github.com/nvzqz/FileKit.git
Computed https://github.com/nvzqz/FileKit.git at 6.1.0 (1.43s)
Computing version for https://github.com/Thomvis/BrightFutures.git
Computed https://github.com/Thomvis/BrightFutures.git at 8.2.0 (0.58s)
Computing version for https://github.com/tid-kijyun/Kanna.git
Computed https://github.com/tid-kijyun/Kanna.git at 5.3.0 (0.61s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (0.74s)
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/SwiftBeanCountModel.git
Working copy of https://github.com/Nef10/SwiftBeanCountModel.git resolved at 0.2.0
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/httpswift/swifter.git
Working copy of https://github.com/httpswift/swifter.git resolved at 1.5.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/Nef10/GoogleAuthentication.git
Working copy of https://github.com/Nef10/GoogleAuthentication.git resolved at 1.0.3
Creating working copy for https://github.com/OAuthSwift/OAuthSwift.git
Working copy of https://github.com/OAuthSwift/OAuthSwift.git resolved at 2.2.0
Creating working copy for https://github.com/Nef10/SwiftBeanCountParser.git
Working copy of https://github.com/Nef10/SwiftBeanCountParser.git resolved at 0.1.9
Creating working copy for https://github.com/Nef10/SwiftBeanCountParserUtils.git
Working copy of https://github.com/Nef10/SwiftBeanCountParserUtils.git resolved at 1.0.0
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/Thomvis/BrightFutures.git
Working copy of https://github.com/Thomvis/BrightFutures.git resolved at 8.2.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
Building for debugging...
[0/414] Write sources
[8/414] Compiling v3_pcons.c
[9/414] Compiling v3_skey.c
[9/414] Compiling v3_pmaps.c
[11/414] Compiling v3_prn.c
[12/414] Compiling v3_purp.c
[13/414] Write swift-version-24593BA9C3E375BF.txt
[14/414] Compiling CCryptoBoringSSLShims shims.c
[15/414] Compiling v3_utl.c
[16/414] Compiling v3_pcia.c
[17/416] Compiling v3_ocsp.c
[18/416] Compiling v3_int.c
[19/416] Compiling v3_lib.c
[20/428] Compiling v3_pci.c
[21/430] Compiling v3_ncons.c
[22/436] Compiling v3_info.c
[23/436] Compiling v3_enum.c
[24/436] Compiling v3_ia5.c
[25/436] Compiling v3_extku.c
[26/436] Compiling v3_genn.c
[27/436] Compiling v3_cpols.c
[28/436] Compiling v3_crld.c
[29/436] Compiling v3_conf.c
[30/436] Compiling v3_bitst.c
[31/436] Compiling v3_bcons.c
[32/436] Compiling v3_alt.c
[33/436] Compiling v3_akeya.c
[34/436] Compiling v3_akey.c
[35/436] Compiling pcy_node.c
[36/436] Compiling pcy_map.c
[37/436] Compiling pcy_tree.c
[38/436] Compiling pcy_data.c
[39/436] Compiling pcy_cache.c
[40/436] Compiling pcy_lib.c
[41/436] Compiling x_x509a.c
[42/436] Compiling x_spki.c
[43/436] Compiling x_x509.c
[44/436] Compiling x_val.c
[45/436] Compiling x_req.c
[46/436] Compiling x_sig.c
[47/436] Compiling x_pubkey.c
[48/436] Compiling x_info.c
[49/436] Compiling x_exten.c
[50/436] Compiling x_pkey.c
[51/436] Compiling x_name.c
[52/436] Compiling x_all.c
[53/436] Compiling x_crl.c
[54/436] Compiling x_attrib.c
[55/436] Compiling x_algor.c
[56/436] Compiling x509rset.c
[57/436] Compiling x509spki.c
[58/436] Compiling x509name.c
[59/436] Compiling x509cset.c
[60/436] Compiling x509_vpm.c
[61/436] Compiling x509_set.c
[62/436] Compiling x509_vfy.c
[63/436] Compiling x509_txt.c
[64/436] Compiling x509_v3.c
[65/436] Compiling x509_trs.c
[66/436] Compiling x509_req.c
[67/436] Compiling x509_obj.c
[68/436] Compiling x509_ext.c
[69/436] Compiling x509_def.c
[70/436] Compiling x509_d2.c
[71/436] Compiling x509_lu.c
[72/436] Compiling x509_att.c
[73/436] Compiling x509_cmp.c
[74/436] Compiling x509.c
[75/436] Compiling t_x509a.c
[76/436] Compiling t_req.c
[77/436] Compiling t_crl.c
[78/436] Compiling t_x509.c
[79/436] Compiling i2d_pr.c
[80/436] Compiling rsa_pss.c
[81/436] Compiling by_file.c
[82/436] Compiling a_verify.c
[82/436] Compiling algorithm.c
[84/436] Compiling by_dir.c
[85/436] Compiling asn1_gen.c
[86/436] Compiling a_digest.c
[87/436] Compiling voprf.c
[88/436] Compiling a_strex.c
[89/436] Compiling a_sign.c
[90/436] Compiling thread_win.c
[91/436] Compiling trust_token.c
[92/436] Compiling thread_none.c
[93/436] Compiling thread_pthread.c
[94/436] Compiling thread.c
[95/436] Compiling stack.c
[96/436] Compiling pmbtoken.c
[97/436] Compiling siphash.c
[98/436] Compiling rsa_print.c
[99/436] Compiling rsa_asn1.c
[100/436] Compiling refcount_lock.c
[101/436] Compiling refcount_c11.c
[102/436] Compiling windows.c
[103/436] Compiling rc4.c
[103/436] Compiling rand_extra.c
[105/436] Compiling fuchsia.c
[106/436] Compiling deterministic.c
[107/436] Compiling passive.c
[108/436] Compiling forkunsafe.c
[109/436] Compiling poly1305_arm_asm.S
[110/436] Compiling pool.c
[111/436] Compiling poly1305_arm.c
[112/436] Compiling poly1305.c
[113/436] Compiling poly1305_vec.c
[114/436] Compiling pkcs7.c
[115/436] Compiling pkcs8.c
[116/436] Compiling p5_pbev2.c
[117/436] Compiling pkcs8_x509.c
[118/436] Compiling pkcs7_x509.c
[119/436] Compiling pem_xaux.c
[120/436] Compiling pem_oth.c
[121/436] Compiling pem_x509.c
[122/436] Compiling pem_pkey.c
[123/436] Compiling pem_pk8.c
[124/436] Compiling obj_xref.c
[125/436] Compiling pem_all.c
[125/436] Compiling pem_lib.c
[127/436] Compiling obj.c
[128/436] Compiling pem_info.c
[129/436] Compiling mem.c
[130/436] Compiling lhash.c
[131/436] Compiling hpke.c
[132/436] Compiling poly_rq_mul.S
[133/436] Compiling hkdf.c
[134/436] Compiling x86_64-mont5.mac.x86_64.S
[135/436] Compiling x86_64-mont.mac.x86_64.S
[136/436] Compiling x86_64-mont5.linux.x86_64.S
[137/436] Compiling x86-mont.windows.x86.S
[138/436] Compiling x86_64-mont.linux.x86_64.S
[139/436] Compiling vpaes-x86_64.mac.x86_64.S
[140/436] Compiling x86-mont.linux.x86.S
[141/436] Compiling hrss.c
[142/436] Compiling vpaes-x86_64.linux.x86_64.S
[143/436] Compiling vpaes-x86.windows.x86.S
[144/436] Compiling vpaes-armv8.linux.aarch64.S
[145/436] Compiling vpaes-x86.linux.x86.S
[146/436] Compiling vpaes-armv8.ios.aarch64.S
[147/436] Compiling vpaes-armv7.linux.arm.S
[148/436] Compiling vpaes-armv7.ios.arm.S
[149/436] Compiling sha512-x86_64.mac.x86_64.S
[150/436] Compiling sha512-x86_64.linux.x86_64.S
[151/436] Compiling sha512-armv8.linux.aarch64.S
[152/436] Compiling sha512-armv8.ios.aarch64.S
[153/436] Compiling kdf.c
[154/436] Compiling sha512-armv4.linux.arm.S
[155/436] Compiling sha512-586.linux.x86.S
[156/436] Compiling sha512-586.windows.x86.S
[157/436] Compiling sha512-armv4.ios.arm.S
[158/436] Compiling sha256-armv8.linux.aarch64.S
[159/436] Compiling sha256-armv8.ios.aarch64.S
[160/436] Compiling sha256-x86_64.mac.x86_64.S
[161/436] Compiling sha256-armv4.linux.arm.S
[162/436] Compiling sha256-x86_64.linux.x86_64.S
[163/436] Compiling sha256-armv4.ios.arm.S
[164/436] Compiling sha256-586.windows.x86.S
[165/436] Compiling sha1-x86_64.mac.x86_64.S
[166/436] Compiling sha1-armv8.linux.aarch64.S
[167/436] Compiling sha256-586.linux.x86.S
[168/436] Compiling sha1-x86_64.linux.x86_64.S
[169/436] Compiling sha1-armv8.ios.aarch64.S
[170/436] Compiling sha1-armv4-large.ios.arm.S
[171/436] Compiling sha1-armv4-large.linux.arm.S
[172/436] Compiling sha1-586.windows.x86.S
[173/436] Compiling sha1-586.linux.x86.S
[174/436] Compiling sha512.c
[175/436] Compiling sha1-altivec.c
[176/436] Compiling rsaz-avx2.mac.x86_64.S
[177/436] Compiling rsaz-avx2.linux.x86_64.S
[178/436] Compiling sha1.c
[179/436] Compiling sha256.c
[180/436] Compiling self_check.c
[181/436] Compiling rdrand-x86_64.mac.x86_64.S
[182/436] Compiling rsa.c
[183/436] Compiling padding.c
[184/436] Compiling rsa_impl.c
[185/436] Compiling blinding.c
[186/436] Compiling rdrand-x86_64.linux.x86_64.S
[187/436] Compiling fork_detect.c
[187/436] Compiling rand.c
[189/436] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[190/436] Compiling urandom.c
[191/436] Compiling ctrdrbg.c
[192/436] Compiling p256-x86_64-asm.mac.x86_64.S
[193/436] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[194/436] Compiling ofb.c
[195/436] Compiling polyval.c
[196/436] Compiling p256-x86_64-asm.linux.x86_64.S
[197/436] Compiling gcm_nohw.c
[198/436] Compiling gcm.c
[199/436] Compiling cfb.c
[200/436] Compiling ctr.c
[201/436] Compiling cbc.c
[202/436] Compiling md5-x86_64.mac.x86_64.S
[203/436] Compiling md5.c
[204/436] Compiling md5-586.windows.x86.S
[205/436] Compiling md5-586.linux.x86.S
[206/436] Compiling md5-x86_64.linux.x86_64.S
[207/436] Compiling is_fips.c
[208/436] Compiling ghashv8-armx64.linux.aarch64.S
[209/436] Compiling ghashv8-armx64.ios.aarch64.S
[210/436] Compiling hmac.c
[211/436] Compiling md4.c
[212/436] Compiling ghashv8-armx32.linux.arm.S
[213/436] Compiling ghashv8-armx32.ios.arm.S
[214/436] Compiling ghash-x86.windows.x86.S
[215/436] Compiling ghash-x86_64.mac.x86_64.S
[216/436] Compiling ghash-x86_64.linux.x86_64.S
[217/436] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[218/436] Compiling ghash-ssse3-x86.windows.x86.S
[219/436] Compiling ghash-x86.linux.x86.S
[220/436] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[221/436] Compiling ghash-ssse3-x86.linux.x86.S
[222/436] Compiling ghash-neon-armv8.linux.aarch64.S
[223/436] Compiling ghash-armv4.linux.arm.S
[224/436] Compiling ghash-neon-armv8.ios.aarch64.S
[225/436] Compiling ghash-armv4.ios.arm.S
[226/436] Compiling fips_shared_support.c
[227/436] Compiling ecdsa.c
[228/436] Compiling util.c
[229/436] Compiling ecdh.c
[230/436] Compiling wnaf.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[232/436] 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
[233/436] 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
[234/436] Compiling SwiftBeanCountParserUtils String.swift
[235/436] Emitting module SwiftBeanCountParserUtils
[236/436] Compiling SwiftBeanCountModel Balance.swift
[237/436] Compiling SwiftBeanCountModel Commodity.swift
[238/436] Compiling SwiftBeanCountModel Cost.swift
[239/436] Emitting module SwiftBeanCountModel
[240/436] Compiling SwiftBeanCountModel Account.swift
[241/436] Compiling SwiftBeanCountModel AccountName.swift
[242/436] Compiling SwiftBeanCountModel Amount.swift
[243/438] Compiling SwiftBeanCountModel Custom.swift
[244/438] Compiling SwiftBeanCountModel Event.swift
[245/438] Compiling SwiftBeanCountModel Flag.swift
[246/438] Compiling SwiftBeanCountModel Inventory.swift
[247/438] Compiling SwiftBeanCountModel Ledger.swift
[248/438] Compiling SwiftBeanCountModel Price.swift
[249/438] Compiling SwiftBeanCountModel Tag.swift
[250/438] Compiling SwiftBeanCountModel MultiCurrencyAmount.swift
[251/438] Compiling SwiftBeanCountModel Option.swift
[252/438] Compiling SwiftBeanCountModel Transaction.swift
[253/438] Compiling SwiftBeanCountModel TransactionMetaData.swift
[253/438] Compiling simple.c
[254/439] Compiling scalar.c
[255/439] Compiling simple_mul.c
[257/439] Compiling p256.c
[257/439] Compiling p224-64.c
[259/439] Compiling oct.c
[260/439] Compiling felem.c
[261/439] Compiling p256-x86_64.c
[262/439] Compiling digests.c
[263/439] Compiling ec_key.c
[264/439] Compiling digest.c
[265/439] Compiling ec.c
[266/439] Compiling ec_montgomery.c
[267/439] Compiling dh.c
[268/439] Compiling co-586.linux.x86.S
[268/439] Compiling co-586.windows.x86.S
[268/439] Compiling check.c
[268/439] Compiling e_des.c
[268/439] Compiling des.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
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/170] Compiling co-586.linux.x86.S
[1/170] Compiling co-586.windows.x86.S
[2/170] Compiling check.c
[3/170] Compiling cipher.c
[4/170] Compiling des.c
[5/170] Compiling e_des.c
[6/170] Compiling aead.c
[7/170] Compiling bsaes-armv7.ios.arm.S
[8/170] Compiling e_aes.c
[9/170] Compiling sqrt.c
[10/170] Compiling shift.c
[11/170] Compiling rsaz_exp.c
[12/170] Compiling random.c
[13/170] Compiling prime.c
[14/170] Compiling montgomery_inv.c
[15/170] Compiling mul.c
[16/170] Compiling jacobi.c
[17/170] Compiling montgomery.c
[18/170] Compiling bsaes-armv7.linux.arm.S
[19/170] Write swift-version-24593BA9C3E375BF.txt
[20/170] Compiling generic.c
[21/170] Compiling gcd.c
[22/170] Compiling gcd_extra.c
[23/170] Compiling div_extra.c
[24/170] Compiling div.c
[25/170] Compiling ctx.c
[26/170] Compiling exponentiation.c
[27/170] Compiling cmp.c
[28/170] Compiling bn.c
[29/170] Compiling add.c
[30/170] Compiling bn-586.windows.x86.S
[31/174] Compiling armv8-mont.linux.aarch64.S
[32/174] Compiling bytes.c
[33/184] Compiling bn-586.linux.x86.S
[33/184] Compiling armv8-mont.ios.aarch64.S
[35/192] Compiling x86_64-gcc.c
[36/192] Compiling aesv8-armx64.linux.aarch64.S
[37/192] Compiling aesv8-armx64.ios.aarch64.S
[38/192] Compiling armv4-mont.ios.arm.S
[39/192] Compiling aesv8-armx32.ios.arm.S
[40/192] Compiling armv4-mont.linux.arm.S
[41/192] Compiling aesni-x86_64.mac.x86_64.S
[42/192] Compiling aesv8-armx32.linux.arm.S
[43/192] Compiling aesni-x86.linux.x86.S
[44/192] Compiling aesni-x86_64.linux.x86_64.S
[45/192] Compiling aesni-x86.windows.x86.S
[46/192] Compiling aesni-gcm-x86_64.mac.x86_64.S
[46/192] Compiling aesni-gcm-x86_64.linux.x86_64.S
[48/192] Compiling mode_wrappers.c
[49/192] Compiling key_wrap.c
[50/192] Compiling aes.c
[51/192] Compiling ex_data.c
[52/192] Compiling sign.c
[53/192] Compiling scrypt.c
[54/192] Compiling aes_nohw.c
[55/192] Compiling pbkdf.c
[56/192] Compiling print.c
[57/192] Compiling p_x25519_asn1.c
[58/192] Compiling p_x25519.c
[60/192] Emitting module SwiftBeanCountParserUtils
[61/192] Compiling SwiftBeanCountParserUtils String.swift
[61/193] Compiling p_rsa_asn1.c
[62/193] Compiling p_ed25519.c
[64/193] Compiling SwiftBeanCountModel MultiCurrencyAmount.swift
[65/193] Compiling SwiftBeanCountModel Option.swift
[65/195] Compiling p_ed25519_asn1.c
[66/195] Compiling p_rsa.c
[67/195] Compiling p_ec_asn1.c
[69/195] Compiling p_dsa_asn1.c
[70/195] Compiling evp_ctx.c
[71/195] Compiling p_ec.c
[72/195] Compiling evp_asn1.c
[73/195] Compiling digestsign.c
[74/195] Compiling err_data.c
[75/195] Compiling evp.c
[76/195] Compiling err.c
[77/195] Compiling engine.c
[79/195] Compiling SwiftBeanCountModel Transaction.swift
[80/195] Compiling SwiftBeanCountModel TransactionMetaData.swift
[81/195] Compiling SwiftBeanCountModel Price.swift
[82/195] Compiling SwiftBeanCountModel Tag.swift
[82/195] Compiling ecdh_extra.c
[83/195] Compiling hash_to_curve.c
[84/195] Compiling ecdsa_asn1.c
[85/195] Compiling dsa_asn1.c
[86/195] Compiling ec_derive.c
[87/195] Compiling ec_asn1.c
[88/195] Compiling dsa.c
[89/195] Compiling dh_asn1.c
[90/195] Compiling spake25519.c
[91/195] Compiling params.c
[92/195] Compiling cpu-ppc64le.c
[93/195] Compiling x25519-asm-arm.S
[94/195] Compiling digest_extra.c
[95/195] Compiling cpu-arm.c
[97/195] Compiling SwiftBeanCountModel Balance.swift
[98/195] Compiling SwiftBeanCountModel Commodity.swift
[99/195] Compiling SwiftBeanCountModel Cost.swift
[99/195] Compiling cpu-aarch64-win.c
[101/195] Emitting module SwiftBeanCountModel
[102/195] Compiling SwiftBeanCountModel Account.swift
[103/195] Compiling SwiftBeanCountModel AccountName.swift
[104/195] Compiling SwiftBeanCountModel Amount.swift
[104/195] Compiling crypto.c
[105/195] Compiling cpu-arm-linux.c
[106/195] Compiling cpu-aarch64-linux.c
[107/195] Compiling cpu-aarch64-fuchsia.c
[108/195] Compiling cpu-intel.c
[110/195] Compiling SwiftBeanCountModel TransactionPosting.swift
[111/195] Compiling SwiftBeanCountModel ValidationResult.swift
[111/195] Compiling cmac.c
[112/195] Compiling e_tls.c
[113/195] Compiling conf.c
[114/195] Compiling e_rc4.c
[115/195] Compiling e_null.c
[116/195] Compiling e_rc2.c
[117/195] Compiling curve25519.c
[118/195] Compiling tls_cbc.c
[119/195] Compiling derive_key.c
[120/195] Compiling e_chacha20poly1305.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[122/195] 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
[123/195] 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
[123/195] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[124/195] Compiling e_aesccm.c
[124/195] Compiling e_aesgcmsiv.c
[124/195] Compiling e_aesctrhmac.c
[124/195] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[124/195] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[124/195] Compiling cipher_extra.c
BUILD FAILURE 6.1 linux