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 master (aa34f5), with Swift 6.1 for Linux on 26 Apr 2025 21:48:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at aa34f5b Disable trailing_comma on allRules collection (#183)
Cloned https://github.com/IBDecodable/IBLinter.git
Revision (git rev-parse @):
aa34f5b758d2f95fae17b77e10668697cd3f5e19
SUCCESS checkout https://github.com/IBDecodable/IBLinter.git at master
========================================
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" : "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-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "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" : [
        "ArgumentParser"
      ],
      "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/HasInitialViewControllerTests.swift",
        "Rules/HasSingleViewControllerTests.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",
        "SourceKittenFramework",
        "XcodeProjKit",
        "ArgumentParser",
        "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/HasInitialViewControllerRule.swift",
        "Rules/HasSingleViewControllerRule.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",
        "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.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/phimage/XcodeProjKit.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/IBDecodable/IBDecodable.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/apple/swift-argument-parser
[1/16112] Fetching sourcekitten
[2/16550] Fetching sourcekitten, xcodeprojkit
[207/19426] Fetching sourcekitten, xcodeprojkit, ibdecodable
[3657/33210] Fetching sourcekitten, xcodeprojkit, ibdecodable, swift-crypto
Fetched https://github.com/phimage/XcodeProjKit.git from cache (0.30s)
[6903/32772] Fetching sourcekitten, ibdecodable, swift-crypto
[16084/47722] Fetching sourcekitten, ibdecodable, swift-crypto, swift-argument-parser
Fetched https://github.com/IBDecodable/IBDecodable.git from cache (1.49s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.50s)
Fetched https://github.com/jpsim/SourceKitten.git from cache (1.51s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.52s)
Computing version for https://github.com/phimage/XcodeProjKit.git
Computed https://github.com/phimage/XcodeProjKit.git at 2.3.0 (3.78s)
Computing version for https://github.com/IBDecodable/IBDecodable.git
Computed https://github.com/IBDecodable/IBDecodable.git at 0.6.1 (2.24s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.30s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (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.57s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.56s)
Fetching https://github.com/jpsim/Yams.git
[1/10289] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.04s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (1.55s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.56s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
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/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
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/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.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/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 1.1.7
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/445] Write sources
[7/445] Compiling e_null.c
[7/445] Compiling buf.c
[8/445] Write sources
[12/445] Compiling a_bool.c
[12/445] Write sources
[16/445] Compiling a_int.c
[17/445] Compiling a_mbstr.c
[18/445] Compiling a_bitstr.c
[19/445] Compiling SourceKit SourceKit.c
[20/445] Compiling Clang_C Clang_C.c
[21/445] Compiling bio.c
[22/445] Compiling writer.c
[23/445] Compiling reader.c
[24/445] Compiling parser.c
[25/445] Write swift-version-24593BA9C3E375BF.txt
[25/445] Compiling api.c
[27/445] Compiling emitter.c
[28/445] Compiling scanner.c
[29/445] Compiling v3_skey.c
[30/445] Compiling v3_utl.c
[31/445] Compiling v3_prn.c
[32/445] Compiling CCryptoBoringSSLShims shims.c
[33/445] Compiling v3_pmaps.c
[34/446] Compiling v3_purp.c
[35/512] Compiling v3_pcia.c
[36/524] Compiling v3_pcons.c
[37/531] Compiling v3_ocsp.c
[38/531] Compiling v3_pci.c
[39/531] Compiling v3_ncons.c
[40/531] Compiling v3_lib.c
[41/531] Compiling v3_int.c
[42/531] Compiling v3_info.c
[43/531] Compiling v3_ia5.c
[44/531] Compiling v3_genn.c
[45/531] Compiling v3_extku.c
[46/531] Compiling v3_enum.c
[47/531] Compiling v3_crld.c
[48/531] Compiling v3_cpols.c
[49/531] Compiling v3_bitst.c
[50/531] Compiling v3_conf.c
[51/531] Compiling v3_bcons.c
[52/531] Compiling v3_alt.c
[53/531] Compiling v3_akeya.c
[54/531] Compiling v3_akey.c
[55/531] Compiling pcy_tree.c
[56/531] Compiling pcy_map.c
[56/531] Compiling pcy_node.c
[58/531] Compiling pcy_lib.c
[59/531] Compiling pcy_data.c
[60/531] Compiling x_x509a.c
[61/531] Compiling pcy_cache.c
[62/531] Compiling x_val.c
[63/531] Compiling x_spki.c
[64/531] Compiling x_sig.c
[65/531] Compiling x_x509.c
[66/531] Compiling x_req.c
[67/531] Compiling x_pubkey.c
[68/531] Compiling x_pkey.c
[69/531] Compiling x_name.c
[70/531] Compiling x_info.c
[71/531] Compiling x_exten.c
[72/531] Compiling x_crl.c
[73/531] Compiling x_attrib.c
[74/531] Compiling x_algor.c
[75/531] Compiling x_all.c
[76/531] Compiling x509spki.c
[78/531] Emitting module SWXMLHash
[78/534] Compiling x509rset.c
[79/534] Compiling x509name.c
[80/534] Compiling x509cset.c
[81/534] Compiling x509_txt.c
[82/534] Compiling x509_vpm.c
[83/534] Compiling x509_vfy.c
[84/534] Compiling x509_v3.c
[85/534] Compiling x509_req.c
[86/534] Compiling x509_set.c
[87/534] Compiling x509_trs.c
[88/534] Compiling x509_obj.c
[89/534] Compiling x509_lu.c
[90/534] Compiling x509_def.c
[91/534] Compiling x509_d2.c
[92/534] Compiling x509_ext.c
[93/534] Compiling x509_att.c
[94/534] Compiling x509.c
[95/534] Compiling x509_cmp.c
[96/534] Compiling t_x509a.c
[98/534] Emitting module ArgumentParserToolInfo
[99/534] Compiling ArgumentParserToolInfo ToolInfo.swift
[99/535] Compiling t_req.c
[100/535] Compiling rsa_pss.c
[101/535] Compiling t_crl.c
[102/535] Compiling t_x509.c
[104/535] Compiling Yams Tag.swift
[105/535] Compiling Yams YamlAnchorProviding.swift
[106/537] Compiling Yams Node.Alias.swift
[107/537] Compiling Yams Node.Mapping.swift
[108/537] Compiling Yams Node.Scalar.swift
[109/537] Compiling i2d_pr.c
[110/537] Compiling by_dir.c
[111/537] Compiling by_file.c
[112/537] Compiling algorithm.c
[113/537] Compiling asn1_gen.c
[114/575] Compiling a_verify.c
[115/575] Compiling a_strex.c
[116/575] Compiling a_sign.c
[117/575] Compiling a_digest.c
[118/575] Compiling voprf.c
[119/575] Compiling thread_win.c
[120/575] Compiling thread_none.c
[120/575] Compiling thread_pthread.c
[122/575] Compiling trust_token.c
[123/575] Compiling pmbtoken.c
[124/575] Compiling thread.c
[125/575] Compiling siphash.c
[126/575] Compiling stack.c
[127/575] Compiling rsa_print.c
[128/575] Compiling rsa_asn1.c
[129/575] Compiling refcount_lock.c
[130/575] Compiling rc4.c
[131/575] Compiling refcount_c11.c
[132/575] Compiling windows.c
[133/575] Compiling rand_extra.c
[134/575] Compiling fuchsia.c
[135/575] Compiling passive.c
[136/575] Compiling deterministic.c
[137/575] Compiling forkunsafe.c
[138/575] Compiling poly1305_arm_asm.S
[139/575] Compiling pool.c
[140/575] Compiling poly1305.c
[141/575] Compiling poly1305_arm.c
[142/575] Compiling poly1305_vec.c
[143/575] Compiling pkcs8_x509.c
[144/575] Compiling pkcs8.c
[145/575] Compiling p5_pbev2.c
[146/575] Compiling pkcs7_x509.c
[147/575] Compiling pkcs7.c
[148/575] Compiling pem_pkey.c
[149/575] Compiling pem_xaux.c
[150/575] Compiling pem_pk8.c
[151/575] Compiling pem_x509.c
[152/575] Compiling pem_oth.c
[153/575] Compiling obj_xref.c
[154/575] Compiling pem_lib.c
[155/575] Compiling pem_info.c
[156/575] Compiling mem.c
[158/575] Emitting module ArgumentParser
[158/580] Compiling lhash.c
[160/580] Compiling ArgumentParser BashCompletionsGenerator.swift
[161/580] Compiling ArgumentParser CompletionsGenerator.swift
[162/580] Compiling ArgumentParser FishCompletionsGenerator.swift
[163/580] Compiling ArgumentParser ZshCompletionsGenerator.swift
[164/580] Compiling ArgumentParser Argument.swift
[165/580] Compiling ArgumentParser ArgumentHelp.swift
[165/580] Compiling pem_all.c
[166/580] Compiling obj.c
[168/580] Compiling ArgumentParser ExpressibleByArgument.swift
[169/580] Compiling ArgumentParser ParsableArguments.swift
[170/580] Compiling ArgumentParser ParsableArgumentsValidation.swift
[171/580] Compiling ArgumentParser ParsableCommand.swift
[172/580] Compiling ArgumentParser ArgumentDecoder.swift
[173/580] Compiling ArgumentParser ArgumentDefinition.swift
[174/580] Compiling ArgumentParser ArgumentSet.swift
[175/580] Compiling ArgumentParser CommandParser.swift
[176/580] Compiling ArgumentParser InputKey.swift
[177/580] Compiling ArgumentParser CommandConfiguration.swift
[178/580] Compiling ArgumentParser CommandGroup.swift
[181/580] Compiling ArgumentParser ParserError.swift
[182/580] Compiling ArgumentParser SplitArguments.swift
[183/580] Compiling ArgumentParser DumpHelpGenerator.swift
[184/580] Compiling ArgumentParser HelpCommand.swift
[185/580] Compiling ArgumentParser HelpGenerator.swift
[186/580] Compiling ArgumentParser MessageInfo.swift
[187/580] Compiling ArgumentParser UsageGenerator.swift
[188/580] Compiling ArgumentParser CollectionExtensions.swift
[189/580] Compiling ArgumentParser Platform.swift
[190/580] Compiling ArgumentParser SequenceExtensions.swift
[191/585] Emitting module XcodeProjKit
[191/585] Compiling poly_rq_mul.S
[195/585] Compiling ArgumentParser InputOrigin.swift
[196/585] Compiling ArgumentParser Name.swift
[197/585] Compiling ArgumentParser Parsed.swift
[198/585] Compiling ArgumentParser ParsedValues.swift
[199/585] Compiling ArgumentParser Flag.swift
[200/585] Compiling ArgumentParser NameSpecification.swift
[201/585] Compiling ArgumentParser Errors.swift
[204/585] Compiling ArgumentParser Option.swift
[205/585] Compiling ArgumentParser OptionGroup.swift
[206/585] Compiling ArgumentParser AsyncParsableCommand.swift
[209/585] Compiling ArgumentParser EnumerableFlag.swift
[212/585] Compiling ArgumentParser ArgumentVisibility.swift
[213/585] Compiling ArgumentParser CompletionKind.swift
[213/585] Compiling hkdf.c
[229/585] Compiling x86_64-mont5.mac.x86_64.S
[230/585] Compiling hrss.c
[250/586] Emitting module Yams
[250/586] Compiling hpke.c
[263/586] Compiling x86_64-mont5.linux.x86_64.S
[267/586] Compiling x86-mont.windows.x86.S
[268/586] Compiling x86_64-mont.linux.x86_64.S
[268/586] Compiling x86_64-mont.mac.x86_64.S
[271/587] Compiling x86-mont.linux.x86.S
[272/587] Compiling vpaes-x86_64.mac.x86_64.S
[273/587] Compiling vpaes-x86_64.linux.x86_64.S
[274/587] Compiling vpaes-x86.windows.x86.S
[275/587] Compiling vpaes-x86.linux.x86.S
[277/587] Compiling vpaes-armv8.linux.aarch64.S
[278/587] Compiling vpaes-armv8.ios.aarch64.S
[279/587] Compiling vpaes-armv7.ios.arm.S
[280/587] Compiling vpaes-armv7.linux.arm.S
[281/587] Compiling sha512-x86_64.mac.x86_64.S
[282/587] Compiling kdf.c
[283/587] Compiling sha512-x86_64.linux.x86_64.S
[294/587] Compiling sha512-armv8.linux.aarch64.S
[295/587] Compiling sha512-armv8.ios.aarch64.S
[296/587] Compiling sha512-armv4.linux.arm.S
[307/587] Wrapping AST for SWXMLHash for debugging
[308/587] Compiling sha512-armv4.ios.arm.S
[309/587] Wrapping AST for Yams for debugging
[310/587] Compiling sha512-586.windows.x86.S
[311/587] Compiling sha512-586.linux.x86.S
[312/587] Compiling sha256-x86_64.mac.x86_64.S
[313/653] Compiling sha256-armv8.linux.aarch64.S
[315/678] Compiling IBDecodable Primitive.swift
[316/678] Compiling IBDecodable AnyResource.swift
[317/678] Compiling IBDecodable Image.swift
[318/678] Compiling IBDecodable NamedColor.swift
[319/678] Compiling IBDecodable SystemColor.swift
[319/678] Compiling sha256-x86_64.linux.x86_64.S
[320/692] Compiling sha256-armv4.linux.arm.S
[321/709] Compiling sha256-armv8.ios.aarch64.S
[322/709] Compiling sha256-armv4.ios.arm.S
[323/709] Compiling sha256-586.windows.x86.S
[324/709] Compiling sha256-586.linux.x86.S
[326/709] Compiling sha1-x86_64.mac.x86_64.S
[327/709] Compiling sha1-armv8.linux.aarch64.S
[327/709] Compiling sha1-armv8.ios.aarch64.S
[327/709] Compiling sha1-x86_64.linux.x86_64.S
[330/709] Compiling sha1-armv4-large.linux.arm.S
[330/709] Compiling sha1-armv4-large.ios.arm.S
[332/709] Compiling sha1-586.windows.x86.S
[334/709] Compiling IBDecodable KeyCommand.swift
[335/709] Compiling IBDecodable ModalPresentationStyle.swift
[336/709] Compiling IBDecodable ModalTransitionStyle.swift
[338/710] Compiling sha1-586.linux.x86.S
[339/710] Wrapping AST for XcodeProjKit for debugging
[340/710] Compiling sha256.c
[341/710] Compiling sha1-altivec.c
[342/710] Compiling sha512.c
[343/710] Compiling sha1.c
[345/710] Compiling rsaz-avx2.mac.x86_64.S
[346/710] Compiling rsaz-avx2.linux.x86_64.S
[347/710] Compiling self_check.c
[349/710] Compiling IBDecodable Geometry.swift
[354/716] Compiling rsa_impl.c
[355/716] Compiling rdrand-x86_64.mac.x86_64.S
[356/716] Compiling rsa.c
[357/716] Compiling rdrand-x86_64.linux.x86_64.S
[358/716] Compiling blinding.c
[359/716] Compiling rand.c
[360/716] Compiling padding.c
[362/716] Compiling IBDecodable IBError.swift
[363/716] Compiling IBDecodable IBProtocol.swift
[364/716] Compiling IBDecodable Accessibility.swift
[365/716] Compiling IBDecodable AttributedString.swift
[366/716] Compiling IBDecodable Classes.swift
[367/716] Compiling IBDecodable Color.swift
[367/716] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[368/716] Compiling fork_detect.c
[369/716] Compiling p256-x86_64-asm.mac.x86_64.S
[370/716] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[371/716] Compiling urandom.c
[372/716] Compiling ctrdrbg.c
[374/716] Compiling IBDecodable StoryboardDocument.swift
[375/716] Compiling IBDecodable TargetRuntime.swift
[376/716] Compiling IBDecodable XibDocument.swift
[377/716] Compiling IBDecodable InterfaceBuilderFile.swift
[378/716] Compiling IBDecodable StoryboardFile.swift
[379/716] Compiling IBDecodable XibFile.swift
[379/716] Compiling polyval.c
[380/716] Compiling p256-x86_64-asm.linux.x86_64.S
[381/716] Compiling ofb.c
[382/716] Compiling gcm_nohw.c
[383/716] Compiling ctr.c
[384/716] Compiling cbc.c
[385/716] Emitting module SourceKittenFramework
[385/716] Compiling gcm.c
[387/716] Compiling md5-x86_64.mac.x86_64.S
[388/716] Compiling md5-x86_64.linux.x86_64.S
[389/716] Compiling cfb.c
[390/716] Compiling md5.c
[391/716] Compiling md5-586.windows.x86.S
[392/716] Compiling is_fips.c
[393/716] Compiling md5-586.linux.x86.S
[394/716] Compiling md4.c
[395/716] Compiling ghashv8-armx64.linux.aarch64.S
[396/716] Compiling hmac.c
[397/716] Compiling ghashv8-armx32.linux.arm.S
[398/716] Compiling ghashv8-armx64.ios.aarch64.S
[399/716] Compiling ghashv8-armx32.ios.arm.S
[400/716] Compiling ghash-x86.linux.x86.S
[401/716] Compiling ghash-x86_64.mac.x86_64.S
[402/716] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[403/716] Compiling ghash-x86.windows.x86.S
[404/716] Compiling ghash-x86_64.linux.x86_64.S
[405/716] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[406/716] Compiling ghash-ssse3-x86.linux.x86.S
[407/716] Compiling ghash-neon-armv8.ios.aarch64.S
[408/716] Compiling ghash-armv4.linux.arm.S
[409/716] Compiling ghash-ssse3-x86.windows.x86.S
[410/716] Compiling ghash-neon-armv8.linux.aarch64.S
[411/716] Compiling ghash-armv4.ios.arm.S
[412/716] Compiling fips_shared_support.c
[413/716] Compiling ecdh.c
[414/716] Compiling ecdsa.c
[415/716] Compiling wnaf.c
[416/716] Compiling simple_mul.c
[417/716] Compiling util.c
[418/716] Compiling simple.c
[419/716] Compiling scalar.c
[420/716] Compiling oct.c
[422/716] Compiling IBDecodable SplitViewController.swift
[423/716] Compiling IBDecodable TabBarController.swift
[424/716] Compiling IBDecodable TableViewController.swift
[425/716] Compiling IBDecodable ViewController.swift
[426/716] Compiling IBDecodable AnyDependency.swift
[427/716] Compiling IBDecodable CustomObject.swift
[428/716] Compiling IBDecodable Action.swift
[429/716] Compiling IBDecodable AnyConnection.swift
[430/716] Compiling IBDecodable Outlet.swift
[431/716] Compiling IBDecodable OutletCollection.swift
[432/716] Compiling IBDecodable Segue.swift
[433/716] Compiling IBDecodable AnyViewController.swift
[434/716] Compiling IBDecodable CollectionViewController.swift
[435/716] Compiling IBDecodable AVPlayerViewController.swift
[436/716] Compiling IBDecodable GLKViewController.swift
[437/716] Compiling IBDecodable HostingController.swift
[438/716] Compiling IBDecodable NavigationController.swift
[439/716] Compiling IBDecodable PageViewController.swift
[440/716] Compiling IBDecodable Device.swift
[441/716] Compiling IBDecodable Exit.swift
[442/716] Compiling IBDecodable InterfaceBuilderDocument.swift
[443/716] Compiling IBDecodable Placeholder.swift
[444/716] Compiling IBDecodable Scene.swift
[445/716] Compiling IBDecodable SearchDisplayController.swift
[445/716] Compiling p256.c
[447/716] Compiling SourceKittenFramework WindowsError.swift
[448/716] Compiling SourceKittenFramework Xcode.swift
[449/716] Compiling SourceKittenFramework XcodeBuildSetting.swift
[450/716] Compiling SourceKittenFramework library_wrapper.swift
[451/716] Compiling SourceKittenFramework library_wrapper_Clang_C.swift
[452/716] Compiling SourceKittenFramework library_wrapper_SourceKit.swift
[452/716] Compiling felem.c
[453/716] Compiling ec_montgomery.c
[454/717] Compiling p224-64.c
[455/717] Compiling ec_key.c
[456/717] Compiling digests.c
[457/717] Compiling digest.c
[459/717] Compiling check.c
[460/717] Compiling co-586.windows.x86.S
[461/717] Compiling ec.c
[462/717] Compiling dh.c
[463/717] Compiling co-586.linux.x86.S
[464/717] Compiling e_des.c
[465/717] Compiling des.c
[466/717] Compiling aead.c
[467/717] Compiling cipher.c
[468/717] Compiling bsaes-armv7.linux.arm.S
[469/717] Compiling bsaes-armv7.ios.arm.S
[470/717] Wrapping AST for SourceKittenFramework for debugging
[471/717] Compiling e_aes.c
[472/717] Compiling sqrt.c
[473/717] Compiling p256-x86_64.c
[474/717] Compiling rsaz_exp.c
[475/717] Compiling shift.c
[476/717] Compiling random.c
[477/717] Compiling prime.c
[478/717] Compiling montgomery_inv.c
[479/717] Compiling jacobi.c
[479/717] Compiling mul.c
[481/717] Compiling generic.c
[482/717] Compiling gcd_extra.c
[482/717] Compiling montgomery.c
[484/717] Compiling div_extra.c
[484/717] Compiling gcd.c
[486/717] Compiling ctx.c
[487/717] Compiling bytes.c
[488/717] Compiling div.c
[489/717] Compiling cmp.c
[490/717] Compiling exponentiation.c
[491/717] Compiling bn-586.linux.x86.S
[492/717] Compiling bn-586.windows.x86.S
[493/717] Compiling armv8-mont.linux.aarch64.S
[494/717] Compiling armv8-mont.ios.aarch64.S
[495/717] Compiling bn.c
[496/717] Compiling add.c
[497/717] Compiling aesv8-armx32.linux.arm.S
[498/717] Compiling aesv8-armx32.ios.arm.S
[498/717] Compiling armv4-mont.linux.arm.S
[498/717] Compiling armv4-mont.ios.arm.S
[501/717] Compiling aesv8-armx64.ios.aarch64.S
[502/717] Compiling aesv8-armx64.linux.aarch64.S
[503/717] Compiling x86_64-gcc.c
[504/717] Compiling aesni-gcm-x86_64.mac.x86_64.S
[505/717] Compiling aesni-x86.windows.x86.S
[506/717] Compiling aesni-x86_64.mac.x86_64.S
[507/717] Compiling aesni-x86.linux.x86.S
[508/717] Compiling aesni-gcm-x86_64.linux.x86_64.S
[509/717] Compiling aesni-x86_64.linux.x86_64.S
[510/717] Compiling mode_wrappers.c
[511/717] Compiling aes.c
[512/717] Compiling key_wrap.c
[513/717] Compiling sign.c
[513/717] Compiling ex_data.c
[515/717] Compiling scrypt.c
[516/717] Compiling pbkdf.c
[517/717] Compiling print.c
[518/717] Compiling aes_nohw.c
[519/717] Compiling p_x25519_asn1.c
[520/717] Compiling p_rsa_asn1.c
[521/717] Compiling p_x25519.c
[522/717] Compiling p_ed25519.c
[523/717] Compiling p_rsa.c
[524/717] Compiling p_ed25519_asn1.c
[525/717] Compiling p_dsa_asn1.c
[526/717] Compiling p_ec_asn1.c
[527/717] Compiling evp_ctx.c
[528/717] Compiling p_ec.c
[529/717] Compiling err_data.c
[529/717] Compiling evp_asn1.c
[531/717] Compiling digestsign.c
[532/717] Compiling evp.c
[533/717] Compiling engine.c
[534/717] Compiling err.c
[535/717] Compiling ecdsa_asn1.c
[536/717] Compiling ec_derive.c
[537/717] Compiling ecdh_extra.c
[538/717] Compiling hash_to_curve.c
[539/717] Compiling dsa_asn1.c
[540/717] Compiling ec_asn1.c
[541/717] Compiling x25519-asm-arm.S
[542/717] Compiling params.c
[543/717] Compiling dh_asn1.c
[544/717] Compiling digest_extra.c
[545/717] Compiling dsa.c
[546/717] Compiling cpu-ppc64le.c
[547/717] Compiling spake25519.c
[548/717] Compiling crypto.c
[549/717] Compiling cpu-arm.c
[550/717] Compiling cpu-arm-linux.c
[550/717] Compiling cpu-intel.c
[552/717] Compiling cpu-aarch64-linux.c
[552/717] Compiling cpu-aarch64-win.c
[554/717] Compiling cpu-aarch64-fuchsia.c
[555/717] Compiling e_rc4.c
[556/717] Compiling cmac.c
[557/717] Compiling curve25519.c
[558/717] Compiling tls_cbc.c
[559/717] Compiling conf.c
[560/717] Compiling e_rc2.c
[561/717] Compiling e_tls.c
[562/717] Compiling e_aesccm.c
[563/717] Compiling derive_key.c
[563/717] Compiling e_aesgcmsiv.c
[565/717] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[566/717] Compiling e_chacha20poly1305.c
[567/717] Compiling e_aesctrhmac.c
[568/717] Compiling cipher_extra.c
[569/717] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[570/717] Compiling chacha-x86_64.mac.x86_64.S
[571/717] Compiling chacha.c
[572/717] Compiling chacha-x86.windows.x86.S
[573/717] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[574/717] Compiling chacha-x86_64.linux.x86_64.S
[575/717] Compiling chacha-x86.linux.x86.S
[576/717] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[577/717] Compiling chacha-armv8.linux.aarch64.S
[578/717] Compiling chacha-armv8.ios.aarch64.S
[579/717] Compiling chacha-armv4.ios.arm.S
[580/717] Compiling chacha-armv4.linux.arm.S
[580/717] Compiling unicode.c
[582/717] Compiling ber.c
[583/717] Compiling asn1_compat.c
[584/717] Compiling blake2.c
[584/717] Compiling cbs.c
[584/717] Compiling bn_asn1.c
[587/717] Compiling cbb.c
[588/717] Compiling convert.c
[589/717] Compiling hexdump.c
[590/717] Compiling socket_helper.c
[591/717] Compiling socket.c
[592/717] Compiling printf.c
[593/717] Compiling pair.c
[594/717] Compiling file.c
[595/717] Compiling connect.c
[596/717] Compiling fd.c
[597/717] Compiling bio_mem.c
[598/717] Compiling base64.c
[599/717] Compiling time_support.c
[611/717] Compiling tasn_fre.c
[612/728] Compiling tasn_typ.c
[613/728] Compiling tasn_enc.c
[613/728] Compiling tasn_utl.c
[615/728] Compiling tasn_new.c
[616/728] Compiling f_string.c
[617/728] Compiling asn_pack.c
[618/728] Compiling tasn_dec.c
[619/728] Compiling f_int.c
[620/728] Compiling f_enum.c
[621/728] Compiling asn1_par.c
[622/728] Compiling asn1_lib.c
[623/728] Compiling a_utf8.c
[624/728] Compiling a_type.c
[625/728] Compiling a_print.c
[626/728] Compiling a_utctm.c
[627/728] Compiling a_time.c
[628/728] Compiling a_octet.c
[629/728] Compiling a_strnid.c
[630/728] Compiling a_dup.c
[631/728] Compiling a_object.c
[632/728] Compiling a_i2d_fp.c
[633/728] Compiling a_enum.c
[634/728] Compiling a_gentm.c
[635/728] Compiling a_d2i_fp.c
[636/728] Wrapping AST for ArgumentParserToolInfo for debugging
[637/728] Wrapping AST for ArgumentParser for debugging
[639/782] Emitting module IBDecodable
[640/782] Compiling Crypto ChaChaPoly.swift
[641/782] Compiling Crypto Cipher.swift
[642/782] Compiling Crypto Nonces.swift
[643/782] Compiling Crypto ASN1.swift
[644/782] Compiling Crypto ASN1BitString.swift
[645/782] Compiling Crypto SEC1PrivateKey.swift
[646/782] Compiling Crypto SubjectPublicKeyInfo.swift
[647/782] Compiling Crypto CryptoKitErrors.swift
[648/782] Compiling Crypto Digest_boring.swift
[649/782] Compiling Crypto Digest.swift
[650/782] Compiling Crypto Digests.swift
[651/782] Compiling Crypto NISTCurvesKeys_boring.swift
[652/782] Compiling Crypto X25519Keys_boring.swift
[653/782] Compiling Crypto Curve25519.swift
[654/782] Compiling Crypto Ed25519.swift
[655/782] Compiling Crypto NISTCurvesKeys.swift
[656/782] Compiling Crypto X25519Keys.swift
[657/782] Compiling Crypto SymmetricKeys.swift
[658/782] Compiling Crypto HMAC.swift
[659/782] Compiling Crypto MACFunctions.swift
[660/782] Compiling Crypto MessageAuthenticationCode.swift
[661/782] Compiling Crypto AES.swift
[662/782] Compiling Crypto HashFunctions.swift
/host/spi-builder-workspace/.build/checkouts/IBDecodable/Sources/Models/Documents/Scene.swift:38:16: error: type of expression is ambiguous without a type annotation
36 |             return MappedCodingKey(stringValue: stringValue)
37 |         }
38 |         return Scene(
   |                `- error: type of expression is ambiguous without a type annotation
39 |             id:                        try container.attribute(of: .id),
40 |             viewController:            externalContainer.childrenIfPresent(of: .objects)?.first,
[663/782] Compiling Crypto HashFunctions_SHA2.swift
/host/spi-builder-workspace/.build/checkouts/IBDecodable/Sources/Models/Documents/Scene.swift:38:16: error: type of expression is ambiguous without a type annotation
36 |             return MappedCodingKey(stringValue: stringValue)
37 |         }
38 |         return Scene(
   |                `- error: type of expression is ambiguous without a type annotation
39 |             id:                        try container.attribute(of: .id),
40 |             viewController:            externalContainer.childrenIfPresent(of: .objects)?.first,
[664/782] Compiling Crypto Insecure.swift
/host/spi-builder-workspace/.build/checkouts/IBDecodable/Sources/Models/Documents/Scene.swift:38:16: error: type of expression is ambiguous without a type annotation
36 |             return MappedCodingKey(stringValue: stringValue)
37 |         }
38 |         return Scene(
   |                `- error: type of expression is ambiguous without a type annotation
39 |             id:                        try container.attribute(of: .id),
40 |             viewController:            externalContainer.childrenIfPresent(of: .objects)?.first,
[665/782] Compiling Crypto Insecure_HashFunctions.swift
/host/spi-builder-workspace/.build/checkouts/IBDecodable/Sources/Models/Documents/Scene.swift:38:16: error: type of expression is ambiguous without a type annotation
36 |             return MappedCodingKey(stringValue: stringValue)
37 |         }
38 |         return Scene(
   |                `- error: type of expression is ambiguous without a type annotation
39 |             id:                        try container.attribute(of: .id),
40 |             viewController:            externalContainer.childrenIfPresent(of: .objects)?.first,
[666/782] Compiling Crypto ECDH_boring.swift
/host/spi-builder-workspace/.build/checkouts/IBDecodable/Sources/Models/Documents/Scene.swift:38:16: error: type of expression is ambiguous without a type annotation
36 |             return MappedCodingKey(stringValue: stringValue)
37 |         }
38 |         return Scene(
   |                `- error: type of expression is ambiguous without a type annotation
39 |             id:                        try container.attribute(of: .id),
40 |             viewController:            externalContainer.childrenIfPresent(of: .objects)?.first,
[667/782] Compiling Crypto DH.swift
/host/spi-builder-workspace/.build/checkouts/IBDecodable/Sources/Models/Documents/Scene.swift:38:16: error: type of expression is ambiguous without a type annotation
36 |             return MappedCodingKey(stringValue: stringValue)
37 |         }
38 |         return Scene(
   |                `- error: type of expression is ambiguous without a type annotation
39 |             id:                        try container.attribute(of: .id),
40 |             viewController:            externalContainer.childrenIfPresent(of: .objects)?.first,
[668/782] Compiling Crypto ECDH.swift
/host/spi-builder-workspace/.build/checkouts/IBDecodable/Sources/Models/Documents/Scene.swift:38:16: error: type of expression is ambiguous without a type annotation
36 |             return MappedCodingKey(stringValue: stringValue)
37 |         }
38 |         return Scene(
   |                `- error: type of expression is ambiguous without a type annotation
39 |             id:                        try container.attribute(of: .id),
40 |             viewController:            externalContainer.childrenIfPresent(of: .objects)?.first,
[669/782] Compiling Crypto HKDF.swift
/host/spi-builder-workspace/.build/checkouts/IBDecodable/Sources/Models/Documents/Scene.swift:38:16: error: type of expression is ambiguous without a type annotation
36 |             return MappedCodingKey(stringValue: stringValue)
37 |         }
38 |         return Scene(
   |                `- error: type of expression is ambiguous without a type annotation
39 |             id:                        try container.attribute(of: .id),
40 |             viewController:            externalContainer.childrenIfPresent(of: .objects)?.first,
[670/782] Compiling Crypto Ed25519_boring.swift
/host/spi-builder-workspace/.build/checkouts/IBDecodable/Sources/Models/Documents/Scene.swift:38:16: error: type of expression is ambiguous without a type annotation
36 |             return MappedCodingKey(stringValue: stringValue)
37 |         }
38 |         return Scene(
   |                `- error: type of expression is ambiguous without a type annotation
39 |             id:                        try container.attribute(of: .id),
40 |             viewController:            externalContainer.childrenIfPresent(of: .objects)?.first,
[671/782] Compiling Crypto EllipticCurvePoint_boring.swift
/host/spi-builder-workspace/.build/checkouts/IBDecodable/Sources/Models/Documents/Scene.swift:38:16: error: type of expression is ambiguous without a type annotation
36 |             return MappedCodingKey(stringValue: stringValue)
37 |         }
38 |         return Scene(
   |                `- error: type of expression is ambiguous without a type annotation
39 |             id:                        try container.attribute(of: .id),
40 |             viewController:            externalContainer.childrenIfPresent(of: .objects)?.first,
[672/782] Compiling Crypto EllipticCurve_boring.swift
/host/spi-builder-workspace/.build/checkouts/IBDecodable/Sources/Models/Documents/Scene.swift:38:16: error: type of expression is ambiguous without a type annotation
36 |             return MappedCodingKey(stringValue: stringValue)
37 |         }
38 |         return Scene(
   |                `- error: type of expression is ambiguous without a type annotation
39 |             id:                        try container.attribute(of: .id),
40 |             viewController:            externalContainer.childrenIfPresent(of: .objects)?.first,
[673/782] Emitting module Crypto
[686/789] Compiling Crypto ECDSASignature_boring.swift
[687/789] Compiling Crypto ECDSA_boring.swift
[688/789] Compiling Crypto EdDSA_boring.swift
[689/789] Compiling Crypto ECDSA.swift
[690/789] Compiling Crypto EdDSA.swift
[691/789] Compiling Crypto Signature.swift
[692/789] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[693/789] Compiling Crypto CryptoKitErrors_boring.swift
[694/789] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[704/789] Compiling Crypto RNG_boring.swift
[705/789] Compiling Crypto SafeCompare_boring.swift
[706/789] Compiling Crypto Zeroization_boring.swift
[707/789] Compiling Crypto PrettyBytes.swift
[708/789] Compiling Crypto SafeCompare.swift
[709/789] Compiling Crypto SecureBytes.swift
[710/789] Compiling Crypto Zeroization.swift
[711/789] Compiling IBDecodable Stepper.swift
[712/789] Compiling IBDecodable Switch.swift
[713/789] Compiling IBDecodable TextField.swift
[714/789] Compiling IBDecodable TextView.swift
[715/789] Compiling IBDecodable ARSCNView.swift
[716/789] Compiling IBDecodable ARSKView.swift
[717/789] Compiling Crypto ASN1Identifier.swift
[718/789] Compiling Crypto ASN1Integer.swift
[719/789] Compiling Crypto ASN1OctetString.swift
[720/789] Compiling Crypto ArraySliceBigint.swift
[721/789] Compiling Crypto ObjectIdentifier.swift
[722/789] Compiling Crypto ECDSASignature.swift
[723/789] Compiling Crypto PEMDocument.swift
[724/789] Compiling Crypto PKCS8PrivateKey.swift
[741/789] Compiling Crypto AES-GCM.swift
[742/789] Compiling Crypto AES-GCM_boring.swift
[743/789] Compiling Crypto ChaChaPoly_boring.swift
[749/789] Compiling IBDecodable ScrollView.swift
[750/789] Compiling IBDecodable TableView.swift
[751/789] Compiling IBDecodable StackView.swift
[752/789] Compiling IBDecodable View.swift
[753/789] Compiling IBDecodable VisualEffectView.swift
[754/789] Compiling IBDecodable InterfaceBuilderParser.swift
[755/789] Compiling IBDecodable MapXMLIndexerContainer.swift
[756/789] Compiling IBDecodable MappedCodingKey.swift
[757/789] Compiling IBDecodable XMLDecodable.swift
[758/789] Compiling IBDecodable XMLIndexer.swift
[759/789] Compiling IBDecodable XMLIndexerContainer.swift
[767/790] Wrapping AST for Crypto for debugging
[769/790] Compiling IBDecodable GLKView.swift
[770/790] Compiling IBDecodable MTKView.swift
[771/790] Compiling IBDecodable MapView.swift
[772/790] Compiling IBDecodable SKView.swift
[773/790] Compiling IBDecodable SceneKitView.swift
[774/790] Compiling IBDecodable WKWebView.swift
[775/790] Compiling IBDecodable ImageView.swift
[776/790] Compiling IBDecodable Label.swift
[777/790] Compiling IBDecodable Picker.swift
[778/790] Compiling IBDecodable ProgressView.swift
[779/790] Compiling IBDecodable CollectionView.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/20] Write swift-version-24593BA9C3E375BF.txt
[3/160] Compiling Crypto Ed25519_boring.swift
[4/160] Compiling Crypto EllipticCurvePoint_boring.swift
[5/160] Compiling Crypto EllipticCurve_boring.swift
[6/160] Compiling Crypto NISTCurvesKeys_boring.swift
[7/160] Compiling Crypto X25519Keys_boring.swift
[8/160] Compiling Crypto Curve25519.swift
[9/160] Compiling Crypto Ed25519.swift
[10/160] Compiling Crypto NISTCurvesKeys.swift
[11/160] Compiling Crypto X25519Keys.swift
[12/160] Compiling Crypto SymmetricKeys.swift
[13/165] Compiling Crypto ObjectIdentifier.swift
[14/165] Compiling Crypto ECDSASignature.swift
[15/165] Compiling Crypto PEMDocument.swift
[16/165] Compiling Crypto PKCS8PrivateKey.swift
[17/165] Compiling Crypto SEC1PrivateKey.swift
[18/165] Compiling Crypto SubjectPublicKeyInfo.swift
[19/165] Compiling Crypto Insecure.swift
[20/165] Compiling Crypto Insecure_HashFunctions.swift
[21/165] Compiling Crypto ECDH_boring.swift
[22/165] Compiling Crypto DH.swift
[23/165] Compiling Crypto ECDH.swift
[24/165] Compiling Crypto HKDF.swift
[25/165] Compiling Crypto CryptoKitErrors.swift
[26/165] Compiling Crypto Digest_boring.swift
[27/165] Compiling Crypto Digest.swift
[28/165] Compiling Crypto Digests.swift
[29/165] Compiling Crypto HashFunctions.swift
[30/165] Compiling Crypto HashFunctions_SHA2.swift
[37/167] Compiling Yams YamlError.swift
[38/167] Compiling Yams YamlTagProviding.swift
[41/170] Emitting module SWXMLHash
[42/170] Compiling Crypto AES-GCM.swift
[43/170] Compiling Crypto AES-GCM_boring.swift
[44/170] Compiling Crypto ChaChaPoly_boring.swift
[45/170] Compiling Crypto ChaChaPoly.swift
[46/170] Compiling Crypto ArraySliceBigint.swift
[49/170] Compiling Crypto Cipher.swift
[50/170] Compiling Crypto Nonces.swift
[51/170] Compiling Crypto ASN1.swift
[52/170] Compiling Crypto ASN1BitString.swift
[53/170] Compiling Crypto ASN1Identifier.swift
[54/170] Compiling Crypto ASN1Integer.swift
[55/170] Compiling Crypto ASN1OctetString.swift
[59/170] Emitting module ArgumentParserToolInfo
[60/170] Compiling ArgumentParserToolInfo ToolInfo.swift
[70/171] Compiling XcodeProjKit XCVersionGroup.swift
[71/171] Compiling XcodeProjKit XcodeProj+FilePath.swift
[72/171] Compiling XcodeProjKit XcodeProj+Serialization.swift
[73/171] Compiling XcodeProjKit XcodeProj.swift
[74/171] Compiling XcodeProjKit XcodeProjError.swift
[75/171] Emitting module XcodeProjKit
[82/171] Compiling SWXMLHash XMLHashOptions.swift
[83/171] Compiling SWXMLHash XMLIndexer.swift
[84/171] Compiling SWXMLHash shim.swift
[87/172] Emitting module Yams
[95/172] Compiling Crypto ECDSA_boring.swift
[104/178] Compiling Crypto EdDSA_boring.swift
[105/178] Compiling Crypto ECDSA.swift
[106/178] Compiling Crypto EdDSA.swift
[107/178] Compiling Crypto Signature.swift
[108/178] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[109/178] Compiling Crypto CryptoKitErrors_boring.swift
[110/178] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[126/216] Wrapping AST for SWXMLHash for debugging
[128/216] Compiling ArgumentParser Flag.swift
[129/216] Compiling ArgumentParser NameSpecification.swift
[130/216] Compiling ArgumentParser Option.swift
[131/216] Compiling ArgumentParser ArgumentVisibility.swift
[132/216] Compiling ArgumentParser CompletionKind.swift
[133/216] Compiling ArgumentParser Errors.swift
[134/216] Compiling ArgumentParser ZshCompletionsGenerator.swift
[135/216] Compiling ArgumentParser Argument.swift
[136/216] Compiling ArgumentParser ArgumentHelp.swift
[137/233] Compiling IBDecodable IBError.swift
[138/233] Compiling IBDecodable IBProtocol.swift
[139/233] Compiling IBDecodable Accessibility.swift
[140/287] Compiling IBDecodable Outlet.swift
[141/287] Compiling IBDecodable OutletCollection.swift
[142/287] Compiling IBDecodable Segue.swift
[143/287] Compiling IBDecodable AnyViewController.swift
[144/287] Compiling IBDecodable CollectionViewController.swift
[145/287] Compiling IBDecodable AVPlayerViewController.swift
[146/287] Compiling IBDecodable GLKViewController.swift
[147/287] Compiling IBDecodable HostingController.swift
[148/295] Wrapping AST for Yams for debugging
[153/295] Compiling IBDecodable AttributedString.swift
[154/295] Compiling IBDecodable Classes.swift
[155/295] Compiling IBDecodable Color.swift
[156/295] Compiling IBDecodable Action.swift
[157/295] Compiling IBDecodable AnyConnection.swift
[158/295] Emitting module Crypto
[159/338] Emitting module ArgumentParser
[160/343] Compiling IBDecodable Toolbar.swift
[161/343] Compiling IBDecodable Button.swift
[162/343] Compiling IBDecodable ControlProtocol.swift
[163/343] Compiling IBDecodable DatePicker.swift
[164/343] Compiling IBDecodable PageControl.swift
[165/343] Compiling IBDecodable SegmentedControl.swift
[166/343] Compiling IBDecodable Slider.swift
[167/344] Compiling SourceKittenFramework SyntaxToken.swift
[168/344] Compiling ArgumentParser CollectionExtensions.swift
[169/344] Compiling ArgumentParser Platform.swift
[170/344] Compiling ArgumentParser SequenceExtensions.swift
[171/344] Compiling ArgumentParser StringExtensions.swift
[172/344] Compiling ArgumentParser Tree.swift
[173/350] Wrapping AST for Crypto for debugging
[175/350] Compiling SourceKittenFramework SwiftVersion.swift
[176/350] Compiling SourceKittenFramework SyntaxKind.swift
[177/350] Compiling SourceKittenFramework SyntaxMap.swift
[184/350] Compiling SourceKittenFramework WindowsError.swift
[185/350] Compiling SourceKittenFramework Xcode.swift
[186/361] Compiling SourceKittenFramework Dictionary+Merge.swift
[187/361] Compiling SourceKittenFramework Documentation.swift
[188/361] Compiling SourceKittenFramework Exec.swift
[189/361] Compiling SourceKittenFramework File+Hashable.swift
[190/361] Compiling SourceKittenFramework File.swift
[191/361] Compiling SourceKittenFramework JSONOutput.swift
[192/361] Compiling SourceKittenFramework SwiftDeclarationKind.swift
[193/361] Compiling SourceKittenFramework SwiftDocKey.swift
[194/361] Compiling SourceKittenFramework SwiftDocs.swift
[198/361] Emitting module SourceKittenFramework
[199/361] Compiling SourceKittenFramework ByteCount.swift
[200/361] Compiling SourceKittenFramework ByteRange.swift
[201/361] Compiling SourceKittenFramework Clang+SourceKitten.swift
[202/361] Compiling SourceKittenFramework ClangTranslationUnit.swift
[203/361] Compiling SourceKittenFramework CodeCompletionItem.swift
[204/361] Compiling SourceKittenFramework CursorInfo+Parsing.swift
[205/361] Compiling SourceKittenFramework Language.swift
[206/361] Compiling SourceKittenFramework LibraryWrapperGenerator.swift
[207/361] Compiling SourceKittenFramework Line.swift
[208/361] Compiling SourceKittenFramework LinuxCompatibility.swift
[209/361] Compiling SourceKittenFramework Module.swift
[210/361] Compiling SourceKittenFramework ObjCDeclarationKind.swift
[223/361] Compiling SourceKittenFramework OffsetMap.swift
[224/361] Compiling SourceKittenFramework Parameter.swift
[225/361] Compiling SourceKittenFramework Request.swift
[226/361] Compiling SourceKittenFramework SourceDeclaration.swift
[227/361] Compiling SourceKittenFramework SourceKitObject.swift
[228/361] Compiling SourceKittenFramework SourceLocation.swift
[229/361] Compiling SourceKittenFramework StatementKind.swift
[230/361] Compiling SourceKittenFramework String+SourceKitten.swift
[231/361] Compiling SourceKittenFramework StringView+SourceKitten.swift
[232/361] Compiling SourceKittenFramework StringView.swift
[233/361] Compiling SourceKittenFramework Structure.swift
[234/361] Compiling SourceKittenFramework SwiftDeclarationAttributeKind.swift
[253/361] Compiling SourceKittenFramework XcodeBuildSetting.swift
[254/361] Compiling SourceKittenFramework library_wrapper.swift
[255/361] Compiling SourceKittenFramework library_wrapper_Clang_C.swift
[256/361] Compiling SourceKittenFramework library_wrapper_SourceKit.swift
[310/361] Compiling IBDecodable ActivityIndicatorView.swift
[311/361] Compiling IBDecodable AnyView.swift
[312/361] Compiling IBDecodable NavigationBar.swift
[313/361] Compiling IBDecodable SearchBar.swift
[314/361] Compiling IBDecodable TabBar.swift
[317/361] Emitting module IBDecodable
[318/361] Compiling IBDecodable ScrollView.swift
[319/361] Compiling IBDecodable TableView.swift
[320/361] Compiling IBDecodable StackView.swift
[321/361] Compiling IBDecodable View.swift
[322/361] Compiling IBDecodable VisualEffectView.swift
[323/361] Compiling IBDecodable InterfaceBuilderParser.swift
[324/361] Compiling IBDecodable MapXMLIndexerContainer.swift
[325/361] Compiling IBDecodable MappedCodingKey.swift
[326/361] Compiling IBDecodable XMLDecodable.swift
[327/361] Compiling IBDecodable XMLIndexer.swift
[328/361] Compiling IBDecodable XMLIndexerContainer.swift
[334/361] Compiling IBDecodable Stepper.swift
[335/361] Compiling IBDecodable Switch.swift
[336/361] Compiling IBDecodable TextField.swift
[337/361] Compiling IBDecodable TextView.swift
[338/361] Compiling IBDecodable ARSCNView.swift
[339/361] Compiling IBDecodable ARSKView.swift
[340/361] Compiling IBDecodable GLKView.swift
[341/361] Compiling IBDecodable MTKView.swift
[342/361] Compiling IBDecodable MapView.swift
[343/361] Compiling IBDecodable SKView.swift
[344/361] Compiling IBDecodable SceneKitView.swift
[345/361] Compiling IBDecodable WKWebView.swift
[346/361] Compiling IBDecodable ImageView.swift
[347/361] Compiling IBDecodable Label.swift
[348/361] Compiling IBDecodable Picker.swift
[349/361] Compiling IBDecodable ProgressView.swift
[350/361] Compiling IBDecodable CollectionView.swift
[351/362] Wrapping AST for IBDecodable for debugging
[353/401] Emitting module IBLinterKit
[354/406] Compiling IBLinterKit Context.swift
[355/406] Compiling IBLinterKit AssetsCatalog.swift
[356/406] Compiling IBLinterKit String+md5.swift
[357/406] Compiling IBLinterKit String+xml.swift
[358/406] Compiling IBLinterKit CheckstyleReporter.swift
[359/406] Compiling IBLinterKit CodeClimateReporter.swift
[360/406] Compiling IBLinterKit Config.swift
[361/406] Compiling IBLinterKit CustomModuleConfig.swift
[362/406] Compiling IBLinterKit HidesBottomBarConfig.swift
[363/406] Compiling IBLinterKit UseBaseClassConfig.swift
[364/406] Compiling IBLinterKit UseTraitCollectionsConfig.swift
[365/406] Compiling IBLinterKit ViewAsDeviceConfig.swift
[366/406] Compiling IBLinterKit StoryboardControllerId.swift
[367/406] Compiling IBLinterKit UseBaseClassRule.swift
[368/406] Compiling IBLinterKit UseTraitCollections.swift
[369/406] Compiling IBLinterKit ViewAsDeviceRule.swift
[370/406] Compiling IBLinterKit Glob.swift
[371/406] Compiling IBLinterKit ImageResourcesRule.swift
[372/406] Compiling IBLinterKit MisplacedViewRule.swift
[373/406] Compiling IBLinterKit RelativeToMarginRule.swift
[374/406] Compiling IBLinterKit ReuseIdentifierRule.swift
[375/406] Compiling IBLinterKit StackViewBackgroundColorRule.swift
[376/406] Compiling IBLinterKit EmojiReporter.swift
[377/406] Compiling IBLinterKit GitLabJUnitReporter.swift
[378/406] Compiling IBLinterKit JSONReporter.swift
[379/406] Compiling IBLinterKit Reporter.swift
[380/406] Compiling IBLinterKit XcodeReporter.swift
[381/406] Compiling IBLinterKit Rule.swift
[382/406] Compiling IBLinterKit AmbiguousViewRule.swift
[383/406] Compiling IBLinterKit ColorResourcesRule.swift
[384/406] Compiling IBLinterKit CustomClassNameRule.swift
[385/406] Compiling IBLinterKit CustomModuleRule.swift
[386/406] Compiling IBLinterKit DuplicateConstraintRule.swift
[387/406] Compiling IBLinterKit DuplicateIDRule.swift
[388/406] Compiling IBLinterKit ForceToEnableAutoLayoutRule.swift
[389/406] Compiling IBLinterKit HasInitialViewControllerRule.swift
[390/406] Compiling IBLinterKit HasSingleViewControllerRule.swift
[391/406] Compiling IBLinterKit HidesBottomBarRule.swift
[392/406] Compiling IBLinterKit LintCache.swift
[393/406] Compiling IBLinterKit ViewName.swift
[394/406] Compiling IBLinterKit Validator.swift
[395/406] Compiling IBLinterKit Version.swift
[396/406] Compiling IBLinterKit Violation.swift
[397/407] Wrapping AST for IBLinterKit for debugging
[399/413] Compiling IBLinterTools main.swift
[400/413] Emitting module IBLinterTools
[401/413] Compiling IBLinterTools DumpRuleDocument.swift
[403/414] Compiling IBLinterFrontend IBLinter.swift
[404/414] Emitting module IBLinterFrontend
[405/414] Compiling IBLinterFrontend ValidateCommand.swift
[405/415] Wrapping AST for IBLinterTools for debugging
[406/415] Write Objects.LinkFileList
[408/415] Wrapping AST for IBLinterFrontend for debugging
[409/415] Write Objects.LinkFileList
[411/417] Compiling IBLinter main.swift
[412/417] Emitting module IBLinter
[413/418] Wrapping AST for IBLinter for debugging
[414/418] Write Objects.LinkFileList
[415/418] 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)
[416/418] Linking libIBLinterFrontend.so
[416/418] Linking iblinter
BUILD FAILURE 6.1 linux