The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftPM, reference main (7df932), with Swift 6.2 for Linux on 21 Jun 2025 17:16:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

288 |             self.updateCollection(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
289 |                 source,
290 |                 callback: $0
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:284:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
282 |     }
283 |
284 |     func updateCollection(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
285 |         _ source: PackageCollectionsModel.CollectionSource
286 |     ) async throws -> PackageCollectionsModel.Collection {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:299:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
297 |     ) async throws -> PackageCollectionsModel.Collection {
298 |         try await safe_async {
299 |             self.getCollection(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
300 |                 source,
301 |                 callback: $0
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:295:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
293 |     }
294 |
295 |     func getCollection(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
296 |         _ source: PackageCollectionsModel.CollectionSource
297 |     ) async throws -> PackageCollectionsModel.Collection {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:312:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
310 |     ) async throws -> PackageCollectionsModel.PackageMetadata {
311 |         try await safe_async {
312 |             self.getPackageMetadata(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
313 |                 identity: identity,
314 |                 location: location,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:306:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
304 |     }
305 |
306 |     func getPackageMetadata(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
307 |         identity: PackageIdentity,
308 |         location: String? = nil,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:325:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
323 |     ) async throws -> PackageCollectionsModel.PackageSearchResult {
324 |         try await safe_async {
325 |             self.listPackages(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
326 |                 collections: collections,
327 |                 callback: $0
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:321:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
319 |     }
320 |
321 |     func listPackages(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
322 |         collections: Set<PackageCollectionsModel.CollectionIdentifier>? = nil
323 |     ) async throws -> PackageCollectionsModel.PackageSearchResult {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:336:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
334 |     ) async throws -> PackageCollectionsModel.TargetListResult {
335 |         try await safe_async {
336 |             self.listTargets(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
337 |                 collections: collections,
338 |                 callback: $0
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:332:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
330 |     }
331 |
332 |     func listTargets(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
333 |         collections: Set<PackageCollectionsModel.CollectionIdentifier>? = nil
334 |     ) async throws -> PackageCollectionsModel.TargetListResult {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:348:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
346 |     ) async throws -> PackageCollectionsModel.PackageSearchResult {
347 |         try await safe_async {
348 |             self.findPackages(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
349 |                 query,
350 |                 collections: collections,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:343:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
341 |     }
342 |
343 |     func findPackages(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
344 |         _ query: String,
345 |         collections: Set<PackageCollectionsModel.CollectionIdentifier>? = nil
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:362:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
360 |     ) async throws -> PackageCollectionsModel.TargetSearchResult {
361 |         try await safe_async {
362 |             self.findTargets(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
363 |                 query,
364 |                 searchType: searchType,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:356:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
354 |     }
355 |
356 |     func findTargets(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
357 |         _ query: String,
358 |         searchType: PackageCollectionsModel.TargetSearchType? = nil,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:442:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
440 |     ) async throws -> PackageCollectionsModel.PackageMetadata {
441 |         try await safe_async {
442 |             self.getPackageMetadata(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
443 |                 identity: identity,
444 |                 location: location,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:437:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
435 |
436 | public extension PackageIndexProtocol {
437 |     func getPackageMetadata(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
438 |         identity: PackageIdentity,
439 |         location: String?
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:459:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
457 |     ) async throws -> PackageCollectionsModel.PackageSearchResult {
458 |         try await safe_async {
459 |             self.findPackages(query, callback: $0)
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
460 |         }
461 |     }
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:455:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
453 |     ///   - query: The search query
454 |     ///   - callback: The closure to invoke when result becomes available
455 |     func findPackages(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
456 |         _ query: String
457 |     ) async throws -> PackageCollectionsModel.PackageSearchResult {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:474:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
472 |     ) async throws -> PackageCollectionsModel.PaginatedPackageList {
473 |         try await safe_async {
474 |             self.listPackages(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
475 |                 offset: offset,
476 |                 limit: limit,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:469:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
467 |     ///   - limit: Number of items to return in the result. Implementations might impose a threshold for this.
468 |     ///   - callback: The closure to invoke when result becomes available
469 |     func listPackages(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
470 |         offset: Int,
471 |         limit: Int
[1502/1593] Compiling PackageGraph BoundVersion.swift
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:224:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
222 |     ) async throws -> [PackageCollectionsModel.Collection]  {
223 |         try await safe_async {
224 |             self.listCollections(identifiers: identifiers, callback: $0)
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
225 |         }
226 |     }
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:220:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
218 |
219 | public extension PackageCollectionsProtocol {
220 |     func listCollections(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
221 |         identifiers: Set<PackageCollectionsModel.CollectionIdentifier>? = nil
222 |     ) async throws -> [PackageCollectionsModel.Collection]  {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:230:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
228 |     func refreshCollections() async throws -> [PackageCollectionsModel.CollectionSource] {
229 |         try await safe_async {
230 |             self.refreshCollections(callback: $0)
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
231 |         }
232 |     }
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:228:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
226 |     }
227 |
228 |     func refreshCollections() async throws -> [PackageCollectionsModel.CollectionSource] {
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
229 |         try await safe_async {
230 |             self.refreshCollections(callback: $0)
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:238:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
236 |     ) async throws -> PackageCollectionsModel.Collection {
237 |         try await safe_async {
238 |             self.refreshCollection(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
239 |                 source,
240 |                 callback: $0
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:234:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
232 |     }
233 |
234 |     func refreshCollection(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
235 |         _ source: PackageCollectionsModel.CollectionSource
236 |     ) async throws -> PackageCollectionsModel.Collection {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:251:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
249 |     ) async throws -> PackageCollectionsModel.Collection {
250 |         try await safe_async {
251 |             self.addCollection(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
252 |                 source,
253 |                 order: order,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:245:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
243 |     }
244 |
245 |     func addCollection(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
246 |         _ source: PackageCollectionsModel.CollectionSource,
247 |         order: Int? = nil,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:264:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
262 |     ) async throws {
263 |         try await safe_async {
264 |             self.removeCollection(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
265 |                 source,
266 |                 callback: $0
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:260:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
258 |     }
259 |
260 |     func removeCollection(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
261 |         _ source: PackageCollectionsModel.CollectionSource
262 |     ) async throws {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:276:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
274 |     ) async throws {
275 |         try await safe_async {
276 |             self.moveCollection(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
277 |                 source,
278 |                 to: order,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:271:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
269 |     }
270 |
271 |     func moveCollection(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
272 |         _ source: PackageCollectionsModel.CollectionSource,
273 |         to order: Int
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:288:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
286 |     ) async throws -> PackageCollectionsModel.Collection {
287 |         try await safe_async {
288 |             self.updateCollection(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
289 |                 source,
290 |                 callback: $0
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:284:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
282 |     }
283 |
284 |     func updateCollection(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
285 |         _ source: PackageCollectionsModel.CollectionSource
286 |     ) async throws -> PackageCollectionsModel.Collection {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:299:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
297 |     ) async throws -> PackageCollectionsModel.Collection {
298 |         try await safe_async {
299 |             self.getCollection(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
300 |                 source,
301 |                 callback: $0
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:295:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
293 |     }
294 |
295 |     func getCollection(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
296 |         _ source: PackageCollectionsModel.CollectionSource
297 |     ) async throws -> PackageCollectionsModel.Collection {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:312:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
310 |     ) async throws -> PackageCollectionsModel.PackageMetadata {
311 |         try await safe_async {
312 |             self.getPackageMetadata(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
313 |                 identity: identity,
314 |                 location: location,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:306:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
304 |     }
305 |
306 |     func getPackageMetadata(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
307 |         identity: PackageIdentity,
308 |         location: String? = nil,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:325:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
323 |     ) async throws -> PackageCollectionsModel.PackageSearchResult {
324 |         try await safe_async {
325 |             self.listPackages(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
326 |                 collections: collections,
327 |                 callback: $0
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:321:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
319 |     }
320 |
321 |     func listPackages(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
322 |         collections: Set<PackageCollectionsModel.CollectionIdentifier>? = nil
323 |     ) async throws -> PackageCollectionsModel.PackageSearchResult {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:336:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
334 |     ) async throws -> PackageCollectionsModel.TargetListResult {
335 |         try await safe_async {
336 |             self.listTargets(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
337 |                 collections: collections,
338 |                 callback: $0
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:332:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
330 |     }
331 |
332 |     func listTargets(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
333 |         collections: Set<PackageCollectionsModel.CollectionIdentifier>? = nil
334 |     ) async throws -> PackageCollectionsModel.TargetListResult {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:348:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
346 |     ) async throws -> PackageCollectionsModel.PackageSearchResult {
347 |         try await safe_async {
348 |             self.findPackages(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
349 |                 query,
350 |                 collections: collections,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:343:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
341 |     }
342 |
343 |     func findPackages(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
344 |         _ query: String,
345 |         collections: Set<PackageCollectionsModel.CollectionIdentifier>? = nil
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:362:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
360 |     ) async throws -> PackageCollectionsModel.TargetSearchResult {
361 |         try await safe_async {
362 |             self.findTargets(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
363 |                 query,
364 |                 searchType: searchType,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:356:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
354 |     }
355 |
356 |     func findTargets(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
357 |         _ query: String,
358 |         searchType: PackageCollectionsModel.TargetSearchType? = nil,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:442:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
440 |     ) async throws -> PackageCollectionsModel.PackageMetadata {
441 |         try await safe_async {
442 |             self.getPackageMetadata(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
443 |                 identity: identity,
444 |                 location: location,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:437:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
435 |
436 | public extension PackageIndexProtocol {
437 |     func getPackageMetadata(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
438 |         identity: PackageIdentity,
439 |         location: String?
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:459:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
457 |     ) async throws -> PackageCollectionsModel.PackageSearchResult {
458 |         try await safe_async {
459 |             self.findPackages(query, callback: $0)
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
460 |         }
461 |     }
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:455:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
453 |     ///   - query: The search query
454 |     ///   - callback: The closure to invoke when result becomes available
455 |     func findPackages(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
456 |         _ query: String
457 |     ) async throws -> PackageCollectionsModel.PackageSearchResult {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:474:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
472 |     ) async throws -> PackageCollectionsModel.PaginatedPackageList {
473 |         try await safe_async {
474 |             self.listPackages(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
475 |                 offset: offset,
476 |                 limit: limit,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:469:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
467 |     ///   - limit: Number of items to return in the result. Implementations might impose a threshold for this.
468 |     ///   - callback: The closure to invoke when result becomes available
469 |     func listPackages(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
470 |         offset: Int,
471 |         limit: Int
[1503/1593] Compiling PackageGraph BuildTriple.swift
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:224:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
222 |     ) async throws -> [PackageCollectionsModel.Collection]  {
223 |         try await safe_async {
224 |             self.listCollections(identifiers: identifiers, callback: $0)
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
225 |         }
226 |     }
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:220:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
218 |
219 | public extension PackageCollectionsProtocol {
220 |     func listCollections(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
221 |         identifiers: Set<PackageCollectionsModel.CollectionIdentifier>? = nil
222 |     ) async throws -> [PackageCollectionsModel.Collection]  {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:230:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
228 |     func refreshCollections() async throws -> [PackageCollectionsModel.CollectionSource] {
229 |         try await safe_async {
230 |             self.refreshCollections(callback: $0)
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
231 |         }
232 |     }
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:228:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
226 |     }
227 |
228 |     func refreshCollections() async throws -> [PackageCollectionsModel.CollectionSource] {
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
229 |         try await safe_async {
230 |             self.refreshCollections(callback: $0)
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:238:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
236 |     ) async throws -> PackageCollectionsModel.Collection {
237 |         try await safe_async {
238 |             self.refreshCollection(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
239 |                 source,
240 |                 callback: $0
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:234:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
232 |     }
233 |
234 |     func refreshCollection(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
235 |         _ source: PackageCollectionsModel.CollectionSource
236 |     ) async throws -> PackageCollectionsModel.Collection {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:251:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
249 |     ) async throws -> PackageCollectionsModel.Collection {
250 |         try await safe_async {
251 |             self.addCollection(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
252 |                 source,
253 |                 order: order,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:245:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
243 |     }
244 |
245 |     func addCollection(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
246 |         _ source: PackageCollectionsModel.CollectionSource,
247 |         order: Int? = nil,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:264:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
262 |     ) async throws {
263 |         try await safe_async {
264 |             self.removeCollection(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
265 |                 source,
266 |                 callback: $0
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:260:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
258 |     }
259 |
260 |     func removeCollection(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
261 |         _ source: PackageCollectionsModel.CollectionSource
262 |     ) async throws {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:276:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
274 |     ) async throws {
275 |         try await safe_async {
276 |             self.moveCollection(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
277 |                 source,
278 |                 to: order,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:271:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
269 |     }
270 |
271 |     func moveCollection(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
272 |         _ source: PackageCollectionsModel.CollectionSource,
273 |         to order: Int
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:288:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
286 |     ) async throws -> PackageCollectionsModel.Collection {
287 |         try await safe_async {
288 |             self.updateCollection(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
289 |                 source,
290 |                 callback: $0
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:284:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
282 |     }
283 |
284 |     func updateCollection(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
285 |         _ source: PackageCollectionsModel.CollectionSource
286 |     ) async throws -> PackageCollectionsModel.Collection {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:299:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
297 |     ) async throws -> PackageCollectionsModel.Collection {
298 |         try await safe_async {
299 |             self.getCollection(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
300 |                 source,
301 |                 callback: $0
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:295:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
293 |     }
294 |
295 |     func getCollection(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
296 |         _ source: PackageCollectionsModel.CollectionSource
297 |     ) async throws -> PackageCollectionsModel.Collection {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:312:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
310 |     ) async throws -> PackageCollectionsModel.PackageMetadata {
311 |         try await safe_async {
312 |             self.getPackageMetadata(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
313 |                 identity: identity,
314 |                 location: location,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:306:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
304 |     }
305 |
306 |     func getPackageMetadata(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
307 |         identity: PackageIdentity,
308 |         location: String? = nil,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:325:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
323 |     ) async throws -> PackageCollectionsModel.PackageSearchResult {
324 |         try await safe_async {
325 |             self.listPackages(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
326 |                 collections: collections,
327 |                 callback: $0
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:321:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
319 |     }
320 |
321 |     func listPackages(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
322 |         collections: Set<PackageCollectionsModel.CollectionIdentifier>? = nil
323 |     ) async throws -> PackageCollectionsModel.PackageSearchResult {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:336:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
334 |     ) async throws -> PackageCollectionsModel.TargetListResult {
335 |         try await safe_async {
336 |             self.listTargets(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
337 |                 collections: collections,
338 |                 callback: $0
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:332:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
330 |     }
331 |
332 |     func listTargets(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
333 |         collections: Set<PackageCollectionsModel.CollectionIdentifier>? = nil
334 |     ) async throws -> PackageCollectionsModel.TargetListResult {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:348:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
346 |     ) async throws -> PackageCollectionsModel.PackageSearchResult {
347 |         try await safe_async {
348 |             self.findPackages(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
349 |                 query,
350 |                 collections: collections,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:343:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
341 |     }
342 |
343 |     func findPackages(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
344 |         _ query: String,
345 |         collections: Set<PackageCollectionsModel.CollectionIdentifier>? = nil
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:362:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
360 |     ) async throws -> PackageCollectionsModel.TargetSearchResult {
361 |         try await safe_async {
362 |             self.findTargets(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
363 |                 query,
364 |                 searchType: searchType,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:356:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
354 |     }
355 |
356 |     func findTargets(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
357 |         _ query: String,
358 |         searchType: PackageCollectionsModel.TargetSearchType? = nil,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:442:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
440 |     ) async throws -> PackageCollectionsModel.PackageMetadata {
441 |         try await safe_async {
442 |             self.getPackageMetadata(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
443 |                 identity: identity,
444 |                 location: location,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:437:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
435 |
436 | public extension PackageIndexProtocol {
437 |     func getPackageMetadata(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
438 |         identity: PackageIdentity,
439 |         location: String?
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:459:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
457 |     ) async throws -> PackageCollectionsModel.PackageSearchResult {
458 |         try await safe_async {
459 |             self.findPackages(query, callback: $0)
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
460 |         }
461 |     }
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:455:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
453 |     ///   - query: The search query
454 |     ///   - callback: The closure to invoke when result becomes available
455 |     func findPackages(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
456 |         _ query: String
457 |     ) async throws -> PackageCollectionsModel.PackageSearchResult {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:474:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
472 |     ) async throws -> PackageCollectionsModel.PaginatedPackageList {
473 |         try await safe_async {
474 |             self.listPackages(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
475 |                 offset: offset,
476 |                 limit: limit,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:469:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
467 |     ///   - limit: Number of items to return in the result. Implementations might impose a threshold for this.
468 |     ///   - callback: The closure to invoke when result becomes available
469 |     func listPackages(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
470 |         offset: Int,
471 |         limit: Int
[1504/1593] Compiling PackageGraph DependencyMirrors.swift
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:224:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
222 |     ) async throws -> [PackageCollectionsModel.Collection]  {
223 |         try await safe_async {
224 |             self.listCollections(identifiers: identifiers, callback: $0)
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
225 |         }
226 |     }
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:220:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
218 |
219 | public extension PackageCollectionsProtocol {
220 |     func listCollections(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
221 |         identifiers: Set<PackageCollectionsModel.CollectionIdentifier>? = nil
222 |     ) async throws -> [PackageCollectionsModel.Collection]  {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:230:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
228 |     func refreshCollections() async throws -> [PackageCollectionsModel.CollectionSource] {
229 |         try await safe_async {
230 |             self.refreshCollections(callback: $0)
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
231 |         }
232 |     }
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:228:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
226 |     }
227 |
228 |     func refreshCollections() async throws -> [PackageCollectionsModel.CollectionSource] {
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
229 |         try await safe_async {
230 |             self.refreshCollections(callback: $0)
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:238:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
236 |     ) async throws -> PackageCollectionsModel.Collection {
237 |         try await safe_async {
238 |             self.refreshCollection(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
239 |                 source,
240 |                 callback: $0
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:234:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
232 |     }
233 |
234 |     func refreshCollection(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
235 |         _ source: PackageCollectionsModel.CollectionSource
236 |     ) async throws -> PackageCollectionsModel.Collection {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:251:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
249 |     ) async throws -> PackageCollectionsModel.Collection {
250 |         try await safe_async {
251 |             self.addCollection(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
252 |                 source,
253 |                 order: order,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:245:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
243 |     }
244 |
245 |     func addCollection(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
246 |         _ source: PackageCollectionsModel.CollectionSource,
247 |         order: Int? = nil,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:264:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
262 |     ) async throws {
263 |         try await safe_async {
264 |             self.removeCollection(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
265 |                 source,
266 |                 callback: $0
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:260:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
258 |     }
259 |
260 |     func removeCollection(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
261 |         _ source: PackageCollectionsModel.CollectionSource
262 |     ) async throws {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:276:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
274 |     ) async throws {
275 |         try await safe_async {
276 |             self.moveCollection(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
277 |                 source,
278 |                 to: order,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:271:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
269 |     }
270 |
271 |     func moveCollection(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
272 |         _ source: PackageCollectionsModel.CollectionSource,
273 |         to order: Int
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:288:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
286 |     ) async throws -> PackageCollectionsModel.Collection {
287 |         try await safe_async {
288 |             self.updateCollection(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
289 |                 source,
290 |                 callback: $0
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:284:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
282 |     }
283 |
284 |     func updateCollection(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
285 |         _ source: PackageCollectionsModel.CollectionSource
286 |     ) async throws -> PackageCollectionsModel.Collection {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:299:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
297 |     ) async throws -> PackageCollectionsModel.Collection {
298 |         try await safe_async {
299 |             self.getCollection(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
300 |                 source,
301 |                 callback: $0
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:295:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
293 |     }
294 |
295 |     func getCollection(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
296 |         _ source: PackageCollectionsModel.CollectionSource
297 |     ) async throws -> PackageCollectionsModel.Collection {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:312:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
310 |     ) async throws -> PackageCollectionsModel.PackageMetadata {
311 |         try await safe_async {
312 |             self.getPackageMetadata(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
313 |                 identity: identity,
314 |                 location: location,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:306:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
304 |     }
305 |
306 |     func getPackageMetadata(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
307 |         identity: PackageIdentity,
308 |         location: String? = nil,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:325:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
323 |     ) async throws -> PackageCollectionsModel.PackageSearchResult {
324 |         try await safe_async {
325 |             self.listPackages(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
326 |                 collections: collections,
327 |                 callback: $0
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:321:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
319 |     }
320 |
321 |     func listPackages(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
322 |         collections: Set<PackageCollectionsModel.CollectionIdentifier>? = nil
323 |     ) async throws -> PackageCollectionsModel.PackageSearchResult {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:336:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
334 |     ) async throws -> PackageCollectionsModel.TargetListResult {
335 |         try await safe_async {
336 |             self.listTargets(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
337 |                 collections: collections,
338 |                 callback: $0
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:332:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
330 |     }
331 |
332 |     func listTargets(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
333 |         collections: Set<PackageCollectionsModel.CollectionIdentifier>? = nil
334 |     ) async throws -> PackageCollectionsModel.TargetListResult {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:348:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
346 |     ) async throws -> PackageCollectionsModel.PackageSearchResult {
347 |         try await safe_async {
348 |             self.findPackages(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
349 |                 query,
350 |                 collections: collections,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:343:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
341 |     }
342 |
343 |     func findPackages(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
344 |         _ query: String,
345 |         collections: Set<PackageCollectionsModel.CollectionIdentifier>? = nil
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:362:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
360 |     ) async throws -> PackageCollectionsModel.TargetSearchResult {
361 |         try await safe_async {
362 |             self.findTargets(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
363 |                 query,
364 |                 searchType: searchType,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:356:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
354 |     }
355 |
356 |     func findTargets(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
357 |         _ query: String,
358 |         searchType: PackageCollectionsModel.TargetSearchType? = nil,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:442:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
440 |     ) async throws -> PackageCollectionsModel.PackageMetadata {
441 |         try await safe_async {
442 |             self.getPackageMetadata(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
443 |                 identity: identity,
444 |                 location: location,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:437:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
435 |
436 | public extension PackageIndexProtocol {
437 |     func getPackageMetadata(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
438 |         identity: PackageIdentity,
439 |         location: String?
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:459:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
457 |     ) async throws -> PackageCollectionsModel.PackageSearchResult {
458 |         try await safe_async {
459 |             self.findPackages(query, callback: $0)
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
460 |         }
461 |     }
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:455:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
453 |     ///   - query: The search query
454 |     ///   - callback: The closure to invoke when result becomes available
455 |     func findPackages(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
456 |         _ query: String
457 |     ) async throws -> PackageCollectionsModel.PackageSearchResult {
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:474:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
472 |     ) async throws -> PackageCollectionsModel.PaginatedPackageList {
473 |         try await safe_async {
474 |             self.listPackages(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
475 |                 offset: offset,
476 |                 limit: limit,
/host/spi-builder-workspace/Sources/PackageCollections/API.swift:469:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
467 |     ///   - limit: Number of items to return in the result. Implementations might impose a threshold for this.
468 |     ///   - callback: The closure to invoke when result becomes available
469 |     func listPackages(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
470 |         offset: Int,
471 |         limit: Int
[1505/1593] Emitting module PackageCollections
[1506/1593] Compiling PackageGraph GraphLoadingNode.swift
[1507/1593] Compiling PackageGraph ModuleAliasTracker.swift
[1508/1593] Compiling PackageGraph ModulesGraph+Loading.swift
[1509/1593] Compiling PackageGraph ModulesGraph.swift
[1510/1593] Compiling PackageRegistry RegistryConfiguration.swift
[1511/1593] Compiling PackageGraph Diagnostics.swift
[1512/1593] Compiling PackageGraph PinsStore.swift
[1513/1593] Compiling PackageGraph PrebuiltPackageContainer.swift
[1516/1593] Compiling PackageGraph DependencyResolutionNode.swift
[1517/1593] Compiling PackageGraph DependencyResolverBinding.swift
[1521/1593] Compiling PackageGraph PartialSolution.swift
[1522/1593] Compiling PackageGraph PubGrubDependencyResolver.swift
[1523/1593] Compiling PackageGraph PubGrubPackageContainer.swift
[1524/1593] Compiling PackageGraph Term.swift
[1525/1593] Compiling PackageGraph ResolvedPackage.swift
/host/spi-builder-workspace/Sources/PackageCollections/Storage/SQLitePackageCollectionsStorage.swift:100: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]
  98 |             DispatchQueue.sharedConcurrent.asyncAfter(deadline: .now() + delay) {
  99 |                 do {
 100 |                     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]
 101 |                     callback(.success(()))
 102 |                 } catch {
/host/spi-builder-workspace/Sources/Basics/SQLite.swift:22:20: note: class 'SQLite' does not conform to the 'Sendable' protocol
 20 |
 21 | /// A minimal SQLite wrapper.
 22 | public final class SQLite {
    |                    `- note: class 'SQLite' does not conform to the 'Sendable' protocol
 23 |     /// The location of the database.
 24 |     public let location: Location
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/host/spi-builder-workspace/Sources/PackageCollections/Storage/SQLitePackageCollectionsStorage.swift:100: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]
  98 |             DispatchQueue.sharedConcurrent.asyncAfter(deadline: .now() + delay) {
  99 |                 do {
 100 |                     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]
 101 |                     callback(.success(()))
 102 |                 } catch {
/host/spi-builder-workspace/Sources/Basics/SQLite.swift:22:20: note: class 'SQLite' does not conform to the 'Sendable' protocol
 20 |
 21 | /// A minimal SQLite wrapper.
 22 | public final class SQLite {
    |                    `- note: class 'SQLite' does not conform to the 'Sendable' protocol
 23 |     /// The location of the database.
 24 |     public let location: Location
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/host/spi-builder-workspace/Sources/PackageCollections/Storage/SQLitePackageCollectionsStorage.swift:100: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]
  98 |             DispatchQueue.sharedConcurrent.asyncAfter(deadline: .now() + delay) {
  99 |                 do {
 100 |                     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]
 101 |                     callback(.success(()))
 102 |                 } catch {
/host/spi-builder-workspace/Sources/Basics/SQLite.swift:22:20: note: class 'SQLite' does not conform to the 'Sendable' protocol
 20 |
 21 | /// A minimal SQLite wrapper.
 22 | public final class SQLite {
    |                    `- note: class 'SQLite' does not conform to the 'Sendable' protocol
 23 |     /// The location of the database.
 24 |     public let location: Location
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1529/1593] Compiling PackageGraph ResolvedProduct.swift
[1530/1593] Compiling PackageGraph ResolvedTarget.swift
[1531/1593] Compiling PackageGraph Version+Extensions.swift
[1532/1593] Compiling PackageGraph VersionSetSpecifier.swift
[1536/1594] Wrapping AST for PackageCollections for debugging
[1538/1594] Emitting module PackageGraph
[1547/1595] Wrapping AST for PackageGraph for debugging
[1549/1613] Compiling SPMBuildCore PrebuildCommandResult.swift
[1550/1613] Compiling SPMBuildCore ResolvedPackage+Extensions.swift
[1551/1615] Compiling SPMBuildCore Triple+Extensions.swift
[1552/1615] Compiling SPMBuildCore XCFrameworkMetadata.swift
[1553/1615] Compiling PackageRegistry RegistryClient.swift
[1554/1616] Wrapping AST for PackageRegistry for debugging
[1556/1618] Emitting module SPMBuildCore
[1557/1618] Compiling PackageMetadata PackageMetadata.swift
[1558/1618] Emitting module PackageMetadata
[1559/1619] Wrapping AST for PackageMetadata for debugging
[1561/1619] Compiling SPMBuildCore PluginContextSerializer.swift
[1562/1619] Compiling SPMBuildCore PluginInvocation.swift
[1563/1619] Compiling SPMBuildCore BuildSystemDelegate.swift
[1564/1619] Compiling SPMBuildCore BuiltTestProduct.swift
[1565/1619] Compiling SPMBuildCore BuildParameters.swift
/host/spi-builder-workspace/Sources/SPMBuildCore/BuildSystem/BuildSystem.swift:182:26: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
180 |     public static func getEnvBuildPath(workingDir: AbsolutePath) throws -> AbsolutePath? {
181 |         // Don't rely on build path from env for SwiftPM's own tests.
182 |         guard ProcessEnv.vars["SWIFTPM_TESTS_MODULECACHE"] == nil else { return nil }
    |                          `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
183 |         guard let env = ProcessEnv.vars["SWIFTPM_BUILD_DIR"] else { return nil }
184 |         return try AbsolutePath(validating: env, relativeTo: workingDir)
/host/spi-builder-workspace/Sources/SPMBuildCore/BuildSystem/BuildSystem.swift:183:36: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
181 |         // Don't rely on build path from env for SwiftPM's own tests.
182 |         guard ProcessEnv.vars["SWIFTPM_TESTS_MODULECACHE"] == nil else { return nil }
183 |         guard let env = ProcessEnv.vars["SWIFTPM_BUILD_DIR"] else { return nil }
    |                                    `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
184 |         return try AbsolutePath(validating: env, relativeTo: workingDir)
185 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1566/1619] Compiling SPMBuildCore BuildSystem.swift
/host/spi-builder-workspace/Sources/SPMBuildCore/BuildSystem/BuildSystem.swift:182:26: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
180 |     public static func getEnvBuildPath(workingDir: AbsolutePath) throws -> AbsolutePath? {
181 |         // Don't rely on build path from env for SwiftPM's own tests.
182 |         guard ProcessEnv.vars["SWIFTPM_TESTS_MODULECACHE"] == nil else { return nil }
    |                          `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
183 |         guard let env = ProcessEnv.vars["SWIFTPM_BUILD_DIR"] else { return nil }
184 |         return try AbsolutePath(validating: env, relativeTo: workingDir)
/host/spi-builder-workspace/Sources/SPMBuildCore/BuildSystem/BuildSystem.swift:183:36: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
181 |         // Don't rely on build path from env for SwiftPM's own tests.
182 |         guard ProcessEnv.vars["SWIFTPM_TESTS_MODULECACHE"] == nil else { return nil }
183 |         guard let env = ProcessEnv.vars["SWIFTPM_BUILD_DIR"] else { return nil }
    |                                    `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
184 |         return try AbsolutePath(validating: env, relativeTo: workingDir)
185 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1567/1619] Compiling SPMBuildCore BuildSystemCommand.swift
/host/spi-builder-workspace/Sources/SPMBuildCore/BuildSystem/BuildSystem.swift:182:26: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
180 |     public static func getEnvBuildPath(workingDir: AbsolutePath) throws -> AbsolutePath? {
181 |         // Don't rely on build path from env for SwiftPM's own tests.
182 |         guard ProcessEnv.vars["SWIFTPM_TESTS_MODULECACHE"] == nil else { return nil }
    |                          `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
183 |         guard let env = ProcessEnv.vars["SWIFTPM_BUILD_DIR"] else { return nil }
184 |         return try AbsolutePath(validating: env, relativeTo: workingDir)
/host/spi-builder-workspace/Sources/SPMBuildCore/BuildSystem/BuildSystem.swift:183:36: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
181 |         // Don't rely on build path from env for SwiftPM's own tests.
182 |         guard ProcessEnv.vars["SWIFTPM_TESTS_MODULECACHE"] == nil else { return nil }
183 |         guard let env = ProcessEnv.vars["SWIFTPM_BUILD_DIR"] else { return nil }
    |                                    `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
184 |         return try AbsolutePath(validating: env, relativeTo: workingDir)
185 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1568/1619] Compiling SPMBuildCore BinaryTarget+Extensions.swift
[1569/1619] Compiling SPMBuildCore BuildParameters+Debugging.swift
[1570/1619] Compiling SPMBuildCore BuildParameters+Driver.swift
[1571/1619] Compiling SPMBuildCore PluginMessages.swift
/host/spi-builder-workspace/Sources/SPMBuildCore/Plugins/PluginScriptRunner.swift:75:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 73 |     ) async throws -> PluginCompilationResult {
 74 |         try await safe_async {
 75 |             self.compilePluginScript(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 76 |                 sourceFiles: sourceFiles,
 77 |                 pluginName: pluginName,
/host/spi-builder-workspace/Sources/SPMBuildCore/Plugins/PluginScriptRunner.swift:66:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 64 |
 65 | public extension PluginScriptRunner {
 66 |     func compilePluginScript(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 67 |         sourceFiles: [AbsolutePath],
 68 |         pluginName: String,
[1572/1619] Compiling SPMBuildCore PluginScriptRunner.swift
/host/spi-builder-workspace/Sources/SPMBuildCore/Plugins/PluginScriptRunner.swift:75:13: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 73 |     ) async throws -> PluginCompilationResult {
 74 |         try await safe_async {
 75 |             self.compilePluginScript(
    |             `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 76 |                 sourceFiles: sourceFiles,
 77 |                 pluginName: pluginName,
/host/spi-builder-workspace/Sources/SPMBuildCore/Plugins/PluginScriptRunner.swift:66:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 64 |
 65 | public extension PluginScriptRunner {
 66 |     func compilePluginScript(
    |          `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
 67 |         sourceFiles: [AbsolutePath],
 68 |         pluginName: String,
[1573/1619] Compiling SPMBuildCore BuildParameters+Linking.swift
[1574/1619] Compiling SPMBuildCore BuildParameters+Output.swift
[1575/1619] Compiling SPMBuildCore BuildParameters+Testing.swift
[1576/1620] Wrapping AST for SPMBuildCore for debugging
[1578/1670] Compiling XCBuildSupport XCBuildOutputParser.swift
[1579/1670] Emitting module Build
/host/spi-builder-workspace/Sources/Build/BuildOperation.swift:17:8: warning: file 'BuildOperation.swift' is part of module 'Build'; ignoring import
 15 |
 16 | @_spi(SwiftPMInternal)
 17 | import Build
    |        `- warning: file 'BuildOperation.swift' is part of module 'Build'; ignoring import
 18 |
 19 | import LLBuildManifest
[1580/1672] Compiling Workspace Workspace+Editing.swift
[1581/1672] Compiling Workspace Workspace+Manifests.swift
[1582/1672] Compiling Workspace Workspace+PackageContainer.swift
/host/spi-builder-workspace/Sources/Build/BuildPlan/BuildPlan.swift:98:38: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 96 |             // FIXME: We use this hack to let swiftpm's functional test use shared
 97 |             // cache so it doesn't become painfully slow.
 98 |             if let path = ProcessEnv.vars["SWIFTPM_TESTS_MODULECACHE"] {
    |                                      `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 99 |                 return try AbsolutePath(validating: path)
100 |             }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1583/1672] Compiling Workspace Workspace+Configuration.swift
/host/spi-builder-workspace/Sources/Build/BuildPlan/BuildPlan.swift:98:38: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 96 |             // FIXME: We use this hack to let swiftpm's functional test use shared
 97 |             // cache so it doesn't become painfully slow.
 98 |             if let path = ProcessEnv.vars["SWIFTPM_TESTS_MODULECACHE"] {
    |                                      `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 99 |                 return try AbsolutePath(validating: path)
100 |             }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1584/1672] Compiling XCBuildSupport XCBuildDelegate.swift
[1585/1672] Compiling XCBuildSupport XCBuildMessage.swift
[1586/1672] Compiling Workspace Workspace+Pinning.swift
[1587/1672] Compiling Workspace Workspace+Registry.swift
[1588/1672] Compiling Workspace Workspace+Signing.swift
[1589/1675] Compiling XCBuildSupport XcodeBuildSystem.swift
/host/spi-builder-workspace/Sources/XCBuildSupport/XcodeBuildSystem.swift:96:41: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 94 |         self.observabilityScope = observabilityScope.makeChildScope(description: "Xcode Build System")
 95 |
 96 |         if let xcbuildTool = ProcessEnv.vars["XCBUILD_TOOL"] {
    |                                         `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 97 |             xcbuildPath = try AbsolutePath(validating: xcbuildTool)
 98 |         } else {
/host/spi-builder-workspace/Sources/XCBuildSupport/XcodeBuildSystem.swift:161:47: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
159 |
160 |         // We need to sanitize the environment we are passing to XCBuild because we could otherwise interfere with its linked dependencies e.g. when we have a custom swift-driver dynamic library in the path.
161 |         var sanitizedEnvironment = ProcessEnv.vars
    |                                               `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
162 |         sanitizedEnvironment["DYLD_LIBRARY_PATH"] = nil
163 |
/host/spi-builder-workspace/Sources/XCBuildSupport/XcodeBuildSystem.swift:164:32: warning: 'init(arguments:environment:outputRedirection:startNewProcessGroup:loggingHandler:)' is deprecated: replaced by 'init(arguments:environmentBlock:outputRedirection:startNewProcessGroup:loggingHandler:)' [#DeprecatedDeclaration]
162 |         sanitizedEnvironment["DYLD_LIBRARY_PATH"] = nil
163 |
164 |         let process = TSCBasic.Process(arguments: arguments, environment: sanitizedEnvironment, outputRedirection: redirection)
    |                                |- warning: 'init(arguments:environment:outputRedirection:startNewProcessGroup:loggingHandler:)' is deprecated: replaced by 'init(arguments:environmentBlock:outputRedirection:startNewProcessGroup:loggingHandler:)' [#DeprecatedDeclaration]
    |                                `- note: use 'init(arguments:environmentBlock:outputRedirection:startNewProcessGroup:loggingHandler:)' instead
165 |         try process.launch()
166 |         let result = try process.waitUntilExit()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1590/1675] Compiling Build SwiftCompilerOutputParser.swift
[1591/1675] Compiling Build TestObservation.swift
[1595/1675] Compiling XCBuildSupport PIFBuilder.swift
[1596/1675] Emitting module XCBuildSupport
[1597/1675] Compiling XCBuildSupport PIF.swift
[1599/1676] Compiling Workspace ResolverPrecomputationProvider.swift
[1600/1676] Compiling Workspace ToolsVersionSpecificationRewriter.swift
[1601/1676] Compiling Workspace Workspace+BinaryArtifacts.swift
/host/spi-builder-workspace/Sources/Workspace/Workspace+Configuration.swift:92:48: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 90 |             get throws {
 91 |                 // backwards compatibility
 92 |                 if let customPath = ProcessEnv.vars["SWIFTPM_MIRROR_CONFIG"] {
    |                                                `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 93 |                     return try AbsolutePath(validating: customPath)
 94 |                 }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/Workspace/Workspace+Configuration.swift:92:48: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 90 |             get throws {
 91 |                 // backwards compatibility
 92 |                 if let customPath = ProcessEnv.vars["SWIFTPM_MIRROR_CONFIG"] {
    |                                                `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 93 |                     return try AbsolutePath(validating: customPath)
 94 |                 }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/Workspace/Workspace+Configuration.swift:92:48: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 90 |             get throws {
 91 |                 // backwards compatibility
 92 |                 if let customPath = ProcessEnv.vars["SWIFTPM_MIRROR_CONFIG"] {
    |                                                `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 93 |                     return try AbsolutePath(validating: customPath)
 94 |                 }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1605/1676] Compiling Workspace LoadableResult.swift
[1606/1676] Compiling Workspace ManagedArtifact.swift
[1607/1676] Compiling Workspace ManagedDependency.swift
[1608/1676] Compiling Workspace FileSystemPackageContainer.swift
[1609/1676] Compiling Workspace RegistryPackageContainer.swift
[1610/1676] Compiling Workspace SourceControlPackageContainer.swift
[1611/1676] Compiling Workspace ResolvedFileWatcher.swift
[1611/1676] Wrapping AST for XCBuildSupport for debugging
[1613/1676] Emitting module Workspace
/host/spi-builder-workspace/Sources/Workspace/DefaultPluginScriptRunner.swift:212:42: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
210 |
211 |         // Honor any module cache override that's set in the environment.
212 |         let moduleCachePath = ProcessEnv.vars["SWIFTPM_MODULECACHE_OVERRIDE"] ?? ProcessEnv.vars["SWIFTPM_TESTS_MODULECACHE"]
    |                                          `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
213 |         if let moduleCachePath {
214 |             commandLine += ["-module-cache-path", moduleCachePath]
/host/spi-builder-workspace/Sources/Workspace/DefaultPluginScriptRunner.swift:212:93: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
210 |
211 |         // Honor any module cache override that's set in the environment.
212 |         let moduleCachePath = ProcessEnv.vars["SWIFTPM_MODULECACHE_OVERRIDE"] ?? ProcessEnv.vars["SWIFTPM_TESTS_MODULECACHE"]
    |                                                                                             `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
213 |         if let moduleCachePath {
214 |             commandLine += ["-module-cache-path", moduleCachePath]
/host/spi-builder-workspace/Sources/Workspace/DefaultPluginScriptRunner.swift:355:26: warning: 'popen(arguments:environment:loggingHandler:queue:completion:)' is deprecated: renamed to 'popen(arguments:environmentBlock:loggingHandler:queue:completion:)' [#DeprecatedDeclaration]
353 |
354 |         // Now invoke the compiler asynchronously.
355 |         TSCBasic.Process.popen(arguments: commandLine, environment: environment, queue: callbackQueue) {
    |                          |- warning: 'popen(arguments:environment:loggingHandler:queue:completion:)' is deprecated: renamed to 'popen(arguments:environmentBlock:loggingHandler:queue:completion:)' [#DeprecatedDeclaration]
    |                          `- note: use 'popen(arguments:environmentBlock:loggingHandler:queue:completion:)' instead
356 |             // We are now on our caller's requested callback queue, so we just call the completion handler directly.
357 |             dispatchPrecondition(condition: .onQueue(callbackQueue))
/host/spi-builder-workspace/Sources/Workspace/Diagnostics.swift:251:1: warning: extension declares a conformance of imported type 'FileSystemError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
249 |
250 | #if swift(<6.0)
251 | extension FileSystemError: CustomStringConvertible {}
    | |- warning: extension declares a conformance of imported type 'FileSystemError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
252 | #else
253 | extension FileSystemError: @retroactive CustomStringConvertible {}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1614/1676] Compiling Workspace CheckoutState.swift
/host/spi-builder-workspace/Sources/Workspace/DefaultPluginScriptRunner.swift:212:42: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
210 |
211 |         // Honor any module cache override that's set in the environment.
212 |         let moduleCachePath = ProcessEnv.vars["SWIFTPM_MODULECACHE_OVERRIDE"] ?? ProcessEnv.vars["SWIFTPM_TESTS_MODULECACHE"]
    |                                          `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
213 |         if let moduleCachePath {
214 |             commandLine += ["-module-cache-path", moduleCachePath]
/host/spi-builder-workspace/Sources/Workspace/DefaultPluginScriptRunner.swift:212:93: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
210 |
211 |         // Honor any module cache override that's set in the environment.
212 |         let moduleCachePath = ProcessEnv.vars["SWIFTPM_MODULECACHE_OVERRIDE"] ?? ProcessEnv.vars["SWIFTPM_TESTS_MODULECACHE"]
    |                                                                                             `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
213 |         if let moduleCachePath {
214 |             commandLine += ["-module-cache-path", moduleCachePath]
/host/spi-builder-workspace/Sources/Workspace/DefaultPluginScriptRunner.swift:355:26: warning: 'popen(arguments:environment:loggingHandler:queue:completion:)' is deprecated: renamed to 'popen(arguments:environmentBlock:loggingHandler:queue:completion:)' [#DeprecatedDeclaration]
353 |
354 |         // Now invoke the compiler asynchronously.
355 |         TSCBasic.Process.popen(arguments: commandLine, environment: environment, queue: callbackQueue) {
    |                          |- warning: 'popen(arguments:environment:loggingHandler:queue:completion:)' is deprecated: renamed to 'popen(arguments:environmentBlock:loggingHandler:queue:completion:)' [#DeprecatedDeclaration]
    |                          `- note: use 'popen(arguments:environmentBlock:loggingHandler:queue:completion:)' instead
356 |             // We are now on our caller's requested callback queue, so we just call the completion handler directly.
357 |             dispatchPrecondition(condition: .onQueue(callbackQueue))
/host/spi-builder-workspace/Sources/Workspace/DefaultPluginScriptRunner.swift:574:38: warning: reference to captured var 'command' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
572 |                         throw DefaultPluginScriptRunnerError.invocationEndedBySignal(
573 |                             signal: process.terminationStatus,
574 |                             command: command,
    |                                      `- warning: reference to captured var 'command' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
575 |                             output: String(decoding: stderrData, as: UTF8.self))
576 |                     }
/host/spi-builder-workspace/Sources/Workspace/DefaultPluginScriptRunner.swift:575:54: warning: reference to captured var 'stderrData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
573 |                             signal: process.terminationStatus,
574 |                             command: command,
575 |                             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]
576 |                     }
577 |                     // Otherwise return the termination satatus.
/host/spi-builder-workspace/Sources/Workspace/DefaultPluginScriptRunner.swift:589:108: warning: reference to captured var 'command' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
587 |         catch {
588 |             callbackQueue.async {
589 |                 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]
590 |             }
591 |         }
/host/spi-builder-workspace/Sources/Workspace/Diagnostics.swift:251:1: warning: extension declares a conformance of imported type 'FileSystemError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
249 |
250 | #if swift(<6.0)
251 | extension FileSystemError: CustomStringConvertible {}
    | |- warning: extension declares a conformance of imported type 'FileSystemError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
252 | #else
253 | extension FileSystemError: @retroactive CustomStringConvertible {}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1615/1676] Compiling Workspace DefaultPluginScriptRunner.swift
/host/spi-builder-workspace/Sources/Workspace/DefaultPluginScriptRunner.swift:212:42: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
210 |
211 |         // Honor any module cache override that's set in the environment.
212 |         let moduleCachePath = ProcessEnv.vars["SWIFTPM_MODULECACHE_OVERRIDE"] ?? ProcessEnv.vars["SWIFTPM_TESTS_MODULECACHE"]
    |                                          `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
213 |         if let moduleCachePath {
214 |             commandLine += ["-module-cache-path", moduleCachePath]
/host/spi-builder-workspace/Sources/Workspace/DefaultPluginScriptRunner.swift:212:93: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
210 |
211 |         // Honor any module cache override that's set in the environment.
212 |         let moduleCachePath = ProcessEnv.vars["SWIFTPM_MODULECACHE_OVERRIDE"] ?? ProcessEnv.vars["SWIFTPM_TESTS_MODULECACHE"]
    |                                                                                             `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
213 |         if let moduleCachePath {
214 |             commandLine += ["-module-cache-path", moduleCachePath]
/host/spi-builder-workspace/Sources/Workspace/DefaultPluginScriptRunner.swift:355:26: warning: 'popen(arguments:environment:loggingHandler:queue:completion:)' is deprecated: renamed to 'popen(arguments:environmentBlock:loggingHandler:queue:completion:)' [#DeprecatedDeclaration]
353 |
354 |         // Now invoke the compiler asynchronously.
355 |         TSCBasic.Process.popen(arguments: commandLine, environment: environment, queue: callbackQueue) {
    |                          |- warning: 'popen(arguments:environment:loggingHandler:queue:completion:)' is deprecated: renamed to 'popen(arguments:environmentBlock:loggingHandler:queue:completion:)' [#DeprecatedDeclaration]
    |                          `- note: use 'popen(arguments:environmentBlock:loggingHandler:queue:completion:)' instead
356 |             // We are now on our caller's requested callback queue, so we just call the completion handler directly.
357 |             dispatchPrecondition(condition: .onQueue(callbackQueue))
/host/spi-builder-workspace/Sources/Workspace/DefaultPluginScriptRunner.swift:574:38: warning: reference to captured var 'command' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
572 |                         throw DefaultPluginScriptRunnerError.invocationEndedBySignal(
573 |                             signal: process.terminationStatus,
574 |                             command: command,
    |                                      `- warning: reference to captured var 'command' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
575 |                             output: String(decoding: stderrData, as: UTF8.self))
576 |                     }
/host/spi-builder-workspace/Sources/Workspace/DefaultPluginScriptRunner.swift:575:54: warning: reference to captured var 'stderrData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
573 |                             signal: process.terminationStatus,
574 |                             command: command,
575 |                             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]
576 |                     }
577 |                     // Otherwise return the termination satatus.
/host/spi-builder-workspace/Sources/Workspace/DefaultPluginScriptRunner.swift:589:108: warning: reference to captured var 'command' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
587 |         catch {
588 |             callbackQueue.async {
589 |                 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]
590 |             }
591 |         }
/host/spi-builder-workspace/Sources/Workspace/Diagnostics.swift:251:1: warning: extension declares a conformance of imported type 'FileSystemError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
249 |
250 | #if swift(<6.0)
251 | extension FileSystemError: CustomStringConvertible {}
    | |- warning: extension declares a conformance of imported type 'FileSystemError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
252 | #else
253 | extension FileSystemError: @retroactive CustomStringConvertible {}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1616/1676] Compiling Workspace Diagnostics.swift
/host/spi-builder-workspace/Sources/Workspace/DefaultPluginScriptRunner.swift:212:42: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
210 |
211 |         // Honor any module cache override that's set in the environment.
212 |         let moduleCachePath = ProcessEnv.vars["SWIFTPM_MODULECACHE_OVERRIDE"] ?? ProcessEnv.vars["SWIFTPM_TESTS_MODULECACHE"]
    |                                          `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
213 |         if let moduleCachePath {
214 |             commandLine += ["-module-cache-path", moduleCachePath]
/host/spi-builder-workspace/Sources/Workspace/DefaultPluginScriptRunner.swift:212:93: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
210 |
211 |         // Honor any module cache override that's set in the environment.
212 |         let moduleCachePath = ProcessEnv.vars["SWIFTPM_MODULECACHE_OVERRIDE"] ?? ProcessEnv.vars["SWIFTPM_TESTS_MODULECACHE"]
    |                                                                                             `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
213 |         if let moduleCachePath {
214 |             commandLine += ["-module-cache-path", moduleCachePath]
/host/spi-builder-workspace/Sources/Workspace/DefaultPluginScriptRunner.swift:355:26: warning: 'popen(arguments:environment:loggingHandler:queue:completion:)' is deprecated: renamed to 'popen(arguments:environmentBlock:loggingHandler:queue:completion:)' [#DeprecatedDeclaration]
353 |
354 |         // Now invoke the compiler asynchronously.
355 |         TSCBasic.Process.popen(arguments: commandLine, environment: environment, queue: callbackQueue) {
    |                          |- warning: 'popen(arguments:environment:loggingHandler:queue:completion:)' is deprecated: renamed to 'popen(arguments:environmentBlock:loggingHandler:queue:completion:)' [#DeprecatedDeclaration]
    |                          `- note: use 'popen(arguments:environmentBlock:loggingHandler:queue:completion:)' instead
356 |             // We are now on our caller's requested callback queue, so we just call the completion handler directly.
357 |             dispatchPrecondition(condition: .onQueue(callbackQueue))
/host/spi-builder-workspace/Sources/Workspace/DefaultPluginScriptRunner.swift:574:38: warning: reference to captured var 'command' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
572 |                         throw DefaultPluginScriptRunnerError.invocationEndedBySignal(
573 |                             signal: process.terminationStatus,
574 |                             command: command,
    |                                      `- warning: reference to captured var 'command' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
575 |                             output: String(decoding: stderrData, as: UTF8.self))
576 |                     }
/host/spi-builder-workspace/Sources/Workspace/DefaultPluginScriptRunner.swift:575:54: warning: reference to captured var 'stderrData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
573 |                             signal: process.terminationStatus,
574 |                             command: command,
575 |                             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]
576 |                     }
577 |                     // Otherwise return the termination satatus.
/host/spi-builder-workspace/Sources/Workspace/DefaultPluginScriptRunner.swift:589:108: warning: reference to captured var 'command' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
587 |         catch {
588 |             callbackQueue.async {
589 |                 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]
590 |             }
591 |         }
/host/spi-builder-workspace/Sources/Workspace/Diagnostics.swift:251:1: warning: extension declares a conformance of imported type 'FileSystemError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
249 |
250 | #if swift(<6.0)
251 | extension FileSystemError: CustomStringConvertible {}
    | |- warning: extension declares a conformance of imported type 'FileSystemError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
252 | #else
253 | extension FileSystemError: @retroactive CustomStringConvertible {}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1617/1676] Compiling Workspace InitPackage.swift
/host/spi-builder-workspace/Sources/Workspace/DefaultPluginScriptRunner.swift:212:42: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
210 |
211 |         // Honor any module cache override that's set in the environment.
212 |         let moduleCachePath = ProcessEnv.vars["SWIFTPM_MODULECACHE_OVERRIDE"] ?? ProcessEnv.vars["SWIFTPM_TESTS_MODULECACHE"]
    |                                          `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
213 |         if let moduleCachePath {
214 |             commandLine += ["-module-cache-path", moduleCachePath]
/host/spi-builder-workspace/Sources/Workspace/DefaultPluginScriptRunner.swift:212:93: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
210 |
211 |         // Honor any module cache override that's set in the environment.
212 |         let moduleCachePath = ProcessEnv.vars["SWIFTPM_MODULECACHE_OVERRIDE"] ?? ProcessEnv.vars["SWIFTPM_TESTS_MODULECACHE"]
    |                                                                                             `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
213 |         if let moduleCachePath {
214 |             commandLine += ["-module-cache-path", moduleCachePath]
/host/spi-builder-workspace/Sources/Workspace/DefaultPluginScriptRunner.swift:355:26: warning: 'popen(arguments:environment:loggingHandler:queue:completion:)' is deprecated: renamed to 'popen(arguments:environmentBlock:loggingHandler:queue:completion:)' [#DeprecatedDeclaration]
353 |
354 |         // Now invoke the compiler asynchronously.
355 |         TSCBasic.Process.popen(arguments: commandLine, environment: environment, queue: callbackQueue) {
    |                          |- warning: 'popen(arguments:environment:loggingHandler:queue:completion:)' is deprecated: renamed to 'popen(arguments:environmentBlock:loggingHandler:queue:completion:)' [#DeprecatedDeclaration]
    |                          `- note: use 'popen(arguments:environmentBlock:loggingHandler:queue:completion:)' instead
356 |             // We are now on our caller's requested callback queue, so we just call the completion handler directly.
357 |             dispatchPrecondition(condition: .onQueue(callbackQueue))
/host/spi-builder-workspace/Sources/Workspace/DefaultPluginScriptRunner.swift:574:38: warning: reference to captured var 'command' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
572 |                         throw DefaultPluginScriptRunnerError.invocationEndedBySignal(
573 |                             signal: process.terminationStatus,
574 |                             command: command,
    |                                      `- warning: reference to captured var 'command' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
575 |                             output: String(decoding: stderrData, as: UTF8.self))
576 |                     }
/host/spi-builder-workspace/Sources/Workspace/DefaultPluginScriptRunner.swift:575:54: warning: reference to captured var 'stderrData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
573 |                             signal: process.terminationStatus,
574 |                             command: command,
575 |                             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]
576 |                     }
577 |                     // Otherwise return the termination satatus.
/host/spi-builder-workspace/Sources/Workspace/DefaultPluginScriptRunner.swift:589:108: warning: reference to captured var 'command' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
587 |         catch {
588 |             callbackQueue.async {
589 |                 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]
590 |             }
591 |         }
/host/spi-builder-workspace/Sources/Workspace/Diagnostics.swift:251:1: warning: extension declares a conformance of imported type 'FileSystemError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
249 |
250 | #if swift(<6.0)
251 | extension FileSystemError: CustomStringConvertible {}
    | |- warning: extension declares a conformance of imported type 'FileSystemError' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'TSCBasic' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
252 | #else
253 | extension FileSystemError: @retroactive CustomStringConvertible {}
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/host/spi-builder-workspace/Sources/Build/BuildManifest/LLBuildManifestBuilder+Swift.swift:78:29: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 76 |             resolver: resolver,
 77 |             fileSystem: target.fileSystem,
 78 |             env: ProcessEnv.vars
    |                             `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 79 |         )
 80 |         var driver = try Driver(
/host/spi-builder-workspace/Sources/Build/BuildManifest/LLBuildManifestBuilder+Swift.swift:82:65: warning: 'makeDiagnosticsHandler()' is deprecated: temporary for transition TSCBasic.Diagnostic -> SwiftDriver.Diagnostic [#DeprecatedDeclaration]
 80 |         var driver = try Driver(
 81 |             args: commandLine,
 82 |             diagnosticsOutput: .handler(self.observabilityScope.makeDiagnosticsHandler()),
    |                                                                 `- warning: 'makeDiagnosticsHandler()' is deprecated: temporary for transition TSCBasic.Diagnostic -> SwiftDriver.Diagnostic [#DeprecatedDeclaration]
 83 |             fileSystem: self.fileSystem,
 84 |             executor: executor
/host/spi-builder-workspace/Sources/Build/BuildManifest/LLBuildManifestBuilder+Swift.swift:294:29: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
292 |             resolver: resolver,
293 |             fileSystem: self.fileSystem,
294 |             env: ProcessEnv.vars
    |                             `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
295 |         )
296 |         var driver = try Driver(
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/Build/BuildManifest/LLBuildManifestBuilder+Swift.swift:78:29: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 76 |             resolver: resolver,
 77 |             fileSystem: target.fileSystem,
 78 |             env: ProcessEnv.vars
    |                             `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 79 |         )
 80 |         var driver = try Driver(
/host/spi-builder-workspace/Sources/Build/BuildManifest/LLBuildManifestBuilder+Swift.swift:82:65: warning: 'makeDiagnosticsHandler()' is deprecated: temporary for transition TSCBasic.Diagnostic -> SwiftDriver.Diagnostic [#DeprecatedDeclaration]
 80 |         var driver = try Driver(
 81 |             args: commandLine,
 82 |             diagnosticsOutput: .handler(self.observabilityScope.makeDiagnosticsHandler()),
    |                                                                 `- warning: 'makeDiagnosticsHandler()' is deprecated: temporary for transition TSCBasic.Diagnostic -> SwiftDriver.Diagnostic [#DeprecatedDeclaration]
 83 |             fileSystem: self.fileSystem,
 84 |             executor: executor
/host/spi-builder-workspace/Sources/Build/BuildManifest/LLBuildManifestBuilder+Swift.swift:294:29: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
292 |             resolver: resolver,
293 |             fileSystem: self.fileSystem,
294 |             env: ProcessEnv.vars
    |                             `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
295 |         )
296 |         var driver = try Driver(
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/Build/BuildManifest/LLBuildManifestBuilder+Swift.swift:78:29: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 76 |             resolver: resolver,
 77 |             fileSystem: target.fileSystem,
 78 |             env: ProcessEnv.vars
    |                             `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 79 |         )
 80 |         var driver = try Driver(
/host/spi-builder-workspace/Sources/Build/BuildManifest/LLBuildManifestBuilder+Swift.swift:82:65: warning: 'makeDiagnosticsHandler()' is deprecated: temporary for transition TSCBasic.Diagnostic -> SwiftDriver.Diagnostic [#DeprecatedDeclaration]
 80 |         var driver = try Driver(
 81 |             args: commandLine,
 82 |             diagnosticsOutput: .handler(self.observabilityScope.makeDiagnosticsHandler()),
    |                                                                 `- warning: 'makeDiagnosticsHandler()' is deprecated: temporary for transition TSCBasic.Diagnostic -> SwiftDriver.Diagnostic [#DeprecatedDeclaration]
 83 |             fileSystem: self.fileSystem,
 84 |             executor: executor
/host/spi-builder-workspace/Sources/Build/BuildManifest/LLBuildManifestBuilder+Swift.swift:294:29: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
292 |             resolver: resolver,
293 |             fileSystem: self.fileSystem,
294 |             env: ProcessEnv.vars
    |                             `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
295 |         )
296 |         var driver = try Driver(
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/Build/BuildOperation.swift:17:8: warning: file 'BuildOperation.swift' is part of module 'Build'; ignoring import
 15 |
 16 | @_spi(SwiftPMInternal)
 17 | import Build
    |        `- warning: file 'BuildOperation.swift' is part of module 'Build'; ignoring import
 18 |
 19 | import LLBuildManifest
/host/spi-builder-workspace/Sources/Build/BuildOperation.swift:235:71: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
233 |                 let executor = SPMSwiftDriverExecutor(resolver: resolver,
234 |                                                       fileSystem: localFileSystem,
235 |                                                       env: ProcessEnv.vars)
    |                                                                       `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
236 |
237 |                 let consumeDiagnostics: DiagnosticsEngine = DiagnosticsEngine(handlers: [])
/host/spi-builder-workspace/Sources/Build/BuildOperation.swift:770:49: warning: 'popen(arguments:environment:loggingHandler:)' is deprecated: renamed to 'popen(arguments:environmentBlock:loggingHandler:)' [#DeprecatedDeclaration]
768 |                     commandLine = try Sandbox.apply(command: commandLine, fileSystem: self.fileSystem, strictness: .writableTemporaryDirectory, writableDirectories: [pluginResult.pluginOutputDirectory])
769 |                 }
770 |                 let processResult = try Process.popen(arguments: commandLine, environment: command.configuration.environment)
    |                                                 |- warning: 'popen(arguments:environment:loggingHandler:)' is deprecated: renamed to 'popen(arguments:environmentBlock:loggingHandler:)' [#DeprecatedDeclaration]
    |                                                 `- note: use 'popen(arguments:environmentBlock:loggingHandler:)' instead
771 |                 let output = try processResult.utf8Output() + processResult.utf8stderrOutput()
772 |                 if processResult.exitStatus != .terminated(code: 0) {
/host/spi-builder-workspace/Sources/Build/BuildOperationBuildSystemDelegateHandler.swift:606:48: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 604 |         hash += try! encoder.encode(self.context.productsBuildParameters)
 605 |         hash += try! encoder.encode(self.context.toolsBuildParameters)
 606 |         hash += try! encoder.encode(ProcessEnv.vars)
     |                                                `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 607 |         return [UInt8](hash)
 608 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/Build/BuildOperation.swift:17:8: warning: file 'BuildOperation.swift' is part of module 'Build'; ignoring import
 15 |
 16 | @_spi(SwiftPMInternal)
 17 | import Build
    |        `- warning: file 'BuildOperation.swift' is part of module 'Build'; ignoring import
 18 |
 19 | import LLBuildManifest
/host/spi-builder-workspace/Sources/Build/BuildOperation.swift:235:71: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
233 |                 let executor = SPMSwiftDriverExecutor(resolver: resolver,
234 |                                                       fileSystem: localFileSystem,
235 |                                                       env: ProcessEnv.vars)
    |                                                                       `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
236 |
237 |                 let consumeDiagnostics: DiagnosticsEngine = DiagnosticsEngine(handlers: [])
/host/spi-builder-workspace/Sources/Build/BuildOperation.swift:770:49: warning: 'popen(arguments:environment:loggingHandler:)' is deprecated: renamed to 'popen(arguments:environmentBlock:loggingHandler:)' [#DeprecatedDeclaration]
768 |                     commandLine = try Sandbox.apply(command: commandLine, fileSystem: self.fileSystem, strictness: .writableTemporaryDirectory, writableDirectories: [pluginResult.pluginOutputDirectory])
769 |                 }
770 |                 let processResult = try Process.popen(arguments: commandLine, environment: command.configuration.environment)
    |                                                 |- warning: 'popen(arguments:environment:loggingHandler:)' is deprecated: renamed to 'popen(arguments:environmentBlock:loggingHandler:)' [#DeprecatedDeclaration]
    |                                                 `- note: use 'popen(arguments:environmentBlock:loggingHandler:)' instead
771 |                 let output = try processResult.utf8Output() + processResult.utf8stderrOutput()
772 |                 if processResult.exitStatus != .terminated(code: 0) {
/host/spi-builder-workspace/Sources/Build/BuildOperationBuildSystemDelegateHandler.swift:606:48: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 604 |         hash += try! encoder.encode(self.context.productsBuildParameters)
 605 |         hash += try! encoder.encode(self.context.toolsBuildParameters)
 606 |         hash += try! encoder.encode(ProcessEnv.vars)
     |                                                `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 607 |         return [UInt8](hash)
 608 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/Build/BuildOperation.swift:17:8: warning: file 'BuildOperation.swift' is part of module 'Build'; ignoring import
 15 |
 16 | @_spi(SwiftPMInternal)
 17 | import Build
    |        `- warning: file 'BuildOperation.swift' is part of module 'Build'; ignoring import
 18 |
 19 | import LLBuildManifest
/host/spi-builder-workspace/Sources/Build/BuildOperation.swift:235:71: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
233 |                 let executor = SPMSwiftDriverExecutor(resolver: resolver,
234 |                                                       fileSystem: localFileSystem,
235 |                                                       env: ProcessEnv.vars)
    |                                                                       `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
236 |
237 |                 let consumeDiagnostics: DiagnosticsEngine = DiagnosticsEngine(handlers: [])
/host/spi-builder-workspace/Sources/Build/BuildOperation.swift:770:49: warning: 'popen(arguments:environment:loggingHandler:)' is deprecated: renamed to 'popen(arguments:environmentBlock:loggingHandler:)' [#DeprecatedDeclaration]
768 |                     commandLine = try Sandbox.apply(command: commandLine, fileSystem: self.fileSystem, strictness: .writableTemporaryDirectory, writableDirectories: [pluginResult.pluginOutputDirectory])
769 |                 }
770 |                 let processResult = try Process.popen(arguments: commandLine, environment: command.configuration.environment)
    |                                                 |- warning: 'popen(arguments:environment:loggingHandler:)' is deprecated: renamed to 'popen(arguments:environmentBlock:loggingHandler:)' [#DeprecatedDeclaration]
    |                                                 `- note: use 'popen(arguments:environmentBlock:loggingHandler:)' instead
771 |                 let output = try processResult.utf8Output() + processResult.utf8stderrOutput()
772 |                 if processResult.exitStatus != .terminated(code: 0) {
/host/spi-builder-workspace/Sources/Build/BuildOperationBuildSystemDelegateHandler.swift:606:48: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 604 |         hash += try! encoder.encode(self.context.productsBuildParameters)
 605 |         hash += try! encoder.encode(self.context.toolsBuildParameters)
 606 |         hash += try! encoder.encode(ProcessEnv.vars)
     |                                                `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 607 |         return [UInt8](hash)
 608 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1632/1677] Wrapping AST for Build for debugging
[1634/1682] Compiling SourceKitLSPAPI PluginTargetBuildDescription.swift
/host/spi-builder-workspace/Sources/SourceKitLSPAPI/PluginTargetBuildDescription.swift:19:22: warning: module 'PackageModel' is imported as 'internal' from the same file; this 'private' access level will be ignored
16 |
17 | private import class PackageLoading.ManifestLoader
18 | internal import struct PackageModel.ToolsVersion
   |                        `- note: imported 'internal' here
19 | private import class PackageModel.UserToolchain
   |                      `- warning: module 'PackageModel' is imported as 'internal' from the same file; this 'private' access level will be ignored
20 |
21 | struct PluginTargetBuildDescription: BuildTarget {
[1635/1682] Compiling SourceKitLSPAPI BuildDescription.swift
[1636/1682] Emitting module SourceKitLSPAPI
/host/spi-builder-workspace/Sources/SourceKitLSPAPI/PluginTargetBuildDescription.swift:19:22: warning: module 'PackageModel' is imported as 'internal' from the same file; this 'private' access level will be ignored
16 |
17 | private import class PackageLoading.ManifestLoader
18 | internal import struct PackageModel.ToolsVersion
   |                        `- note: imported 'internal' here
19 | private import class PackageModel.UserToolchain
   |                      `- warning: module 'PackageModel' is imported as 'internal' from the same file; this 'private' access level will be ignored
20 |
21 | struct PluginTargetBuildDescription: BuildTarget {
[1637/1683] Wrapping AST for SourceKitLSPAPI for debugging
[1639/1683] Compiling Workspace Workspace+SourceControl.swift
[1640/1683] Compiling Workspace Workspace+State.swift
[1641/1683] Compiling Workspace Workspace.swift
[1643/1684] Emitting module swift_bootstrap
[1644/1684] Compiling swift_bootstrap main.swift
[1644/1684] Wrapping AST for Workspace for debugging
[1645/1684] Write Objects.LinkFileList
[1648/1719] Wrapping AST for swift-bootstrap for debugging
[1649/1719] Write Objects.LinkFileList
[1651/1719] Emitting module package_info
[1652/1719] Compiling package_info example.swift
[1653/1720] Emitting module CoreCommands
/host/spi-builder-workspace/Sources/CoreCommands/Options.swift:618:1: warning: extension declares a conformance of imported type 'Version' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'TSCUtility' introduce this conformance in the future
616 | extension Sanitizer: ExpressibleByArgument {}
617 | extension BuildSystemProvider.Kind: ExpressibleByArgument {}
618 | extension Version: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'Version' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'TSCUtility' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
619 | extension PackageIdentity: ExpressibleByArgument {}
620 | extension URL: ExpressibleByArgument {}
/host/spi-builder-workspace/Sources/CoreCommands/Options.swift:620:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
618 | extension Version: ExpressibleByArgument {}
619 | extension PackageIdentity: ExpressibleByArgument {}
620 | extension URL: ExpressibleByArgument {}
    | |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
621 | #else
622 | extension BuildConfiguration: @retroactive ExpressibleByArgument {}
[1655/1720] Compiling SPMTestSupport ResolvedTarget+Mock.swift
/host/spi-builder-workspace/Sources/SPMTestSupport/SwiftPMProduct.swift:133:28: warning: 'popen(arguments:environment:loggingHandler:)' is deprecated: renamed to 'popen(arguments:environmentBlock:loggingHandler:)' [#DeprecatedDeclaration]
131 |         completeArgs += args
132 |
133 |         return try Process.popen(arguments: completeArgs, environment: environment)
    |                            |- warning: 'popen(arguments:environment:loggingHandler:)' is deprecated: renamed to 'popen(arguments:environmentBlock:loggingHandler:)' [#DeprecatedDeclaration]
    |                            `- note: use 'popen(arguments:environmentBlock:loggingHandler:)' instead
134 |     }
135 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1656/1720] Compiling SPMTestSupport Resolver.swift
/host/spi-builder-workspace/Sources/SPMTestSupport/SwiftPMProduct.swift:133:28: warning: 'popen(arguments:environment:loggingHandler:)' is deprecated: renamed to 'popen(arguments:environmentBlock:loggingHandler:)' [#DeprecatedDeclaration]
131 |         completeArgs += args
132 |
133 |         return try Process.popen(arguments: completeArgs, environment: environment)
    |                            |- warning: 'popen(arguments:environment:loggingHandler:)' is deprecated: renamed to 'popen(arguments:environmentBlock:loggingHandler:)' [#DeprecatedDeclaration]
    |                            `- note: use 'popen(arguments:environmentBlock:loggingHandler:)' instead
134 |     }
135 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1657/1720] Compiling SPMTestSupport SwiftPMProduct.swift
/host/spi-builder-workspace/Sources/SPMTestSupport/SwiftPMProduct.swift:133:28: warning: 'popen(arguments:environment:loggingHandler:)' is deprecated: renamed to 'popen(arguments:environmentBlock:loggingHandler:)' [#DeprecatedDeclaration]
131 |         completeArgs += args
132 |
133 |         return try Process.popen(arguments: completeArgs, environment: environment)
    |                            |- warning: 'popen(arguments:environment:loggingHandler:)' is deprecated: renamed to 'popen(arguments:environmentBlock:loggingHandler:)' [#DeprecatedDeclaration]
    |                            `- note: use 'popen(arguments:environmentBlock:loggingHandler:)' instead
134 |     }
135 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1657/1723] Wrapping AST for package-info for debugging
[1658/1723] Write Objects.LinkFileList
[1660/1723] Compiling CoreCommands SwiftCommandObservabilityHandler.swift
[1661/1723] Compiling SPMTestSupport MockHashAlgorithm.swift
[1662/1723] Compiling SPMTestSupport MockManifestLoader.swift
[1663/1723] Compiling SPMTestSupport MockPackage.swift
[1664/1723] Compiling SPMTestSupport MockPackageContainer.swift
[1665/1723] Emitting module SPMTestSupport
/host/spi-builder-workspace/Sources/SPMTestSupport/misc.swift:495:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
493 | extension RelativePath: ExpressibleByStringLiteral {}
494 | extension RelativePath: ExpressibleByStringInterpolation {}
495 | extension URL: ExpressibleByStringLiteral {}
    | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
496 | extension URL: ExpressibleByStringInterpolation {}
497 | extension PackageIdentity: ExpressibleByStringLiteral {}
/host/spi-builder-workspace/Sources/SPMTestSupport/misc.swift:496:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'ExpressibleByStringInterpolation'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
494 | extension RelativePath: ExpressibleByStringInterpolation {}
495 | extension URL: ExpressibleByStringLiteral {}
496 | extension URL: ExpressibleByStringInterpolation {}
    | |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'ExpressibleByStringInterpolation'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
497 | extension PackageIdentity: ExpressibleByStringLiteral {}
498 | extension PackageIdentity: ExpressibleByStringInterpolation {}
[1666/1723] Compiling SPMTestSupport GitRepositoryExtensions.swift
[1667/1723] Compiling SPMTestSupport InMemoryGitRepository.swift
[1668/1723] Compiling SPMTestSupport ManifestExtensions.swift
[1669/1723] Compiling SPMTestSupport MockArchiver.swift
[1670/1723] Compiling SPMTestSupport PIFTester.swift
[1671/1723] Compiling SPMTestSupport PackageDependencyDescriptionExtensions.swift
[1672/1723] Compiling SPMTestSupport PackageGraphTester.swift
error: link command failed with exit code 1 (use -v to see invocation)
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/asn1/a_time.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ASN1_TIME_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/asn1/tasn_typ.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ASN1_OCTET_STRING_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/curve25519/curve25519.c.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_dsa_asn1.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_dsa_asn1_meth' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/evp/p_ec_asn1.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ec_asn1_meth' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/evp/p_ed25519_asn1.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ed25519_asn1_meth' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/evp/p_rsa_asn1.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_rsa_asn1_meth' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/evp/p_x25519_asn1.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_x25519_asn1_meth' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/fipsmodule/ec/ec_montgomery.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ec_GFp_mont_add' which may overflow 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/md4/md4.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_md4_block_data_order' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/fipsmodule/rsa/rsa_impl.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_kBoringSSLRSASqrtTwo' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/mem.c.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/pem/pem_lib.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_PEM_def_callback' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/pkcs8/pkcs8_x509.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_PKCS8_PRIV_KEY_INFO_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/trust_token/trust_token.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_TRUST_TOKEN_PRETOKEN_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/rsa_pss.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_RSA_PSS_PARAMS_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_algor.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_ALGOR_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_attrib.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_ATTRIBUTE_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_crl.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_REVOKED_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_exten.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_EXTENSION_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_name.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_NAME_ENTRY_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_pubkey.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_PUBKEY_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_req.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_REQ_INFO_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_sig.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_SIG_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_spki.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_NETSCAPE_SPKAC_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_val.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_VAL_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_x509.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_CINF_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_x509a.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_CERT_AUX_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_akeya.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_AUTHORITY_KEYID_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_bcons.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_BASIC_CONSTRAINTS_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_cpols.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_POLICYINFO_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_crld.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_DIST_POINT_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_extku.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_EXTENDED_KEY_USAGE_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_genn.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_OTHERNAME_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_info.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ACCESS_DESCRIPTION_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_ncons.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_GENERAL_SUBTREE_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_pcons.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_POLICY_CONSTRAINTS_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_pmaps.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_POLICY_MAPPING_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_utl.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509V3_conf_free' which may overflow at runtime; recompile with -fPIC
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[1672/1723] Linking libSwiftPMDataModel.so
[1672/1723] Linking swift-bootstrap
/host/spi-builder-workspace/Sources/SPMTestSupport/misc.swift:495:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
493 | extension RelativePath: ExpressibleByStringLiteral {}
494 | extension RelativePath: ExpressibleByStringInterpolation {}
495 | extension URL: ExpressibleByStringLiteral {}
    | |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
496 | extension URL: ExpressibleByStringInterpolation {}
497 | extension PackageIdentity: ExpressibleByStringLiteral {}
error: link command failed with exit code 1 (use -v to see invocation)
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/asn1/a_time.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ASN1_TIME_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/asn1/tasn_typ.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ASN1_OCTET_STRING_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/curve25519/curve25519.c.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_dsa_asn1.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_dsa_asn1_meth' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/evp/p_ec_asn1.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ec_asn1_meth' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/evp/p_ed25519_asn1.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ed25519_asn1_meth' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/evp/p_rsa_asn1.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_rsa_asn1_meth' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/evp/p_x25519_asn1.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_x25519_asn1_meth' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/fipsmodule/ec/ec_montgomery.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ec_GFp_mont_add' which may overflow 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/md4/md4.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_md4_block_data_order' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/fipsmodule/rsa/rsa_impl.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_kBoringSSLRSASqrtTwo' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/mem.c.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/pem/pem_lib.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_PEM_def_callback' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/pkcs8/pkcs8_x509.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_PKCS8_PRIV_KEY_INFO_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/trust_token/trust_token.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_TRUST_TOKEN_PRETOKEN_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/rsa_pss.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_RSA_PSS_PARAMS_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_algor.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_ALGOR_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_attrib.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_ATTRIBUTE_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_crl.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_REVOKED_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_exten.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_EXTENSION_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_name.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_NAME_ENTRY_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_pubkey.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_PUBKEY_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_req.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_REQ_INFO_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_sig.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_SIG_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_spki.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_NETSCAPE_SPKAC_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_val.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_VAL_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_x509.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_CINF_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509/x_x509a.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509_CERT_AUX_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_akeya.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_AUTHORITY_KEYID_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_bcons.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_BASIC_CONSTRAINTS_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_cpols.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_POLICYINFO_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_crld.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_DIST_POINT_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_extku.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_EXTENDED_KEY_USAGE_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_genn.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_OTHERNAME_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_info.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_ACCESS_DESCRIPTION_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_ncons.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_GENERAL_SUBTREE_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_pcons.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_POLICY_CONSTRAINTS_it' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_pmaps.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_POLICY_MAPPING_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/CCryptoBoringSSL.build/crypto/x509v3/v3_utl.c.o: requires dynamic R_X86_64_PC32 reloc against 'CCryptoBoringSSL_X509V3_conf_free' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/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
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[1672/1723] Linking libSwiftPM.so
[1672/1723] Linking package-info
BUILD FAILURE 6.2 linux