Build Information
Failed to build SwiftPM, reference main (0e6ee8), with Swift 6.3 for Linux on 1 May 2026 20:47:42 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
[1728/1880] Compiling Crypto AESWrap_boring.swift
[1729/1880] Compiling Crypto Ed25519_boring.swift
[1730/1880] Compiling Crypto NISTCurvesKeys_boring.swift
[1739/1881] Wrapping AST for Basics for debugging
[1742/1950] Emitting module LLBuildManifest
[1743/1950] Emitting module dummy_swiftc
[1744/1950] Compiling LLBuildManifest Target.swift
[1745/1950] Compiling BinarySymbols SymbolProvider.swift
[1746/1950] Compiling dummy_swiftc main.swift
[1747/1950] Compiling BinarySymbols ReferencedSymbols.swift
[1748/1987] Compiling SWBUtil Dictionary.swift
[1749/1987] Compiling SWBUtil Diff.swift
[1750/1987] Compiling SWBUtil Dispatch+Async.swift
[1751/1987] Compiling SWBUtil Duration.swift
[1752/1987] Compiling SWBUtil ElapsedTimer.swift
[1753/1987] Compiling SWBUtil EmptyState.swift
[1754/1987] Compiling SWBUtil Environment.swift
[1755/1987] Compiling SWBUtil EnvironmentHelpers.swift
[1756/1987] Compiling SWBUtil EnvironmentKey.swift
[1757/1987] Compiling SWBUtil Error.swift
[1758/1987] Compiling SWBUtil FSProxy.swift
[1759/1987] Compiling SWBUtil FileHandle+Async.swift
[1760/1987] Compiling SWBUtil FilesSignature.swift
[1761/1987] Compiling SWBUtil GraphAlgorithms.swift
[1762/1987] Compiling SWBUtil HashContext.swift
[1763/1987] Compiling PackageModel ManifestSourceGeneration.swift
[1764/1987] Compiling PackageModel MinimumDeploymentTarget.swift
[1765/1987] Compiling PackageModel BinaryModule.swift
[1766/1987] Compiling PackageModel RegistryReleaseMetadata.swift
[1767/1987] Compiling PackageModel Resource.swift
[1768/2040] Wrapping AST for dummy-swiftc for debugging
[1769/2040] Write Objects.LinkFileList
[1770/2040] Wrapping AST for ArgumentParser for debugging
[1772/2040] Compiling SWBUtil OrderedSet.swift
[1773/2040] Compiling SWBUtil OutputByteStream.swift
[1774/2040] Compiling SWBUtil POSIX.swift
[1775/2040] Compiling SWBUtil Pair.swift
[1776/2040] Compiling SWBUtil Path.swift
[1777/2040] Compiling SWBUtil PathWindows.swift
[1778/2040] Compiling SWBUtil Registry.swift
[1779/2040] Compiling SWBUtil ResponseFiles.swift
[1780/2040] Compiling SWBUtil Result.swift
[1781/2041] Compiling LLBuildManifest Node.swift
[1783/2041] Emitting module SPMLLBuild
[1784/2041] Compiling SPMLLBuild llbuild.swift
[1786/2081] Compiling LLBuildManifest LLBuildManifestWriter.swift
[1787/2093] Compiling LLBuildManifest Command.swift
[1788/2093] Compiling LLBuildManifest LLBuildManifest.swift
[1788/2093] Linking dummy-swiftc
[1789/2093] Wrapping AST for SPMLLBuild for debugging
[1790/2093] Wrapping AST for Crypto for debugging
[1792/2093] Emitting module QueryEngine
/host/spi-builder-workspace/Sources/QueryEngine/Query.swift:31:14: warning: associated value 'noCacheKeyConformance' of 'Sendable'-conforming enum 'Error' has non-Sendable type 'any Encodable.Type'
29 | final class HashEncoder<Hash: HashFunction>: Encoder {
30 | enum Error: Swift.Error {
31 | case noCacheKeyConformance(Encodable.Type)
| `- warning: associated value 'noCacheKeyConformance' of 'Sendable'-conforming enum 'Error' has non-Sendable type 'any Encodable.Type'
32 | }
33 |
[1793/2093] Compiling QueryEngine CacheKey.swift
[1794/2093] Compiling QueryEngine QueryEngine.swift
[1795/2093] Compiling LLBuildManifest Tools.swift
[1796/2094] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1797/2094] Compiling _CryptoExtras DigestType.swift
[1798/2094] Compiling _CryptoExtras Error.swift
[1799/2094] Compiling _CryptoExtras I2OSP.swift
[1800/2094] Compiling _CryptoExtras IntegerEncoding.swift
[1801/2094] Compiling _CryptoExtras PEMDocument.swift
[1802/2100] Wrapping AST for LLBuildManifest for debugging
[1804/2100] Compiling QueryEngine FileCacheRecord.swift
[1805/2100] Compiling QueryEngine Query.swift
/host/spi-builder-workspace/Sources/QueryEngine/Query.swift:31:14: warning: associated value 'noCacheKeyConformance' of 'Sendable'-conforming enum 'Error' has non-Sendable type 'any Encodable.Type'
29 | final class HashEncoder<Hash: HashFunction>: Encoder {
30 | enum Error: Swift.Error {
31 | case noCacheKeyConformance(Encodable.Type)
| `- warning: associated value 'noCacheKeyConformance' of 'Sendable'-conforming enum 'Error' has non-Sendable type 'any Encodable.Type'
32 | }
33 |
[1807/2101] Compiling _CryptoExtras BoringSSLHelpers.swift
[1814/2108] Emitting module _CryptoExtras
[1815/2108] Compiling _CryptoExtras ARCRequest.swift
[1816/2108] Compiling _CryptoExtras ARCResponse.swift
[1817/2108] Compiling _CryptoExtras ARCServer.swift
[1818/2108] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1819/2108] Compiling _CryptoExtras ChaCha20CTR.swift
[1820/2108] Compiling _CryptoExtras ECToolbox_boring.swift
[1821/2108] Compiling _CryptoExtras ECToolbox.swift
[1822/2108] Compiling _CryptoExtras Scrypt.swift
[1823/2108] Compiling _CryptoExtras OPRF.swift
[1824/2108] Compiling _CryptoExtras OPRFClient.swift
[1825/2108] Compiling _CryptoExtras OPRFServer.swift
[1826/2108] Compiling _CryptoExtras VOPRF+API.swift
[1827/2108] Compiling _CryptoExtras VOPRFClient.swift
[1828/2108] Compiling BinarySymbols ClangHostDefaultObjectsDetector.swift
[1829/2108] Emitting module BinarySymbols
[1830/2108] Compiling BinarySymbols LLVMObjdumpSymbolProvider.swift
[1831/2109] Wrapping AST for BinarySymbols for debugging
[1833/2109] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1834/2109] Compiling _CryptoExtras ARC+API.swift
[1835/2109] Compiling _CryptoExtras ARC.swift
[1836/2109] Compiling _CryptoExtras ARCCredential.swift
[1837/2109] Compiling _CryptoExtras ARCEncoding.swift
[1838/2109] Compiling _CryptoExtras ARCPrecredential.swift
[1839/2109] Compiling _CryptoExtras ARCPresentation.swift
[1840/2109] Compiling _CryptoExtras AES_CBC.swift
[1841/2109] Compiling _CryptoExtras AES_CFB.swift
[1842/2109] Compiling _CryptoExtras AES_CTR.swift
[1843/2109] Compiling _CryptoExtras AES_GCM_SIV.swift
[1844/2109] Compiling _CryptoExtras Block Function.swift
[1845/2109] Compiling _CryptoExtras AES_CFB_boring.swift
[1846/2109] Compiling _CryptoExtras AES_CTR_boring.swift
[1847/2109] Emitting module PackageModel
/host/spi-builder-workspace/Sources/PackageModel/SwiftLanguageVersion.swift:71:37: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
69 |
70 | /// Regex for parsing the Swift language version.
71 | private static let regex = try! RegEx(pattern: #"^(\d+)(?:\.(\d+))?(?:\.(\d+))?$"#)
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
72 |
73 | /// Create an instance of Swift language version from the given string.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1848/2109] Emitting module SWBUtil
[1849/2121] Compiling _CryptoExtras PrettyBytes.swift
[1850/2121] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1851/2121] Compiling _CryptoExtras DLEQ.swift
[1852/2121] Compiling _CryptoExtras Prover.swift
[1853/2121] Compiling _CryptoExtras Verifier.swift
[1854/2121] Compiling _CryptoExtras ZKPToolbox.swift
/host/spi-builder-workspace/Sources/PackageModel/SwiftLanguageVersion.swift:71:37: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
69 |
70 | /// Regex for parsing the Swift language version.
71 | private static let regex = try! RegEx(pattern: #"^(\d+)(?:\.(\d+))?(?:\.(\d+))?$"#)
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
72 |
73 | /// Create an instance of Swift language version from the given string.
/host/spi-builder-workspace/Sources/PackageModel/SwiftSDKs/SwiftSDK.swift:798:44: warning: result of call to 'readConfiguration(sdkID:sdk:)' is unused [#no-usage]
796 | swiftSDKBundleStore: store
797 | )
798 | try configurationStore.readConfiguration(sdkID: ID, sdk: &swiftSDK)
| `- warning: result of call to 'readConfiguration(sdkID:sdk:)' is unused [#no-usage]
799 | } catch {
800 | // Do nothing to override if a custom SDK config is not found.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/PackageModel/SwiftLanguageVersion.swift:71:37: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
69 |
70 | /// Regex for parsing the Swift language version.
71 | private static let regex = try! RegEx(pattern: #"^(\d+)(?:\.(\d+))?(?:\.(\d+))?$"#)
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
72 |
73 | /// Create an instance of Swift language version from the given string.
/host/spi-builder-workspace/Sources/PackageModel/SwiftSDKs/SwiftSDK.swift:798:44: warning: result of call to 'readConfiguration(sdkID:sdk:)' is unused [#no-usage]
796 | swiftSDKBundleStore: store
797 | )
798 | try configurationStore.readConfiguration(sdkID: ID, sdk: &swiftSDK)
| `- warning: result of call to 'readConfiguration(sdkID:sdk:)' is unused [#no-usage]
799 | } catch {
800 | // Do nothing to override if a custom SDK config is not found.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/PackageModel/SwiftLanguageVersion.swift:71:37: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
69 |
70 | /// Regex for parsing the Swift language version.
71 | private static let regex = try! RegEx(pattern: #"^(\d+)(?:\.(\d+))?(?:\.(\d+))?$"#)
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
72 |
73 | /// Create an instance of Swift language version from the given string.
/host/spi-builder-workspace/Sources/PackageModel/SwiftSDKs/SwiftSDK.swift:798:44: warning: result of call to 'readConfiguration(sdkID:sdk:)' is unused [#no-usage]
796 | swiftSDKBundleStore: store
797 | )
798 | try configurationStore.readConfiguration(sdkID: ID, sdk: &swiftSDK)
| `- warning: result of call to 'readConfiguration(sdkID:sdk:)' is unused [#no-usage]
799 | } catch {
800 | // Do nothing to override if a custom SDK config is not found.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/PackageModel/SwiftLanguageVersion.swift:71:37: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
69 |
70 | /// Regex for parsing the Swift language version.
71 | private static let regex = try! RegEx(pattern: #"^(\d+)(?:\.(\d+))?(?:\.(\d+))?$"#)
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
72 |
73 | /// Create an instance of Swift language version from the given string.
/host/spi-builder-workspace/Sources/PackageModel/SwiftSDKs/SwiftSDK.swift:798:44: warning: result of call to 'readConfiguration(sdkID:sdk:)' is unused [#no-usage]
796 | swiftSDKBundleStore: store
797 | )
798 | try configurationStore.readConfiguration(sdkID: ID, sdk: &swiftSDK)
| `- warning: result of call to 'readConfiguration(sdkID:sdk:)' is unused [#no-usage]
799 | } catch {
800 | // Do nothing to override if a custom SDK config is not found.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/PackageModel/SwiftLanguageVersion.swift:71:37: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
69 |
70 | /// Regex for parsing the Swift language version.
71 | private static let regex = try! RegEx(pattern: #"^(\d+)(?:\.(\d+))?(?:\.(\d+))?$"#)
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
72 |
73 | /// Create an instance of Swift language version from the given string.
/host/spi-builder-workspace/Sources/PackageModel/SwiftSDKs/SwiftSDK.swift:798:44: warning: result of call to 'readConfiguration(sdkID:sdk:)' is unused [#no-usage]
796 | swiftSDKBundleStore: store
797 | )
798 | try configurationStore.readConfiguration(sdkID: ID, sdk: &swiftSDK)
| `- warning: result of call to 'readConfiguration(sdkID:sdk:)' is unused [#no-usage]
799 | } catch {
800 | // Do nothing to override if a custom SDK config is not found.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/PackageModel/SwiftLanguageVersion.swift:71:37: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
69 |
70 | /// Regex for parsing the Swift language version.
71 | private static let regex = try! RegEx(pattern: #"^(\d+)(?:\.(\d+))?(?:\.(\d+))?$"#)
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
72 |
73 | /// Create an instance of Swift language version from the given string.
/host/spi-builder-workspace/Sources/PackageModel/SwiftSDKs/SwiftSDK.swift:798:44: warning: result of call to 'readConfiguration(sdkID:sdk:)' is unused [#no-usage]
796 | swiftSDKBundleStore: store
797 | )
798 | try configurationStore.readConfiguration(sdkID: ID, sdk: &swiftSDK)
| `- warning: result of call to 'readConfiguration(sdkID:sdk:)' is unused [#no-usage]
799 | } catch {
800 | // Do nothing to override if a custom SDK config is not found.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1861/2121] Compiling SWBUtil Misc.swift
/host/spi-builder-workspace/Sources/PackageModel/SwiftLanguageVersion.swift:71:37: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
69 |
70 | /// Regex for parsing the Swift language version.
71 | private static let regex = try! RegEx(pattern: #"^(\d+)(?:\.(\d+))?(?:\.(\d+))?$"#)
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
72 |
73 | /// Create an instance of Swift language version from the given string.
/host/spi-builder-workspace/Sources/PackageModel/SwiftSDKs/SwiftSDK.swift:798:44: warning: result of call to 'readConfiguration(sdkID:sdk:)' is unused [#no-usage]
796 | swiftSDKBundleStore: store
797 | )
798 | try configurationStore.readConfiguration(sdkID: ID, sdk: &swiftSDK)
| `- warning: result of call to 'readConfiguration(sdkID:sdk:)' is unused [#no-usage]
799 | } catch {
800 | // Do nothing to override if a custom SDK config is not found.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1862/2121] Compiling _CryptoExtras HashToField.swift
[1863/2121] Compiling _CryptoExtras KDF.swift
[1864/2121] Compiling _CryptoExtras PBKDF2_boring.swift
[1865/2121] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1866/2121] Compiling _CryptoExtras PBKDF2.swift
[1867/2121] Compiling _CryptoExtras Scrypt_boring.swift
[1868/2121] Compiling _CryptoExtras VOPRFServer.swift
[1869/2121] Compiling _CryptoExtras RSA+BlindSigning.swift
[1870/2121] Compiling _CryptoExtras RSA.swift
[1871/2121] Compiling _CryptoExtras RSA_boring.swift
[1872/2121] Compiling _CryptoExtras RSA_security.swift
[1874/2122] Wrapping AST for _CryptoExtras for debugging
[1876/2214] Compiling X509 OCSPCertID.swift
[1877/2214] Compiling X509 OCSPCertStatus.swift
[1878/2214] Compiling X509 OCSPExtensionID.swift
[1879/2214] Compiling X509 OCSPNonce.swift
[1880/2214] Compiling X509 OCSPPolicy.swift
[1881/2214] Compiling X509 OCSPRequest.swift
[1882/2214] Compiling X509 OCSPResponse.swift
[1883/2214] Compiling X509 AuthorityKeyIdentifier.swift
[1884/2214] Compiling X509 BasicConstraints.swift
[1885/2214] Compiling X509 ExtendedKeyUsage.swift
[1886/2214] Compiling X509 CMSEncapsulatedContentInfo.swift
[1887/2214] Compiling X509 CMSIssuerAndSerialNumber.swift
[1888/2214] Compiling X509 CMSOperations.swift
[1889/2214] Compiling X509 CMSSignature.swift
[1890/2214] Compiling X509 LocalityName.swift
[1891/2214] Compiling X509 OrganizationName.swift
[1892/2214] Compiling X509 OrganizationalUnitName.swift
[1893/2214] Compiling X509 StateOrProvinceName.swift
[1894/2214] Compiling X509 StreetAddress.swift
[1895/2214] Compiling X509 Error.swift
[1896/2214] Compiling X509 AuthorityInformationAccess.swift
[1897/2214] Compiling X509 CMSSignedData.swift
[1898/2214] Compiling X509 CMSSignerIdentifier.swift
[1899/2214] Compiling X509 CMSSignerInfo.swift
[1900/2214] Compiling X509 CMSVersion.swift
[1901/2214] Compiling X509 Curve25519+DER.swift
[1902/2214] Compiling X509 Digests.swift
[1903/2214] Compiling X509 DistinguishedName.swift
[1904/2214] Compiling X509 CommonName.swift
[1905/2214] Compiling X509 CSRAttribute.swift
[1906/2214] Compiling X509 CSRAttributes.swift
[1907/2214] Compiling X509 CSRVersion.swift
[1908/2214] Compiling X509 CertificateSigningRequest.swift
[1909/2214] Compiling X509 CertificationRequestInfo.swift
[1910/2214] Compiling X509 ExtensionRequest.swift
[1911/2214] Compiling X509 Certificate.swift
[1912/2214] Compiling X509 CertificatePrivateKey.swift
[1913/2214] Compiling X509 CertificatePublicKey.swift
[1914/2214] Compiling X509 CertificateSerialNumber.swift
[1915/2214] Compiling X509 CertificateVersion.swift
[1916/2214] Compiling X509 CMSAttribute.swift
[1917/2214] Compiling X509 CMSContentInfo.swift
[1918/2214] Compiling X509 DNBuilder.swift
[1919/2214] Compiling X509 DomainComponent.swift
[1920/2214] Compiling X509 EmailAddress.swift
[1921/2215] Compiling X509 OCSPSingleResponse.swift
[1922/2215] Compiling X509 CertificateStore.swift
[1923/2215] Compiling X509 OneOfPolicies.swift
[1924/2215] Compiling X509 PolicyBuilder.swift
[1925/2215] Compiling X509 BasicConstraintsPolicy.swift
[1926/2215] Compiling X509 DNSNames.swift
[1927/2215] Compiling X509 DirectoryNames.swift
[1928/2215] Compiling X509 ExpiryPolicy.swift
[1929/2215] Compiling X509 IPConstraints.swift
[1930/2215] Compiling X509 NameConstraintsPolicy.swift
[1931/2215] Compiling X509 RFC5280Policy.swift
[1932/2215] Compiling X509 URIConstraints.swift
[1940/2215] Compiling X509 OCSPResponseBytes.swift
[1941/2215] Compiling X509 OCSPResponseData.swift
[1942/2215] Compiling X509 OCSPResponseStatus.swift
[1943/2215] Compiling X509 OCSPSignature.swift
[1944/2215] Compiling X509 OCSPSingleRequest.swift
[1946/2215] Compiling X509 SignatureAlgorithm.swift
[1947/2215] Compiling X509 AllOfPolicies.swift
[1948/2215] Compiling X509 AnyPolicy.swift
[1949/2215] Compiling SWBUtil VFS.swift
[1950/2215] Compiling SWBUtil Version.swift
[1951/2215] Compiling SWBUtil WaitCondition.swift
[1952/2215] Compiling SWBUtil WeakRef.swift
[1953/2215] Compiling SWBUtil Win32.swift
[1954/2215] Compiling SWBUtil Win32Error.swift
[1955/2215] Compiling SWBUtil XCBuildDataArchive.swift
[1956/2215] Compiling SWBUtil Xcode.swift
[1957/2215] Compiling SWBUtil fnmatch.swift
[1957/2219] Wrapping AST for PackageModel for debugging
[1959/2226] Compiling PackageFingerprint PackageFingerprintStorage.swift
[1960/2226] Compiling PackageFingerprint Model.swift
[1961/2226] Compiling DriverSupport SPMSwiftDriverExecutor.swift
/host/spi-builder-workspace/Sources/DriverSupport/SPMSwiftDriverExecutor.swift:61:28: warning: 'extraEnvironment' is deprecated: use extraEnvironmentBlock [#DeprecatedDeclaration]
59 |
60 | var childEnv = [String: String](env)
61 | childEnv.merge(job.extraEnvironment, uniquingKeysWith: { (_, new) in new })
| `- warning: 'extraEnvironment' is deprecated: use extraEnvironmentBlock [#DeprecatedDeclaration]
62 |
63 | let process = try Process.launchProcess(arguments: arguments, env: childEnv)
/host/spi-builder-workspace/Sources/DriverSupport/SPMSwiftDriverExecutor.swift:63:35: warning: 'launchProcess(arguments:env:)' is deprecated: use launchProcess(arguments:envBlock:) instead [#DeprecatedDeclaration]
61 | childEnv.merge(job.extraEnvironment, uniquingKeysWith: { (_, new) in new })
62 |
63 | let process = try Process.launchProcess(arguments: arguments, env: childEnv)
| `- warning: 'launchProcess(arguments:env:)' is deprecated: use launchProcess(arguments:envBlock:) instead [#DeprecatedDeclaration]
64 | return try process.waitUntilExit()
65 | }
/host/spi-builder-workspace/Sources/DriverSupport/SPMSwiftDriverExecutor.swift:89:17: warning: 'extraEnvironment' is deprecated: use extraEnvironmentBlock [#DeprecatedDeclaration]
87 | }
88 |
89 | if !job.extraEnvironment.isEmpty {
| `- warning: 'extraEnvironment' is deprecated: use extraEnvironmentBlock [#DeprecatedDeclaration]
90 | result += " #"
91 | for (envVar, val) in job.extraEnvironment {
/host/spi-builder-workspace/Sources/DriverSupport/SPMSwiftDriverExecutor.swift:91:38: warning: 'extraEnvironment' is deprecated: use extraEnvironmentBlock [#DeprecatedDeclaration]
89 | if !job.extraEnvironment.isEmpty {
90 | result += " #"
91 | for (envVar, val) in job.extraEnvironment {
| `- warning: 'extraEnvironment' is deprecated: use extraEnvironmentBlock [#DeprecatedDeclaration]
92 | result += " \(envVar)=\(val)"
93 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1962/2226] Emitting module DriverSupport
[1963/2226] Compiling DriverSupport DriverSupportUtils.swift
/host/spi-builder-workspace/Sources/DriverSupport/DriverSupportUtils.swift:73:48: warning: 'launchProcess(arguments:env:)' is deprecated: use launchProcess(arguments:envBlock:) instead [#DeprecatedDeclaration]
71 | }
72 | do {
73 | let helpJob = try TSCBasic.Process.launchProcess(
| `- warning: 'launchProcess(arguments:env:)' is deprecated: use launchProcess(arguments:envBlock:) instead [#DeprecatedDeclaration]
74 | arguments: [swiftcPathString, "-h"],
75 | env: .init(Environment.current)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1972/2227] Wrapping AST for DriverSupport for debugging
[2013/2228] Compiling X509 CountryName.swift
[2014/2228] Compiling X509 ExtensionIdentifiers.swift
[2015/2228] Compiling X509 KeyUsage.swift
[2016/2228] Compiling X509 NameConstraints.swift
[2017/2228] Compiling X509 SubjectAlternativeName.swift
[2018/2228] Compiling X509 SubjectKeyIdentifier.swift
[2019/2228] Compiling X509 Extension.swift
[2020/2228] Compiling X509 Extensions.swift
[2021/2228] Compiling X509 ExtensionsBuilder.swift
[2022/2228] Compiling X509 GeneralName.swift
[2023/2228] Compiling X509 Lock.swift
[2024/2228] Compiling X509 LockedValueBox.swift
[2025/2228] Compiling X509 BasicOCSPResponse.swift
[2026/2228] Compiling X509 DirectoryString.swift
[2027/2228] Compiling X509 OCSPTBSRequest.swift
[2028/2228] Compiling X509 OCSPVersion.swift
[2029/2228] Compiling X509 PKCS8PrivateKey.swift
[2030/2228] Compiling X509 PromiseAndFuture.swift
[2031/2228] Compiling X509 RDNAttribute.swift
[2032/2228] Compiling X509 RandomNumberGenerator+bytes.swift
[2033/2228] Compiling X509 RelativeDistinguishedName.swift
[2034/2228] Compiling X509 SEC1PrivateKey.swift
[2035/2228] Compiling X509 SecKeyWrapper.swift
[2036/2228] Compiling X509 Signature.swift
[2040/2246] Compiling PackageFingerprint FilePackageFingerprintStorage.swift
[2041/2246] Emitting module PackageFingerprint
[2041/2249] Wrapping AST for SwiftSyntax for debugging
[2044/2284] Compiling X509 VersionPolicy.swift
[2045/2284] Compiling X509 ServerIdentityPolicy.swift
[2056/2301] Compiling SwiftParser Attributes.swift
[2057/2301] Compiling SwiftParser Availability.swift
[2058/2301] Compiling SwiftParser CharacterInfo.swift
[2059/2301] Compiling SwiftParser CollectionNodes+Parsable.swift
[2060/2301] Compiling SwiftParser CompilerFiles.swift
[2061/2301] Compiling SwiftParser Declarations.swift
[2062/2301] Compiling SwiftParser Directives.swift
[2063/2301] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[2064/2301] Compiling SwiftParser Expressions.swift
[2065/2301] Compiling SwiftParser IncrementalParseTransition.swift
[2066/2301] Compiling SwiftParser IsValidIdentifier.swift
[2067/2301] Compiling SwiftParser Cursor.swift
[2068/2301] Compiling SwiftParser Lexeme.swift
[2069/2302] Compiling SourceControl Repository.swift
[2070/2302] Compiling SourceControl RepositoryManager.swift
/host/spi-builder-workspace/Sources/SourceControl/RepositoryManager.swift:505:29: warning: stored property 'manager' of 'Sendable'-conforming struct 'RepositoryHandle' has non-Sendable type 'RepositoryManager'; this is an error in the Swift 6 language mode
19 |
20 | /// Manages a collection of bare repositories.
21 | public class RepositoryManager: Cancellable {
| `- note: class 'RepositoryManager' does not conform to the 'Sendable' protocol
22 | public typealias Delegate = RepositoryManagerDelegate
23 |
:
503 | public struct RepositoryHandle: Sendable {
504 | /// The manager this repository is owned by.
505 | private unowned let manager: RepositoryManager
| `- warning: stored property 'manager' of 'Sendable'-conforming struct 'RepositoryHandle' has non-Sendable type 'RepositoryManager'; this is an error in the Swift 6 language mode
506 |
507 | /// The repository specifier.
[2070/2302] Wrapping AST for PackageFingerprint for debugging
[2086/2302] Compiling SwiftBasicFormat Syntax+Extensions.swift
[2087/2302] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[2088/2302] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[2089/2302] Emitting module SwiftDiagnostics
[2090/2303] Compiling SwiftDiagnostics Message.swift
[2090/2303] Wrapping AST for SWBUtil for debugging
[2096/2304] Compiling SwiftDiagnostics Note.swift
[2097/2353] Compiling SwiftDiagnostics FixIt.swift
[2098/2353] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[2099/2353] Compiling SwiftBasicFormat InferIndentation.swift
[2100/2353] Compiling SwiftBasicFormat Indenter.swift
[2101/2353] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[2102/2353] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[2103/2354] Compiling SWBProtocol BuildRule.swift
[2104/2354] Compiling SWBProtocol CustomTask.swift
[2105/2354] Compiling SWBProtocol PlatformFilter.swift
[2106/2354] Compiling SWBProtocol Project.swift
[2107/2354] Compiling SWBProtocol ProvisioningSourceData.swift
[2108/2354] Compiling SWBProtocol Reference.swift
[2109/2354] Compiling SwiftParser SwiftVersion.swift
[2110/2354] Compiling SwiftParser SyntaxUtils.swift
[2111/2354] Compiling SwiftParser TokenConsumer.swift
[2112/2354] Compiling SwiftParser TokenPrecedence.swift
[2113/2354] Compiling SwiftParser TokenSpec.swift
[2114/2354] Compiling SwiftParser TokenSpecSet.swift
[2115/2354] Compiling SwiftParser TopLevel.swift
[2130/2354] Emitting module SWBLLBuild
[2131/2360] Compiling SWBCAS CASProtocol.swift
[2132/2360] Compiling SWBCAS plugin_api_t.swift
[2133/2360] Compiling SWBLLBuild LowLevelBuildSystem.swift
[2134/2360] Emitting module SwiftBasicFormat
[2135/2360] Compiling SwiftBasicFormat BasicFormat.swift
[2137/2362] Wrapping AST for SwiftDiagnostics for debugging
[2138/2362] Wrapping AST for SwiftBasicFormat for debugging
[2140/2362] Emitting module SWBMacro
[2140/2364] Wrapping AST for SWBLLBuild for debugging
[2142/2364] Compiling SWBProtocol DocumentationMessages.swift
[2143/2364] Compiling SWBProtocol IndexingMessages.swift
[2144/2364] Compiling SWBProtocol LocalizationMessages.swift
[2145/2364] Compiling SWBProtocol MacroEvaluationMessages.swift
[2146/2364] Compiling SWBProtocol Message.swift
[2147/2364] Compiling SWBProtocol MessageSupport.swift
[2149/2364] Compiling SWBMacro MacroValueAssignmentTable.swift
[2150/2364] Compiling SWBMacro SwiftDriverTripleExtensions.swift
[2151/2364] Compiling SWBProtocol PreviewMessages.swift
[2152/2364] Compiling SWBProtocol ProjectDescriptorMessages.swift
[2153/2364] Compiling SWBProtocol ProjectDescriptorTypes.swift
[2154/2364] Compiling SWBProtocol BuildConfiguration.swift
[2155/2364] Compiling SWBProtocol DependencyInfo.swift
[2156/2364] Compiling SWBProtocol ImpartedBuildProperties.swift
[2157/2364] Compiling SWBProtocol MacroExpressionSource.swift
[2158/2364] Compiling SWBProtocol PIFObject.swift
[2159/2364] Compiling SWBProtocol BuildFile.swift
[2160/2364] Compiling SWBProtocol BuildPhase.swift
[2161/2364] Compiling SwiftParser TriviaParser.swift
[2162/2364] Compiling SwiftParser Types.swift
[2174/2364] Emitting module SourceControl
/host/spi-builder-workspace/Sources/SourceControl/GitRepository.swift:494:17: warning: stored property 'cachedHashes' of 'Sendable'-conforming class 'GitRepository' is mutable; this is an error in the Swift 6 language mode
492 |
493 | /// Dictionary for memoizing results of git calls that are not expected to change.
494 | private var cachedHashes = ThreadSafeKeyValueStore<String, Hash>()
| `- warning: stored property 'cachedHashes' of 'Sendable'-conforming class 'GitRepository' is mutable; this is an error in the Swift 6 language mode
495 | private var cachedBlobs = ThreadSafeKeyValueStore<Hash, ByteString>()
496 | private var cachedTrees = ThreadSafeKeyValueStore<String, Tree>()
/host/spi-builder-workspace/Sources/SourceControl/GitRepository.swift:1491:29: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
1489 | )
1490 | """#
1491 | static let regex = try? RegEx(pattern: pattern)
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
1492 |
1493 | init?(from string: String) {
/host/spi-builder-workspace/Sources/SourceControl/RepositoryManager.swift:505:29: warning: stored property 'manager' of 'Sendable'-conforming struct 'RepositoryHandle' has non-Sendable type 'RepositoryManager'; this is an error in the Swift 6 language mode
19 |
20 | /// Manages a collection of bare repositories.
21 | public class RepositoryManager: Cancellable {
| `- note: class 'RepositoryManager' does not conform to the 'Sendable' protocol
22 | public typealias Delegate = RepositoryManagerDelegate
23 |
:
503 | public struct RepositoryHandle: Sendable {
504 | /// The manager this repository is owned by.
505 | private unowned let manager: RepositoryManager
| `- warning: stored property 'manager' of 'Sendable'-conforming struct 'RepositoryHandle' has non-Sendable type 'RepositoryManager'; this is an error in the Swift 6 language mode
506 |
507 | /// The repository specifier.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[2175/2364] Compiling SourceControl GitRepository.swift
/host/spi-builder-workspace/Sources/SourceControl/GitRepository.swift:494:17: warning: stored property 'cachedHashes' of 'Sendable'-conforming class 'GitRepository' is mutable; this is an error in the Swift 6 language mode
492 |
493 | /// Dictionary for memoizing results of git calls that are not expected to change.
494 | private var cachedHashes = ThreadSafeKeyValueStore<String, Hash>()
| `- warning: stored property 'cachedHashes' of 'Sendable'-conforming class 'GitRepository' is mutable; this is an error in the Swift 6 language mode
495 | private var cachedBlobs = ThreadSafeKeyValueStore<Hash, ByteString>()
496 | private var cachedTrees = ThreadSafeKeyValueStore<String, Tree>()
/host/spi-builder-workspace/Sources/SourceControl/GitRepository.swift:1491:29: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
1489 | )
1490 | """#
1491 | static let regex = try? RegEx(pattern: pattern)
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
1492 |
1493 | init?(from string: String) {
/host/spi-builder-workspace/Sources/SourceControl/GitRepository.swift:192:85: warning: mutation of captured var 'stdoutBytes' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
190 | // Capture stdout and stderr from the Git subprocess invocation, but also pass along stderr to the
191 | // handler. We count on it being line-buffered.
192 | let outputHandler = AsyncProcess.OutputRedirection.stream(stdout: { stdoutBytes += $0 }, stderr: {
| `- warning: mutation of captured var 'stdoutBytes' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
193 | stderrBytes += $0
194 | gitFetchStatusFilter($0, progress: progress)
/host/spi-builder-workspace/Sources/SourceControl/GitRepository.swift:193:21: warning: mutation of captured var 'stderrBytes' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
191 | // handler. We count on it being line-buffered.
192 | let outputHandler = AsyncProcess.OutputRedirection.stream(stdout: { stdoutBytes += $0 }, stderr: {
193 | stderrBytes += $0
| `- warning: mutation of captured var 'stderrBytes' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
194 | gitFetchStatusFilter($0, progress: progress)
195 | })
/host/spi-builder-workspace/Sources/SourceControl/GitRepository.swift:535:85: warning: mutation of captured var 'stdoutBytes' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
533 | // Capture stdout and stderr from the Git subprocess invocation, but also pass along stderr to the
534 | // handler. We count on it being line-buffered.
535 | let outputHandler = AsyncProcess.OutputRedirection.stream(stdout: { stdoutBytes += $0 }, stderr: {
| `- warning: mutation of captured var 'stdoutBytes' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
536 | stderrBytes += $0
537 | gitFetchStatusFilter($0, progress: progress)
/host/spi-builder-workspace/Sources/SourceControl/GitRepository.swift:536:21: warning: mutation of captured var 'stderrBytes' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
534 | // handler. We count on it being line-buffered.
535 | let outputHandler = AsyncProcess.OutputRedirection.stream(stdout: { stdoutBytes += $0 }, stderr: {
536 | stderrBytes += $0
| `- warning: mutation of captured var 'stderrBytes' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
537 | gitFetchStatusFilter($0, progress: progress)
538 | })
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[2176/2364] Compiling SWBProtocol DependencyClosureMessages.swift
[2177/2364] Compiling SWBProtocol DependencyGraphMessages.swift
[2178/2364] Compiling SWBProtocol BuildDescriptionMessages.swift
[2179/2364] Compiling SWBProtocol BuildOperationMessages.swift
[2180/2365] Compiling SWBProtocol BuildSettingsInfoMessageTypes.swift
[2181/2365] Compiling SWBProtocol ClientExchangeMessages.swift
[2192/2370] Wrapping AST for SourceControl for debugging
[2194/2374] Compiling SWBProtocol AsyncSequence.swift
[2195/2374] Compiling SWBProtocol BuildAction.swift
[2196/2374] Compiling SWBCAS Errors.swift
[2197/2374] Compiling SWBCAS ToolchainCASPlugin.swift
[2198/2389] Emitting module SWBCAS
[2199/2389] Compiling SWBCAS CASFSNode.swift
[2200/2390] Wrapping AST for SWBCAS for debugging
[2204/2390] Compiling PackageLoading Target+PkgConfig.swift
[2205/2390] Compiling PackageLoading TargetSourcesBuilder.swift
[2210/2391] Wrapping AST for SWBMacro for debugging
[2212/2391] Compiling PackageLoading ContextModel.swift
[2213/2391] Compiling PackageLoading Diagnostics.swift
[2222/2392] Emitting module PackageLoading
/host/spi-builder-workspace/Sources/PackageLoading/ManifestJSONParser.swift:255:53: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
253 |
254 | /// Looks for Xcode-style build setting macros "$()".
255 | fileprivate static let invalidValueRegex = try! RegEx(pattern: #"(\$\(.*?\))"#)
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
256 | }
257 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[2223/2392] Compiling SWBProtocol SourceTree.swift
[2224/2392] Compiling SWBProtocol Target.swift
[2225/2392] Compiling SWBProtocol TargetDependency.swift
[2226/2392] Compiling SWBProtocol Workspace.swift
[2227/2392] Emitting module X509
[2239/2392] Compiling PackageLoading Platform.swift
[2240/2392] Compiling PackageLoading RegistryReleaseMetadataSerialization.swift
/host/spi-builder-workspace/Sources/PackageLoading/Target+PkgConfig.swift:330:25: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
328 | /// See https://github.com/swiftlang/swift-package-manager/issues/6439 for details.
329 | public func patchSDKPaths(in flags: [String], to sdkRootPath: AbsolutePath) throws -> [String] {
330 | let sdkRegex = try! RegEx(pattern: #"^.*\.sdk(\/.*|$)"#)
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
331 |
332 | return try ["-I", "-L"].reduce(flags) { (flags, flag) in
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/PackageLoading/Target+PkgConfig.swift:330:25: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
328 | /// See https://github.com/swiftlang/swift-package-manager/issues/6439 for details.
329 | public func patchSDKPaths(in flags: [String], to sdkRootPath: AbsolutePath) throws -> [String] {
330 | let sdkRegex = try! RegEx(pattern: #"^.*\.sdk(\/.*|$)"#)
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
331 |
332 | return try ["-I", "-L"].reduce(flags) { (flags, flag) in
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[2243/2392] Emitting module SWBProtocol
[2244/2392] Compiling PackageLoading ToolsVersionParser.swift
/host/spi-builder-workspace/Sources/PackageLoading/ToolsVersionParser.swift:640:26: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
638 | throw ToolsVersionParser.Error.inaccessiblePackage(path: packagePath, reason: String(describing: error))
639 | }
640 | let regex = try! RegEx(pattern: #"^Package@swift-(\d+)(?:\.(\d+))?(?:\.(\d+))?.swift$"#)
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
641 |
642 | // Collect all version-specific manifests at the given package path.
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[2245/2392] Emitting module SwiftParser
[2248/2392] Compiling PackageLoading ManifestJSONParser.swift
[2249/2392] Compiling PackageLoading ManifestLoader+Validation.swift
[2250/2392] Compiling PackageLoading ManifestLoader.swift
[2251/2392] Compiling PackageLoading ManifestSignatureParser.swift
/host/spi-builder-workspace/Sources/PackageLoading/ManifestJSONParser.swift:255:53: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
253 |
254 | /// Looks for Xcode-style build setting macros "$()".
255 | fileprivate static let invalidValueRegex = try! RegEx(pattern: #"(\$\(.*?\))"#)
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
256 | }
257 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/PackageLoading/ManifestJSONParser.swift:255:53: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
253 |
254 | /// Looks for Xcode-style build setting macros "$()".
255 | fileprivate static let invalidValueRegex = try! RegEx(pattern: #"(\$\(.*?\))"#)
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
256 | }
257 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[2267/2392] Compiling PackageLoading ModuleMapGenerator.swift
[2268/2392] Compiling PackageLoading PackageBuilder.swift
[2269/2392] Compiling X509 TrustRootLoading.swift
[2270/2392] Compiling X509 UnverifiedChain.swift
[2271/2392] Compiling X509 VerificationDiagnostic.swift
[2272/2392] Compiling X509 Verifier.swift
[2273/2392] Compiling X509 VerifierPolicy.swift
[2274/2392] Compiling X509 AlgorithmIdentifier.swift
[2275/2392] Compiling X509 ECDSASignature.swift
[2276/2392] Compiling X509 RSAPKCS1PublicKey.swift
[2277/2392] Compiling X509 SubjectPublicKeyInfo.swift
[2278/2392] Compiling X509 TBSCertificate.swift
[2279/2392] Compiling X509 Time.swift
[2280/2392] Compiling X509 TimeCalculations.swift
[2281/2392] Compiling X509 Validity.swift
[2285/2393] Compiling PackageLoading PackageDescriptionSerialization.swift
[2286/2393] Compiling PackageLoading PkgConfig.swift
[2288/2393] Wrapping AST for X509 for debugging
[2290/2410] Compiling PackageCollectionsSigning Utilities.swift
[2291/2410] Compiling PackageCollectionsSigning Base64URL.swift
[2292/2410] Compiling PackageSigning X509Extensions.swift
[2293/2411] Compiling PackageSigning PackageSigningEntityStorage.swift
[2294/2411] Compiling PackageSigning SigningEntity.swift
[2295/2411] Compiling PackageSigning SigningIdentity.swift
[2296/2411] Compiling PackageSigning VerifierPolicies.swift
[2297/2411] Compiling PackageCollectionsSigning Signature.swift
[2298/2411] Compiling PackageCollectionsSigning PackageCollectionSigning.swift
[2299/2411] Compiling PackageSigning FilePackageSigningEntityStorage.swift
[2300/2411] Compiling PackageSigning CertificateStores.swift
[2301/2411] Compiling PackageSigning SignatureProvider.swift
[2302/2411] Compiling SwiftParser ExperimentalFeatures.swift
[2303/2411] Compiling SwiftParser IsLexerClassified.swift
[2304/2411] Compiling SwiftParser LayoutNodes+Parsable.swift
[2305/2411] Compiling SwiftParser Parser+TokenSpecSet.swift
[2306/2411] Compiling SwiftParser TokenSpecStaticMembers.swift
[2308/2412] Emitting module PackageSigning
[2309/2413] Emitting module PackageCollectionsSigning
[2310/2413] Compiling PackageCollectionsSigning CertificatePolicy.swift
[2310/2419] Wrapping AST for SwiftParser for debugging
[2312/2433] Compiling PackageCollectionsSigning X509Extensions.swift
[2313/2433] Compiling PackageCollectionsSigning embedded_resources.swift
[2315/2434] Compiling PackageSigning embedded_resources.swift
[2315/2435] Wrapping AST for PackageCollectionsSigning for debugging
[2318/2459] Compiling SwiftIDEUtils SwiftIDEUtilsCompatibility.swift
[2319/2460] Compiling SwiftIDEUtils DeclNameLocation.swift
[2319/2460] Wrapping AST for PackageSigning for debugging
[2321/2460] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[2322/2461] Emitting module SwiftIDEUtils
[2323/2461] Compiling SwiftIDEUtils Utils.swift
[2324/2461] Compiling SwiftIDEUtils Syntax+Classifications.swift
[2325/2461] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[2326/2461] Compiling SwiftIDEUtils SyntaxClassification.swift
[2327/2461] Compiling SwiftIDEUtils SyntaxClassifier.swift
[2328/2461] Compiling PackageCollections PackageCollections+CertificatePolicy.swift
[2329/2461] Compiling PackageCollections PackageCollections+Configuration.swift
[2331/2462] Compiling SwiftIDEUtils FixItApplier.swift
[2332/2462] Compiling SwiftIDEUtils NameMatcher.swift
[2332/2463] Wrapping AST for PackageLoading for debugging
[2335/2498] Compiling PackageGraph ResolvedModule.swift
[2336/2498] Compiling PackageGraph ResolvedPackage.swift
[2337/2498] Compiling PackageGraph ResolvedProduct.swift
[2338/2501] Emitting module PackageCollections
[2339/2501] Compiling PackageGraph ModuleAliasTracker.swift
[2340/2501] Compiling PackageGraph ModulesGraph+Loading.swift
[2341/2501] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[2341/2501] Wrapping AST for SwiftIDEUtils for debugging
[2343/2503] Compiling PackageRegistry ChecksumTOFU.swift
[2344/2503] Compiling PackageRegistry SigningEntityTOFU.swift
[2345/2503] Emitting module PackageRegistry
[2346/2503] Emitting module PackageGraph
[2347/2506] Compiling PackageGraph DependencyResolverError.swift
[2348/2506] Compiling PackageGraph PlatformVersionProvider.swift
[2349/2506] Compiling PackageGraph DependencyResolverBinding.swift
[2350/2506] Compiling PackageGraph DependencyResolverDelegate.swift
[2353/2506] Compiling PackageGraph BoundVersion.swift
[2354/2506] Compiling PackageGraph DependencyMirrors.swift
[2355/2506] Compiling PackageGraph Diagnostics.swift
[2356/2506] Compiling PackageGraph GraphLoadingNode.swift
[2361/2506] Compiling PackageGraph PubGrubDependencyResolver.swift
[2362/2506] Compiling PackageGraph PubGrubPackageContainer.swift
[2363/2506] Compiling PackageGraph Term.swift
[2367/2506] Emitting module SwiftFixIt
[2368/2506] Compiling SwiftFixIt SwiftFixIt.swift
[2369/2506] Compiling PackageRegistry RegistryDownloadsManager.swift
[2370/2506] Compiling PackageRegistry SignatureValidation.swift
[2371/2507] Wrapping AST for SwiftFixIt for debugging
[2373/2507] Compiling PackageRegistry RegistryConfiguration.swift
[2380/2507] Emitting module SwiftParserDiagnostics
[2392/2508] Compiling PackageGraph ModulesGraph.swift
[2393/2508] Compiling PackageGraph PackageContainer.swift
[2394/2508] Compiling PackageGraph PackageGraphRoot.swift
[2395/2508] Compiling PackageGraph PackageModel+Extensions.swift
[2396/2508] Compiling PackageGraph PackageRequirement.swift
[2397/2509] Compiling PackageCollections SQLitePackageCollectionsStorage.swift
[2398/2509] Compiling PackageCollections Trie.swift
[2399/2509] Compiling PackageCollections Utility.swift
[2400/2509] Compiling PackageGraph Incompatibility.swift
[2401/2509] Wrapping AST for SwiftParserDiagnostics for debugging
[2402/2524] Wrapping AST for SWBProtocol for debugging
[2404/2538] Compiling SWBProjectModel IDEPIFObject.swift
[2405/2538] Compiling SWBProjectModel IDEPIFObjectInfo.swift
[2406/2538] Compiling SWBProjectModel IDEPIFGenerating.swift
[2407/2538] Compiling SWBProjectModel IDEPIFGUID.swift
/host/spi-builder-workspace/Sources/PackageCollections/Storage/SQLitePackageCollectionsStorage.swift:102:25: warning: capture of 'db' with non-Sendable type 'SQLite' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
100 | DispatchQueue.sharedConcurrent.asyncAfter(deadline: .now() + delay) {
101 | do {
102 | try db.close()
| `- warning: capture of 'db' with non-Sendable type 'SQLite' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
103 | callback(.success(()))
104 | } catch {
/host/spi-builder-workspace/Sources/Basics/SQLite.swift:31:21: note: class 'SQLite' does not conform to the 'Sendable' protocol
29 |
30 | /// A minimal SQLite wrapper.
31 | package final class SQLite {
| `- note: class 'SQLite' does not conform to the 'Sendable' protocol
32 | /// The location of the database.
33 | package let location: Location
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/host/spi-builder-workspace/Sources/PackageCollections/Storage/SQLitePackageCollectionsStorage.swift:102:25: warning: capture of 'db' with non-Sendable type 'SQLite' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
100 | DispatchQueue.sharedConcurrent.asyncAfter(deadline: .now() + delay) {
101 | do {
102 | try db.close()
| `- warning: capture of 'db' with non-Sendable type 'SQLite' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
103 | callback(.success(()))
104 | } catch {
/host/spi-builder-workspace/Sources/Basics/SQLite.swift:31:21: note: class 'SQLite' does not conform to the 'Sendable' protocol
29 |
30 | /// A minimal SQLite wrapper.
31 | package final class SQLite {
| `- note: class 'SQLite' does not conform to the 'Sendable' protocol
32 | /// The location of the database.
33 | package let location: Location
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/host/spi-builder-workspace/Sources/PackageCollections/Storage/SQLitePackageCollectionsStorage.swift:102:25: warning: capture of 'db' with non-Sendable type 'SQLite' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
100 | DispatchQueue.sharedConcurrent.asyncAfter(deadline: .now() + delay) {
101 | do {
102 | try db.close()
| `- warning: capture of 'db' with non-Sendable type 'SQLite' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
103 | callback(.success(()))
104 | } catch {
/host/spi-builder-workspace/Sources/Basics/SQLite.swift:31:21: note: class 'SQLite' does not conform to the 'Sendable' protocol
29 |
30 | /// A minimal SQLite wrapper.
31 | package final class SQLite {
| `- note: class 'SQLite' does not conform to the 'Sendable' protocol
32 | /// The location of the database.
33 | package let location: Location
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[2411/2538] Compiling SWBServiceCore ServiceEntryPoint.swift
[2412/2538] Compiling PackageGraph PartialSolution.swift
[2416/2538] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[2417/2538] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[2419/2538] Compiling PackageGraph DependencyResolutionNode.swift
[2420/2538] Compiling PackageGraph ResolvedPackagesStore.swift
[2421/2538] Compiling PackageGraph Version+Extensions.swift
[2422/2538] Compiling PackageGraph VersionSetSpecifier.swift
[2423/2538] Compiling SwiftSyntaxBuilder Indenter.swift
[2424/2538] Compiling SwiftSyntaxBuilder ListBuilder.swift
[2425/2538] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[2426/2538] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[2427/2539] Compiling SWBServiceCore Service.swift
[2428/2539] Compiling SWBServiceCore Request.swift
[2429/2539] Emitting module SWBServiceCore
[2430/2539] Emitting module SWBProjectModel
[2431/2539] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[2432/2539] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[2433/2539] Compiling SWBServiceCore ServiceExtensionPoint.swift
[2434/2539] Compiling SWBServiceCore ServiceHostConnection.swift
[2438/2540] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[2439/2540] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[2440/2540] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[2441/2540] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[2445/2540] Emitting module SwiftSyntaxBuilder
[2446/2541] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[2447/2541] Wrapping AST for SWBServiceCore for debugging
[2451/2541] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[2452/2541] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[2452/2541] Wrapping AST for PackageCollections for debugging
[2454/2587] Compiling SWBCore MacroExpressionSourceExtensions.swift
[2455/2587] Compiling SWBCore OnDemandResources.swift
[2456/2690] Compiling SWBCore OptimizationRemarks.swift
[2457/2690] Compiling SWBCore PlannedNode.swift
[2458/2690] Compiling SWBCore FileToBuild.swift
[2459/2690] Compiling SWBCore LibSwiftDriver.swift
[2460/2690] Compiling SWBCore PlannedBuild.swift
[2461/2690] Compiling SWBCore ArrayExtensions.swift
[2462/2690] Compiling SWBCore MacroConfigFileLoader.swift
/host/spi-builder-workspace/Sources/PackageGraph/ModulesGraph+Loading.swift:391:9: warning: variable 'packageBuilders' was never mutated; consider changing to 'let' constant
389 | ) throws -> IdentifiableSet<ResolvedPackage> {
390 | // Create package builder objects from the input manifests.
391 | var packageBuilders: [ResolvedPackageBuilder] = nodes.compactMap { node in
| `- warning: variable 'packageBuilders' was never mutated; consider changing to 'let' constant
392 | guard let package = manifestToPackage[node.manifest] else {
393 | return nil
[2463/2690] Compiling SWBCore MacroEvaluationExtensions.swift
/host/spi-builder-workspace/Sources/PackageGraph/ModulesGraph+Loading.swift:391:9: warning: variable 'packageBuilders' was never mutated; consider changing to 'let' constant
389 | ) throws -> IdentifiableSet<ResolvedPackage> {
390 | // Create package builder objects from the input manifests.
391 | var packageBuilders: [ResolvedPackageBuilder] = nodes.compactMap { node in
| `- warning: variable 'packageBuilders' was never mutated; consider changing to 'let' constant
392 | guard let package = manifestToPackage[node.manifest] else {
393 | return nil
/host/spi-builder-workspace/Sources/PackageGraph/ModulesGraph+Loading.swift:391:9: warning: variable 'packageBuilders' was never mutated; consider changing to 'let' constant
389 | ) throws -> IdentifiableSet<ResolvedPackage> {
390 | // Create package builder objects from the input manifests.
391 | var packageBuilders: [ResolvedPackageBuilder] = nodes.compactMap { node in
| `- warning: variable 'packageBuilders' was never mutated; consider changing to 'let' constant
392 | guard let package = manifestToPackage[node.manifest] else {
393 | return nil
/host/spi-builder-workspace/Sources/PackageGraph/ModulesGraph+Loading.swift:391:9: warning: variable 'packageBuilders' was never mutated; consider changing to 'let' constant
389 | ) throws -> IdentifiableSet<ResolvedPackage> {
390 | // Create package builder objects from the input manifests.
391 | var packageBuilders: [ResolvedPackageBuilder] = nodes.compactMap { node in
| `- warning: variable 'packageBuilders' was never mutated; consider changing to 'let' constant
392 | guard let package = manifestToPackage[node.manifest] else {
393 | return nil
[2467/2692] Wrapping AST for SwiftSyntaxBuilder for debugging
[2468/2692] Wrapping AST for PackageGraph for debugging
[2470/2743] Compiling SWBProjectModel IDESwiftPackageExtensions.swift
[2471/2743] Compiling SWBProjectModel IDEPIFSerializer.swift
[2472/2743] Compiling SWBProjectModel PIFGenerationModel.swift
[2473/2744] Wrapping AST for SWBProjectModel for debugging
[2475/2744] Compiling PackageRegistry RegistryClient.swift
[2477/2745] Compiling SwiftRefactor ManifestEditError.swift
[2478/2745] Compiling SwiftRefactor ManifestSyntaxRepresentable.swift
[2479/2745] Compiling SwiftRefactor PackageDependency.swift
[2479/2748] Wrapping AST for PackageRegistry for debugging
[2481/2750] Emitting module SwiftRefactor
[2482/2753] Compiling SwiftRefactor AddProduct.swift
[2483/2753] Compiling SwiftRefactor AddSwiftSetting.swift
[2484/2753] Compiling SwiftRefactor AddTargetDependency.swift
[2486/2753] Compiling SwiftRefactor ExpandEditorPlaceholder.swift
[2487/2753] Compiling SwiftRefactor FormatRawStringLiteral.swift
[2488/2753] Compiling SwiftRefactor IntegerLiteralUtilities.swift
[2489/2753] Compiling SwiftRefactor AddSeparatorsToIntegerLiteral.swift
[2490/2753] Compiling SwiftRefactor CallLikeSyntax.swift
[2491/2753] Compiling SwiftRefactor CallToTrailingClosures.swift
[2492/2753] Compiling SwiftRefactor ConvertComputedPropertyToStored.swift
[2497/2753] Compiling SwiftRefactor RemoveRedundantParentheses.swift
[2498/2753] Compiling SwiftRefactor RemoveSeparatorsFromIntegerLiteral.swift
[2499/2753] Compiling SwiftRefactor SyntaxUtils.swift
[2503/2753] Compiling SwiftRefactor MigrateToNewIfLetSyntax.swift
[2504/2753] Compiling SwiftRefactor ConvertComputedPropertyToZeroParameterFunction.swift
[2505/2753] Compiling SwiftRefactor ConvertStoredPropertyToComputed.swift
[2506/2753] Compiling SwiftRefactor ConvertZeroParameterFunctionToComputedProperty.swift
[2507/2753] Compiling SwiftRefactor DeclModifierRemover.swift
[2508/2753] Compiling SwiftRefactor OpaqueParameterToGeneric.swift
[2509/2753] Compiling SwiftRefactor AddPackageDependency.swift
[2510/2753] Compiling SwiftRefactor AddPackageTarget.swift
[2511/2753] Compiling SwiftRefactor AddPluginUsage.swift
[2512/2753] Compiling SPMBuildCore WarningControlFlags.swift
[2513/2753] Compiling SPMBuildCore XCFrameworkMetadata.swift
[2514/2753] Compiling SPMBuildCore XcodeProjectRepresentation.swift
[2515/2753] Emitting module PackageMetadata
[2516/2753] Compiling PackageMetadata PackageMetadata.swift
/host/spi-builder-workspace/Sources/SPMBuildCore/Plugins/DefaultPluginScriptRunner.swift:611:38: warning: reference to captured var 'command' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
609 | throw DefaultPluginScriptRunnerError.invocationEndedBySignal(
610 | signal: process.terminationStatus,
611 | command: command,
| `- warning: reference to captured var 'command' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
612 | output: String(decoding: stderrData, as: UTF8.self))
613 | }
/host/spi-builder-workspace/Sources/SPMBuildCore/Plugins/DefaultPluginScriptRunner.swift:612:54: warning: reference to captured var 'stderrData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
610 | signal: process.terminationStatus,
611 | command: command,
612 | output: String(decoding: stderrData, as: UTF8.self))
| `- warning: reference to captured var 'stderrData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
613 | }
614 | // Otherwise return the termination satatus.
/host/spi-builder-workspace/Sources/SPMBuildCore/Plugins/DefaultPluginScriptRunner.swift:626:108: warning: reference to captured var 'command' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
624 | catch {
625 | callbackQueue.async {
626 | completion(.failure(DefaultPluginScriptRunnerError.invocationFailed(error: error, command: command)))
| `- warning: reference to captured var 'command' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
627 | }
628 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/host/spi-builder-workspace/Sources/SPMBuildCore/Plugins/DefaultPluginScriptRunner.swift:611:38: warning: reference to captured var 'command' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
609 | throw DefaultPluginScriptRunnerError.invocationEndedBySignal(
610 | signal: process.terminationStatus,
611 | command: command,
| `- warning: reference to captured var 'command' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
612 | output: String(decoding: stderrData, as: UTF8.self))
613 | }
/host/spi-builder-workspace/Sources/SPMBuildCore/Plugins/DefaultPluginScriptRunner.swift:612:54: warning: reference to captured var 'stderrData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
610 | signal: process.terminationStatus,
611 | command: command,
612 | output: String(decoding: stderrData, as: UTF8.self))
| `- warning: reference to captured var 'stderrData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
613 | }
614 | // Otherwise return the termination satatus.
/host/spi-builder-workspace/Sources/SPMBuildCore/Plugins/DefaultPluginScriptRunner.swift:626:108: warning: reference to captured var 'command' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
624 | catch {
625 | callbackQueue.async {
626 | completion(.failure(DefaultPluginScriptRunnerError.invocationFailed(error: error, command: command)))
| `- warning: reference to captured var 'command' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
627 | }
628 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/host/spi-builder-workspace/Sources/SPMBuildCore/Plugins/DefaultPluginScriptRunner.swift:611:38: warning: reference to captured var 'command' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
609 | throw DefaultPluginScriptRunnerError.invocationEndedBySignal(
610 | signal: process.terminationStatus,
611 | command: command,
| `- warning: reference to captured var 'command' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
612 | output: String(decoding: stderrData, as: UTF8.self))
613 | }
/host/spi-builder-workspace/Sources/SPMBuildCore/Plugins/DefaultPluginScriptRunner.swift:612:54: warning: reference to captured var 'stderrData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
610 | signal: process.terminationStatus,
611 | command: command,
612 | output: String(decoding: stderrData, as: UTF8.self))
| `- warning: reference to captured var 'stderrData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
613 | }
614 | // Otherwise return the termination satatus.
/host/spi-builder-workspace/Sources/SPMBuildCore/Plugins/DefaultPluginScriptRunner.swift:626:108: warning: reference to captured var 'command' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
624 | catch {
625 | callbackQueue.async {
626 | completion(.failure(DefaultPluginScriptRunnerError.invocationFailed(error: error, command: command)))
| `- warning: reference to captured var 'command' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
627 | }
628 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[2526/2753] Emitting module SPMBuildCore
[2527/2754] Wrapping AST for PackageMetadata for debugging
[2534/2754] Compiling SwiftRefactor SyntaxEditUtils.swift
[2535/2754] Compiling SwiftRefactor RefactoringProvider.swift
[2536/2755] Wrapping AST for SwiftRefactor for debugging
[2541/2756] Wrapping AST for SPMBuildCore for debugging
[2543/2817] Emitting module Build
[2544/2819] Compiling XCBuildSupport XCBuildOutputParser.swift
[2545/2819] Compiling XCBuildSupport XcodeBuildSystem.swift
/host/spi-builder-workspace/Sources/XCBuildSupport/XcodeBuildSystem.swift:138:29: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
136 | }
137 |
138 | let swiftSpec = NSArray(contentsOfFile: swiftSpecPath.pathString)
| `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
139 | let compilerSpec = swiftSpec?.compactMap { $0 as? NSDictionary }.first {
140 | if let identifier = $0["Identifier"] as? String {
/host/spi-builder-workspace/Sources/XCBuildSupport/XcodeBuildSystem.swift:211:13: warning: mutation of captured var 'hasStdout' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
209 | var stderrBuffer: [UInt8] = []
210 | let redirection: AsyncProcess.OutputRedirection = .stream(stdout: { bytes in
211 | hasStdout = hasStdout || !bytes.isEmpty
| `- warning: mutation of captured var 'hasStdout' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
212 | delegate.parse(bytes: bytes)
213 |
/host/spi-builder-workspace/Sources/XCBuildSupport/XcodeBuildSystem.swift:211:25: warning: reference to captured var 'hasStdout' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
209 | var stderrBuffer: [UInt8] = []
210 | let redirection: AsyncProcess.OutputRedirection = .stream(stdout: { bytes in
211 | hasStdout = hasStdout || !bytes.isEmpty
| `- warning: reference to captured var 'hasStdout' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
212 | delegate.parse(bytes: bytes)
213 |
/host/spi-builder-workspace/Sources/XCBuildSupport/XcodeBuildSystem.swift:215:17: warning: mutation of captured var 'stdoutBuffer' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
213 |
214 | if !delegate.didParseAnyOutput {
215 | stdoutBuffer.append(contentsOf: bytes)
| `- warning: mutation of captured var 'stdoutBuffer' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
216 | }
217 | }, stderr: { bytes in
/host/spi-builder-workspace/Sources/XCBuildSupport/XcodeBuildSystem.swift:218:13: warning: mutation of captured var 'stderrBuffer' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
216 | }
217 | }, stderr: { bytes in
218 | stderrBuffer.append(contentsOf: bytes)
| `- warning: mutation of captured var 'stderrBuffer' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
219 | })
220 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[2546/2819] Compiling Build SwiftCompilerOutputParser.swift
[2547/2819] Compiling Build TestObservation.swift
[2548/2819] Compiling XCBuildSupport XCBuildMessage.swift
[2549/2819] Compiling Build ClangModuleBuildDescription.swift
[2550/2819] Compiling Build ModuleBuildDescription.swift
[2551/2819] Compiling Build PluginBuildDescription.swift
[2552/2819] Compiling Build ProductBuildDescription.swift
[2553/2819] Compiling Build ResolvedModule+BuildDescription.swift
[2554/2823] Compiling Workspace RegistryPackageContainer.swift
/host/spi-builder-workspace/Sources/Workspace/PackageContainer/SourceControlPackageContainer.swift:286:42: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
284 | } else {
285 | // Revision does not exist, so we customize the error.
286 | let sha1RegEx = try! RegEx(pattern: #"\A[:xdigit:]{40}\Z"#)
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
287 | let isBranchRev = sha1RegEx.matchGroups(in: revision).compactMap { $0 }.isEmpty
288 | let errorMessage = "could not find " + (isBranchRev ? "a branch named ‘\(revision)’" : "the commit \(revision)")
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[2555/2823] Compiling Workspace SourceControlPackageContainer.swift
/host/spi-builder-workspace/Sources/Workspace/PackageContainer/SourceControlPackageContainer.swift:286:42: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
284 | } else {
285 | // Revision does not exist, so we customize the error.
286 | let sha1RegEx = try! RegEx(pattern: #"\A[:xdigit:]{40}\Z"#)
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
287 | let isBranchRev = sha1RegEx.matchGroups(in: revision).compactMap { $0 }.isEmpty
288 | let errorMessage = "could not find " + (isBranchRev ? "a branch named ‘\(revision)’" : "the commit \(revision)")
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[2556/2823] Compiling Workspace ResolvedFileWatcher.swift
/host/spi-builder-workspace/Sources/Workspace/PackageContainer/SourceControlPackageContainer.swift:286:42: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
284 | } else {
285 | // Revision does not exist, so we customize the error.
286 | let sha1RegEx = try! RegEx(pattern: #"\A[:xdigit:]{40}\Z"#)
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
287 | let isBranchRev = sha1RegEx.matchGroups(in: revision).compactMap { $0 }.isEmpty
288 | let errorMessage = "could not find " + (isBranchRev ? "a branch named ‘\(revision)’" : "the commit \(revision)")
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[2557/2823] Compiling Workspace ResolverPrecomputationProvider.swift
/host/spi-builder-workspace/Sources/Workspace/PackageContainer/SourceControlPackageContainer.swift:286:42: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
284 | } else {
285 | // Revision does not exist, so we customize the error.
286 | let sha1RegEx = try! RegEx(pattern: #"\A[:xdigit:]{40}\Z"#)
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
287 | let isBranchRev = sha1RegEx.matchGroups(in: revision).compactMap { $0 }.isEmpty
288 | let errorMessage = "could not find " + (isBranchRev ? "a branch named ‘\(revision)’" : "the commit \(revision)")
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[2558/2823] Compiling Build BuildPlan+Clang.swift
[2559/2823] Compiling Build BuildPlan+Product.swift
[2560/2823] Compiling Build BuildPlan+Swift.swift
[2561/2823] Compiling Build LLBuildManifestBuilder+Swift.swift
[2562/2823] Compiling Build LLBuildManifestBuilder.swift
/host/spi-builder-workspace/Sources/Build/BuildDescription/SwiftModuleBuildDescription.swift:645:20: warning: no calls to throwing functions occur within 'try' expression
643 | // suppress warnings if the package is remote
644 | if self.package.isRemote {
645 | args = try WarningControlFlags.filterSwiftWarningControlFlags(args)
| `- warning: no calls to throwing functions occur within 'try' expression
646 | args += ["-suppress-warnings"]
647 | }
/host/spi-builder-workspace/Sources/Build/BuildDescription/SwiftModuleBuildDescription.swift:645:20: warning: no calls to throwing functions occur within 'try' expression
643 | // suppress warnings if the package is remote
644 | if self.package.isRemote {
645 | args = try WarningControlFlags.filterSwiftWarningControlFlags(args)
| `- warning: no calls to throwing functions occur within 'try' expression
646 | args += ["-suppress-warnings"]
647 | }
[2568/2823] Compiling Workspace Workspace+Dependencies.swift
/host/spi-builder-workspace/Sources/Build/BuildDescription/SwiftModuleBuildDescription.swift:645:20: warning: no calls to throwing functions occur within 'try' expression
643 | // suppress warnings if the package is remote
644 | if self.package.isRemote {
645 | args = try WarningControlFlags.filterSwiftWarningControlFlags(args)
| `- warning: no calls to throwing functions occur within 'try' expression
646 | args += ["-suppress-warnings"]
647 | }
[2569/2823] Emitting module Workspace
[2570/2823] Compiling Build LLBuildCommands.swift
/host/spi-builder-workspace/Sources/Build/LLBuildProgressTracker.swift:462:38: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
460 | // will be very slow), so they can later be passed to the advice provider in case of failure.
461 | if output.utf8.count < 1024 * 10 {
462 | let regex = try! RegEx(pattern: #".*(error:[^\n]*)\n.*"#, options: .dotMatchesLineSeparators)
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
463 | for match in regex.matchGroups(in: output) {
464 | self.errorMessagesByTarget[parser.targetName] = (
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[2571/2823] Compiling Build LLBuildDescription.swift
/host/spi-builder-workspace/Sources/Build/LLBuildProgressTracker.swift:462:38: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
460 | // will be very slow), so they can later be passed to the advice provider in case of failure.
461 | if output.utf8.count < 1024 * 10 {
462 | let regex = try! RegEx(pattern: #".*(error:[^\n]*)\n.*"#, options: .dotMatchesLineSeparators)
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
463 | for match in regex.matchGroups(in: output) {
464 | self.errorMessagesByTarget[parser.targetName] = (
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[2572/2823] Compiling Build LLBuildProgressTracker.swift
/host/spi-builder-workspace/Sources/Build/LLBuildProgressTracker.swift:462:38: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
460 | // will be very slow), so they can later be passed to the advice provider in case of failure.
461 | if output.utf8.count < 1024 * 10 {
462 | let regex = try! RegEx(pattern: #".*(error:[^\n]*)\n.*"#, options: .dotMatchesLineSeparators)
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
463 | for match in regex.matchGroups(in: output) {
464 | self.errorMessagesByTarget[parser.targetName] = (
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[2579/2823] Compiling Build LLBuildManifestBuilder+Clang.swift
[2580/2823] Compiling Build LLBuildManifestBuilder+Product.swift
[2581/2823] Compiling Build LLBuildManifestBuilder+Resources.swift
[2587/2823] Compiling Build BuildOperation.swift
[2591/2823] Compiling Build BuildPlan+Test.swift
[2592/2823] Compiling Build BuildPlan.swift
[2593/2823] Compiling Build ClangSupport.swift
[2594/2844] Compiling XCBuildSupport XCBuildDelegate.swift
[2595/2844] Compiling XCBuildSupport PIFBuilder.swift
[2597/2844] Compiling Workspace ManagedPrebuilt.swift
[2598/2844] Compiling Workspace Base64URL.swift
[2599/2844] Compiling Workspace CertificatePolicy.swift
[2600/2844] Compiling Workspace ManifestSigning.swift
/host/spi-builder-workspace/Sources/Workspace/Workspace+Prebuilts.swift:566:17: warning: initialization of immutable value 'hostPlatform' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
564 | }
565 |
566 | let hostPlatform = prebuiltsManager.hostPlatform
| `- warning: initialization of immutable value 'hostPlatform' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
567 |
568 | for library in prebuiltManifest.libraries {
/host/spi-builder-workspace/Sources/Workspace/Workspace+Registry.swift:174:92: warning: immutable value 'scmURL' was never used; consider replacing with '_' or removing it [#no-usage]
172 | var modifiedDependency = dependency
173 | if let registryIdentity = transformations[dependency] {
174 | guard case .sourceControl(let settings) = dependency, case .remote(let scmURL) = settings.location else {
| `- warning: immutable value 'scmURL' was never used; consider replacing with '_' or removing it [#no-usage]
175 | // an implementation mistake
176 | throw InternalError("unexpected non-source-control dependency: \(dependency)")
/host/spi-builder-workspace/Sources/Workspace/Workspace+Prebuilts.swift:566:17: warning: initialization of immutable value 'hostPlatform' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
564 | }
565 |
566 | let hostPlatform = prebuiltsManager.hostPlatform
| `- warning: initialization of immutable value 'hostPlatform' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
567 |
568 | for library in prebuiltManifest.libraries {
/host/spi-builder-workspace/Sources/Workspace/Workspace+Registry.swift:174:92: warning: immutable value 'scmURL' was never used; consider replacing with '_' or removing it [#no-usage]
172 | var modifiedDependency = dependency
173 | if let registryIdentity = transformations[dependency] {
174 | guard case .sourceControl(let settings) = dependency, case .remote(let scmURL) = settings.location else {
| `- warning: immutable value 'scmURL' was never used; consider replacing with '_' or removing it [#no-usage]
175 | // an implementation mistake
176 | throw InternalError("unexpected non-source-control dependency: \(dependency)")
/host/spi-builder-workspace/Sources/Workspace/Workspace+Prebuilts.swift:566:17: warning: initialization of immutable value 'hostPlatform' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
564 | }
565 |
566 | let hostPlatform = prebuiltsManager.hostPlatform
| `- warning: initialization of immutable value 'hostPlatform' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
567 |
568 | for library in prebuiltManifest.libraries {
/host/spi-builder-workspace/Sources/Workspace/Workspace+Registry.swift:174:92: warning: immutable value 'scmURL' was never used; consider replacing with '_' or removing it [#no-usage]
172 | var modifiedDependency = dependency
173 | if let registryIdentity = transformations[dependency] {
174 | guard case .sourceControl(let settings) = dependency, case .remote(let scmURL) = settings.location else {
| `- warning: immutable value 'scmURL' was never used; consider replacing with '_' or removing it [#no-usage]
175 | // an implementation mistake
176 | throw InternalError("unexpected non-source-control dependency: \(dependency)")
/host/spi-builder-workspace/Sources/Workspace/Workspace+Prebuilts.swift:566:17: warning: initialization of immutable value 'hostPlatform' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
564 | }
565 |
566 | let hostPlatform = prebuiltsManager.hostPlatform
| `- warning: initialization of immutable value 'hostPlatform' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
567 |
568 | for library in prebuiltManifest.libraries {
/host/spi-builder-workspace/Sources/Workspace/Workspace+Registry.swift:174:92: warning: immutable value 'scmURL' was never used; consider replacing with '_' or removing it [#no-usage]
172 | var modifiedDependency = dependency
173 | if let registryIdentity = transformations[dependency] {
174 | guard case .sourceControl(let settings) = dependency, case .remote(let scmURL) = settings.location else {
| `- warning: immutable value 'scmURL' was never used; consider replacing with '_' or removing it [#no-usage]
175 | // an implementation mistake
176 | throw InternalError("unexpected non-source-control dependency: \(dependency)")
/host/spi-builder-workspace/Sources/Build/BuildManifest/LLBuildManifestBuilder+Swift.swift:86:65: warning: 'makeDiagnosticsHandler()' is deprecated: temporary for transition TSCBasic.Diagnostic -> SwiftDriver.Diagnostic [#DeprecatedDeclaration]
84 | var driver = try Driver(
85 | args: commandLine,
86 | diagnosticsOutput: .handler(self.observabilityScope.makeDiagnosticsHandler()),
| `- warning: 'makeDiagnosticsHandler()' is deprecated: temporary for transition TSCBasic.Diagnostic -> SwiftDriver.Diagnostic [#DeprecatedDeclaration]
87 | fileSystem: self.fileSystem,
88 | executor: executor,
/host/spi-builder-workspace/Sources/Build/BuildOperation.swift:909:38: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
907 |
908 | // Check for cases involving modules that cannot be found.
909 | if let importedModule = try? RegEx(pattern: "no such module '(.+)'").matchGroups(in: message).first?.first {
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
910 | // A target is importing a module that can't be found. We take a look at the build plan and see if can offer any advice.
911 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/Build/BuildManifest/LLBuildManifestBuilder+Swift.swift:86:65: warning: 'makeDiagnosticsHandler()' is deprecated: temporary for transition TSCBasic.Diagnostic -> SwiftDriver.Diagnostic [#DeprecatedDeclaration]
84 | var driver = try Driver(
85 | args: commandLine,
86 | diagnosticsOutput: .handler(self.observabilityScope.makeDiagnosticsHandler()),
| `- warning: 'makeDiagnosticsHandler()' is deprecated: temporary for transition TSCBasic.Diagnostic -> SwiftDriver.Diagnostic [#DeprecatedDeclaration]
87 | fileSystem: self.fileSystem,
88 | executor: executor,
/host/spi-builder-workspace/Sources/Build/BuildOperation.swift:909:38: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
907 |
908 | // Check for cases involving modules that cannot be found.
909 | if let importedModule = try? RegEx(pattern: "no such module '(.+)'").matchGroups(in: message).first?.first {
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
910 | // A target is importing a module that can't be found. We take a look at the build plan and see if can offer any advice.
911 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/Build/BuildManifest/LLBuildManifestBuilder+Swift.swift:86:65: warning: 'makeDiagnosticsHandler()' is deprecated: temporary for transition TSCBasic.Diagnostic -> SwiftDriver.Diagnostic [#DeprecatedDeclaration]
84 | var driver = try Driver(
85 | args: commandLine,
86 | diagnosticsOutput: .handler(self.observabilityScope.makeDiagnosticsHandler()),
| `- warning: 'makeDiagnosticsHandler()' is deprecated: temporary for transition TSCBasic.Diagnostic -> SwiftDriver.Diagnostic [#DeprecatedDeclaration]
87 | fileSystem: self.fileSystem,
88 | executor: executor,
/host/spi-builder-workspace/Sources/Build/BuildOperation.swift:909:38: warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
907 |
908 | // Check for cases involving modules that cannot be found.
909 | if let importedModule = try? RegEx(pattern: "no such module '(.+)'").matchGroups(in: message).first?.first {
| `- warning: 'RegEx' is deprecated: Use Swift `Regex` type instead [#DeprecatedDeclaration]
910 | // A target is importing a module that can't be found. We take a look at the build plan and see if can offer any advice.
911 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[2618/2845] Compiling XCBuildSupport PIF.swift
[2619/2845] Emitting module XCBuildSupport
[2620/2848] Wrapping AST for Build for debugging
[2621/2849] Wrapping AST for XCBuildSupport for debugging
[2627/2849] Compiling SourceKitLSPAPI PluginTargetBuildDescription.swift
[2628/2849] Compiling SourceKitLSPAPI BuildDescription.swift
[2629/2849] Emitting module SourceKitLSPAPI
[2630/2850] Wrapping AST for SourceKitLSPAPI for debugging
[2636/2850] Compiling Workspace Workspace+SourceControl.swift
[2637/2850] Compiling Workspace Workspace+State.swift
[2638/2850] Compiling Workspace Workspace+Traits.swift
[2639/2850] Compiling Workspace Workspace.swift
[2640/2851] Wrapping AST for Workspace for debugging
[2641/2854] Write Objects.LinkFileList
[2644/2894] Emitting module package_info
[2645/2894] Compiling package_info example.swift
[2646/2895] Wrapping AST for package-info for debugging
[2647/2895] Write Objects.LinkFileList
[2649/2895] Compiling _InternalTestSupport BuildConfiguration+Helpers.swift
[2650/2895] Compiling _InternalTestSupport BuildSystemProvider+Configuration.swift
[2651/2895] Compiling _InternalTestSupport BuildSystemProvider+Supported.swift
[2652/2895] Compiling _InternalTestSupport CombinationsWithRepetition.swift
[2653/2895] Compiling _InternalTestSupport Commands.swift
[2654/2895] Compiling _InternalTestSupport FileSystemHelpers.swift
[2655/2900] Emitting module SWBCore
[2656/2900] Compiling SWBCore ProductTypeIdentifier.swift
[2657/2900] Compiling SWBCore BuildConfiguration.swift
[2658/2900] Compiling SWBCore BuildFile.swift
[2659/2900] Compiling SWBCore BuildPhase.swift
[2660/2900] Compiling SWBCore BuildRule.swift
[2661/2900] Compiling SWBCore DependencyInfoFormat.swift
[2662/2900] Compiling SWBCore FilePathResolver.swift
[2663/2900] Compiling SWBCore FileTextEncoding.swift
[2664/2900] Compiling SWBCore ImpartedBuildProperties.swift
[2665/2900] Compiling SWBCore PIFLoader.swift
[2666/2900] Compiling SWBCore PlatformFilter.swift
[2667/2900] Compiling SWBCore Project.swift
[2668/2900] Compiling SWBCore ProjectModelItem.swift
[2669/2900] Compiling SWBCore Reference.swift
[2670/2900] Compiling SWBCore ReferenceLookupContext.swift
[2671/2900] Compiling SWBCore Target.swift
[2672/2900] Compiling SWBCore Workspace.swift
[2673/2900] Compiling SWBCore WorkspaceHeaderIndex.swift
[2674/2900] Compiling SWBCore Provisioning.swift
[2675/2900] Compiling SWBCore ProvisioningTaskInputs.swift
[2676/2900] Compiling SWBCore RunDestinationInfo.swift
[2677/2900] Compiling SWBCore CCompiler.swift
[2678/2900] Compiling SWBCore ClangModuleVerifierInputGenerator.swift
[2679/2900] Compiling SWBCore ClangStatCache.swift
[2680/2900] Compiling SWBCore CodeSign.swift
[2681/2900] Compiling SWBCore ConcatenateTool.swift
[2682/2900] Compiling SWBCore ConstructStubExecutorFileListTool.swift
[2683/2900] Compiling SWBCore CopyTool.swift
[2684/2900] Compiling SWBCore CreateAssetPackManifestTool.swift
[2685/2900] Compiling SWBCore CreateBuildDirectory.swift
[2686/2900] Compiling SWBCore DocumentationCompiler.swift
[2687/2900] Compiling SWBCore DsymutilTool.swift
[2688/2900] Compiling SWBCore GCCCompatibleCompilerSupport.swift
[2689/2900] Compiling SWBCore Gate.swift
[2690/2900] Compiling SWBCore GenerateAppPlaygroundAssetCatalog.swift
[2691/2900] Compiling SWBCore GenerateEmbedInCodeAccessor.swift
[2692/2900] Compiling SWBCore InfoPlistTool.swift
[2693/2900] Compiling SWBCore LaunchServicesRegisterTool.swift
[2694/2900] Compiling SWBCore LinkerTools.swift
[2695/2900] Compiling SWBCore Lipo.swift
[2696/2900] Compiling SWBCore MergeInfoPlist.swift
[2697/2900] Compiling SWBCore MkdirTool.swift
[2698/2900] Emitting module swift_build_prebuilts
[2699/2900] Compiling swift_build_prebuilts BuildPrebuilts.swift
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_strnid.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z52CCryptoBoringSSL_lh_ASN1_STRING_TABLE_call_hash_funcPFjPKvES0_' 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/a_strnid.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z52CCryptoBoringSSL_lh_ASN1_STRING_TABLE_call_hash_funcPFjPKvES0_' 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/a_time.cc.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.cc.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/conf/conf.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CONF_SECTION_call_doall_arg' 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/conf/conf.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CONF_VALUE_call_doall_arg' 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/conf/conf.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CONF_VALUE_call_hash_func' 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/conf/conf.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CONF_SECTION_call_hash_func' 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/conf/conf.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CONF_SECTION_call_hash_func' 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/conf/conf.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CONF_VALUE_call_hash_func' 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/curve25519/curve25519.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_k25519Precomp' 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_dh_asn1.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_dh_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_dsa_asn1.cc.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.cc.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.cc.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.cc.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.cc.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/bcm.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_aes_nohw_ctr32_encrypt_blocks' 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/bcm.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z41CCryptoBoringSSL_sk_BIGNUM_call_free_funcPFvPvES_' 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/mem.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_OPENSSL_malloc' 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/obj/obj.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_OBJ_cmp' 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/obj/obj.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z46CCryptoBoringSSL_lh_ASN1_OBJECT_call_hash_funcPFjPKvES0_' 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/obj/obj.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z46CCryptoBoringSSL_lh_ASN1_OBJECT_call_hash_funcPFjPKvES0_' 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.cc.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/pkcs7/pkcs7_x509.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_CRYPTO_BUFFER_call_free_func' 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/pkcs7/pkcs7_x509.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_call_free_func' 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/pkcs7/pkcs7_x509.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_CRL_call_free_func' 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/pool/pool.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CRYPTO_BUFFER_call_hash_func' 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/pool/pool.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CRYPTO_BUFFER_call_hash_func' 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/pool/pool.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CRYPTO_BUFFER_call_hash_func' 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/pmbtoken.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_TRUST_TOKEN_PRETOKEN_call_free_func' 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/pmbtoken.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_TRUST_TOKEN_call_free_func' 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.cc.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/by_dir.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z47CCryptoBoringSSL_sk_BY_DIR_ENTRY_call_free_funcPFvPvES_' 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/by_dir.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z46CCryptoBoringSSL_sk_BY_DIR_HASH_call_free_funcPFvPvES_' 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/by_dir.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z45CCryptoBoringSSL_sk_BY_DIR_HASH_call_cmp_funcPFiPKPKvS2_ES0_S0_' 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/by_dir.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_OBJECT_call_cmp_func' 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/by_dir.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_OBJECT_call_cmp_func' 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/by_dir.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z45CCryptoBoringSSL_sk_BY_DIR_HASH_call_cmp_funcPFiPKPKvS2_ES0_S0_' 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/by_file.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_INFO_call_free_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_ASN1_OBJECT_call_cmp_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z52CCryptoBoringSSL_sk_X509_POLICY_LEVEL_call_free_funcPFvPvES_' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_POLICYINFO_call_cmp_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z39sk_X509_POLICY_NODE_call_delete_if_funcPFiPvS_ES_S_' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z51CCryptoBoringSSL_sk_X509_POLICY_NODE_call_free_funcPFvPvES_' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_POLICYINFO_call_cmp_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z50CCryptoBoringSSL_sk_X509_POLICY_NODE_call_cmp_funcPFiPKPKvS2_ES0_S0_' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_ASN1_OBJECT_call_free_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z50CCryptoBoringSSL_sk_X509_POLICY_NODE_call_cmp_funcPFiPKPKvS2_ES0_S0_' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_POLICY_MAPPING_call_cmp_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_POLICY_MAPPING_call_free_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_POLICY_MAPPING_call_cmp_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_ASN1_OBJECT_call_cmp_func' 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.cc.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/t_req.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_EXTENSION_call_free_func' 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/v3_akey.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_CONF_VALUE_call_free_func' 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/v3_akeya.cc.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/x509/v3_alt.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_GENERAL_NAME_call_free_func' 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/v3_bcons.cc.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/x509/v3_cpols.cc.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/x509/v3_cpols.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_POLICYINFO_call_free_func' 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/v3_crld.cc.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/x509/v3_crld.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_DIST_POINT_call_free_func' 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/v3_crld.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_NAME_ENTRY_call_free_func' 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/v3_extku.cc.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/x509/v3_genn.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_GENERAL_NAME_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/v3_info.cc.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/x509/v3_info.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_ACCESS_DESCRIPTION_call_free_func' 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/v3_lib.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z51CCryptoBoringSSL_sk_X509V3_EXT_METHOD_call_cmp_funcPFiPKPKvS2_ES0_S0_' 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/v3_lib.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z51CCryptoBoringSSL_sk_X509V3_EXT_METHOD_call_cmp_funcPFiPKPKvS2_ES0_S0_' 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/v3_ncons.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_NAME_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/x509/v3_pcons.cc.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/x509/v3_pmaps.cc.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/x509/v3_utl.cc.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/CCryptoBoringSSL.build/crypto/x509/v3_utl.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_OPENSSL_STRING_call_free_func' 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/v3_utl.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_OPENSSL_STRING_call_cmp_func' 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/v3_utl.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_OPENSSL_STRING_call_cmp_func' 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_lu.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_LOOKUP_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/x509_lu.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_LOOKUP_call_free_func' 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_lu.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_OBJECT_call_free_func' 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_lu.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_OBJECT_call_copy_func' 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.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_ASN1_OBJECT_call_copy_func' 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.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_OPENSSL_STRING_call_copy_func' 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/x509cset.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_REVOKED_call_cmp_func' 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.cc.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.cc.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.cc.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_crl.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_REVOKED_call_cmp_func' 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.cc.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.cc.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_name.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z59CCryptoBoringSSL_sk_STACK_OF_X509_NAME_ENTRY_call_free_funcPFvPvES_' 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.cc.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.cc.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_spki.cc.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.cc.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.cc.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.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_CERT_AUX_it' which may overflow at runtime; recompile with -fPIC
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[2699/2900] Linking libSwiftPMDataModel.so
[2700/2900] Compiling _InternalTestSupport PackageGraphTesterXCTest.swift
[2701/2900] Compiling _InternalTestSupport ProcessInfo+hostutils.swift
[2702/2900] Compiling _InternalTestSupport ResolvedModule+Mock.swift
[2703/2900] Compiling _InternalTestSupport SwiftPMProduct.swift
[2704/2900] Compiling _InternalTestSupport SwiftSDKLookup.swift
error: cancelled
[2705/2900] Compiling SWBCore CommandLineArgument.swift
[2706/2900] Compiling SWBCore ConfiguredTarget.swift
[2707/2900] Compiling SWBCore Core.swift
[2708/2900] Compiling SWBCore CustomTaskTypeDescription.swift
[2709/2900] Compiling SWBCore DependencyInfoEditPayload.swift
[2710/2900] Compiling SWBCore DependencyResolution.swift
[2711/2900] Compiling SWBCore DiagnosticSupport.swift
[2712/2900] Compiling SWBCore EnvironmentBindings.swift
[2713/2900] Compiling SWBCore ExecutableTask.swift
[2714/2900] Compiling SWBCore DeveloperDirectoryExtension.swift
[2715/2900] Compiling SWBCore DiagnosticToolingExtension.swift
[2716/2900] Compiling SWBCore EnvironmentExtension.swift
[2717/2900] Compiling SWBCore FeatureAvailabilityExtension.swift
[2718/2900] Compiling SWBCore InputFileGroupingStrategyExtension.swift
[2719/2900] Compiling SWBCore PlatformInfoExtension.swift
[2720/2900] Compiling SWBCore SDKRegistryExtension.swift
[2721/2900] Compiling SWBCore SDKVariantInfoExtension.swift
[2722/2900] Compiling SWBCore SettingsBuilderExtension.swift
[2723/2900] Compiling SWBCore SpecificationsExtension.swift
[2724/2900] Compiling SWBCore ToolchainRegistryExtension.swift
[2725/2900] Compiling SWBCore FileSystemSignatureBasedCache.swift
[2726/2900] Compiling _InternalTestSupport PackageDependencyDescriptionExtensions.swift
[2727/2900] Compiling _InternalTestSupport PackageGraphTester.swift
[2728/2900] Compiling _InternalTestSupport MockPackageFingerprintStorage.swift
[2729/2900] Compiling _InternalTestSupport MockPackageGraphs.swift
[2730/2900] Compiling _InternalTestSupport MockPackageSigningEntityStorage.swift
[2731/2900] Compiling _InternalTestSupport MockProduct.swift
[2732/2900] Compiling _InternalTestSupport MockRegistry.swift
[2738/2900] Compiling _InternalTestSupport SwiftTesting+Data.swift
[2739/2900] Compiling _InternalTestSupport SwiftTesting+Helpers.swift
[2740/2900] Compiling _InternalTestSupport SwiftTesting+Tags.swift
[2741/2900] Compiling _InternalTestSupport SwiftTesting+TraitArgumentData.swift
[2742/2900] Compiling _InternalTestSupport SwiftTesting+TraitConditional.swift
[2743/2900] Compiling _InternalTestSupport SwiftTesting+Traits.swift
[2744/2900] Compiling _InternalTestSupport SwiftTesting+TraitsBug.swift
[2745/2900] Compiling _InternalTestSupport Toolchain.swift
[2746/2900] Compiling _InternalTestSupport XCTAssertHelpers.swift
[2747/2900] Compiling _InternalTestSupport misc.swift
[2748/2900] Compiling SWBCore ModulesVerifierTool.swift
[2749/2900] Compiling SWBCore ObjectLibraryAssembler.swift
[2750/2900] Compiling SWBCore PLUtilTool.swift
[2751/2900] Compiling SWBCore PrelinkedObjectLink.swift
[2752/2900] Compiling SWBCore ProcessSDKImports.swift
[2753/2900] Compiling SWBCore ProcessXCFrameworkLibrary.swift
[2754/2900] Compiling SWBCore ProductPackaging.swift
[2755/2900] Compiling SWBCore SetAttributes.swift
[2756/2900] Compiling SWBCore ShellScriptTool.swift
[2757/2900] Compiling SWBCore SignatureCollection.swift
[2758/2900] Compiling SWBCore StripTool.swift
[2759/2900] Compiling SWBCore SwiftABICheckerTool.swift
[2760/2900] Compiling SWBCore SwiftABIGenerationTool.swift
[2761/2900] Compiling SWBCore SwiftCompiler.swift
[2762/2900] Compiling SWBCore SwiftHeaderTool.swift
[2763/2900] Compiling SWBCore SwiftStdLibTool.swift
[2764/2900] Compiling SWBCore SwiftSymbolExtractor.swift
[2765/2900] Compiling SWBCore SymlinkTool.swift
[2766/2900] Compiling SWBCore TAPISymbolExtractor.swift
[2767/2900] Compiling SWBCore TAPITools.swift
[2768/2900] Compiling SWBCore TiffUtilTool.swift
[2768/2900] Linking package-info
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/asn1/a_strnid.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z52CCryptoBoringSSL_lh_ASN1_STRING_TABLE_call_hash_funcPFjPKvES0_' 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/a_strnid.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z52CCryptoBoringSSL_lh_ASN1_STRING_TABLE_call_hash_funcPFjPKvES0_' 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/a_time.cc.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.cc.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/conf/conf.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CONF_SECTION_call_doall_arg' 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/conf/conf.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CONF_VALUE_call_doall_arg' 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/conf/conf.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CONF_VALUE_call_hash_func' 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/conf/conf.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CONF_SECTION_call_hash_func' 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/conf/conf.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CONF_SECTION_call_hash_func' 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/conf/conf.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CONF_VALUE_call_hash_func' 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/curve25519/curve25519.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_k25519Precomp' 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_dh_asn1.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_dh_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_dsa_asn1.cc.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.cc.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.cc.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.cc.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.cc.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/bcm.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_aes_nohw_ctr32_encrypt_blocks' 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/bcm.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z41CCryptoBoringSSL_sk_BIGNUM_call_free_funcPFvPvES_' 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/mem.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_OPENSSL_malloc' 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/obj/obj.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_OBJ_cmp' 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/obj/obj.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z46CCryptoBoringSSL_lh_ASN1_OBJECT_call_hash_funcPFjPKvES0_' 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/obj/obj.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z46CCryptoBoringSSL_lh_ASN1_OBJECT_call_hash_funcPFjPKvES0_' 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.cc.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/pkcs7/pkcs7_x509.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_CRYPTO_BUFFER_call_free_func' 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/pkcs7/pkcs7_x509.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_call_free_func' 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/pkcs7/pkcs7_x509.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_CRL_call_free_func' 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/pool/pool.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CRYPTO_BUFFER_call_hash_func' 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/pool/pool.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CRYPTO_BUFFER_call_hash_func' 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/pool/pool.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_lh_CRYPTO_BUFFER_call_hash_func' 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/pmbtoken.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_TRUST_TOKEN_PRETOKEN_call_free_func' 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/pmbtoken.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_TRUST_TOKEN_call_free_func' 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.cc.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/by_dir.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z47CCryptoBoringSSL_sk_BY_DIR_ENTRY_call_free_funcPFvPvES_' 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/by_dir.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z46CCryptoBoringSSL_sk_BY_DIR_HASH_call_free_funcPFvPvES_' 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/by_dir.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z45CCryptoBoringSSL_sk_BY_DIR_HASH_call_cmp_funcPFiPKPKvS2_ES0_S0_' 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/by_dir.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_OBJECT_call_cmp_func' 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/by_dir.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_OBJECT_call_cmp_func' 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/by_dir.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z45CCryptoBoringSSL_sk_BY_DIR_HASH_call_cmp_funcPFiPKPKvS2_ES0_S0_' 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/by_file.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_INFO_call_free_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_ASN1_OBJECT_call_cmp_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z52CCryptoBoringSSL_sk_X509_POLICY_LEVEL_call_free_funcPFvPvES_' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_POLICYINFO_call_cmp_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z39sk_X509_POLICY_NODE_call_delete_if_funcPFiPvS_ES_S_' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z51CCryptoBoringSSL_sk_X509_POLICY_NODE_call_free_funcPFvPvES_' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_POLICYINFO_call_cmp_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z50CCryptoBoringSSL_sk_X509_POLICY_NODE_call_cmp_funcPFiPKPKvS2_ES0_S0_' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_ASN1_OBJECT_call_free_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z50CCryptoBoringSSL_sk_X509_POLICY_NODE_call_cmp_funcPFiPKPKvS2_ES0_S0_' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_POLICY_MAPPING_call_cmp_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_POLICY_MAPPING_call_free_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_POLICY_MAPPING_call_cmp_func' 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/policy.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_ASN1_OBJECT_call_cmp_func' 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.cc.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/t_req.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_EXTENSION_call_free_func' 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/v3_akey.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_CONF_VALUE_call_free_func' 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/v3_akeya.cc.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/x509/v3_alt.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_GENERAL_NAME_call_free_func' 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/v3_bcons.cc.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/x509/v3_cpols.cc.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/x509/v3_cpols.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_POLICYINFO_call_free_func' 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/v3_crld.cc.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/x509/v3_crld.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_DIST_POINT_call_free_func' 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/v3_crld.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_NAME_ENTRY_call_free_func' 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/v3_extku.cc.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/x509/v3_genn.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_GENERAL_NAME_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/v3_info.cc.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/x509/v3_info.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_ACCESS_DESCRIPTION_call_free_func' 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/v3_lib.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z51CCryptoBoringSSL_sk_X509V3_EXT_METHOD_call_cmp_funcPFiPKPKvS2_ES0_S0_' 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/v3_lib.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z51CCryptoBoringSSL_sk_X509V3_EXT_METHOD_call_cmp_funcPFiPKPKvS2_ES0_S0_' 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/v3_ncons.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_NAME_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/x509/v3_pcons.cc.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/x509/v3_pmaps.cc.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/x509/v3_utl.cc.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/CCryptoBoringSSL.build/crypto/x509/v3_utl.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_OPENSSL_STRING_call_free_func' 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/v3_utl.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_OPENSSL_STRING_call_cmp_func' 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/v3_utl.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_OPENSSL_STRING_call_cmp_func' 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_lu.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_LOOKUP_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/x509_lu.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_LOOKUP_call_free_func' 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_lu.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_OBJECT_call_free_func' 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_lu.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_OBJECT_call_copy_func' 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.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_ASN1_OBJECT_call_copy_func' 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.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_OPENSSL_STRING_call_copy_func' 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/x509cset.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_REVOKED_call_cmp_func' 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.cc.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.cc.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.cc.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_crl.cc.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_sk_X509_REVOKED_call_cmp_func' 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.cc.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.cc.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_name.cc.o: requires dynamic R_X86_64_PC32 reloc against '_Z59CCryptoBoringSSL_sk_STACK_OF_X509_NAME_ENTRY_call_free_funcPFvPvES_' 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.cc.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.cc.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_spki.cc.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.cc.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.cc.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.cc.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/libllbuild.build/BuildDB-C-API.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZZNSt8__detail18__to_chars_10_implImEEvPcjT_E8__digits' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/libllbuild.build/BuildSystem-C-API.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZGVZN4llvm7hashing6detail18get_execution_seedEvE4seed' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/libllbuild.build/BuildSystem-C-API.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVNSt13__future_base7_ResultIN7llbuild5basic13ProcessResultEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/libllbuild.build/BuildSystem-C-API.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVSt23_Sp_counted_ptr_inplaceINSt13__future_base13_State_baseV2ESaIS1_ELN9__gnu_cxx12_Lock_policyE2EE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/libllbuild.build/BuildSystem-C-API.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/libllbuild.build/BuildSystem-C-API.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTISt19_Sp_make_shared_tag' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/libllbuild.build/BuildSystem-C-API.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVNSt13__future_base13_State_baseV2E' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/libllbuild.build/BuildSystem-C-API.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVNSt13__future_base13_State_baseV2E' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/libllbuild.build/BuildSystem-C-API.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZZNSt19_Sp_make_shared_tag5_S_tiEvE5__tag' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/libllbuild.build/BuildSystem-C-API.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVNSt13__future_base7_ResultIN7llbuild5basic13ProcessResultEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/libllbuild.build/BuildSystem-C-API.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZNSt15__exception_ptr12__dest_thunkISt12future_errorEEvPv' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/libllbuild.build/BuildSystem-C-API.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZNSt13__future_base13_State_baseV29_M_do_setEPSt8functionIFSt10unique_ptrINS_12_Result_baseENS3_8_DeleterEEvEEPb' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/libllbuild.build/BuildSystem-C-API.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZNSt17_Function_handlerIFSt10unique_ptrINSt13__future_base12_Result_baseENS2_8_DeleterEEvENS1_13_State_baseV27_SetterIN7llbuild5basic13ProcessResultERKSA_EEE9_M_invokeERKSt9_Any_data' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/libllbuild.build/BuildSystem-C-API.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZZNSt9once_flag18_Prepare_executionC1IZSt9call_onceIMNSt13__future_base13_State_baseV2EFvPSt8functionIFSt10unique_ptrINS3_12_Result_baseENS7_8_DeleterEEvEEPbEJPS4_SC_SD_EEvRS_OT_DpOT0_EUlvE_EERSI_ENUlvE_8__invokeEv' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/libllbuild.build/BuildSystem-C-API.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTINSt13__future_base13_State_baseV27_SetterIN7llbuild5basic13ProcessResultERKS4_EE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/libllbuild.build/BuildSystem-C-API.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTINSt13__future_base13_State_baseV27_SetterIN7llbuild5basic13ProcessResultERKS4_EE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/ExecutionQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild5basic14ExecutionQueueE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/ExecutionQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVNSt13__future_base7_ResultIN7llbuild5basic13ProcessStatusEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/ExecutionQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVNSt13__future_base7_ResultIN7llbuild5basic13ProcessStatusEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/ExecutionQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZNSt17_Function_handlerIFSt10unique_ptrINSt13__future_base12_Result_baseENS2_8_DeleterEEvENS1_13_State_baseV27_SetterIN7llbuild5basic13ProcessStatusERKSA_EEE9_M_invokeERKSt9_Any_data' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/ExecutionQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTINSt13__future_base13_State_baseV27_SetterIN7llbuild5basic13ProcessStatusERKS4_EE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/ExecutionQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTINSt13__future_base13_State_baseV27_SetterIN7llbuild5basic13ProcessStatusERKS4_EE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/FileInfo.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild5basic21FileChecksumHasherMD5E' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/FileInfo.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild5basic18FileChecksumHasherE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/FileSystem.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild5basic24DeviceAgnosticFileSystemE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/FileSystem.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild5basic22ChecksumOnlyFileSystemE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/FileSystem.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVSt23_Sp_counted_ptr_inplaceIN4llvm3sys2fs6detail12DirIterStateESaIS4_ELN9__gnu_cxx12_Lock_policyE2EE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/FileSystem.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTISt19_Sp_make_shared_tag' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/FileSystem.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild5basic24DeviceAgnosticFileSystemE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/FileSystem.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild5basic22ChecksumOnlyFileSystemE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTV20SerialExecutionQueue' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTV20SerialExecutionQueue' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN20SerialExecutionQueue16killAfterTimeoutEv' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZNSt17_Function_handlerIFvvEZN20SerialExecutionQueue6addJobEN7llbuild5basic8QueueJobENS3_16QueueJobPriorityEEUlvE_E9_M_invokeERKSt9_Any_data' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIZN20SerialExecutionQueue6addJobEN7llbuild5basic8QueueJobENS1_16QueueJobPriorityEEUlvE_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN20SerialExecutionQueue13SerialContextE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIZN20SerialExecutionQueue6addJobEN7llbuild5basic8QueueJobENS1_16QueueJobPriorityEEUlvE_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVNSt6thread11_State_implINS_8_InvokerISt5tupleIJM20SerialExecutionQueueFvvEPS3_EEEEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZNSt17_Function_handlerIFvOSt8functionIFvvEEEZN20SerialExecutionQueue14executeProcessEPN7llbuild5basic15QueueJobContextEN4llvm8ArrayRefINSA_9StringRefEEENSB_ISt4pairISC_SC_EEENS7_17ProcessAttributesENSA_8OptionalIS0_IFvNS7_13ProcessResultEEEEEPNS7_15ProcessDelegateEEUlS3_E_E9_M_invokeERKSt9_Any_dataS3_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZNSt17_Function_handlerIFvN7llbuild5basic13ProcessResultEEZN20SerialExecutionQueue14executeProcessEPNS1_15QueueJobContextEN4llvm8ArrayRefINS7_9StringRefEEENS8_ISt4pairIS9_S9_EEENS1_17ProcessAttributesENS7_8OptionalISt8functionIS3_EEEPNS1_15ProcessDelegateEEUlS2_E_E9_M_invokeERKSt9_Any_dataOS2_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIZN20SerialExecutionQueue14executeProcessEPN7llbuild5basic15QueueJobContextEN4llvm8ArrayRefINS4_9StringRefEEENS5_ISt4pairIS6_S6_EEENS1_17ProcessAttributesENS4_8OptionalISt8functionIFvNS1_13ProcessResultEEEEEPNS1_15ProcessDelegateEEUlOSD_IFvvEEE_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIZN20SerialExecutionQueue14executeProcessEPN7llbuild5basic15QueueJobContextEN4llvm8ArrayRefINS4_9StringRefEEENS5_ISt4pairIS6_S6_EEENS1_17ProcessAttributesENS4_8OptionalISt8functionIFvNS1_13ProcessResultEEEEEPNS1_15ProcessDelegateEEUlOSD_IFvvEEE_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIZN20SerialExecutionQueue14executeProcessEPN7llbuild5basic15QueueJobContextEN4llvm8ArrayRefINS4_9StringRefEEENS5_ISt4pairIS6_S6_EEENS1_17ProcessAttributesENS4_8OptionalISt8functionIFvNS1_13ProcessResultEEEEEPNS1_15ProcessDelegateEEUlSE_E_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/SerialQueue.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIZN20SerialExecutionQueue14executeProcessEPN7llbuild5basic15QueueJobContextEN4llvm8ArrayRefINS4_9StringRefEEENS5_ISt4pairIS6_S6_EEENS1_17ProcessAttributesENS4_8OptionalISt8functionIFvNS1_13ProcessResultEEEEEPNS1_15ProcessDelegateEEUlSE_E_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/Subprocess.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVSt23_Sp_counted_ptr_inplaceI17ManagedDescriptorSaIS0_ELN9__gnu_cxx12_Lock_policyE2EE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBasic.build/Subprocess.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTISt19_Sp_make_shared_tag' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBuildSystem.build/BuildDescription.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild11buildsystem4NodeE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBuildSystem.build/BuildNode.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild11buildsystem9BuildNodeE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBuildSystem.build/BuildSystem.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild11buildsystem19BuildSystemDelegateE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBuildSystem.build/BuildSystem.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN7llbuild11buildsystem27BuildSystemExtensionManagerD2Ev' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBuildSystem.build/BuildSystem.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZSt3hexRSt8ios_base' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBuildSystem.build/BuildSystem.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZSt3hexRSt8ios_base' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBuildSystem.build/BuildSystemFrontend.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild11buildsystem27BuildSystemFrontendDelegateE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBuildSystem.build/BuildSystemFrontend.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm13format_objectIJiPKcEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildBuildSystem.build/ShellCommand.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild11buildsystem12ShellCommandE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildCore.build/BuildEngine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild4core4RuleE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildCore.build/SQLiteBuildDB.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZZNSt8__detail18__to_chars_10_implIjEEvPcjT_E8__digits' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild5ninja14ManifestLoader18ManifestLoaderImplE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild5ninja14ManifestLoader18ManifestLoaderImplE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZNSt17_Function_handlerIFvPvN4llvm9StringRefERNS1_11raw_ostreamEEZN7llbuild5ninja14ManifestLoader18ManifestLoaderImpl10evalStringERKNS7_5TokenERKNS7_5ScopeERNS1_15SmallVectorImplIcEEEUlS0_S2_S4_E_E9_M_invokeERKSt9_Any_dataOS0_OS2_S4_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZNSt17_Function_handlerIFvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEZN7llbuild5ninja14ManifestLoader18ManifestLoaderImpl10evalStringERKNSA_5TokenERKNSA_5ScopeERN4llvm15SmallVectorImplIcEEEUlS7_E_E9_M_invokeERKSt9_Any_dataS7_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIZN7llbuild5ninja14ManifestLoader18ManifestLoaderImpl10evalStringERKNS0_5TokenERKNS0_5ScopeERN4llvm15SmallVectorImplIcEEEUlPvNS9_9StringRefERNS9_11raw_ostreamEE_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIZN7llbuild5ninja14ManifestLoader18ManifestLoaderImpl10evalStringERKNS0_5TokenERKNS0_5ScopeERN4llvm15SmallVectorImplIcEEEUlPvNS9_9StringRefERNS9_11raw_ostreamEE_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIZN7llbuild5ninja14ManifestLoader18ManifestLoaderImpl10evalStringERKNS0_5TokenERKNS0_5ScopeERN4llvm15SmallVectorImplIcEEEUlRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIZN7llbuild5ninja14ManifestLoader18ManifestLoaderImpl10evalStringERKNS0_5TokenERKNS0_5ScopeERN4llvm15SmallVectorImplIcEEEUlRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild5ninja7CommandE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN7llbuild5ninja7CommandE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN7llbuild5ninja14ManifestLoader18ManifestLoaderImpl20lookupBuildParameterEPvN4llvm9StringRefERNS4_11raw_ostreamE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZNSt17_Function_handlerIFvPvN4llvm9StringRefERNS1_11raw_ostreamEEPS5_E9_M_invokeERKSt9_Any_dataOS0_OS2_S4_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZNSt17_Function_handlerIFvRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEZN7llbuild5ninja14ManifestLoader18ManifestLoaderImpl24lookupBuildParameterImplEPNSC_13LookupContextEN4llvm9StringRefERNSF_11raw_ostreamEEUlS7_E_E9_M_invokeERKSt9_Any_dataS7_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIPFvPvN4llvm9StringRefERNS0_11raw_ostreamEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIPFvPvN4llvm9StringRefERNS0_11raw_ostreamEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIZN7llbuild5ninja14ManifestLoader18ManifestLoaderImpl24lookupBuildParameterImplEPNS2_13LookupContextEN4llvm9StringRefERNS5_11raw_ostreamEEUlRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llbuildNinja.build/ManifestLoader.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTIZN7llbuild5ninja14ManifestLoader18ManifestLoaderImpl24lookupBuildParameterImplEPNS2_13LookupContextEN4llvm9StringRefERNS5_11raw_ostreamEEUlRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE_' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Chrono.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm13format_objectIJlEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm2cl18TopLevelSubCommandE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl12basic_parserIbEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl17basic_parser_implE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl12basic_parserINS0_13boolOrDefaultEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl12basic_parserIiEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl12basic_parserIjEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl12basic_parserIyEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl12basic_parserIdEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl12basic_parserIfEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl12basic_parserINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl12basic_parserIcEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm2cl15GeneralCategoryE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm14object_creatorINS_2cl10SubCommandEE4callEv' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl3optIbLb0ENS0_6parserIbEEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl3optIbLb0ENS0_6parserIbEEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl6OptionE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm2cl14AllSubCommandsE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl15OptionValueCopyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl11OptionValueIjEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl15OptionValueBaseIjLb0EEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl15OptionValueCopyIjEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl18GenericOptionValueE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl11OptionValueIiEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl15OptionValueBaseIiLb0EEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl15OptionValueCopyIiEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl11OptionValueIcEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl15OptionValueBaseIcLb0EEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl15OptionValueCopyIcEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl11OptionValueIbEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl15OptionValueBaseIbLb0EEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl15OptionValueCopyIbEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl6OptionE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl6parserIbEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl18GenericOptionValueE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl11OptionValueIbEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl15OptionValueBaseIbLb0EEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/CommandLine.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm2cl15OptionValueCopyIbEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Debug.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm14object_creatorISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEE4callEv' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm11StringErrorE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm7ECErrorE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm9ErrorInfoINS_11StringErrorENS_13ErrorInfoBaseEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm9ErrorList2IDE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm11StringErrorE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm11StringError2IDE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm9ErrorInfoINS_7ECErrorENS_13ErrorInfoBaseEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm7ECError2IDE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm13ErrorInfoBaseE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm7ECError2IDE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm13ErrorInfoBase2IDE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm9ErrorList2IDE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm9ErrorListE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm9ErrorInfoINS_9ErrorListENS_13ErrorInfoBaseEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm7ECErrorE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm9ErrorInfoINS_7ECErrorENS_13ErrorInfoBaseEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm13ErrorInfoBaseE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Error.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm11StringError2IDE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/FoldingSet.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm14FoldingSetBaseE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/FormatVariadic.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm12function_refIFbcEE11callback_fnIZNKS_9StringRef11find_if_notES2_mEUlcE_EEblc' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Hashing.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm7hashing6detail19fixed_seed_overrideE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/MD5.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm13format_objectIJhEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/ManagedStatic.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZZNSt9once_flag18_Prepare_executionC1IZSt9call_onceIRFvvEJEEvRS_OT_DpOT0_EUlvE_EERS6_ENUlvE_8__invokeEv' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/MemoryBuffer.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm23SmallVectorMemoryBufferE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/MemoryBuffer.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm24WriteThroughMemoryBufferE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/MemoryBuffer.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm12MemoryBufferE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/MemoryBuffer.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm20WritableMemoryBufferE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/NativeFormatting.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm13format_objectIJdEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Options.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm14object_creatorINS_14OptionRegistryEE4callEv' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Process.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm14object_creatorINS_3sys10SmartMutexILb0EEEE4callEv' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Signals.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm14object_creatorINS_3sys10SmartMutexILb1EEEE4callEv' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Signals.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm13format_objectIJiEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Signals.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm13format_objectIJimEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/Signals.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm13format_objectIJjEEE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/YAMLParser.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4llvm4yaml7Scanner12skip_ns_charEPKc' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/YAMLParser.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm4yaml8NullNodeE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/YAMLParser.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm4yaml12KeyValueNodeE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/YAMLParser.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm4yaml9AliasNodeE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/YAMLParser.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm4yaml12SequenceNodeE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/YAMLParser.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm4yaml11MappingNodeE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/YAMLParser.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm4yaml10ScalarNodeE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/YAMLParser.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm4yaml15BlockScalarNodeE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/circular_raw_ostream.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm20circular_raw_ostreamE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/raw_ostream.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm11raw_ostreamE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/llvmSupport.build/raw_ostream.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZTVN4llvm16raw_null_ostreamE' which may overflow at runtime; recompile with -fPIC
[2768/2900] Linking libSwiftPM.so
BUILD FAILURE 6.3 linux