The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftBeanCountSheetSync, reference v1.1.1 (7cd150), with Swift 6.1 for Linux on 12 Nov 2025 01:10:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/SwiftBeanCountSheetSync.git
Reference: v1.1.1
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
 * tag               v1.1.1     -> FETCH_HEAD
HEAD is now at 7cd1504 Update Model + Parser
Cloned https://github.com/Nef10/SwiftBeanCountSheetSync.git
Revision (git rev-parse @):
7cd15040c0bb7caa524687b90f6d5e23edd57194
SUCCESS checkout https://github.com/Nef10/SwiftBeanCountSheetSync.git at v1.1.1
========================================
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-3":/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:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Nef10/GoogleAuthentication.git
Fetching https://github.com/Nef10/SwiftBeanCountParser.git
Fetching https://github.com/Nef10/SwiftBeanCountModel.git
[1/1138] Fetching googleauthentication
[1139/3512] Fetching googleauthentication, swiftbeancountparser
[2113/7254] Fetching googleauthentication, swiftbeancountparser, swiftbeancountmodel
Fetched https://github.com/Nef10/GoogleAuthentication.git from cache (2.86s)
Fetched https://github.com/Nef10/SwiftBeanCountParser.git from cache (2.98s)
Fetched https://github.com/Nef10/SwiftBeanCountModel.git from cache (2.99s)
Computing version for https://github.com/Nef10/GoogleAuthentication.git
Computed https://github.com/Nef10/GoogleAuthentication.git at 1.0.3 (7.73s)
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 (0.68s)
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.96s)
Fetching https://github.com/Nef10/SwiftBeanCountParserUtils.git
[1/969] Fetching swiftbeancountparserutils
Fetched https://github.com/Nef10/SwiftBeanCountParserUtils.git from cache (0.31s)
Computing version for https://github.com/Nef10/SwiftBeanCountModel.git
Computed https://github.com/Nef10/SwiftBeanCountModel.git at 0.2.0 (0.92s)
Computing version for https://github.com/OAuthSwift/OAuthSwift.git
Computed https://github.com/OAuthSwift/OAuthSwift.git at 2.2.0 (0.68s)
Fetching https://github.com/httpswift/swifter.git
Fetching https://github.com/phimage/Erik.git
Fetching https://github.com/tid-kijyun/Kanna.git
Fetching https://github.com/apple/swift-crypto.git
[1/642] Fetching erik
[85/3032] Fetching erik, kanna
[3033/9082] Fetching erik, kanna, swifter
Fetched https://github.com/phimage/Erik.git from cache (0.29s)
Fetched https://github.com/tid-kijyun/Kanna.git from cache (0.30s)
[1634/6050] Fetching swifter
[1695/23489] Fetching swifter, swift-crypto
Fetched https://github.com/httpswift/swifter.git from cache (2.15s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.18s)
Computing version for https://github.com/Nef10/SwiftBeanCountParserUtils.git
Computed https://github.com/Nef10/SwiftBeanCountParserUtils.git at 1.0.0 (3.12s)
Computing version for https://github.com/httpswift/swifter.git
Computed https://github.com/httpswift/swifter.git at 1.5.0 (0.63s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (0.63s)
Computing version for https://github.com/phimage/Erik.git
Computed https://github.com/phimage/Erik.git at 5.1.0 (0.84s)
Fetching https://github.com/nvzqz/FileKit.git
Fetching https://github.com/Thomvis/BrightFutures.git
[1/3123] Fetching filekit
[64/7190] Fetching filekit, brightfutures
Fetched https://github.com/nvzqz/FileKit.git from cache (0.72s)
[3742/4067] Fetching brightfutures
Fetched https://github.com/Thomvis/BrightFutures.git from cache (1.10s)
Computing version for https://github.com/nvzqz/FileKit.git
Computed https://github.com/nvzqz/FileKit.git at 6.1.0 (2.06s)
Computing version for https://github.com/Thomvis/BrightFutures.git
Computed https://github.com/Thomvis/BrightFutures.git at 8.2.0 (1.97s)
Computing version for https://github.com/tid-kijyun/Kanna.git
Computed https://github.com/tid-kijyun/Kanna.git at 5.3.0 (0.84s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (0.89s)
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/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.9
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/phimage/Erik.git
Working copy of https://github.com/phimage/Erik.git resolved at 5.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/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/SwiftBeanCountParserUtils.git
Working copy of https://github.com/Nef10/SwiftBeanCountParserUtils.git resolved at 1.0.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/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/SwiftBeanCountModel.git
Working copy of https://github.com/Nef10/SwiftBeanCountModel.git resolved at 0.2.0
Building for debugging...
[0/414] Write sources
[8/414] Compiling v3_pmaps.c
[9/414] Compiling v3_skey.c
[10/414] Compiling v3_purp.c
[10/414] Compiling v3_prn.c
[12/414] Compiling v3_pcons.c
[13/414] Write swift-version-24593BA9C3E375BF.txt
[13/414] Compiling CCryptoBoringSSLShims shims.c
[15/414] Compiling v3_utl.c
[16/414] Compiling v3_lib.c
[17/414] Compiling v3_pcia.c
[18/414] Compiling v3_ocsp.c
[19/415] Compiling v3_pci.c
[20/416] Compiling v3_int.c
[21/416] Compiling v3_ncons.c
[22/436] Compiling v3_info.c
[23/436] Compiling v3_extku.c
[24/436] Compiling v3_ia5.c
[25/436] Compiling v3_enum.c
[26/436] Compiling v3_genn.c
[27/436] Compiling v3_crld.c
[28/436] Compiling v3_conf.c
[29/436] Compiling v3_bcons.c
[30/436] Compiling v3_bitst.c
[31/436] Compiling v3_cpols.c
[32/436] Compiling v3_alt.c
[33/436] Compiling v3_akey.c
[34/436] Compiling v3_akeya.c
[35/436] Compiling pcy_node.c
[36/436] Compiling pcy_tree.c
[37/436] Compiling pcy_map.c
[38/436] Compiling pcy_lib.c
[39/436] Compiling x_x509a.c
[40/436] Compiling pcy_data.c
[41/436] Compiling pcy_cache.c
[42/436] Compiling x_val.c
[43/436] Compiling x_x509.c
[44/436] Compiling x_spki.c
[45/436] Compiling x_sig.c
[46/436] Compiling x_req.c
[47/436] Compiling x_pubkey.c
[48/436] Compiling x_pkey.c
[49/436] Compiling x_info.c
[50/436] Compiling x_name.c
[51/436] Compiling x_exten.c
[52/436] Compiling x_attrib.c
[53/436] Compiling x_algor.c
[54/436] Compiling x_crl.c
[55/436] Compiling x509spki.c
[56/436] Compiling x_all.c
[57/436] Compiling x509rset.c
[58/436] Compiling x509name.c
[59/436] Compiling x509cset.c
[60/436] Compiling x509_vpm.c
[61/436] Compiling x509_vfy.c
[62/436] Compiling x509_v3.c
[63/436] Compiling x509_txt.c
[64/436] Compiling x509_set.c
[65/436] Compiling x509_trs.c
[66/436] Compiling x509_req.c
[67/436] Compiling x509_obj.c
[68/436] Compiling x509_def.c
[69/436] Compiling x509_ext.c
[70/436] Compiling x509_lu.c
[71/436] Compiling x509_d2.c
[72/436] Compiling x509_att.c
[73/436] Compiling t_x509a.c
[74/436] Compiling x509.c
[75/436] Compiling x509_cmp.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[77/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
[77/436] Compiling i2d_pr.c
[78/436] Compiling t_x509.c
[79/436] Compiling rsa_pss.c
[80/436] Compiling t_crl.c
[81/436] Compiling by_file.c
[82/436] Compiling t_req.c
[83/436] Compiling asn1_gen.c
[84/436] Compiling a_strex.c
[85/436] Compiling by_dir.c
[86/436] Compiling algorithm.c
[87/436] Compiling a_verify.c
[88/436] Compiling a_sign.c
[89/436] Compiling voprf.c
[90/436] Compiling trust_token.c
[91/436] Compiling thread_none.c
[92/436] Compiling thread_win.c
[93/436] Compiling pmbtoken.c
[94/436] Compiling thread_pthread.c
[95/436] Compiling a_digest.c
[96/436] Compiling thread.c
[97/436] Compiling stack.c
[98/436] Compiling rsa_print.c
[99/436] Compiling refcount_lock.c
[100/436] Compiling siphash.c
[101/436] Compiling refcount_c11.c
[102/436] Compiling windows.c
[103/436] Compiling rand_extra.c
[104/436] Compiling rsa_asn1.c
[105/436] Compiling rc4.c
[106/436] Compiling fuchsia.c
[107/436] Compiling passive.c
[108/436] Compiling deterministic.c
[109/436] Compiling forkunsafe.c
[110/436] Compiling pool.c
[111/436] Compiling poly1305_arm_asm.S
[112/436] Compiling poly1305_arm.c
[113/436] Compiling poly1305.c
[114/436] Compiling poly1305_vec.c
[115/436] Compiling pkcs7.c
[116/436] Compiling pkcs8_x509.c
[117/436] Compiling p5_pbev2.c
[118/436] Compiling pkcs8.c
[119/436] Compiling pkcs7_x509.c
[120/436] Compiling pem_xaux.c
[121/436] Compiling pem_x509.c
[122/436] Compiling pem_pkey.c
[123/436] Compiling pem_pk8.c
[124/436] Compiling pem_oth.c
[125/436] Compiling obj_xref.c
[126/436] Compiling pem_lib.c
[127/436] Compiling pem_info.c
[128/436] Compiling pem_all.c
[129/436] Compiling mem.c
[130/436] Compiling lhash.c
[131/436] Compiling obj.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-mont5.linux.x86_64.S
[136/436] Compiling x86_64-mont.mac.x86_64.S
[137/436] Compiling x86_64-mont.linux.x86_64.S
[138/436] Compiling hpke.c
[139/436] Compiling x86-mont.windows.x86.S
[140/436] Compiling x86-mont.linux.x86.S
[141/436] Compiling hrss.c
[142/436] Compiling vpaes-x86.windows.x86.S
[143/436] Compiling vpaes-x86_64.linux.x86_64.S
[144/436] Compiling vpaes-x86.linux.x86.S
[145/436] Compiling vpaes-x86_64.mac.x86_64.S
[146/436] Compiling vpaes-armv8.linux.aarch64.S
[147/436] Compiling vpaes-armv8.ios.aarch64.S
[148/436] Compiling vpaes-armv7.linux.arm.S
[149/436] Compiling vpaes-armv7.ios.arm.S
[150/436] Compiling sha512-x86_64.mac.x86_64.S
[151/436] Compiling kdf.c
[152/436] Compiling sha512-armv8.linux.aarch64.S
[153/436] Compiling sha512-armv8.ios.aarch64.S
[154/436] Compiling sha512-x86_64.linux.x86_64.S
[155/436] Compiling sha512-armv4.linux.arm.S
[156/436] Compiling sha512-armv4.ios.arm.S
[157/436] Compiling sha512-586.windows.x86.S
[158/436] Compiling sha512-586.linux.x86.S
[159/436] Compiling sha256-x86_64.linux.x86_64.S
[160/436] Compiling sha256-x86_64.mac.x86_64.S
[161/436] Compiling sha256-armv8.linux.aarch64.S
[162/436] Compiling sha256-armv8.ios.aarch64.S
[163/436] Compiling sha256-armv4.linux.arm.S
[164/436] Compiling sha256-586.linux.x86.S
[165/436] Compiling sha256-armv4.ios.arm.S
[166/436] Compiling sha256-586.windows.x86.S
[167/436] Compiling sha1-x86_64.mac.x86_64.S
[168/436] Compiling sha1-armv8.linux.aarch64.S
[169/436] Compiling sha1-x86_64.linux.x86_64.S
[170/436] Compiling sha1-armv4-large.linux.arm.S
[171/436] Compiling sha1-armv8.ios.aarch64.S
[172/436] Compiling sha1-armv4-large.ios.arm.S
[173/436] Compiling sha1-586.windows.x86.S
[174/436] Compiling sha1-586.linux.x86.S
[175/436] Compiling sha1-altivec.c
[176/436] Compiling sha256.c
[177/436] Compiling sha1.c
[178/436] Compiling sha512.c
[179/436] Compiling rsaz-avx2.mac.x86_64.S
[180/436] Compiling rsaz-avx2.linux.x86_64.S
[181/436] Compiling self_check.c
[182/436] Compiling rdrand-x86_64.mac.x86_64.S
[183/436] Compiling rsa_impl.c
[184/436] Compiling blinding.c
[185/436] Compiling padding.c
[186/436] Compiling rsa.c
[187/436] Compiling rdrand-x86_64.linux.x86_64.S
[188/436] Compiling fork_detect.c
[189/436] Compiling rand.c
[190/436] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[191/436] Compiling ctrdrbg.c
[192/436] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[193/436] Compiling urandom.c
[194/436] Compiling p256-x86_64-asm.mac.x86_64.S
[195/436] Compiling gcm_nohw.c
[196/436] Compiling polyval.c
[197/436] Compiling ofb.c
[198/436] Compiling p256-x86_64-asm.linux.x86_64.S
[199/436] Compiling md5.c
[200/436] Compiling cbc.c
[201/436] Compiling ctr.c
[201/436] Compiling gcm.c
[203/436] Compiling cfb.c
[204/436] Compiling md4.c
[205/436] Compiling is_fips.c
[206/436] Compiling md5-x86_64.mac.x86_64.S
[207/436] Compiling hmac.c
[208/436] Compiling md5-586.windows.x86.S
[209/436] Compiling md5-586.linux.x86.S
[210/436] Compiling md5-x86_64.linux.x86_64.S
[211/436] Compiling ghashv8-armx32.ios.arm.S
[212/436] Compiling ghashv8-armx64.linux.aarch64.S
[213/436] Compiling ghash-x86.windows.x86.S
[213/436] Compiling ghashv8-armx64.ios.aarch64.S
[215/436] Compiling ghash-x86_64.mac.x86_64.S
[216/436] Compiling ghashv8-armx32.linux.arm.S
[217/436] Compiling ghash-x86_64.linux.x86_64.S
[219/436] Compiling SwiftBeanCountParserUtils String.swift
[220/436] Emitting module SwiftBeanCountParserUtils
[221/437] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[221/437] Compiling ghash-x86.linux.x86.S
[223/437] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[224/437] Compiling ghash-ssse3-x86.windows.x86.S
[225/437] Compiling ghash-ssse3-x86.linux.x86.S
[227/437] Compiling SwiftBeanCountModel Custom.swift
[228/437] Compiling SwiftBeanCountModel Event.swift
[229/437] Compiling SwiftBeanCountModel Flag.swift
[230/439] Compiling SwiftBeanCountModel Inventory.swift
[231/439] Compiling SwiftBeanCountModel Ledger.swift
[232/439] Compiling SwiftBeanCountModel Account.swift
[233/439] Compiling SwiftBeanCountModel AccountName.swift
[234/439] Compiling SwiftBeanCountModel Amount.swift
[234/439] Compiling ghash-neon-armv8.linux.aarch64.S
[235/439] Compiling fips_shared_support.c
[236/439] Compiling ecdsa.c
[237/439] Compiling ghash-armv4.ios.arm.S
[238/439] Compiling ghash-neon-armv8.ios.aarch64.S
[239/439] Compiling ghash-armv4.linux.arm.S
[241/439] Compiling SwiftBeanCountModel MultiCurrencyAmount.swift
[242/439] Compiling SwiftBeanCountModel Option.swift
[243/439] Compiling SwiftBeanCountModel Price.swift
[244/439] Compiling SwiftBeanCountModel Tag.swift
[245/439] Compiling SwiftBeanCountModel Transaction.swift
[246/439] Compiling SwiftBeanCountModel TransactionMetaData.swift
[247/439] Emitting module SwiftBeanCountModel
[248/439] Compiling SwiftBeanCountModel Balance.swift
[249/439] Compiling SwiftBeanCountModel Commodity.swift
[250/439] Compiling SwiftBeanCountModel Cost.swift
[251/439] 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
[251/439] Compiling simple.c
[252/439] Compiling simple_mul.c
[253/439] Compiling scalar.c
[254/439] Compiling util.c
[255/439] Compiling ecdh.c
[256/439] Compiling wnaf.c
[257/439] Compiling ec_montgomery.c
[257/439] Compiling p256-x86_64.c
[257/439] Compiling oct.c
[257/439] Compiling p256.c
[257/439] Compiling felem.c
[257/439] Compiling p224-64.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
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/181] Compiling oct.c
[1/181] Compiling felem.c
[2/181] Compiling ec_key.c
[3/181] Compiling ec_montgomery.c
[4/181] Compiling p224-64.c
[5/181] Compiling p256.c
[6/181] Compiling ec.c
[7/181] Compiling check.c
[8/181] Compiling digest.c
[9/181] Compiling digests.c
[10/181] Compiling dh.c
[11/181] Compiling co-586.linux.x86.S
[12/181] Compiling co-586.windows.x86.S
[13/181] Compiling e_des.c
[14/181] Compiling cipher.c
[15/181] Compiling aead.c
[16/181] Compiling bsaes-armv7.linux.arm.S
[17/181] Write swift-version-24593BA9C3E375BF.txt
[18/181] Compiling e_aes.c
[19/181] Compiling des.c
[20/181] Compiling shift.c
[20/181] Compiling sqrt.c
[22/181] Compiling rsaz_exp.c
[22/181] Compiling random.c
[24/183] Compiling bsaes-armv7.ios.arm.S
[25/183] Compiling prime.c
[26/190] Compiling mul.c
[27/201] Compiling montgomery_inv.c
[28/201] Compiling p256-x86_64.c
[29/201] Compiling montgomery.c
[30/201] Compiling jacobi.c
[31/201] Compiling generic.c
[32/201] Compiling gcd_extra.c
[33/203] Compiling gcd.c
[34/203] Compiling div_extra.c
[35/203] Compiling exponentiation.c
[36/203] Compiling div.c
[37/203] Compiling ctx.c
[38/203] Compiling cmp.c
[40/203] Emitting module SwiftBeanCountParserUtils
[41/203] Compiling SwiftBeanCountParserUtils String.swift
[41/203] Compiling bytes.c
[42/204] Compiling bn.c
[43/204] Compiling add.c
[44/204] Compiling bn-586.windows.x86.S
[45/204] Compiling bn-586.linux.x86.S
[46/204] Compiling armv8-mont.linux.aarch64.S
[47/204] Compiling armv8-mont.ios.aarch64.S
[48/204] Compiling armv4-mont.linux.arm.S
[50/204] Compiling armv4-mont.ios.arm.S
[51/204] Compiling aesv8-armx64.linux.aarch64.S
[52/204] Compiling aesv8-armx64.ios.aarch64.S
[53/204] Compiling aesv8-armx32.linux.arm.S
[54/204] Compiling aesv8-armx32.ios.arm.S
[55/204] Compiling aesni-x86_64.mac.x86_64.S
[56/204] Compiling aesni-x86.windows.x86.S
[57/204] Compiling aesni-gcm-x86_64.mac.x86_64.S
[58/204] Compiling aesni-x86.linux.x86.S
[59/204] Compiling x86_64-gcc.c
[60/204] Compiling aesni-x86_64.linux.x86_64.S
[61/204] Compiling aesni-gcm-x86_64.linux.x86_64.S
[63/204] Emitting module SwiftBeanCountModel
[64/206] Compiling SwiftBeanCountModel Price.swift
[65/206] Compiling SwiftBeanCountModel Tag.swift
[66/206] Compiling SwiftBeanCountModel MultiCurrencyAmount.swift
[67/206] Compiling SwiftBeanCountModel Option.swift
[68/206] Compiling SwiftBeanCountModel Transaction.swift
[69/206] Compiling SwiftBeanCountModel TransactionMetaData.swift
[69/206] Compiling mode_wrappers.c
[70/206] Compiling aes.c
[71/206] Compiling key_wrap.c
[73/206] Compiling SwiftBeanCountModel Balance.swift
[74/206] Compiling SwiftBeanCountModel Commodity.swift
[75/206] Compiling SwiftBeanCountModel Cost.swift
[75/206] Compiling aes_nohw.c
[76/206] Compiling sign.c
[77/206] Compiling ex_data.c
[78/206] Compiling scrypt.c
[79/206] Compiling p_x25519.c
[80/206] Compiling pbkdf.c
[81/206] Compiling print.c
[82/206] Compiling p_rsa.c
[83/206] Compiling p_rsa_asn1.c
[84/206] Compiling p_x25519_asn1.c
[85/206] Compiling p_ed25519_asn1.c
[87/206] Compiling SwiftBeanCountModel Account.swift
[88/206] Compiling SwiftBeanCountModel AccountName.swift
[89/206] Compiling SwiftBeanCountModel Amount.swift
[89/206] Compiling p_ed25519.c
[90/206] Compiling p_dsa_asn1.c
[91/206] Compiling evp_ctx.c
[92/206] Compiling evp_asn1.c
[93/206] Compiling err_data.c
[94/206] Compiling p_ec_asn1.c
[95/206] Compiling digestsign.c
[95/206] Compiling err.c
[97/206] Compiling p_ec.c
[98/206] Compiling evp.c
[99/206] Compiling engine.c
[101/206] Compiling SwiftBeanCountModel TransactionPosting.swift
[102/206] Compiling SwiftBeanCountModel ValidationResult.swift
[102/206] Compiling ecdsa_asn1.c
[103/206] Compiling ecdh_extra.c
[103/206] Compiling hash_to_curve.c
[103/206] Compiling ec_derive.c
[106/206] Compiling ec_asn1.c
[107/206] Compiling dsa_asn1.c
[108/206] Compiling dh_asn1.c
[109/206] Compiling digest_extra.c
[110/206] Compiling params.c
[111/206] Compiling spake25519.c
[113/206] Compiling SwiftBeanCountModel Custom.swift
[114/206] Compiling SwiftBeanCountModel Event.swift
[115/206] Compiling SwiftBeanCountModel Flag.swift
[116/206] Compiling SwiftBeanCountModel Inventory.swift
[117/206] Compiling SwiftBeanCountModel Ledger.swift
[117/206] Compiling x25519-asm-arm.S
[118/206] Compiling dsa.c
[119/207] Compiling cpu-ppc64le.c
[120/207] Compiling crypto.c
[121/207] Compiling cpu-arm-linux.c
[122/207] Compiling cpu-arm.c
[122/207] Compiling cpu-aarch64-win.c
[124/207] Compiling cpu-intel.c
[125/207] Compiling cpu-aarch64-fuchsia.c
[126/207] Compiling cpu-aarch64-linux.c
[128/207] Compiling cmac.c
[129/207] Compiling e_rc4.c
[130/207] Compiling curve25519.c
[131/207] Compiling tls_cbc.c
[132/207] Compiling conf.c
[133/207] Compiling e_tls.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[135/207] 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
[136/207] 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
[136/207] Compiling e_aesctrhmac.c
[136/207] Compiling e_null.c
[136/207] Compiling e_chacha20poly1305.c
[136/207] Compiling e_aesccm.c
[136/207] Compiling e_rc2.c
[136/207] Compiling e_aesgcmsiv.c
BUILD FAILURE 6.1 linux