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 IBLinter, reference 0.5.0 (d62942), with Swift 6.1 for Linux on 26 Apr 2025 21:49:44 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/IBDecodable/IBLinter.git
Reference: 0.5.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/IBDecodable/IBLinter
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at d629428 Update CHANGELOG.md
Cloned https://github.com/IBDecodable/IBLinter.git
Revision (git rev-parse @):
d6294281badfe3a655c7db7694ea409041e5d507
SUCCESS checkout https://github.com/IBDecodable/IBLinter.git at 0.5.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/IBDecodable/IBLinter.git
https://github.com/IBDecodable/IBLinter.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "ibdecodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBDecodable/IBDecodable.git"
    },
    {
      "identity" : "commandant",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.17.0",
            "upper_bound" : "0.18.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Carthage/Commandant.git"
    },
    {
      "identity" : "sourcekitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.29.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/SourceKitten.git"
    },
    {
      "identity" : "xcodeprojkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/phimage/XcodeProjKit.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "IBLinter",
  "name" : "IBLinter",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "iblinter",
      "targets" : [
        "IBLinter"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "IBLinterFrontend",
      "targets" : [
        "IBLinterFrontend"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "IBLinterKit",
      "targets" : [
        "IBLinterKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "iblinter-tools",
      "targets" : [
        "IBLinterTools"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IBLinterTools",
      "module_type" : "SwiftTarget",
      "name" : "IBLinterTools",
      "path" : "Sources/IBLinterTools",
      "product_dependencies" : [
        "Commandant"
      ],
      "product_memberships" : [
        "iblinter-tools"
      ],
      "sources" : [
        "DumpRuleDocument.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "IBLinterKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IBLinterKitTest",
      "module_type" : "SwiftTarget",
      "name" : "IBLinterKitTest",
      "path" : "Tests/IBLinterKitTest",
      "sources" : [
        "ReportersTest.swift",
        "RuleTest.swift",
        "Rules/AmbiguousViewRuleTests.swift",
        "Rules/ColorResourcesRuleTests.swift",
        "Rules/CustomClassNameRuleTests.swift",
        "Rules/CustomModuleRuleTests.swift",
        "Rules/DuplicateConstraintRuleTests.swift",
        "Rules/DuplicateIDRuleTests.swift",
        "Rules/HidesBottomBarRuleTests.swift",
        "Rules/ImageResourcesRuleTests.swift",
        "Rules/RelativeToMarginRuleTests.swift",
        "Rules/ReuseIdentifierRuleTests.swift",
        "Rules/StackViewBackgroundColorRuleTests.swift",
        "Rules/UseBaseClassRuleTests.swift",
        "Rules/UseTraitCollectionsTests.swift",
        "Rules/ViewAsDeviceRuleTests.swift",
        "Supports/Context+Mock.swift",
        "Supports/Fixture.swift",
        "Utils/AssetsCatalogTest.swift",
        "Utils/ConfigTest.swift",
        "Utils/GlobTests.swift",
        "Utils/LintCacheTests.swift",
        "Utils/LintablePathsTests.swift",
        "ValidatorTest.swift"
      ],
      "target_dependencies" : [
        "IBLinterKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IBLinterKit",
      "module_type" : "SwiftTarget",
      "name" : "IBLinterKit",
      "path" : "Sources/IBLinterKit",
      "product_dependencies" : [
        "IBDecodable",
        "Commandant",
        "SourceKittenFramework",
        "XcodeProjKit",
        "Crypto"
      ],
      "product_memberships" : [
        "iblinter",
        "IBLinterFrontend",
        "IBLinterKit",
        "iblinter-tools"
      ],
      "sources" : [
        "Config/Config.swift",
        "Config/CustomModuleConfig.swift",
        "Config/HidesBottomBarConfig.swift",
        "Config/UseBaseClassConfig.swift",
        "Config/UseTraitCollectionsConfig.swift",
        "Config/ViewAsDeviceConfig.swift",
        "Context.swift",
        "Entity/AssetsCatalog.swift",
        "Extensions/String+md5.swift",
        "Extensions/String+xml.swift",
        "Reporters/CheckstyleReporter.swift",
        "Reporters/CodeClimateReporter.swift",
        "Reporters/EmojiReporter.swift",
        "Reporters/GitLabJUnitReporter.swift",
        "Reporters/JSONReporter.swift",
        "Reporters/Reporter.swift",
        "Reporters/XcodeReporter.swift",
        "Rule.swift",
        "Rules/AmbiguousViewRule.swift",
        "Rules/ColorResourcesRule.swift",
        "Rules/CustomClassNameRule.swift",
        "Rules/CustomModuleRule.swift",
        "Rules/DuplicateConstraintRule.swift",
        "Rules/DuplicateIDRule.swift",
        "Rules/ForceToEnableAutoLayoutRule.swift",
        "Rules/HidesBottomBarRule.swift",
        "Rules/ImageResourcesRule.swift",
        "Rules/MisplacedViewRule.swift",
        "Rules/RelativeToMarginRule.swift",
        "Rules/ReuseIdentifierRule.swift",
        "Rules/StackViewBackgroundColorRule.swift",
        "Rules/StoryboardControllerId.swift",
        "Rules/UseBaseClassRule.swift",
        "Rules/UseTraitCollections.swift",
        "Rules/ViewAsDeviceRule.swift",
        "Utils/Glob.swift",
        "Utils/LintCache.swift",
        "Utils/ViewName.swift",
        "Validator.swift",
        "Version.swift",
        "Violation.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IBLinterFrontend",
      "module_type" : "SwiftTarget",
      "name" : "IBLinterFrontend",
      "path" : "Sources/IBLinterFrontend",
      "product_memberships" : [
        "iblinter",
        "IBLinterFrontend"
      ],
      "sources" : [
        "Commands/ValidateCommand.swift",
        "Commands/VersionCommand.swift",
        "IBLinter.swift"
      ],
      "target_dependencies" : [
        "IBLinterKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IBLinter",
      "module_type" : "SwiftTarget",
      "name" : "IBLinter",
      "path" : "Sources/IBLinter",
      "product_memberships" : [
        "iblinter"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "IBLinterFrontend"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Carthage/Commandant.git
Fetching https://github.com/IBDecodable/IBDecodable.git
Fetching https://github.com/phimage/XcodeProjKit.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/jpsim/SourceKitten.git
[1/2876] Fetching ibdecodable
[2130/3314] Fetching ibdecodable, xcodeprojkit
[3013/5643] Fetching ibdecodable, xcodeprojkit, commandant
[5022/21755] Fetching ibdecodable, xcodeprojkit, commandant, sourcekitten
[6611/35539] Fetching ibdecodable, xcodeprojkit, commandant, sourcekitten, swift-crypto
Fetched https://github.com/Carthage/Commandant.git from cache (1.14s)
Fetched https://github.com/jpsim/SourceKitten.git from cache (1.16s)
Fetched https://github.com/phimage/XcodeProjKit.git from cache (1.70s)
Fetched https://github.com/IBDecodable/IBDecodable.git from cache (1.70s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.72s)
Computing version for https://github.com/Carthage/Commandant.git
Computed https://github.com/Carthage/Commandant.git at 0.17.0 (2.49s)
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/14755] Fetching quick
[3248/34322] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (0.67s)
[15654/19567] Fetching nimble
Fetched https://github.com/Quick/Nimble.git from cache (1.24s)
Computing version for https://github.com/phimage/XcodeProjKit.git
Computed https://github.com/phimage/XcodeProjKit.git at 2.3.0 (3.75s)
Computing version for https://github.com/IBDecodable/IBDecodable.git
Computed https://github.com/IBDecodable/IBDecodable.git at 0.6.1 (1.97s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.24s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.69s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (0.50s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (0.50s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.51s)
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/10289] Fetching yams
[5969/25239] Fetching yams, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.93s)
Fetched https://github.com/jpsim/Yams.git from cache (1.15s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (1.88s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.89s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (1.04s)
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.1
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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.1
Creating working copy for https://github.com/phimage/XcodeProjKit.git
Working copy of https://github.com/phimage/XcodeProjKit.git resolved at 2.3.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/Carthage/Commandant.git
Working copy of https://github.com/Carthage/Commandant.git resolved at 0.17.0
Creating working copy for https://github.com/IBDecodable/IBDecodable.git
Working copy of https://github.com/IBDecodable/IBDecodable.git resolved at 0.6.1
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/443] Write sources
[5/443] Compiling a_bool.c
[5/443] Write sources
[9/443] Compiling SourceKit SourceKit.c
[10/443] Write sources
[14/443] Compiling a_dup.c
[14/443] Compiling a_i2d_fp.c
[16/443] Compiling Clang_C Clang_C.c
[17/443] Compiling a_gentm.c
[17/443] Compiling a_int.c
[18/443] Compiling a_bitstr.c
[20/443] Compiling writer.c
[21/443] Compiling reader.c
[22/443] Compiling a_d2i_fp.c
[23/443] Write swift-version-24593BA9C3E375BF.txt
[24/443] Compiling parser.c
[25/443] Compiling api.c
[26/443] Compiling emitter.c
[27/443] Compiling scanner.c
[28/508] Compiling CCryptoBoringSSLShims shims.c
[29/517] Compiling v3_utl.c
[30/517] Compiling v3_skey.c
[31/518] Compiling v3_purp.c
[32/518] Compiling v3_prn.c
[33/537] Compiling v3_pci.c
[34/537] Compiling v3_pcons.c
[35/537] Compiling v3_pmaps.c
[36/537] Compiling v3_pcia.c
[37/537] Compiling v3_ocsp.c
[38/537] Compiling v3_int.c
[39/537] Compiling v3_ncons.c
[40/537] Compiling v3_lib.c
[41/537] Compiling v3_info.c
[42/537] Compiling v3_ia5.c
[43/537] Compiling v3_extku.c
[44/537] Compiling v3_genn.c
[44/537] Compiling v3_enum.c
[46/537] Compiling v3_crld.c
[47/537] Compiling v3_bitst.c
[48/537] Compiling v3_cpols.c
[49/537] Compiling v3_conf.c
[50/537] Compiling v3_akeya.c
[51/537] Compiling v3_bcons.c
[52/537] Compiling v3_alt.c
[53/537] Compiling v3_akey.c
[54/537] Compiling pcy_node.c
[55/537] Compiling pcy_tree.c
[56/537] Compiling pcy_map.c
[57/537] Compiling pcy_lib.c
[58/537] Compiling x_x509a.c
[59/537] Compiling pcy_data.c
[60/537] Compiling pcy_cache.c
[61/537] Compiling x_x509.c
[62/537] Compiling x_val.c
[63/537] Compiling x_spki.c
[64/537] Compiling x_sig.c
[65/537] Compiling x_req.c
[66/537] Compiling x_pubkey.c
[67/537] Compiling x_name.c
[68/537] Compiling x_pkey.c
[69/537] Compiling x_info.c
[71/537] Emitting module SWXMLHash
[71/540] Compiling x_exten.c
[72/540] Compiling x_crl.c
[73/540] Compiling x_attrib.c
[74/540] Compiling x_all.c
[75/540] Compiling x_algor.c
[76/540] Compiling x509spki.c
[77/540] Compiling x509name.c
[78/540] Compiling x509rset.c
[79/540] Compiling x509cset.c
[80/540] Compiling x509_vpm.c
[81/540] Compiling x509_v3.c
[82/540] Compiling x509_txt.c
[83/540] Compiling x509_vfy.c
[84/540] Compiling x509_set.c
[85/540] Compiling x509_trs.c
[86/540] Compiling x509_req.c
[87/540] Compiling x509_obj.c
[88/540] Compiling x509_def.c
[89/540] Compiling x509_ext.c
[90/540] Compiling x509_d2.c
[91/540] Compiling x509_cmp.c
[92/540] Compiling x509_lu.c
[93/540] Compiling x509.c
[94/540] Compiling x509_att.c
[95/540] Compiling t_x509a.c
[96/540] Compiling t_x509.c
[97/540] Compiling rsa_pss.c
[98/540] Compiling t_req.c
[99/540] Compiling i2d_pr.c
[100/540] Compiling t_crl.c
[101/540] Compiling by_dir.c
[102/540] Compiling by_file.c
[103/540] Compiling algorithm.c
[104/540] Compiling asn1_gen.c
[105/540] Compiling a_sign.c
[106/540] Compiling a_verify.c
[107/540] Compiling a_strex.c
[108/540] Compiling voprf.c
[109/540] Compiling a_digest.c
[110/540] Compiling trust_token.c
[111/540] Compiling pmbtoken.c
[112/540] Compiling thread_win.c
[113/540] Compiling thread_pthread.c
[114/540] Compiling thread.c
[115/540] Compiling thread_none.c
[116/540] Compiling stack.c
[117/540] Compiling refcount_lock.c
[118/540] Compiling siphash.c
[119/540] Compiling rsa_print.c
[120/540] Compiling windows.c
[121/540] Compiling rc4.c
[122/540] Compiling rsa_asn1.c
[123/540] Compiling refcount_c11.c
[124/540] Compiling rand_extra.c
[125/540] Compiling fuchsia.c
[126/540] Compiling passive.c
[127/540] Compiling deterministic.c
[128/540] Compiling forkunsafe.c
[129/540] Compiling poly1305_arm_asm.S
[130/540] Compiling poly1305_arm.c
[131/540] Compiling pool.c
[132/540] Compiling poly1305.c
[133/540] Compiling poly1305_vec.c
[134/540] Compiling pkcs7_x509.c
[135/540] Compiling pkcs8.c
[136/540] Compiling p5_pbev2.c
[137/540] Compiling pkcs8_x509.c
[139/540] Compiling Yams Tag.swift
[140/540] Compiling Yams YamlAnchorProviding.swift
[140/540] Compiling pkcs7.c
[141/542] Compiling pem_xaux.c
[143/542] Compiling Commandant OrderedSet.swift
[144/542] Compiling Commandant Result+Additions.swift
[144/543] Compiling pem_pk8.c
[145/543] Compiling pem_oth.c
[146/543] Compiling pem_x509.c
[147/543] Compiling pem_pkey.c
[148/543] Compiling obj_xref.c
[150/543] Compiling Commandant Switch.swift
[150/543] Compiling pem_info.c
[151/543] Compiling pem_all.c
[152/543] Compiling pem_lib.c
[153/543] Compiling mem.c
[154/543] Compiling lhash.c
[155/543] Compiling hpke.c
[156/543] Compiling poly_rq_mul.S
[157/543] Compiling obj.c
[158/543] Compiling x86_64-mont5.mac.x86_64.S
[159/543] Compiling hkdf.c
[160/543] Compiling x86_64-mont5.linux.x86_64.S
[161/543] Compiling x86_64-mont.mac.x86_64.S
[162/543] Compiling hrss.c
[163/543] Compiling x86-mont.windows.x86.S
[164/543] Compiling x86_64-mont.linux.x86_64.S
[165/543] Compiling x86-mont.linux.x86.S
[166/543] Compiling vpaes-x86.windows.x86.S
[167/543] Compiling vpaes-x86_64.mac.x86_64.S
[168/543] Compiling vpaes-x86.linux.x86.S
[169/543] Compiling vpaes-x86_64.linux.x86_64.S
[170/543] Compiling vpaes-armv8.linux.aarch64.S
[171/543] Compiling vpaes-armv8.ios.aarch64.S
[172/543] Compiling vpaes-armv7.linux.arm.S
[173/543] Compiling vpaes-armv7.ios.arm.S
[174/543] Compiling sha512-x86_64.mac.x86_64.S
[175/543] Compiling kdf.c
[176/543] Compiling sha512-armv8.linux.aarch64.S
[177/543] Compiling sha512-x86_64.linux.x86_64.S
[178/543] Compiling sha512-armv8.ios.aarch64.S
[179/543] Compiling sha512-armv4.linux.arm.S
[180/543] Compiling sha512-586.windows.x86.S
[181/543] Compiling sha512-586.linux.x86.S
[182/543] Compiling sha512-armv4.ios.arm.S
[183/543] Compiling sha256-x86_64.mac.x86_64.S
[184/543] Compiling sha256-armv8.linux.aarch64.S
[185/543] Compiling sha256-armv8.ios.aarch64.S
[186/543] Compiling sha256-armv4.linux.arm.S
[187/543] Compiling sha256-x86_64.linux.x86_64.S
[188/543] Compiling sha256-armv4.ios.arm.S
[189/543] Compiling sha256-586.windows.x86.S
[190/543] Compiling sha256-586.linux.x86.S
[191/543] Compiling sha1-x86_64.mac.x86_64.S
[192/543] Compiling sha1-armv8.linux.aarch64.S
[193/543] Compiling sha1-armv8.ios.aarch64.S
[194/543] Compiling sha1-armv4-large.linux.arm.S
[195/543] Compiling sha1-x86_64.linux.x86_64.S
[196/543] Compiling sha1-armv4-large.ios.arm.S
[197/543] Compiling sha1-586.windows.x86.S
[198/543] Compiling sha1-586.linux.x86.S
[199/543] Compiling sha1-altivec.c
[200/543] Compiling sha256.c
[201/543] Compiling sha512.c
[202/543] Compiling sha1.c
[203/543] Compiling rsaz-avx2.mac.x86_64.S
[204/543] Compiling rsaz-avx2.linux.x86_64.S
[205/543] Compiling self_check.c
[206/543] Compiling rsa.c
[207/543] Compiling padding.c
[208/543] Compiling blinding.c
[209/543] Compiling rsa_impl.c
[210/543] Compiling rdrand-x86_64.mac.x86_64.S
[211/543] Compiling rdrand-x86_64.linux.x86_64.S
[212/543] Compiling rand.c
[213/543] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[214/543] Compiling ctrdrbg.c
[215/543] Compiling urandom.c
[216/543] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[217/543] Compiling fork_detect.c
[218/543] Compiling p256-x86_64-asm.mac.x86_64.S
[219/543] Compiling p256-x86_64-asm.linux.x86_64.S
[220/543] Compiling polyval.c
[222/543] Compiling Yams YamlError.swift
[223/543] Compiling Yams YamlTagProviding.swift
[223/543] Compiling ofb.c
[225/543] Compiling SWXMLHash XMLHashOptions.swift
[226/543] Compiling SWXMLHash XMLIndexer.swift
[227/543] Compiling SWXMLHash shim.swift
[227/543] Compiling gcm_nohw.c
[229/543] Compiling Yams Resolver.swift
[230/543] Compiling Yams String+Yams.swift
[231/543] Compiling Yams Mark.swift
[232/543] Compiling Yams Anchor.swift
[233/543] Compiling Yams Emitter.swift
[234/543] Compiling Yams Encoder.swift
[238/543] Compiling ctr.c
[244/543] Compiling Yams Constructor.swift
[245/543] Compiling Yams Decoder.swift
[248/543] Compiling XcodeProjKit PBXSourcesBuildPhase.swift
[249/543] Compiling XcodeProjKit PBXTarget.swift
[250/543] Compiling XcodeProjKit PBXTargetDependency.swift
[251/543] Compiling XcodeProjKit PBXVariantGroup.swift
[252/543] Compiling XcodeProjKit URL+XcodeProjKit.swift
[253/543] Compiling XcodeProjKit XCBuildConfiguration.swift
[254/543] Compiling XcodeProjKit XCConfigurationList.swift
[255/543] Compiling XcodeProjKit XCRemoteSwiftPackageReference.swift
[256/543] Compiling XcodeProjKit XCSwiftPackageProductDependency.swift
[257/543] Compiling XcodeProjKit PathType.swift
[258/543] Compiling XcodeProjKit Sequence+XcodeProjKit.swift
[259/543] Compiling XcodeProjKit SourceTree.swift
[260/543] Compiling XcodeProjKit SourceTreeFolder.swift
[261/543] Compiling XcodeProjKit String+XcodeProjKit.swift
[262/543] Emitting module XcodeProjKit
[263/543] Compiling Yams Node.Alias.swift
[264/543] Compiling Yams Node.Mapping.swift
[265/543] Compiling Yams Node.Scalar.swift
[266/543] Compiling Yams Node.Sequence.swift
[267/543] Compiling Yams Node.swift
[268/543] Compiling Yams Parser.swift
[278/548] Compiling Commandant Errors.swift
[279/548] Emitting module Commandant
[279/548] Compiling gcm.c
[286/548] Compiling Yams RedundancyAliasingStrategy.swift
[287/548] Compiling Yams Representer.swift
[288/548] Compiling Commandant HelpCommand.swift
[289/548] Compiling Commandant Option.swift
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/Option.swift:239:32: error: instance method 'contains' requires that 'String.Element' (aka 'Character') conform to 'Collection'
237 | 			let components = unwrappedStringValue.split(
238 | 				omittingEmptySubsequences: true,
239 | 				whereSeparator: [",", " "].contains
    |                                `- error: instance method 'contains' requires that 'String.Element' (aka 'Character') conform to 'Collection'
240 | 			)
241 | 			var resultValues: [T] = []
_StringProcessing.Collection.contains:3:15: note: where 'C' = 'String.Element' (aka 'Character')
1 | protocol Collection {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 |   public func contains<C>(_ other: C) -> Bool where C : Collection, Self.Element == C.Element}
  |               `- note: where 'C' = 'String.Element' (aka 'Character')
4 |
[289/548] Compiling cfb.c
[289/548] Compiling cbc.c
[296/548] Compiling SWXMLHash XMLContent.swift
[297/548] Compiling SWXMLHash XMLElement.swift
[298/548] Compiling SWXMLHash XMLHash.swift
[300/548] Emitting module Yams
[315/549] Compiling md5-x86_64.mac.x86_64.S
[322/549] Compiling md5-586.windows.x86.S
[323/549] Compiling md5.c
[324/549] Compiling md5-x86_64.linux.x86_64.S
[325/550] Compiling md5-586.linux.x86.S
[326/550] Compiling is_fips.c
[328/550] Compiling ghashv8-armx64.linux.aarch64.S
[329/550] Compiling md4.c
[330/550] Compiling hmac.c
[331/550] Compiling ghashv8-armx64.ios.aarch64.S
[332/550] Compiling ghashv8-armx32.ios.arm.S
[333/550] Compiling ghashv8-armx32.linux.arm.S
[335/550] Compiling ghash-x86_64.mac.x86_64.S
[336/550] Compiling ghash-x86_64.linux.x86_64.S
[337/550] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[337/550] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[337/550] Compiling ghash-x86.windows.x86.S
[337/550] Compiling ghash-x86.linux.x86.S
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/210] Compiling ghash-neon-armv8.linux.aarch64.S
[1/210] Compiling ghash-x86.windows.x86.S
[1/210] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[4/210] Compiling ghash-ssse3-x86.linux.x86.S
[4/210] Compiling ghash-ssse3-x86.windows.x86.S
[6/210] Compiling ghash-neon-armv8.ios.aarch64.S
[6/210] Compiling ghash-x86.linux.x86.S
[8/210] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[9/210] Compiling fips_shared_support.c
[10/210] Compiling ghash-armv4.ios.arm.S
[11/210] Compiling ghash-armv4.linux.arm.S
[12/210] Compiling ecdh.c
[13/210] Compiling util.c
[14/210] Compiling wnaf.c
[15/210] Compiling ecdsa.c
[16/210] Compiling simple_mul.c
[17/210] Compiling simple.c
[18/210] Compiling scalar.c
[19/210] Compiling oct.c
[20/210] Compiling felem.c
[21/210] Compiling p224-64.c
[22/210] Compiling p256.c
[23/210] Write swift-version-24593BA9C3E375BF.txt
[24/210] Compiling ec_montgomery.c
[25/210] Compiling ec_key.c
[26/210] Compiling check.c
[27/210] Compiling digests.c
[28/210] Compiling digest.c
[29/210] Compiling dh.c
[30/210] Compiling ec.c
[31/210] Compiling co-586.windows.x86.S
[32/210] Compiling co-586.linux.x86.S
[33/210] Compiling e_des.c
[34/210] Compiling des.c
[35/253] Compiling p256-x86_64.c
[36/278] Compiling e_aes.c
[37/285] Compiling cipher.c
[38/304] Compiling aead.c
[39/304] Compiling bsaes-armv7.ios.arm.S
[40/304] Compiling bsaes-armv7.linux.arm.S
[41/304] Compiling shift.c
[42/304] Compiling sqrt.c
[44/304] Emitting module Commandant
[45/305] Compiling Commandant Result+Additions.swift
[45/305] Compiling rsaz_exp.c
[46/305] Compiling random.c
[48/305] Compiling Commandant OrderedSet.swift
[48/305] Compiling prime.c
[49/305] Compiling montgomery_inv.c
[50/305] Compiling mul.c
[52/305] Emitting module XcodeProjKit
[52/310] Compiling montgomery.c
[54/310] Compiling Commandant Switch.swift
[54/310] Compiling generic.c
[55/310] Compiling jacobi.c
[57/310] Compiling XcodeProjKit PBXResourcesBuildPhase.swift
[58/310] Compiling XcodeProjKit PBXShellScriptBuildPhase.swift
[59/310] Compiling SWXMLHash XMLValueDeserialization.swift
[60/310] Compiling XcodeProjKit PBXSourcesBuildPhase.swift
[61/310] Compiling SWXMLHash Bool+XMLDeserialization.swift
[62/310] Compiling XcodeProjKit PBXTarget.swift
[63/310] Compiling SWXMLHash Double+XMLDeserialization.swift
[64/310] Compiling XcodeProjKit PBXTargetDependency.swift
[65/310] Compiling SWXMLHash Float+XMLDeserialization.swift
[66/310] Compiling XcodeProjKit PBXVariantGroup.swift
[67/313] Compiling Commandant Errors.swift
[67/313] Compiling gcd_extra.c
[69/313] Compiling Commandant Option.swift
[70/313] Compiling Yams Tag.swift
[71/313] Compiling SWXMLHash String+Extensions.swift
[72/313] Compiling SWXMLHash XMLIndexer+XMLDeserialization.swift
[73/313] Compiling SWXMLHash XMLObjectDeserialization.swift
[74/313] Compiling Commandant HelpCommand.swift
[74/315] Compiling div_extra.c
[78/315] Compiling SWXMLHash Int+XMLDeserialization.swift
[79/315] Compiling SWXMLHash String+XMLDeserialization.swift
[80/315] Compiling SWXMLHash IndexingError.swift
[81/315] Compiling SWXMLHash IndexOp.swift
[81/315] Compiling gcd.c
[84/315] Compiling Yams YamlError.swift
[85/315] Compiling Yams YamlTagProviding.swift
[86/315] Compiling SWXMLHash XMLContent.swift
[87/315] Compiling SWXMLHash XMLElement.swift
[88/315] Compiling SWXMLHash XMLHash.swift
[89/315] Compiling XcodeProjKit PBXGroup.swift
[90/315] Compiling XcodeProjKit PBXHeadersBuildPhase.swift
[92/315] Compiling XcodeProjKit PathType.swift
[93/315] Compiling XcodeProjKit Sequence+XcodeProjKit.swift
[94/315] Compiling XcodeProjKit SourceTree.swift
[95/315] Compiling XcodeProjKit SourceTreeFolder.swift
[96/315] Compiling XcodeProjKit String+XcodeProjKit.swift
[97/315] Compiling XcodeProjKit URL+XcodeProjKit.swift
[98/315] Compiling XcodeProjKit XCBuildConfiguration.swift
[99/315] Compiling XcodeProjKit XCConfigurationList.swift
[100/315] Compiling XcodeProjKit XCRemoteSwiftPackageReference.swift
[101/315] Compiling XcodeProjKit XCSwiftPackageProductDependency.swift
[101/315] Compiling exponentiation.c
[105/315] Compiling SWXMLHash XMLAttributeDeserializable.swift
[106/315] Compiling SWXMLHash XMLElementDeserializable.swift
[106/315] Compiling div.c
[107/316] Compiling cmp.c
[108/316] Compiling ctx.c
[114/316] Compiling XcodeProjKit PBXFileReference.swift
[115/316] Compiling XcodeProjKit PBXFrameworksBuildPhase.swift
[116/316] Emitting module SWXMLHash
[120/316] Compiling bn.c
[122/316] Compiling bytes.c
[123/316] Compiling add.c
[124/316] Compiling bn-586.windows.x86.S
[125/316] Compiling bn-586.linux.x86.S
[126/316] Compiling armv8-mont.linux.aarch64.S
[127/316] Compiling x86_64-gcc.c
[128/316] Compiling armv8-mont.ios.aarch64.S
[129/316] Compiling armv4-mont.linux.arm.S
[130/316] Compiling aesv8-armx64.linux.aarch64.S
[139/316] Compiling armv4-mont.ios.arm.S
[142/316] Compiling aesv8-armx64.ios.aarch64.S
[143/316] Compiling aesv8-armx32.linux.arm.S
[145/316] Compiling SWXMLHash XMLHashOptions.swift
[146/316] Compiling SWXMLHash XMLIndexer.swift
[147/316] Compiling SWXMLHash shim.swift
[148/316] Emitting module Yams
[148/316] Compiling aesv8-armx32.ios.arm.S
[149/317] Compiling aesni-x86_64.mac.x86_64.S
[165/317] Compiling aesni-x86.windows.x86.S
[166/317] Compiling aesni-x86_64.linux.x86_64.S
[167/317] Compiling aesni-x86.linux.x86.S
[168/317] Wrapping AST for Commandant for debugging
[170/317] Compiling XcodeProjKit XCVersionGroup.swift
[171/317] Compiling XcodeProjKit XcodeProj+FilePath.swift
[172/317] Compiling XcodeProjKit XcodeProj+Serialization.swift
[173/317] Compiling XcodeProjKit XcodeProj.swift
[174/317] Compiling XcodeProjKit XcodeProjError.swift
[174/318] Compiling aesni-gcm-x86_64.mac.x86_64.S
[176/318] Compiling mode_wrappers.c
[177/318] Compiling aesni-gcm-x86_64.linux.x86_64.S
[178/318] Compiling aes.c
[179/318] Compiling key_wrap.c
[181/318] Compiling ex_data.c
[182/318] Compiling sign.c
[183/318] Compiling aes_nohw.c
[184/318] Compiling scrypt.c
[185/318] Compiling pbkdf.c
[186/318] Compiling print.c
[187/318] Compiling p_x25519_asn1.c
[188/318] Compiling p_x25519.c
[189/318] Wrapping AST for SWXMLHash for debugging
[190/318] Compiling p_rsa_asn1.c
[194/318] Wrapping AST for XcodeProjKit for debugging
[195/319] Compiling p_rsa.c
[196/353] Compiling p_ed25519_asn1.c
[197/384] Compiling p_ed25519.c
[198/395] Compiling p_ec_asn1.c
[199/396] Compiling p_ec.c
[201/396] Compiling IBDecodable Exit.swift
[202/396] Compiling IBDecodable InterfaceBuilderDocument.swift
[203/396] Compiling IBDecodable Placeholder.swift
[203/396] Compiling evp_ctx.c
[204/396] Compiling err_data.c
[205/396] Compiling p_dsa_asn1.c
[207/396] Compiling IBDecodable AnyDependency.swift
[208/396] Compiling IBDecodable CustomObject.swift
[209/396] Compiling IBDecodable Device.swift
[209/397] Compiling evp.c
[210/397] Compiling digestsign.c
[211/397] Compiling evp_asn1.c
[212/397] Compiling err.c
[213/397] Compiling engine.c
[214/397] Compiling ecdsa_asn1.c
[216/397] Compiling ec_derive.c
[216/397] Compiling ecdh_extra.c
[218/397] Compiling hash_to_curve.c
[218/397] Compiling dsa_asn1.c
[220/397] Compiling ec_asn1.c
[221/397] Compiling dh_asn1.c
[222/397] Compiling params.c
[223/397] Compiling x25519-asm-arm.S
[224/397] Compiling spake25519.c
[225/397] Compiling dsa.c
[226/397] Compiling digest_extra.c
[227/397] Compiling cpu-ppc64le.c
[228/397] Compiling crypto.c
[229/397] Compiling cpu-arm.c
[230/397] Compiling cpu-arm-linux.c
[231/397] Compiling cpu-intel.c
[232/397] Compiling cpu-aarch64-win.c
[233/397] Compiling cpu-aarch64-linux.c
[234/397] Wrapping AST for Yams for debugging
[235/397] Compiling cpu-aarch64-fuchsia.c
[236/397] Compiling cmac.c
[237/397] Compiling curve25519.c
[238/397] Compiling e_rc4.c
[239/398] Compiling conf.c
[240/398] Compiling tls_cbc.c
[241/398] Compiling e_tls.c
[242/416] Compiling e_null.c
[243/428] Compiling e_rc2.c
[244/440] Compiling e_chacha20poly1305.c
[245/440] Compiling derive_key.c
[246/440] Compiling e_aesgcmsiv.c
[247/440] Compiling e_aesctrhmac.c
[248/440] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[249/440] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[250/440] Compiling cipher_extra.c
[251/440] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[252/440] Compiling e_aesccm.c
[253/440] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[253/440] Compiling chacha.c
[255/440] Compiling chacha-x86_64.mac.x86_64.S
[256/440] Compiling chacha-x86.windows.x86.S
[257/440] Compiling chacha-x86.linux.x86.S
[258/440] Compiling chacha-armv8.ios.aarch64.S
[259/440] Compiling chacha-armv8.linux.aarch64.S
[260/440] Compiling chacha-armv4.linux.arm.S
[261/440] Compiling chacha-x86_64.linux.x86_64.S
[262/440] Compiling chacha-armv4.ios.arm.S
[263/440] Compiling unicode.c
[264/440] Compiling cbs.c
[265/440] Compiling ber.c
[267/440] Emitting module SourceKittenFramework
[267/446] Compiling asn1_compat.c
[268/446] Compiling cbb.c
[269/446] Compiling buf.c
[270/446] Compiling bn_asn1.c
[271/446] Compiling blake2.c
[272/446] Compiling convert.c
[273/446] Compiling socket_helper.c
[275/446] Compiling SourceKittenFramework SyntaxToken.swift
[276/446] Compiling SourceKittenFramework Text.swift
[277/446] Compiling SourceKittenFramework UID.swift
[278/446] Compiling SourceKittenFramework UIDRepresentable.swift
[279/446] Compiling SourceKittenFramework UncheckedSendable.swift
[280/446] Compiling SourceKittenFramework Version.swift
[280/446] Compiling socket.c
[282/446] Compiling SourceKittenFramework SwiftDeclarationKind.swift
[283/446] Compiling SourceKittenFramework SwiftDocKey.swift
[284/446] Compiling SourceKittenFramework SwiftDocs.swift
[285/446] Compiling SourceKittenFramework SwiftVersion.swift
[286/446] Compiling SourceKittenFramework SyntaxKind.swift
[287/446] Compiling SourceKittenFramework SyntaxMap.swift
[287/446] Compiling hexdump.c
[288/446] Compiling printf.c
[289/446] Compiling file.c
[290/446] Compiling pair.c
[291/446] Compiling base64.c
[291/446] Compiling fd.c
[293/446] Compiling connect.c
[294/446] Compiling bio_mem.c
[295/446] Compiling bio.c
[295/446] Compiling time_support.c
[297/446] Compiling tasn_typ.c
[298/446] Compiling tasn_utl.c
[299/446] Compiling tasn_fre.c
[300/446] Compiling tasn_dec.c
[300/446] Compiling tasn_new.c
[302/446] Compiling tasn_enc.c
[303/446] Compiling f_string.c
[305/446] Compiling SourceKittenFramework Dictionary+Merge.swift
[306/446] Compiling SourceKittenFramework Documentation.swift
[307/446] Compiling SourceKittenFramework Exec.swift
[308/446] Compiling SourceKittenFramework File+Hashable.swift
[309/446] Compiling SourceKittenFramework File.swift
[310/446] Compiling SourceKittenFramework JSONOutput.swift
[310/446] Compiling f_int.c
[311/446] Compiling f_enum.c
[312/446] Compiling asn1_par.c
[313/446] Compiling asn1_lib.c
[314/446] Compiling asn_pack.c
[315/446] Compiling SourceKittenFramework Language.swift
[316/446] Compiling SourceKittenFramework LibraryWrapperGenerator.swift
[317/446] Compiling SourceKittenFramework Line.swift
[318/446] Compiling SourceKittenFramework LinuxCompatibility.swift
[319/446] Compiling SourceKittenFramework Module.swift
[320/446] Compiling SourceKittenFramework ObjCDeclarationKind.swift
[321/446] Compiling SourceKittenFramework ByteCount.swift
[322/446] Compiling SourceKittenFramework ByteRange.swift
[323/446] Compiling SourceKittenFramework Clang+SourceKitten.swift
[324/446] Compiling SourceKittenFramework ClangTranslationUnit.swift
[325/446] Compiling SourceKittenFramework CodeCompletionItem.swift
[326/446] Compiling SourceKittenFramework CursorInfo+Parsing.swift
[327/446] Compiling a_utf8.c
[328/446] Compiling a_utctm.c
[329/446] Compiling a_type.c
[330/446] Compiling a_time.c
[331/446] Compiling a_strnid.c
[331/446] Compiling a_octet.c
[333/446] Compiling a_print.c
[334/446] Compiling a_enum.c
[335/446] Compiling a_mbstr.c
[336/446] Compiling a_object.c
[338/446] Compiling SourceKittenFramework WindowsError.swift
[339/446] Compiling SourceKittenFramework Xcode.swift
[340/446] Compiling SourceKittenFramework XcodeBuildSetting.swift
[341/446] Compiling SourceKittenFramework library_wrapper.swift
[342/446] Compiling SourceKittenFramework library_wrapper_Clang_C.swift
[343/446] Compiling SourceKittenFramework library_wrapper_SourceKit.swift
[344/446] Compiling SourceKittenFramework StatementKind.swift
[345/446] Compiling SourceKittenFramework String+SourceKitten.swift
[346/446] Compiling SourceKittenFramework StringView+SourceKitten.swift
[347/446] Compiling SourceKittenFramework StringView.swift
[348/446] Compiling SourceKittenFramework Structure.swift
[349/446] Compiling SourceKittenFramework SwiftDeclarationAttributeKind.swift
[350/446] Compiling SourceKittenFramework OffsetMap.swift
[351/446] Compiling SourceKittenFramework Parameter.swift
[352/446] Compiling SourceKittenFramework Request.swift
[353/446] Compiling SourceKittenFramework SourceDeclaration.swift
[354/446] Compiling SourceKittenFramework SourceKitObject.swift
[355/446] Compiling SourceKittenFramework SourceLocation.swift
[356/501] Wrapping AST for SourceKittenFramework for debugging
[358/501] Compiling Crypto AES-GCM.swift
[359/501] Compiling Crypto AES-GCM_boring.swift
[360/501] Compiling Crypto ChaChaPoly_boring.swift
[361/501] Compiling Crypto ChaChaPoly.swift
[362/501] Compiling Crypto Cipher.swift
[363/501] Compiling Crypto Nonces.swift
[364/501] Compiling Crypto ASN1.swift
[365/501] Compiling Crypto ASN1BitString.swift
[366/501] Compiling Crypto SEC1PrivateKey.swift
[367/501] Compiling Crypto SubjectPublicKeyInfo.swift
[368/501] Compiling Crypto CryptoKitErrors.swift
[369/512] Compiling Crypto ASN1Identifier.swift
[370/512] Compiling Crypto ASN1Integer.swift
[371/512] Compiling Crypto ASN1OctetString.swift
[372/512] Compiling Crypto ArraySliceBigint.swift
[373/512] Compiling Crypto ObjectIdentifier.swift
[374/512] Compiling Crypto ECDSASignature.swift
[375/512] Compiling Crypto PEMDocument.swift
[376/512] Compiling Crypto PKCS8PrivateKey.swift
[380/512] Compiling Crypto Digest_boring.swift
[381/512] Compiling Crypto Digest.swift
[382/512] Compiling Crypto Digests.swift
[383/512] Compiling Crypto HashFunctions.swift
[384/512] Compiling Crypto HashFunctions_SHA2.swift
[385/519] Compiling Crypto SymmetricKeys.swift
[386/519] Compiling Crypto HMAC.swift
[387/519] Compiling Crypto MACFunctions.swift
[388/519] Compiling Crypto MessageAuthenticationCode.swift
[389/519] Compiling Crypto AES.swift
[390/519] Compiling Crypto ECDSASignature_boring.swift
[391/519] Compiling Crypto ECDSA_boring.swift
[392/519] Compiling Crypto EdDSA_boring.swift
[393/519] Compiling Crypto ECDSA.swift
[394/519] Compiling Crypto EdDSA.swift
[395/519] Compiling Crypto Signature.swift
[396/519] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[397/519] Compiling Crypto CryptoKitErrors_boring.swift
[398/519] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[399/519] Compiling Crypto EllipticCurve_boring.swift
[400/519] Compiling Crypto NISTCurvesKeys_boring.swift
[401/519] Compiling Crypto X25519Keys_boring.swift
[402/519] Compiling Crypto Curve25519.swift
[403/519] Compiling Crypto Ed25519.swift
[404/519] Compiling Crypto NISTCurvesKeys.swift
[405/519] Compiling Crypto X25519Keys.swift
[406/519] Compiling Crypto Insecure.swift
[407/519] Compiling Crypto Insecure_HashFunctions.swift
[408/519] Compiling Crypto ECDH_boring.swift
[409/519] Compiling Crypto DH.swift
[410/519] Compiling Crypto ECDH.swift
[411/519] Compiling Crypto HKDF.swift
[412/519] Compiling Crypto Ed25519_boring.swift
[413/519] Compiling Crypto EllipticCurvePoint_boring.swift
[414/519] Emitting module IBDecodable
[415/519] Emitting module Crypto
[457/519] Compiling Crypto RNG_boring.swift
[458/519] Compiling Crypto SafeCompare_boring.swift
[459/519] Compiling Crypto Zeroization_boring.swift
[460/519] Compiling Crypto PrettyBytes.swift
[461/519] Compiling Crypto SafeCompare.swift
[462/519] Compiling Crypto SecureBytes.swift
[463/519] Compiling Crypto Zeroization.swift
[464/520] Wrapping AST for Crypto for debugging
[466/520] Compiling IBDecodable ScrollView.swift
[467/520] Compiling IBDecodable TableView.swift
[468/520] Compiling IBDecodable StackView.swift
[469/520] Compiling IBDecodable View.swift
[470/520] Compiling IBDecodable VisualEffectView.swift
[471/520] Compiling IBDecodable InterfaceBuilderParser.swift
[472/520] Compiling IBDecodable MapXMLIndexerContainer.swift
[473/520] Compiling IBDecodable MappedCodingKey.swift
[474/520] Compiling IBDecodable XMLDecodable.swift
[475/520] Compiling IBDecodable XMLIndexer.swift
[476/520] Compiling IBDecodable XMLIndexerContainer.swift
[482/520] Compiling IBDecodable AnyView.swift
[483/520] Compiling IBDecodable NavigationBar.swift
[484/520] Compiling IBDecodable SearchBar.swift
[485/520] Compiling IBDecodable TabBar.swift
[486/520] Compiling IBDecodable Toolbar.swift
[487/520] Compiling IBDecodable Button.swift
[499/520] Compiling IBDecodable GLKView.swift
[500/520] Compiling IBDecodable MTKView.swift
[501/520] Compiling IBDecodable MapView.swift
[502/520] Compiling IBDecodable SKView.swift
[503/520] Compiling IBDecodable SceneKitView.swift
[504/520] Compiling IBDecodable WKWebView.swift
[505/520] Compiling IBDecodable ImageView.swift
[506/520] Compiling IBDecodable Label.swift
[507/520] Compiling IBDecodable Picker.swift
[508/520] Compiling IBDecodable ProgressView.swift
[509/520] Compiling IBDecodable CollectionView.swift
[510/521] Wrapping AST for IBDecodable for debugging
[512/558] Emitting module IBLinterKit
[513/563] Compiling IBLinterKit Config.swift
[514/563] Compiling IBLinterKit CustomModuleConfig.swift
[515/563] Compiling IBLinterKit HidesBottomBarConfig.swift
[516/563] Compiling IBLinterKit UseBaseClassConfig.swift
[517/563] Compiling IBLinterKit UseTraitCollectionsConfig.swift
[518/563] Compiling IBLinterKit ViewAsDeviceConfig.swift
[519/563] Compiling IBLinterKit CodeClimateReporter.swift
[520/563] Compiling IBLinterKit EmojiReporter.swift
[521/563] Compiling IBLinterKit GitLabJUnitReporter.swift
[522/563] Compiling IBLinterKit JSONReporter.swift
[523/563] Compiling IBLinterKit Reporter.swift
[524/563] Compiling IBLinterKit CustomModuleRule.swift
[525/563] Compiling IBLinterKit DuplicateConstraintRule.swift
[526/563] Compiling IBLinterKit DuplicateIDRule.swift
[527/563] Compiling IBLinterKit ForceToEnableAutoLayoutRule.swift
[528/563] Compiling IBLinterKit HidesBottomBarRule.swift
[529/563] Compiling IBLinterKit StoryboardControllerId.swift
[530/563] Compiling IBLinterKit UseBaseClassRule.swift
[531/563] Compiling IBLinterKit UseTraitCollections.swift
[532/563] Compiling IBLinterKit ViewAsDeviceRule.swift
[533/563] Compiling IBLinterKit Glob.swift
[534/563] Compiling IBLinterKit XcodeReporter.swift
[535/563] Compiling IBLinterKit Rule.swift
[536/563] Compiling IBLinterKit AmbiguousViewRule.swift
[537/563] Compiling IBLinterKit ColorResourcesRule.swift
[538/563] Compiling IBLinterKit CustomClassNameRule.swift
[539/563] Compiling IBLinterKit Context.swift
[540/563] Compiling IBLinterKit AssetsCatalog.swift
[541/563] Compiling IBLinterKit String+md5.swift
[542/563] Compiling IBLinterKit String+xml.swift
[543/563] Compiling IBLinterKit CheckstyleReporter.swift
[544/563] Compiling IBLinterKit ImageResourcesRule.swift
[545/563] Compiling IBLinterKit MisplacedViewRule.swift
[546/563] Compiling IBLinterKit RelativeToMarginRule.swift
[547/563] Compiling IBLinterKit ReuseIdentifierRule.swift
[548/563] Compiling IBLinterKit StackViewBackgroundColorRule.swift
[549/563] Compiling IBLinterKit LintCache.swift
[550/563] Compiling IBLinterKit ViewName.swift
[551/563] Compiling IBLinterKit Validator.swift
[552/563] Compiling IBLinterKit Version.swift
[553/563] Compiling IBLinterKit Violation.swift
[554/564] Wrapping AST for IBLinterKit for debugging
[556/571] Compiling IBLinterFrontend VersionCommand.swift
[557/571] Compiling IBLinterFrontend IBLinter.swift
[558/571] Emitting module IBLinterTools
[559/571] Compiling IBLinterTools main.swift
[560/571] Compiling IBLinterTools DumpRuleDocument.swift
[562/572] Emitting module IBLinterFrontend
[563/572] Compiling IBLinterFrontend ValidateCommand.swift
[563/573] Wrapping AST for IBLinterTools for debugging
[564/573] Write Objects.LinkFileList
[566/573] Wrapping AST for IBLinterFrontend for debugging
[567/573] Write Objects.LinkFileList
[569/575] Compiling IBLinter main.swift
[570/575] Emitting module IBLinter
[571/576] Wrapping AST for IBLinter for debugging
[572/576] Write Objects.LinkFileList
[573/576] Linking iblinter-tools
error: link command failed with exit code 1 (use -v to see invocation)
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/asn1/a_time.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ASN1_TIME_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/asn1/tasn_typ.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ASN1_OCTET_STRING_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/evp/p_dsa_asn1.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_dsa_asn1_meth' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/evp/p_ec_asn1.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ec_asn1_meth' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/evp/p_ed25519_asn1.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ed25519_asn1_meth' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/evp/p_rsa_asn1.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_rsa_asn1_meth' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/evp/p_x25519_asn1.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_x25519_asn1_meth' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/fipsmodule/ec/ec_montgomery.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ec_GFp_mont_group_init' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/fipsmodule/rsa/rsa_impl.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_kBoringSSLRSASqrtTwo' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/pem/pem_lib.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_PEM_def_callback' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/pkcs8/pkcs8_x509.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_PKCS8_PRIV_KEY_INFO_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/trust_token/trust_token.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_TRUST_TOKEN_PRETOKEN_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/rsa_pss.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_RSA_PSS_PARAMS_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x509_vpm.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_VERIFY_PARAM_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_algor.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_ALGOR_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_attrib.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_ATTRIBUTE_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_crl.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_REVOKED_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_exten.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_EXTENSION_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_name.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_NAME_ENTRY_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_pubkey.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_PUBKEY_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_req.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_REQ_INFO_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_sig.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_SIG_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_spki.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_NETSCAPE_SPKAC_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_val.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_VAL_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_x509.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_CINF_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_x509a.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_CERT_AUX_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_akeya.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_AUTHORITY_KEYID_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_bcons.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_BASIC_CONSTRAINTS_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_cpols.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_POLICYINFO_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_crld.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_DIST_POINT_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_extku.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_EXTENDED_KEY_USAGE_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_genn.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_OTHERNAME_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_info.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ACCESS_DESCRIPTION_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_ncons.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_GENERAL_SUBTREE_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_pcia.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_PROXY_POLICY_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_pcons.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_POLICY_CONSTRAINTS_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_pmaps.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_POLICY_MAPPING_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_utl.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509V3_conf_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CYaml.build/src/parser.c.o: requires dynamic R_X86_64_PC32 reloc against 'MAX_NESTING_LEVEL' which may overflow at runtime; recompile with -fPIC
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[574/576] Linking libIBLinterFrontend.so
[574/576] Linking iblinter
BUILD FAILURE 6.1 linux