The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftPM, reference main (0e6ee8), with Swift 6.2 for Linux on 1 May 2026 20:47:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

    |              `- warning: associated value 'noCacheKeyConformance' of 'Sendable'-conforming enum 'Error' has non-Sendable type 'any Encodable.Type'
 32 |     }
 33 |
[1791/2093] Compiling QueryEngine CacheKey.swift
[1791/2093] Wrapping AST for Crypto for debugging
[1793/2093] Compiling QueryEngine QueryEngine.swift
[1794/2093] Compiling LLBuildManifest Target.swift
[1795/2093] Compiling LLBuildManifest Node.swift
[1796/2093] Compiling LLBuildManifest LLBuildManifestWriter.swift
[1797/2093] Compiling LLBuildManifest Tools.swift
[1798/2094] Wrapping AST for LLBuildManifest for debugging
[1800/2094] Compiling QueryEngine FileCacheRecord.swift
[1801/2094] 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 |
[1816/2108] Compiling BinarySymbols LLVMObjdumpSymbolProvider.swift
[1817/2108] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1818/2108] Compiling _CryptoExtras PBKDF2.swift
[1819/2108] Compiling _CryptoExtras Scrypt_boring.swift
[1824/2109] Wrapping AST for BinarySymbols for debugging
[1826/2109] Compiling _CryptoExtras ARCRequest.swift
[1827/2109] Compiling _CryptoExtras ARCResponse.swift
[1828/2109] Compiling _CryptoExtras ARCServer.swift
[1829/2109] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1830/2109] Compiling _CryptoExtras ChaCha20CTR.swift
[1831/2109] Compiling _CryptoExtras ECToolbox_boring.swift
[1832/2109] Compiling _CryptoExtras ECToolbox.swift
[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 _CryptoExtras
[1848/2109] Compiling _CryptoExtras PrettyBytes.swift
[1849/2109] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1850/2109] Compiling _CryptoExtras DLEQ.swift
[1851/2109] Compiling _CryptoExtras Prover.swift
[1852/2109] Compiling _CryptoExtras Verifier.swift
[1853/2109] Compiling _CryptoExtras ZKPToolbox.swift
[1860/2109] Emitting module SWBUtil
/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>
[1874/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>
[1875/2121] Compiling PackageModel Toolchain.swift
[1876/2121] Compiling PackageModel ToolchainConfiguration.swift
[1877/2121] Compiling PackageModel ToolsVersion.swift
[1878/2121] Compiling PackageModel ToolsVersionSpecificationGeneration.swift
[1879/2121] Compiling PackageModel Toolset.swift
[1880/2121] Compiling PackageModel UserToolchain.swift
[1881/2121] Compiling PackageModel WindowsToolchainInfo.swift
[1887/2121] Compiling _CryptoExtras HashToField.swift
[1888/2121] Compiling _CryptoExtras KDF.swift
[1889/2121] Compiling _CryptoExtras PBKDF2_boring.swift
[1890/2121] 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>
[1915/2122] Compiling SWBUtil OutputByteStream.swift
[1916/2122] Compiling SWBUtil POSIX.swift
[1917/2122] Compiling SWBUtil Pair.swift
[1918/2122] Compiling SWBUtil Path.swift
[1919/2122] Compiling SWBUtil PathWindows.swift
[1919/2122] Wrapping AST for PackageModel for debugging
[1921/2133] Compiling SWBUtil UniqueSerialization.swift
[1922/2133] Compiling SWBUtil UnsafeSendableDelayedInitializationWrapper.swift
[1923/2133] Compiling SWBUtil UserDefaults.swift
[1924/2133] Compiling SWBUtil VFS.swift
[1925/2133] Compiling SWBUtil Version.swift
[1926/2133] Compiling SWBUtil WaitCondition.swift
[1927/2133] Compiling SWBUtil WeakRef.swift
[1928/2133] Compiling SWBUtil Win32.swift
[1929/2133] Compiling SWBUtil Win32Error.swift
[1930/2133] Compiling SWBUtil XCBuildDataArchive.swift
[1931/2133] Compiling SWBUtil Xcode.swift
[1932/2133] Compiling SWBUtil fnmatch.swift
[1933/2133] 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>
[1934/2133] Compiling PackageFingerprint PackageFingerprintStorage.swift
[1935/2133] 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>
[1936/2133] Compiling PackageFingerprint Model.swift
[1963/2133] Emitting module DriverSupport
[1964/2133] 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>
[1965/2134] Compiling SWBUtil Registry.swift
[1966/2134] Compiling SWBUtil ResponseFiles.swift
[1967/2134] Compiling SWBUtil Result.swift
[1968/2134] Compiling SWBUtil SWBDispatch.swift
[1969/2134] Compiling SWBUtil ScopedKeepAliveCache.swift
[1970/2134] Compiling SWBUtil Serialization.swift
[1980/2134] Compiling SWBUtil Process+Async.swift
[1981/2134] Compiling SWBUtil Process.swift
[1982/2134] Compiling SWBUtil ProcessInfo.swift
[1983/2134] Compiling SWBUtil Promise.swift
[1984/2134] Compiling SWBUtil PropertyList.swift
[1985/2134] Compiling SWBUtil Queue.swift
[1986/2134] Compiling SWBUtil RateLimiter.swift
[1987/2134] Compiling SWBUtil Ref.swift
[1988/2134] Compiling SWBUtil RegEx.swift
[2015/2134] Wrapping AST for DriverSupport for debugging
[2018/2135] Emitting module PackageFingerprint
[2019/2135] Compiling PackageFingerprint FilePackageFingerprintStorage.swift
[2021/2192] Compiling SourceControl Repository.swift
[2022/2192] 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.
[2022/2192] Wrapping AST for SWBUtil for debugging
[2023/2192] Wrapping AST for PackageFingerprint for debugging
[2025/2192] Compiling SWBCAS CASProtocol.swift
[2026/2192] Compiling SWBCAS plugin_api_t.swift
[2027/2192] Compiling SWBLLBuild LowLevelBuildSystem.swift
[2028/2192] Emitting module SWBLLBuild
[2029/2193] Wrapping AST for SWBLLBuild for debugging
[2031/2193] Compiling SWBCAS ToolchainCASPlugin.swift
[2032/2193] Compiling SWBCAS Errors.swift
[2033/2193] Compiling SWBMacro MacroNamespace.swift
[2034/2193] Compiling SWBMacro MacroType.swift
[2035/2195] Emitting module SWBMacro
[2036/2195] 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>
[2037/2196] Compiling SWBProtocol DependencyInfo.swift
[2038/2196] Compiling SWBProtocol ImpartedBuildProperties.swift
[2039/2196] Compiling SWBProtocol MacroExpressionSource.swift
[2040/2196] Compiling SWBProtocol PIFObject.swift
[2041/2196] Compiling SWBProtocol PlatformFilter.swift
[2042/2196] Compiling SWBProtocol Project.swift
[2043/2196] Compiling SWBProtocol ProvisioningSourceData.swift
[2044/2196] Compiling SWBProtocol Reference.swift
[2045/2200] Wrapping AST for SourceControl for debugging
[2047/2209] Emitting module SWBCAS
[2048/2209] Compiling SWBCAS CASFSNode.swift
[2050/2216] Compiling PackageLoading ModuleMapGenerator.swift
[2051/2216] Compiling PackageLoading PackageBuilder.swift
[2052/2216] Compiling PackageLoading ManifestJSONParser.swift
[2053/2216] Compiling PackageLoading ManifestLoader+Validation.swift
[2054/2216] Compiling PackageLoading ManifestLoader.swift
[2055/2216] Compiling PackageLoading ManifestSignatureParser.swift
[2056/2216] Compiling PackageLoading Platform.swift
[2057/2216] Compiling PackageLoading RegistryReleaseMetadataSerialization.swift
[2058/2216] Compiling PackageLoading PackageDescriptionSerialization.swift
[2059/2216] Compiling PackageLoading PkgConfig.swift
[2059/2216] Wrapping AST for SWBCAS for debugging
[2061/2216] Compiling PackageLoading ContextModel.swift
[2062/2216] Compiling PackageLoading Diagnostics.swift
[2063/2216] Compiling SWBMacro MacroValueAssignmentTable.swift
[2064/2216] Compiling SWBMacro SwiftDriverTripleExtensions.swift
[2065/2217] Compiling SWBProtocol BuildFile.swift
[2066/2217] Compiling SWBProtocol BuildPhase.swift
[2067/2217] Compiling SWBProtocol BuildRule.swift
[2068/2217] Compiling SWBProtocol CustomTask.swift
[2070/2217] Compiling SWBProtocol SourceTree.swift
[2071/2217] Compiling SWBProtocol Target.swift
[2072/2217] Compiling SWBProtocol TargetDependency.swift
[2073/2217] Compiling SWBProtocol Workspace.swift
[2073/2217] Wrapping AST for SWBMacro for debugging
[2082/2218] 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>
[2083/2218] Emitting module SWBProtocol
[2084/2218] Compiling PackageLoading Target+PkgConfig.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>
[2085/2218] Compiling PackageLoading TargetSourcesBuilder.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>
[2088/2218] 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>
[2090/2218] Compiling SWBProtocol PreviewMessages.swift
[2091/2218] Compiling SWBProtocol ProjectDescriptorMessages.swift
[2092/2218] Compiling SWBProtocol ProjectDescriptorTypes.swift
[2093/2218] Compiling SWBProtocol BuildConfiguration.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>
[2106/2219] Wrapping AST for SwiftSyntax for debugging
[2108/2278] Emitting module SwiftDiagnostics
[2109/2279] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[2110/2279] Compiling SwiftDiagnostics Message.swift
[2111/2279] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[2112/2279] Compiling SwiftBasicFormat Syntax+Extensions.swift
[2113/2279] Compiling SwiftDiagnostics Note.swift
[2114/2279] Compiling SwiftBasicFormat Indenter.swift
[2115/2279] Compiling SwiftBasicFormat InferIndentation.swift
[2116/2279] Compiling SwiftDiagnostics FixIt.swift
[2117/2279] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[2118/2279] Compiling SwiftParser Attributes.swift
[2119/2279] Compiling SwiftParser Availability.swift
[2120/2279] Compiling SwiftParser CharacterInfo.swift
[2121/2279] Compiling SwiftParser CollectionNodes+Parsable.swift
[2122/2279] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[2123/2279] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[2124/2280] Wrapping AST for SwiftDiagnostics for debugging
[2126/2280] Emitting module SwiftBasicFormat
[2127/2280] Compiling SwiftBasicFormat BasicFormat.swift
[2128/2281] Wrapping AST for SwiftBasicFormat for debugging
[2130/2281] Compiling SwiftParser LoopProgressCondition.swift
[2131/2281] Compiling SwiftParser Modifiers.swift
[2132/2281] Compiling SwiftParser Names.swift
[2133/2281] Compiling SwiftParser Nominals.swift
[2134/2281] Compiling SwiftParser Parameters.swift
[2135/2281] Compiling SwiftParser ParseSourceFile.swift
[2140/2286] Compiling SwiftParser CompilerFiles.swift
[2141/2286] Compiling SwiftParser Directives.swift
[2142/2286] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[2143/2286] Compiling SwiftParser Expressions.swift
[2144/2286] Compiling SwiftParser IncrementalParseTransition.swift
[2145/2287] Wrapping AST for PackageLoading for debugging
[2147/2287] Compiling SwiftParser TokenSpec.swift
[2148/2287] Compiling SwiftParser TokenSpecSet.swift
[2149/2287] Compiling SwiftParser TopLevel.swift
[2150/2287] Compiling SwiftParser TriviaParser.swift
[2151/2287] Compiling SwiftParser Types.swift
[2152/2287] Compiling SwiftParser StringLiterals.swift
[2153/2287] Compiling SwiftParser SwiftParserCompatibility.swift
[2154/2287] Compiling SwiftParser SwiftVersion.swift
[2155/2287] Compiling SwiftParser SyntaxUtils.swift
[2156/2287] Compiling SwiftParser TokenConsumer.swift
[2157/2287] Compiling SwiftParser TokenPrecedence.swift
[2158/2315] Compiling PackageGraph DiagnosticReportBuilder.swift
[2159/2315] Compiling PackageGraph Incompatibility.swift
[2160/2315] Compiling PackageGraph PartialSolution.swift
[2161/2315] Compiling PackageGraph PubGrubDependencyResolver.swift
[2162/2315] Compiling PackageGraph PubGrubPackageContainer.swift
[2163/2315] Compiling PackageGraph Term.swift
[2164/2315] Compiling PackageGraph DependencyResolverBinding.swift
[2165/2315] Compiling PackageGraph DependencyResolverDelegate.swift
[2166/2315] Compiling PackageGraph DependencyResolverError.swift
[2167/2315] Compiling PackageGraph PlatformVersionProvider.swift
[2168/2315] Compiling PackageGraph Assignment.swift
[2169/2315] Compiling PackageGraph ContainerProvider.swift
[2173/2315] Compiling PackageGraph ResolvedModule.swift
[2174/2315] Compiling PackageGraph ResolvedPackage.swift
[2175/2315] Compiling PackageGraph ResolvedProduct.swift
[2182/2315] Emitting module SwiftParser
[2188/2319] Compiling PackageGraph PackageGraphRoot.swift
[2189/2319] Compiling PackageGraph PackageModel+Extensions.swift
[2190/2319] Compiling PackageGraph PackageRequirement.swift
[2191/2319] Compiling PackageGraph DependencyResolutionNode.swift
[2191/2319] Wrapping AST for _CryptoExtras for debugging
[2193/2411] Compiling X509 CommonName.swift
[2194/2411] Compiling X509 CountryName.swift
[2195/2411] Compiling X509 DNBuilder.swift
[2196/2411] Compiling X509 CertificateVersion.swift
[2197/2411] Compiling X509 CMSAttribute.swift
[2198/2411] Compiling X509 CMSContentInfo.swift
[2199/2411] Compiling X509 CMSEncapsulatedContentInfo.swift
[2200/2411] Compiling X509 CMSIssuerAndSerialNumber.swift
[2201/2412] Wrapping AST for SWBProtocol for debugging
[2203/2426] Compiling SWBProjectModel IDEPIFGenerating.swift
[2204/2426] Emitting module SWBServiceCore
[2205/2426] Compiling X509 CSRAttribute.swift
[2206/2426] Compiling X509 CSRAttributes.swift
[2207/2426] Compiling X509 CSRVersion.swift
[2208/2426] Compiling X509 CertificateSigningRequest.swift
[2209/2426] Compiling X509 CertificationRequestInfo.swift
[2210/2426] Compiling X509 ExtensionRequest.swift
[2211/2426] Compiling X509 Certificate.swift
[2212/2426] Compiling X509 CertificatePrivateKey.swift
[2213/2426] Compiling X509 CertificatePublicKey.swift
[2214/2426] Compiling X509 CertificateSerialNumber.swift
[2217/2426] Compiling SWBServiceCore ServiceExtensionPoint.swift
[2218/2426] Compiling SWBProjectModel IDEPIFObjectInfo.swift
[2219/2426] Compiling SWBProjectModel IDEPIFObject.swift
[2220/2426] Compiling SWBProjectModel IDEPIFGUID.swift
[2221/2426] Compiling X509 CMSSignature.swift
[2222/2426] Compiling X509 CMSSignedData.swift
[2223/2426] Compiling X509 CMSSignerIdentifier.swift
[2224/2426] Compiling X509 CMSSignerInfo.swift
[2225/2426] Compiling SWBServiceCore ServiceEntryPoint.swift
[2226/2426] Compiling X509 CMSVersion.swift
[2227/2426] Compiling X509 Curve25519+DER.swift
[2228/2426] Compiling X509 Digests.swift
[2229/2426] Compiling X509 DistinguishedName.swift
[2230/2426] Compiling SWBServiceCore Service.swift
[2231/2426] Compiling SWBServiceCore Request.swift
[2232/2426] Compiling SWBProjectModel IDEPIFSerializer.swift
[2233/2426] Compiling SWBProjectModel IDESwiftPackageExtensions.swift
[2234/2426] Emitting module SWBProjectModel
[2235/2426] Compiling SWBServiceCore ServiceHostConnection.swift
[2237/2427] Compiling X509 DomainComponent.swift
[2238/2427] Compiling X509 EmailAddress.swift
[2239/2427] Compiling X509 LocalityName.swift
[2240/2427] Compiling X509 NameConstraints.swift
[2241/2427] Compiling X509 SubjectAlternativeName.swift
[2242/2427] Compiling X509 SubjectKeyIdentifier.swift
[2243/2427] Compiling X509 Extension.swift
[2244/2427] Compiling X509 Extensions.swift
[2244/2428] Wrapping AST for SWBServiceCore for debugging
[2246/2497] Wrapping AST for SwiftParser for debugging
[2248/2598] Compiling SWBCore DependencyInfoEditPayload.swift
[2249/2598] Compiling SWBCore DependencyResolution.swift
[2250/2598] Compiling SWBCore DiagnosticSupport.swift
[2251/2598] Compiling SWBCore EnvironmentBindings.swift
[2252/2598] Compiling SWBCore ExecutableTask.swift
[2253/2598] Compiling SWBCore DeveloperDirectoryExtension.swift
[2254/2598] Compiling SWBCore DiagnosticToolingExtension.swift
[2255/2598] Compiling SWBCore EnvironmentExtension.swift
[2256/2598] Compiling SWBCore FeatureAvailabilityExtension.swift
[2257/2598] Compiling SWBCore InputFileGroupingStrategyExtension.swift
[2258/2598] Compiling SWBCore PlatformInfoExtension.swift
[2259/2598] Compiling SWBCore SDKRegistryExtension.swift
[2260/2598] Compiling SWBCore SDKVariantInfoExtension.swift
[2261/2611] Compiling SwiftIDEUtils SwiftIDEUtilsCompatibility.swift
[2262/2612] Compiling SwiftIDEUtils Syntax+Classifications.swift
[2263/2612] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[2264/2613] Compiling SwiftIDEUtils Utils.swift
[2265/2613] Compiling SwiftIDEUtils FixItApplier.swift
[2266/2613] Compiling SwiftIDEUtils DeclNameLocation.swift
[2267/2613] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[2268/2613] Emitting module SwiftIDEUtils
[2269/2613] Compiling SWBCore ModuleVerifierFilenameMap.swift
[2270/2613] Compiling SWBCore ModuleVerifierFramework.swift
[2271/2613] Compiling SWBCore ModuleVerifierHeader.swift
[2272/2613] Compiling SWBCore ModuleVerifierLanguage.swift
[2273/2613] Compiling SWBCore ModuleVerifierModuleMap.swift
[2274/2613] Compiling SWBCore ModuleVerifierModuleMapFileVerifier.swift
[2275/2613] Compiling SWBCore ModuleVerifierTarget.swift
[2276/2613] Compiling SWBCore ClangModuleVerifierOutputParser.swift
[2277/2613] Compiling SWBCore ClangSerializedDiagnostics.swift
[2278/2613] Compiling SWBCore CommandLineArgument.swift
[2279/2613] Compiling SWBCore ConfiguredTarget.swift
[2280/2613] Compiling SWBCore Core.swift
[2281/2613] Compiling SWBCore CustomTaskTypeDescription.swift
[2282/2613] Compiling SwiftIDEUtils SyntaxClassification.swift
[2283/2613] Compiling SwiftIDEUtils SyntaxClassifier.swift
[2284/2613] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[2285/2613] Compiling SwiftParserDiagnostics Utils.swift
[2286/2613] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[2287/2613] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[2288/2613] Compiling SwiftParserDiagnostics MissingNodesError.swift
[2289/2613] Compiling SwiftParserDiagnostics MissingTokenError.swift
[2290/2613] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[2291/2613] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[2294/2613] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[2295/2613] Compiling SwiftParserDiagnostics PresenceUtils.swift
[2296/2613] Compiling SWBCore BuildRuleAction.swift
[2297/2613] Compiling SWBCore BuildRuleCondition.swift
[2298/2613] Compiling SWBCore BuildRuleSet.swift
[2299/2613] Compiling SWBCore ReferenceLookupContext.swift
[2300/2613] Compiling SWBCore Target.swift
[2301/2613] Compiling SWBCore Workspace.swift
[2302/2613] Compiling SWBCore WorkspaceHeaderIndex.swift
[2303/2613] Compiling SWBCore Provisioning.swift
[2304/2613] Compiling SWBCore ProvisioningTaskInputs.swift
[2305/2613] Compiling SWBCore RunDestinationInfo.swift
[2306/2613] Compiling SWBCore SDKRegistry.swift
[2307/2613] Compiling SWBCore SWBFeatureFlag.swift
[2308/2613] Compiling SWBCore BuildRuleFile.swift
[2309/2613] Compiling SWBCore BuiltinMacros.swift
[2310/2613] Compiling SWBCore CASOptions.swift
[2311/2613] Compiling SWBCore RecursiveSearchPathResolver.swift
[2312/2613] Compiling SWBCore BuildConfiguration.swift
[2313/2613] Compiling SWBCore BuildFile.swift
[2314/2613] Compiling SWBCore BuildPhase.swift
[2315/2613] Compiling SWBCore BuildRule.swift
[2316/2613] Compiling SWBCore DependencyInfoFormat.swift
[2317/2613] Compiling SWBCore FilePathResolver.swift
[2318/2613] Compiling SWBCore FileTextEncoding.swift
[2319/2613] Compiling SWBCore ImpartedBuildProperties.swift
[2320/2613] Compiling SWBCore PIFLoader.swift
[2321/2613] Compiling SWBCore PlatformFilter.swift
[2322/2613] Compiling SWBCore Project.swift
[2323/2613] Compiling SWBCore ProjectModelItem.swift
[2324/2613] Compiling SWBCore Reference.swift
[2325/2613] Compiling SwiftIDEUtils NameMatcher.swift
[2327/2614] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[2327/2614] Wrapping AST for SwiftIDEUtils for debugging
[2333/2614] Emitting module PackageGraph
/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
/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
[2338/2614] Compiling SWBProjectModel PIFGenerationModel.swift
[2340/2618] Emitting module SwiftParserDiagnostics
[2341/2618] Compiling SWBCore MacroEvaluationExtensions.swift
[2342/2618] Compiling SWBCore MacroExpressionSourceExtensions.swift
[2343/2618] Compiling SWBCore OnDemandResources.swift
[2344/2618] Compiling SWBCore OptimizationRemarks.swift
[2345/2618] Compiling SWBCore PlannedNode.swift
[2346/2618] Compiling SWBCore PlannedTask.swift
[2347/2618] Compiling SWBCore PlannedTaskAction.swift
[2348/2618] Compiling SWBCore PlatformEnvironment.swift
[2349/2618] Compiling SWBCore PlatformFiltering.swift
[2350/2618] Compiling SWBCore PlatformRegistry.swift
[2351/2618] Compiling SWBCore Process.swift
[2352/2618] Compiling SWBCore ProcessExecutionCache.swift
[2353/2618] Compiling SWBCore ProductTypeIdentifier.swift
[2354/2618] Wrapping AST for SWBProjectModel for debugging
[2355/2618] Wrapping AST for PackageGraph for debugging
[2357/2641] Compiling SPMBuildCore BuildParameters+Testing.swift
[2358/2641] Compiling SPMBuildCore BinaryTarget+Extensions.swift
[2359/2641] Compiling SPMBuildCore BuildParameters+Linking.swift
[2360/2641] Compiling SPMBuildCore BuildParameters+Output.swift
[2361/2641] Emitting module SwiftFixIt
[2362/2641] Compiling SPMBuildCore BuildSystem.swift
[2363/2641] Compiling SPMBuildCore BuildSystemCommand.swift
[2364/2641] Compiling SPMBuildCore PluginScriptRunner.swift
[2365/2641] Compiling SPMBuildCore ResolvedPackage+Extensions.swift
[2366/2641] Compiling SPMBuildCore Triple+Extensions.swift
[2367/2644] Compiling SWBCore SettingsBuilderExtension.swift
[2368/2644] Compiling SWBCore SpecificationsExtension.swift
[2369/2644] Compiling SWBCore ToolchainRegistryExtension.swift
[2370/2644] Compiling SWBCore FileSystemSignatureBasedCache.swift
[2371/2644] Compiling SWBCore FileToBuild.swift
[2372/2644] Compiling SWBCore LibSwiftDriver.swift
[2373/2644] Compiling SWBCore PlannedBuild.swift
[2374/2644] Compiling SWBCore ArrayExtensions.swift
[2375/2644] Compiling SWBCore CStringArray.swift
[2376/2644] Compiling SWBCore Libclang.swift
[2377/2644] Compiling SWBCore LinkageDependencyResolver.swift
[2378/2644] Compiling SWBCore MacCatalystInfo.swift
[2379/2644] Compiling SWBCore MacroConfigFileLoader.swift
[2383/2644] Compiling SwiftFixIt SwiftFixIt.swift
[2385/2645] Compiling SPMBuildCore WarningControlFlags.swift
[2386/2645] Compiling SPMBuildCore XCFrameworkMetadata.swift
[2387/2645] Compiling SPMBuildCore XcodeProjectRepresentation.swift
[2387/2645] Wrapping AST for SwiftFixIt for debugging
[2390/2645] Compiling SPMBuildCore BuildParameters+APIDigester.swift
[2391/2645] Compiling SPMBuildCore BuildParameters+Debugging.swift
[2392/2645] Compiling SPMBuildCore BuildParameters+Driver.swift
[2393/2645] Emitting module SPMBuildCore
[2394/2645] Compiling SPMBuildCore BuildParameters.swift
[2399/2646] Wrapping AST for SwiftParserDiagnostics for debugging
[2401/2661] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[2402/2661] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[2403/2662] Compiling SwiftSyntaxBuilder Indenter.swift
[2404/2662] Compiling SwiftSyntaxBuilder ListBuilder.swift
[2405/2662] Emitting module X509
[2406/2662] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[2407/2662] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[2408/2662] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[2409/2662] Emitting module SwiftSyntaxBuilder
[2410/2662] Compiling X509 TrustRootLoading.swift
[2411/2662] Compiling X509 UnverifiedChain.swift
[2412/2662] Compiling X509 VerificationDiagnostic.swift
[2413/2662] Compiling X509 Verifier.swift
[2414/2662] Compiling X509 VerifierPolicy.swift
[2415/2662] Compiling X509 AlgorithmIdentifier.swift
[2416/2662] Compiling X509 ECDSASignature.swift
[2417/2662] Compiling X509 RSAPKCS1PublicKey.swift
[2418/2662] Compiling X509 SubjectPublicKeyInfo.swift
[2419/2662] Compiling X509 TBSCertificate.swift
[2420/2662] Compiling X509 Time.swift
[2421/2662] Compiling X509 TimeCalculations.swift
[2422/2662] Compiling X509 Validity.swift
[2423/2662] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[2424/2662] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[2425/2662] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[2426/2662] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[2427/2663] Wrapping AST for X509 for debugging
[2429/2680] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[2430/2680] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[2431/2680] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[2432/2680] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[2434/2681] Compiling PackageCollectionsSigning Utilities.swift
[2435/2681] Compiling PackageCollectionsSigning Base64URL.swift
[2436/2681] Compiling PackageSigning X509Extensions.swift
[2436/2682] Wrapping AST for SwiftSyntaxBuilder for debugging
[2438/2710] Compiling PackageSigning VerifierPolicies.swift
[2439/2710] Compiling PackageSigning SigningIdentity.swift
[2440/2710] Compiling PackageSigning FilePackageSigningEntityStorage.swift
[2441/2710] Compiling PackageSigning SigningEntity.swift
[2442/2710] Compiling PackageSigning PackageSigningEntityStorage.swift
[2443/2710] Compiling PackageCollectionsSigning PackageCollectionSigning.swift
[2444/2710] Compiling PackageCollectionsSigning Signature.swift
[2445/2710] Compiling SwiftRefactor AddSeparatorsToIntegerLiteral.swift
[2446/2710] Compiling SwiftRefactor CallLikeSyntax.swift
[2447/2710] Compiling SwiftRefactor AddProduct.swift
[2448/2710] Compiling SwiftRefactor AddSwiftSetting.swift
[2449/2710] Compiling SwiftRefactor AddTargetDependency.swift
[2450/2710] Compiling SwiftRefactor ManifestEditError.swift
[2451/2713] Emitting module PackageSigning
[2452/2713] Compiling SwiftRefactor PackageTarget.swift
[2453/2713] Compiling SwiftRefactor ProductDescription.swift
[2454/2713] Compiling SwiftRefactor StringUtils.swift
[2455/2713] Compiling SwiftRefactor SyntaxEditUtils.swift
[2456/2713] Compiling SwiftRefactor RefactoringProvider.swift
[2457/2713] Compiling SwiftRefactor RemoveRedundantParentheses.swift
[2458/2713] Compiling SwiftRefactor RemoveSeparatorsFromIntegerLiteral.swift
[2459/2713] Compiling SwiftRefactor SyntaxUtils.swift
[2473/2734] Compiling SwiftRefactor ManifestSyntaxRepresentable.swift
[2474/2734] Compiling SwiftRefactor PackageDependency.swift
[2477/2734] Emitting module SwiftRefactor
[2480/2734] Compiling SwiftRefactor CallToTrailingClosures.swift
[2481/2734] Compiling SwiftRefactor ConvertComputedPropertyToStored.swift
[2482/2734] Compiling PackageCollectionsSigning X509Extensions.swift
[2483/2734] Compiling PackageCollectionsSigning embedded_resources.swift
[2484/2734] Compiling SwiftRefactor ExpandEditorPlaceholder.swift
[2485/2734] Compiling SwiftRefactor FormatRawStringLiteral.swift
[2486/2734] Compiling SwiftRefactor IntegerLiteralUtilities.swift
[2487/2734] Compiling SwiftRefactor MigrateToNewIfLetSyntax.swift
[2488/2734] Emitting module PackageCollectionsSigning
[2489/2734] Compiling PackageCollectionsSigning CertificatePolicy.swift
[2512/2735] Compiling PackageSigning embedded_resources.swift
[2521/2735] Compiling SwiftRefactor ConvertComputedPropertyToZeroParameterFunction.swift
[2522/2736] Compiling SwiftRefactor ConvertStoredPropertyToComputed.swift
[2523/2736] Compiling SwiftRefactor ConvertZeroParameterFunctionToComputedProperty.swift
[2524/2736] Compiling SwiftRefactor DeclModifierRemover.swift
[2525/2736] Compiling SwiftRefactor OpaqueParameterToGeneric.swift
[2526/2736] Compiling SwiftRefactor AddPackageDependency.swift
[2527/2736] Compiling SwiftRefactor AddPackageTarget.swift
[2528/2736] Compiling SwiftRefactor AddPluginUsage.swift
[2538/2736] Wrapping AST for PackageCollectionsSigning for debugging
[2539/2760] Wrapping AST for PackageSigning for debugging
[2541/2760] Compiling PackageCollections PackageCollections+CertificatePolicy.swift
[2542/2760] Compiling PackageCollections PackageCollections+Configuration.swift
[2543/2760] Compiling PackageCollections PackageCollections+Storage.swift
[2544/2760] Compiling PackageCollections PackageCollections+Validation.swift
[2545/2760] Compiling PackageCollections PackageCollections.swift
[2546/2760] Compiling PackageCollections PackageIndex+Configuration.swift
[2547/2760] Compiling PackageCollections JSONPackageCollectionProvider.swift
[2548/2760] Compiling PackageCollections PackageCollectionProvider.swift
[2552/2770] Compiling PackageRegistry ChecksumTOFU.swift
[2553/2770] Compiling PackageRegistry SigningEntityTOFU.swift
[2554/2770] Compiling PackageCollections FilePackageCollectionsSourcesStorage.swift
[2555/2770] Compiling PackageCollections PackageCollectionsSourcesStorage.swift
[2556/2770] Compiling PackageCollections PackageCollectionsStorage.swift
[2557/2770] Emitting module PackageRegistry
[2558/2770] Compiling PackageCollections Trie.swift
[2559/2770] Compiling PackageCollections Utility.swift
[2561/2770] Emitting module SWBCore
[2562/2771] Wrapping AST for SwiftRefactor for debugging
[2564/2771] Compiling PackageRegistry RegistryDownloadsManager.swift
[2565/2771] Compiling PackageRegistry SignatureValidation.swift
[2566/2771] Emitting module PackageCollections
[2567/2771] Compiling PackageCollections API.swift
[2568/2771] Compiling PackageCollections CVE.swift
[2569/2771] Compiling PackageCollections Collection.swift
[2570/2771] Compiling PackageCollections License.swift
[2573/2771] Compiling PackageCollections PackageMetadataProvider.swift
[2574/2771] Compiling PackageRegistry RegistryConfiguration.swift
[2575/2771] Compiling PackageCollections PackageList.swift
[2576/2771] Compiling PackageCollections PackageTypes.swift
[2577/2771] Compiling PackageCollections Search.swift
[2578/2771] Compiling PackageCollections TargetListResult.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>
[2586/2771] Compiling PackageCollections PackageIndex.swift
[2587/2771] Compiling PackageCollections PackageIndexAndCollections.swift
[2588/2772] Wrapping AST for SPMBuildCore for debugging
[2590/2801] Compiling XCBuildSupport XCBuildOutputParser.swift
[2591/2801] Compiling XCBuildSupport XCBuildDelegate.swift
[2592/2801] Emitting module Build
[2593/2803] Compiling PackageCollections SQLitePackageCollectionsStorage.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>
[2596/2803] Emitting module XCBuildSupport
[2597/2803] Compiling Build BuildPlan+Clang.swift
[2598/2803] Compiling Build BuildPlan+Product.swift
[2599/2803] Compiling Build BuildPlan+Swift.swift
[2600/2803] 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>
[2601/2803] Compiling Build SwiftCompilerOutputParser.swift
[2602/2803] Compiling Build TestObservation.swift
[2604/2803] Compiling Build LLBuildManifestBuilder+Swift.swift
[2605/2803] Compiling Build LLBuildManifestBuilder.swift
[2606/2803] Compiling Build LLBuildProgressTracker.swift
[2607/2803] Compiling Build BuildPlan+Test.swift
[2608/2803] Compiling Build BuildPlan.swift
[2631/2804] Compiling XCBuildSupport XCBuildMessage.swift
[2631/2804] Wrapping AST for PackageCollections for debugging
[2633/2804] Compiling PackageRegistry RegistryClient.swift
[2634/2804] Compiling Build ClangModuleBuildDescription.swift
[2635/2804] Compiling Build ModuleBuildDescription.swift
[2636/2804] Compiling Build PluginBuildDescription.swift
[2637/2804] Compiling Build ProductBuildDescription.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 |         }
[2638/2804] Compiling Build ResolvedModule+BuildDescription.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 |         }
[2639/2804] Compiling Build SwiftModuleBuildDescription.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 |         }
[2641/2805] 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>
[2642/2805] 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>
/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>
[2644/2805] Compiling XCBuildSupport PIFBuilder.swift
[2644/2805] Wrapping AST for PackageRegistry for debugging
[2646/2818] Compiling Workspace ManagedPrebuilt.swift
[2647/2818] Compiling Workspace Base64URL.swift
[2648/2818] Compiling Workspace CertificatePolicy.swift
[2649/2839] Compiling Workspace ResolvedFileWatcher.swift
/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>
[2650/2839] Compiling Workspace ResolverPrecomputationProvider.swift
/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>
[2651/2839] Compiling Workspace Workspace+Dependencies.swift
/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>
[2652/2839] Compiling Workspace Signature.swift
[2653/2839] Compiling Workspace Utilities.swift
[2654/2839] Compiling Workspace X509Extensions.swift
[2655/2840] Wrapping AST for Build for debugging
[2657/2843] Compiling XCBuildSupport PIF.swift
[2659/2844] Compiling SourceKitLSPAPI PluginTargetBuildDescription.swift
[2660/2844] Emitting module PackageMetadata
[2661/2844] Compiling PackageMetadata PackageMetadata.swift
[2661/2844] Wrapping AST for XCBuildSupport for debugging
[2663/2844] Emitting module SourceKitLSPAPI
[2664/2844] Compiling SourceKitLSPAPI BuildDescription.swift
[2666/2846] Wrapping AST for SourceKitLSPAPI for debugging
[2666/2846] Wrapping AST for PackageMetadata for debugging
[2669/2846] Emitting module Workspace
[2670/2850] Compiling Workspace Workspace+Prebuilts.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)")
[2671/2850] Compiling Workspace Workspace+Registry.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)")
[2672/2850] Compiling Workspace Workspace+ResolvedPackages.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)")
[2673/2850] Compiling Workspace Workspace+Signing.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)")
[2674/2850] Compiling Workspace CheckoutState.swift
[2675/2850] Compiling Workspace Diagnostics.swift
[2676/2850] Compiling Workspace InitPackage.swift
[2677/2850] Compiling Workspace LoadableResult.swift
[2678/2850] Compiling Workspace ManagedArtifact.swift
[2679/2850] Compiling Workspace ManagedDependency.swift
[2683/2850] Compiling Workspace ManifestSigning.swift
[2684/2850] 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>
[2685/2850] 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>
/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>
/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>
[2688/2850] Compiling Workspace ToolsVersionSpecificationRewriter.swift
[2689/2850] Compiling Workspace Workspace+BinaryArtifacts.swift
[2690/2850] Compiling Workspace Workspace+Configuration.swift
[2691/2850] Compiling Workspace Workspace+Delegation.swift
[2695/2850] Compiling Workspace embedded_resources.swift
[2696/2850] Compiling Workspace FileSystemPackageContainer.swift
[2698/2850] Compiling Workspace Workspace+Editing.swift
[2699/2850] Compiling Workspace Workspace+Manifests.swift
[2700/2850] Compiling Workspace Workspace+PackageContainer.swift
[2701/2850] Compiling SWBCore CCompiler.swift
[2702/2850] Compiling SWBCore ClangModuleVerifierInputGenerator.swift
[2703/2850] Compiling SWBCore ClangStatCache.swift
[2704/2850] Compiling SWBCore CodeSign.swift
[2705/2850] Compiling SWBCore ConcatenateTool.swift
[2706/2850] Compiling SWBCore ConstructStubExecutorFileListTool.swift
[2707/2850] Compiling SWBCore CopyTool.swift
[2708/2850] Compiling SWBCore CreateAssetPackManifestTool.swift
[2709/2850] Compiling SWBCore CreateBuildDirectory.swift
[2710/2850] Compiling SWBCore DocumentationCompiler.swift
[2711/2850] Compiling SWBCore DsymutilTool.swift
[2712/2850] Compiling SWBCore GCCCompatibleCompilerSupport.swift
[2713/2850] Compiling SWBCore Gate.swift
[2714/2850] Compiling SWBCore GenerateAppPlaygroundAssetCatalog.swift
[2715/2850] Compiling SWBCore GenerateEmbedInCodeAccessor.swift
[2716/2850] Compiling SWBCore InfoPlistTool.swift
[2717/2850] Compiling SWBCore LaunchServicesRegisterTool.swift
[2718/2850] Compiling SWBCore LinkerTools.swift
[2719/2850] Compiling SWBCore Lipo.swift
[2720/2850] Compiling SWBCore MergeInfoPlist.swift
[2721/2850] Compiling SWBCore MkdirTool.swift
[2722/2850] Compiling SWBCore ModulesVerifierTool.swift
[2723/2850] Compiling SWBCore ObjectLibraryAssembler.swift
[2724/2850] Compiling SWBCore PLUtilTool.swift
[2725/2850] Compiling SWBCore PrelinkedObjectLink.swift
[2726/2850] Compiling SWBCore ProcessSDKImports.swift
[2727/2850] Compiling SWBCore ProcessXCFrameworkLibrary.swift
[2728/2850] Compiling SWBCore ProductPackaging.swift
[2729/2850] Compiling SWBCore SetAttributes.swift
[2730/2850] Compiling SWBCore ShellScriptTool.swift
[2731/2850] Compiling SWBCore SignatureCollection.swift
[2732/2850] Compiling SWBCore StripTool.swift
[2733/2850] Compiling SWBCore SwiftABICheckerTool.swift
[2734/2850] Compiling SWBCore SwiftABIGenerationTool.swift
[2735/2850] Compiling SWBCore SwiftCompiler.swift
[2736/2850] Compiling SWBCore SwiftHeaderTool.swift
[2737/2850] Compiling SWBCore SwiftStdLibTool.swift
[2738/2850] Compiling SWBCore SwiftSymbolExtractor.swift
[2739/2850] Compiling SWBCore SymlinkTool.swift
[2740/2850] Compiling SWBCore TAPISymbolExtractor.swift
[2741/2850] Compiling SWBCore TAPITools.swift
[2742/2850] Compiling SWBCore TiffUtilTool.swift
[2743/2850] Compiling SWBCore TouchTool.swift
[2744/2850] Compiling SWBCore UnifdefTool.swift
[2745/2850] Compiling SWBCore ValidateDevelopmentAssets.swift
[2746/2850] Compiling SWBCore ValidateEmbeddedBinaryTool.swift
[2747/2850] Compiling SWBCore ValidateProductTool.swift
[2748/2850] Compiling SWBCore WriteFile.swift
[2749/2850] Compiling SWBCore SwiftOutputParsing.swift
[2750/2850] Compiling SWBCore SwiftSDK.swift
[2751/2850] Compiling SWBCore TargetDependencyResolver.swift
[2752/2850] Compiling SWBCore TargetPlatformDiagnostics.swift
[2753/2850] Compiling SWBCore TaskGeneration.swift
[2754/2850] Compiling SWBCore TaskResult.swift
[2755/2850] Compiling SWBCore TaskValidityCriteria.swift
[2756/2850] Compiling SWBCore ClangToolInfo.swift
[2757/2850] Compiling SWBCore ToolchainHostEnvironment.swift
[2758/2850] Compiling SWBCore ToolchainRegistry.swift
[2759/2850] Compiling SWBCore Tuning.swift
[2760/2850] Compiling SWBCore WorkspaceContext.swift
[2761/2850] Compiling SWBCore WorkspaceSettingsCache.swift
[2762/2850] Compiling SWBCore XCFramework.swift
[2763/2850] Compiling SWBCore resource_bundle_accessor.swift
[2764/2850] Compiling Workspace Workspace+SourceControl.swift
[2765/2850] Compiling Workspace Workspace+State.swift
[2766/2850] Compiling Workspace Workspace+Traits.swift
[2767/2850] Compiling Workspace Workspace.swift
[2768/2851] Wrapping AST for Workspace for debugging
[2769/2851] Write Objects.LinkFileList
[2772/2894] Emitting module package_info
[2773/2894] Compiling package_info example.swift
[2774/2895] Wrapping AST for package-info for debugging
[2775/2895] Write Objects.LinkFileList
[2777/2895] Emitting module _InternalTestSupport
/host/spi-builder-workspace/Sources/_InternalTestSupport/Observability.swift:72:21: warning: stored property 'outputStream' of 'Sendable'-conforming class 'Collector' contains non-Sendable type 'BufferedOutputByteStream'; this is an error in the Swift 6 language mode
 70 |         private let verbose: Bool
 71 |         let diagnostics = ThreadSafeArrayStore<Basics.Diagnostic>()
 72 |         private let outputStream: BufferedOutputByteStream?
    |                     `- warning: stored property 'outputStream' of 'Sendable'-conforming class 'Collector' contains non-Sendable type 'BufferedOutputByteStream'; this is an error in the Swift 6 language mode
 73 |
 74 |         init(verbose: Bool, outputStream: BufferedOutputByteStream? = nil) {
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/WritableByteStream.swift:660:20: note: class 'BufferedOutputByteStream' does not conform to the 'Sendable' protocol
658 |
659 | /// In memory implementation of WritableByteStream.
660 | public final class BufferedOutputByteStream: _WritableByteStreamBase {
    |                    `- note: class 'BufferedOutputByteStream' does not conform to the 'Sendable' protocol
661 |
662 |     /// Contents of the stream.
/host/spi-builder-workspace/Sources/_InternalTestSupport/Observability.swift:18:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'TSCBasic'
 16 | import func XCTest.XCTFail
 17 |
 18 | import struct TSCBasic.StringError
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'TSCBasic'
 19 | import class TSCBasic.BufferedOutputByteStream
 20 |
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)
[2777/2900] Linking libSwiftPMDataModel.so
[2778/2900] Emitting module swift_build_prebuilts
[2778/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
[2778/2900] Linking libSwiftPM.so
BUILD FAILURE 6.2 linux